#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct 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 VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct 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 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); } }; 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 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 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 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 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 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 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 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 InterfaceFuncInvoker6 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, 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.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Comparison`1 struct Comparison_1_tB56E8E7C2BF431D44E8EBD15EA3E6F41AAFF03D2; // System.Comparison`1 struct Comparison_1_t44AF266C7D621EBE70F2BF21FFA6B7C2C260453A; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8; // 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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5; // 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`1 struct Func_1_t807CEE610086E24A0167BAA97A64062016E09D49; // System.Func`1 struct Func_1_t652BE01BF70FA8EF807283E66441D40D3CE1BC0B; // System.Func`1 struct Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_tAED7D799F8DF45785D811BDBACC7E9480C0B901B; // System.Func`2 struct Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tBD60400523D840591A17E4CBBACC79397F68FAA2; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tA3F9CEF64ED38FA56ECC5E56165286AE1376D617; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tCA4820F8266AF4059CC5A14888D8195F0D797499; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t61F8738ED346768CC112B2E27863BF9F73C76D90; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tE22F4D23A741E95A221257E03F5AEC99BCEDE61F; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t5FE0EB338810A83B845B900E60A4E065E1E8AB68; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tFEE8457FE221E239778EE686C6BB8756470C8987; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tFCF38642F5CB0A86A6B4EC75E8BF5C9A8C4D0122; // System.Collections.Generic.List`1 struct List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Collections.Generic.List`1 struct List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB; // System.Predicate`1 struct Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t4F381CB16ECB0701C89F772EAF8F5DCD3A8E5F8B; // System.Threading.Tasks.Task`1> struct Task_1_tDC99D8BCBDBB4A01765BBF5823E5764CEC20D642; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725; // System.Threading.Tasks.Task`1 struct Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17; // System.Threading.Tasks.Task`1 struct Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602; // System.Threading.Tasks.Task`1 struct Task_1_t2A3672CB79B7A66967AEB67A7CCF5EA583D25765; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t17EEB7B2EDD3CB5222C660D7E739F803986BF025; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tD9F8742BCDE46BE10F45030D7DEE230F8F9D24FA; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tA992FE5AE14BF1BD39743AC399EF95B64E8AFC42; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t566E84C700B8CA57F1C3A24989857DEB3100189D; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tABFC31237D6642B5D4C1DBA234CA37EE851EB0AE; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tB995B2E54E55DB21952952A5F1056F84E5721683; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tDF263570453ED61DC82F1B72F9B1F10CF0C186FE; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t830E5130B05E1143F4ECA59D1CE8BD64AC3F7E2F; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t5AD4BA39F55C5C698AD90B02326A2225C5D56221; // System.Byte[][] struct ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.DateTime[] struct DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1; // System.DateTimeOffset[] struct DateTimeOffsetU5BU5D_t81746224316E5FC7189685EFB35488C8CED41826; // System.Decimal[] struct DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Double[] struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B; // System.SByte[] struct SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.TimeSpan[] struct TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt16[] struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; // System.Uri[] struct UriU5BU5D_tC686E8C5B661035A1A4E16DDDCDEC4949DDB6A00; // System.Xml.XPath.XPathItem[] struct XPathItemU5BU5D_t1CA2C0DFA3C223B4D6D55B5C8EEBAE6F03048466; // System.Xml.XPath.XPathNavigator[] struct XPathNavigatorU5BU5D_tA353A28494A4B90917938F631210FB020A8E4BF8; // System.Xml.Schema.XmlAtomicValue[] struct XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9; // System.Xml.Serialization.XmlMemberMapping[] struct XmlMemberMappingU5BU5D_t78E3F87812D4D5F00632824BE14343BEDF0B4DD7; // System.Xml.XmlQualifiedName[] struct XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97; // System.Xml.Serialization.XmlReflectionMember[] struct XmlReflectionMemberU5BU5D_t9EF19295EF3F3B2AA3DD3C903159C04317F22A7A; // System.Xml.Serialization.XmlTypeMapMemberAttribute[] struct XmlTypeMapMemberAttributeU5BU5D_tBD565E2F6F54CCD19C901BAFB18161AF4E540D35; // System.Xml.Serialization.EnumMap/EnumMapMember[] struct EnumMapMemberU5BU5D_t07A96D3D51D0592FBA40BC8DB07055475869F868; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190; // System.Xml.XmlNamespaceManager/NamespaceDeclaration[] struct NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5; // System.Xml.XmlTextReaderImpl/NodeData[] struct NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0; // System.Xml.XmlTextReaderImpl/ParsingState[] struct ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71; // System.Net.BindIPEndPoint struct BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // System.Xml.Serialization.ClassMap struct ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB; // System.Globalization.CodePageDataItem struct CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E; // System.Collections.CollectionBase struct CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // System.Xml.Schema.ContentValidator struct ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C; // System.Threading.ContextCallback struct ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B; // System.Net.CookieContainer struct CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // System.Text.Decoder struct Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370; // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.Xml.DomNameTable struct DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB; // System.Xml.EmptyEnumerator struct EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // System.Xml.Serialization.EnumMap struct EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA; // System.Exception struct Exception_t; // System.Reflection.FieldInfo struct FieldInfo_t; // System.IO.FileStream struct FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.Net.HttpContinueDelegate struct HttpContinueDelegate_t84ADA70221E0AC5A340AD9D012F81C1683FC240F; // System.Net.HttpWebRequest struct HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A; // System.Net.HttpWebResponse struct HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // System.Runtime.CompilerServices.IAsyncStateMachine struct IAsyncStateMachine_tAE063F84A60E1058FCA4E3EA9F555D3462641F7D; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.Net.ICredentials struct ICredentials_t7F4F7C8E1E36461DC5388554FF404E2203D30C48; // System.Reflection.ICustomAttributeProvider struct ICustomAttributeProvider_tC8BCE1D3E22F82F78095824C7EB2F62A6DAD2492; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Xml.IDtdEntityInfo struct IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC; // System.Xml.IDtdInfo struct IDtdInfo_tE42B4037BF3433A4F16173CE199CFF87E32A07C6; // System.Xml.IDtdParser struct IDtdParser_tD5A6D02A5CA749436148A452C1A6DBD8EFA76833; // System.Collections.IEnumerable struct IEnumerable_t47A618747A1BB2A868710316F7372094849163A2; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // System.Collections.IEqualityComparer struct IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // System.Net.IPHostEntry struct IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA; // System.Xml.IValidationEventHandling struct IValidationEventHandling_t574D5D59A6C1707DB494A9F8AFB6A3DB3F0B64D1; // System.Net.IWebProxy struct IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3; // System.Xml.IXmlLineInfo struct IXmlLineInfo_tA2EB52057E77921973EFB598BB874B5F2E41DD7B; // System.Xml.IXmlNamespaceResolver struct IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0; // System.Xml.Schema.IXmlSchemaInfo struct IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229; // System.Xml.IncrementalReadDecoder struct IncrementalReadDecoder_t89737691013C036E9386839AE30A43C9721B3984; // System.InvalidCastException struct InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // System.Xml.Serialization.ListMap struct ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948; // System.Runtime.InteropServices.MarshalAsAttribute struct MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Reflection.MethodInfo struct MethodInfo_t; // Mono.Security.Interface.MonoTlsProvider struct MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7; // Mono.Security.Interface.MonoTlsSettings struct MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // System.Xml.Serialization.ObjectMap struct ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C; // System.Xml.OpenedHost struct OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D; // System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7; // System.Reflection.PropertyInfo struct PropertyInfo_t; // System.Xml.Serialization.ReflectionHelper struct ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064; // System.Net.Cache.RequestCacheBinding struct RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447; // System.Net.Cache.RequestCachePolicy struct RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED; // System.Net.Cache.RequestCacheProtocol struct RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7; // Microsoft.Win32.SafeHandles.SafeFileHandle struct SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // System.Xml.Schema.SchemaAttDef struct SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68; // System.Xml.Schema.SchemaDeclBase struct SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A; // System.Xml.Schema.SchemaElementDecl struct SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B; // System.Xml.Schema.SchemaEntity struct SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E; // System.Xml.Schema.SchemaInfo struct SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5; // System.Xml.Schema.SchemaNotation struct SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // System.Runtime.Serialization.SerializationInfoEnumerator struct SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6; // System.Net.ServerCertValidationCallback struct ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA; // System.Net.ServicePoint struct ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0; // System.Net.ServicePointScheduler struct ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7; // System.Collections.SortedList struct SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165; // System.Threading.Tasks.StackGuard struct StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62; // System.Threading.Tasks.TaskFactory struct TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D; // 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.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // System.Xml.Schema.ValidationEventHandler struct ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C; // System.Version struct Version_tBDAEDED25425A1D09910468B8BD1759115646E3C; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.Net.WebCompletionSource struct WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E; // System.Net.WebHeaderCollection struct WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4; // System.Net.WebOperation struct WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00; // System.Net.WebRequest struct WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E; // System.Net.WebRequestStream struct WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887; // System.Security.Cryptography.X509Certificates.X509CertificateCollection struct X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B; // System.Xml.XPath.XPathItem struct XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701; // System.Xml.XPath.XPathNavigator struct XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9; // System.Xml.XPath.XPathNavigatorKeyComparer struct XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A; // System.Xml.Serialization.XmlAnyAttributeAttribute struct XmlAnyAttributeAttribute_t425ACE58EEBC7D08A1B23CD06B03CA75B8D5B094; // System.Xml.Serialization.XmlAnyElementAttribute struct XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92; // System.Xml.Serialization.XmlAnyElementAttributes struct XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E; // 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.XmlAttributeOverrides struct XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F; // System.Xml.Serialization.XmlAttributes struct XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46; // System.Xml.Schema.XmlBaseConverter struct XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55; // System.Xml.XmlCDataSection struct XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA; // System.Xml.XmlCachedStream struct XmlCachedStream_t16365C843A7DEB2CD28A1C6550229581A2913D83; // 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.XmlDeclaration struct XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC; // System.Xml.XmlDocument struct XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F; // System.Xml.XmlDocumentType struct XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F; // System.Xml.XmlDownloadManager struct XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D; // System.Xml.XmlElement struct XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF; // System.Xml.Serialization.XmlElementAttribute struct XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94; // System.Xml.Serialization.XmlElementAttributes struct XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402; // System.Xml.Serialization.XmlElementEventArgs struct XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F; // System.Xml.Serialization.XmlElementEventHandler struct XmlElementEventHandler_t5110F67CA4FDC0867D3457AAC06E2E6DADA1DE29; // 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.Serialization.XmlIgnoreAttribute struct XmlIgnoreAttribute_t478DB7B508B6987B3CC531BABD12177E5CD7DDF6; // System.Xml.XmlImplementation struct XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59; // System.Xml.Serialization.XmlIncludeAttribute struct XmlIncludeAttribute_tCFBD14CDEA32E248DAFE2560072A8E8129453E0C; // System.Xml.XmlLinkedNode struct XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0; // System.Xml.Schema.XmlListConverter struct XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D; // System.Xml.XmlLoader struct XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B; // System.Xml.Serialization.XmlMapping struct XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9; // System.Xml.Serialization.XmlMemberMapping struct XmlMemberMapping_t9C377A78143EB983365CFE02F934C5C0B579C3FF; // System.Xml.Serialization.XmlMembersMapping struct XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496; // System.Xml.Schema.XmlMiscConverter struct XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F; // System.Xml.XmlName struct XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63; // System.Xml.XmlNameEx struct XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A; // 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.Serialization.XmlNodeEventArgs struct XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED; // System.Xml.Serialization.XmlNodeEventHandler struct XmlNodeEventHandler_tF1C40439AD043BB08EEEAA54CC23FD03DF241563; // System.Xml.XmlNodeList struct XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9; // System.Xml.XmlNotation struct XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92; // System.Xml.Schema.XmlNumeric10Converter struct XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A; // System.Xml.Schema.XmlNumeric2Converter struct XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30; // System.Xml.XmlParserContext struct XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28; // 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.Serialization.XmlReflectionImporter struct XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25; // System.Xml.Serialization.XmlReflectionMember struct XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD; // System.Xml.XmlRegisteredNonCachedStream struct XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1; // System.Xml.XmlResolver struct XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A; // System.Xml.Serialization.XmlRootAttribute struct XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96; // System.Xml.Schema.XmlSchema struct XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA; // System.Xml.Schema.XmlSchemaAnyAttribute struct XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80; // System.Xml.Schema.XmlSchemaAttribute struct XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7; // System.Xml.Schema.XmlSchemaCompilationSettings struct XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC; // System.Xml.Schema.XmlSchemaComplexType struct XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062; // System.Xml.Schema.XmlSchemaDatatype struct XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38; // System.Xml.Schema.XmlSchemaElement struct XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A; // 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.Serialization.XmlSerializableMapping struct XmlSerializableMapping_tD6A58399CD5AF9C7284D42BBDED717DD161EEEE5; // 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.Serialization.XmlTypeMapElementInfo struct XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A; // System.Xml.Serialization.XmlTypeMapElementInfoList struct XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A; // System.Xml.Serialization.XmlTypeMapMember struct XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC; // System.Xml.Serialization.XmlTypeMapMemberAnyAttribute struct XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE; // System.Xml.Serialization.XmlTypeMapMemberAnyElement struct XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0; // System.Xml.Serialization.XmlTypeMapMemberAttribute struct XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E; // System.Xml.Serialization.XmlTypeMapMemberElement struct XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747; // System.Xml.Serialization.XmlTypeMapMemberFlatList struct XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73; // System.Xml.Serialization.XmlTypeMapMemberList struct XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82; // System.Xml.Serialization.XmlTypeMapMemberNamespaces struct XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D; // System.Xml.Serialization.XmlTypeMapping struct XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581; // System.Xml.XmlUnspecifiedAttribute struct XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641; // System.Xml.XmlUrlResolver struct XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1; // System.Xml.Schema.XmlValueConverter struct XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763; // System.Xml.XmlWhitespace struct XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C; // System.Xml.XmlWriter struct XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D; // System.Xml.Serialization.EnumMap/EnumMapMember struct EnumMapMember_tFA6EE72534779063BD134A3DF65945A5337B4D78; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // System.Threading.Tasks.Task/ContingentProperties struct ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0; // System.Net.TimerThread/Queue struct Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; // System.Net.WebRequest/DesignerWebRequestCreate struct DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A; // System.Xml.Schema.XmlAtomicValue/NamespacePrefixForQName struct NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2; // System.Xml.XmlDownloadManager/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t1CB18D171B35CF191BC6883D5C7E384F9F137C0B; // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate struct HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E; // System.Xml.XmlTextReaderImpl/DtdParserProxy struct DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557; // System.Xml.XmlTextReaderImpl/LaterInitParam struct LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF; // System.Xml.XmlTextReaderImpl/NodeData struct NodeData_tD504C5A621E7DD546954D87282438662327280EA; // System.Xml.XmlTextReaderImpl/OnDefaultAttributeUseDelegate struct OnDefaultAttributeUseDelegate_t3E995824DB2F605D21E74880C851C4C6BB9A1E88; // System.Xml.XmlTextReaderImpl/XmlContext struct XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D; 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* AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5_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* ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Comparison_1_t44AF266C7D621EBE70F2BF21FFA6B7C2C260453A_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* Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnumMapMemberU5BU5D_t07A96D3D51D0592FBA40BC8DB07055475869F868_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnumMapMember_tFA6EE72534779063BD134A3DF65945A5337B4D78_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enumerator_t02FBEF5309FE3C4F8A7A1140B9590258FF5FA547_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enumerator_t2C62E3AA8D6B2EBDDFB51E620DF8419B1F116ED2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FieldInfo_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_1_t652BE01BF70FA8EF807283E66441D40D3CE1BC0B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_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* IDtdParser_tD5A6D02A5CA749436148A452C1A6DBD8EFA76833_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* IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IXmlLineInfo_tA2EB52057E77921973EFB598BB874B5F2E41DD7B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_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* ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MissingManifestResourceException_tAC74F21ADC46CCB2BCC710464434E3B97F72FACB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyInfo_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064_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* SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5_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* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass4_0_t1CB18D171B35CF191BC6883D5C7E384F9F137C0B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tD898F68FF0114208BD496B043E9B1E2F6D126CCE_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* WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_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* XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F_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* XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlCachedStream_t16365C843A7DEB2CD28A1C6550229581A2913D83_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlChildNodes_t2146FA67722B453134AC4DC4B33C3B670B8BE2BB_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* XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94_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* XmlIncludeAttributeU5BU5D_tA39956E37F8603A8939D81A43D2DBE566CB3F9EF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465_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* XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28_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* XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSerializableMapping_tD6A58399CD5AF9C7284D42BBDED717DD161EEEE5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4_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* XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral010415DFD810DA785E5CD8173EA9688EDA5E73FE; IL2CPP_EXTERN_C String_t* _stringLiteral025C1ECF21AD54C7CC6639C629602C3F7FE62FAA; IL2CPP_EXTERN_C String_t* _stringLiteral035877D5564A6EA6B11C79A48808B85A323C2F5C; IL2CPP_EXTERN_C String_t* _stringLiteral044BADD70F84141B60AE555B5513ABA7D660F738; IL2CPP_EXTERN_C String_t* _stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40; IL2CPP_EXTERN_C String_t* _stringLiteral0BA9045FCB28C8C8B2ACED641BB5013BAC05D492; IL2CPP_EXTERN_C String_t* _stringLiteral0D4C268C4423C754CBC1834659DBB0EE8FE916F8; IL2CPP_EXTERN_C String_t* _stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69; IL2CPP_EXTERN_C String_t* _stringLiteral118E38B2D412E6F22C505D9D88DD635BB1155008; IL2CPP_EXTERN_C String_t* _stringLiteral1608C82B466107946B52772199E59009D15CA084; IL2CPP_EXTERN_C String_t* _stringLiteral16C0D1A98D99C5FB32B981C3E41FDB407A083C18; IL2CPP_EXTERN_C String_t* _stringLiteral1710B4477A01FFE20514D8AA61891F364D71C25B; IL2CPP_EXTERN_C String_t* _stringLiteral1A70DF0588442FC24870182C92EB1EE5A9326B19; IL2CPP_EXTERN_C String_t* _stringLiteral1F1BC4D23D8E5661364EBEC728BE303959F6CF91; IL2CPP_EXTERN_C String_t* _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94; IL2CPP_EXTERN_C String_t* _stringLiteral254468B9B3F6F07A1FFFDB33F24DE6C9C383E0D6; IL2CPP_EXTERN_C String_t* _stringLiteral25D1D73BA8562EE08FEEAC854199F8579DA2C728; IL2CPP_EXTERN_C String_t* _stringLiteral28A7AEA063C53E83EBAFBF65F33577542489AEA0; IL2CPP_EXTERN_C String_t* _stringLiteral29988D0F9BCADFABFF66CBF5AB73096D1CAE3128; IL2CPP_EXTERN_C String_t* _stringLiteral2B9B6C84CC15492CCB290C4B79418FA6D7DD24C1; IL2CPP_EXTERN_C String_t* _stringLiteral2CC07AF4C3868561B4298BB54D24B5A984DBC70D; IL2CPP_EXTERN_C String_t* _stringLiteral30C13821C826B173FCA1891444657D393513F574; IL2CPP_EXTERN_C String_t* _stringLiteral31133B72BD99652557120522D697E07A71CF3DA6; IL2CPP_EXTERN_C String_t* _stringLiteral33225D2308B5FA9B4FC47DE1A1D06D718E1911ED; IL2CPP_EXTERN_C String_t* _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917; IL2CPP_EXTERN_C String_t* _stringLiteral349EE59EA43C1E5D49630218CC7F73B3AC055344; IL2CPP_EXTERN_C String_t* _stringLiteral35B44AA64754DEDC52915E7F763C081CF5B004D9; IL2CPP_EXTERN_C String_t* _stringLiteral38C378162D10735E8E753443B3094057777252AC; IL2CPP_EXTERN_C String_t* _stringLiteral42073B4C2D04446C6E19D4601BE7F290195813C4; IL2CPP_EXTERN_C String_t* _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE; IL2CPP_EXTERN_C String_t* _stringLiteral423005E70CFADA0548835DDF582542DD5BDCFBD3; IL2CPP_EXTERN_C String_t* _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D; IL2CPP_EXTERN_C String_t* _stringLiteral42D9C559B36F71C5AB37A696ECC383A0346BC96E; IL2CPP_EXTERN_C String_t* _stringLiteral432809284A61C8EDD9D90D5ABBBAFC0B4DBC7FB7; IL2CPP_EXTERN_C String_t* _stringLiteral444C6FD23DF88A83A6776F970B2AA77934FFF506; IL2CPP_EXTERN_C String_t* _stringLiteral44C14DBC6A9EE22DDA5FE2FABA5577B801DFAD89; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral47EB169AEE74B181812673783C66416B39F5F464; IL2CPP_EXTERN_C String_t* _stringLiteral49457BCC8BD0CC8C758CAB29E29AAC6EE6A36D9A; IL2CPP_EXTERN_C String_t* _stringLiteral49AE794C00022ECA141068DEA9531BF6E0D342B7; IL2CPP_EXTERN_C String_t* _stringLiteral4A962F7AAEC3B50EF4B2CD52A7A2C969B759A960; IL2CPP_EXTERN_C String_t* _stringLiteral4E1D57CE6B85658D066056F8AB14C7463911E2B2; IL2CPP_EXTERN_C String_t* _stringLiteral50709161A683107F88DF833963D6907320EB2D94; IL2CPP_EXTERN_C String_t* _stringLiteral513659CEF285C73478E9829E41D7E4C23DB53E12; IL2CPP_EXTERN_C String_t* _stringLiteral52E7AA29D33516D76AAE995603260C880821A398; IL2CPP_EXTERN_C String_t* _stringLiteral5591FEB8D450C0589982D61E5715CF6270C18952; IL2CPP_EXTERN_C String_t* _stringLiteral5607081EBC5A38ABEBFBF4E705DE9D9215154E72; IL2CPP_EXTERN_C String_t* _stringLiteral560C311BA606901B751369745841EC8F31B5FD8F; IL2CPP_EXTERN_C String_t* _stringLiteral5BAA302A400A1B9C6F712ED9DBE1D7010A5034BF; IL2CPP_EXTERN_C String_t* _stringLiteral6099A97D6F389755E70DAD6DEFD4620F9AAFC7DB; IL2CPP_EXTERN_C String_t* _stringLiteral60F85EA97812A18CDB5BD580B7A841E17A25A794; IL2CPP_EXTERN_C String_t* _stringLiteral6319A0ADA278E8CB5B493B705A3E0FAA420303CC; IL2CPP_EXTERN_C String_t* _stringLiteral63D27168A6FFA4A02D5FDBA464A248377E88F4F4; IL2CPP_EXTERN_C String_t* _stringLiteral68D30E263818AD6C2D86F13DBA046121F5F7A1FD; IL2CPP_EXTERN_C String_t* _stringLiteral6A27EFA262531B73C56149281CD01E877253B609; IL2CPP_EXTERN_C String_t* _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044; IL2CPP_EXTERN_C String_t* _stringLiteral6F8F57CB4EFADE4F9EB4B28556590324C8D0B936; IL2CPP_EXTERN_C String_t* _stringLiteral725B1CAFF9B49E1231FDA15B85166BBEFAA36A11; IL2CPP_EXTERN_C String_t* _stringLiteral72B68EC7EE16DACDB68DF6B1DB68A228CDEC0C10; IL2CPP_EXTERN_C String_t* _stringLiteral75DAA5C16AD22FC6CBDC55CD16AD259D5A8F883D; IL2CPP_EXTERN_C String_t* _stringLiteral78B67CC5FE62A8456C7B569FBAC1CD4B1E7A9285; IL2CPP_EXTERN_C String_t* _stringLiteral7A4DB5A48002D176FFD5642CCEECF519B68D44A0; IL2CPP_EXTERN_C String_t* _stringLiteral7A7B03EDCCEC1AA676CFA2D7002A577C44FC6A13; IL2CPP_EXTERN_C String_t* _stringLiteral7FF349F9C3C625219F1F7A7D29EEEF01064CD1C1; IL2CPP_EXTERN_C String_t* _stringLiteral81C6A150C740E85EF7BDB2DE76CBED7BCCC3797F; IL2CPP_EXTERN_C String_t* _stringLiteral831ED6EC0D1759EC26A1E876BA9836719586C6D1; IL2CPP_EXTERN_C String_t* _stringLiteral83B75ABE2D6148C9AF405ED548AE801DC19C6A02; IL2CPP_EXTERN_C String_t* _stringLiteral84B787B593EEF7C3B662B25A9ACCB9A9CF164BDB; IL2CPP_EXTERN_C String_t* _stringLiteral872479F10B4968F255B608A3698CA1A7EE09888B; IL2CPP_EXTERN_C String_t* _stringLiteral873BA9CAE8EF9B2148F5C38D4124955263A836E1; IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D; IL2CPP_EXTERN_C String_t* _stringLiteral893D84FF4ED81AC205FBC0C67CBEE1C0C752B406; IL2CPP_EXTERN_C String_t* _stringLiteral8A151D6090743D9E886008285DE3A3FB22BC228F; IL2CPP_EXTERN_C String_t* _stringLiteral8B0ED13848CE950B6978D8664D9AA86276D1D7EC; IL2CPP_EXTERN_C String_t* _stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E; IL2CPP_EXTERN_C String_t* _stringLiteral8E7DF6980ECEA2C11D2FD74A57D449FC8CFA87AE; IL2CPP_EXTERN_C String_t* _stringLiteral916F4E7879C25AF1EA844F7068842D5508777C48; IL2CPP_EXTERN_C String_t* _stringLiteral93B59C6870171FCFAA8A0D2F3A21C5B0CEFC7FDD; IL2CPP_EXTERN_C String_t* _stringLiteral93D87E1629A331F43CB25BB3CFE69C4D3418FA7E; IL2CPP_EXTERN_C String_t* _stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3; IL2CPP_EXTERN_C String_t* _stringLiteral96930EC8C6FD5250BB36A5E1040AB06A9588FD62; IL2CPP_EXTERN_C String_t* _stringLiteral96A17B8E6FD3FD5FF20EA64D3C41EA5A5DE70330; IL2CPP_EXTERN_C String_t* _stringLiteral96EC52420EC5AB3C6D55AE97C6E038E918ED0EC4; IL2CPP_EXTERN_C String_t* _stringLiteral9A181C52772E2BE53A280EA09B2A3C3BAC1681E5; IL2CPP_EXTERN_C String_t* _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3; IL2CPP_EXTERN_C String_t* _stringLiteral9D585EFA72289B5EB83C4E729C8843ADEA8F08D2; IL2CPP_EXTERN_C String_t* _stringLiteral9F0051E3370AA31B69F5CBF0E35FBE94ACAE0651; IL2CPP_EXTERN_C String_t* _stringLiteral9FEC92783BE6B523E2C117E0794061302D78945E; IL2CPP_EXTERN_C String_t* _stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03; IL2CPP_EXTERN_C String_t* _stringLiteralA363E5B14212F70344F9E4B42F6140A092D0E343; IL2CPP_EXTERN_C String_t* _stringLiteralA3A680A717A901731935F51F62C0FDFEF792BDD2; IL2CPP_EXTERN_C String_t* _stringLiteralA4074375C28F170F48C088A574F61A1A98069292; IL2CPP_EXTERN_C String_t* _stringLiteralA73D573DF83D11DB88B9E63E9DF538F46194507D; IL2CPP_EXTERN_C String_t* _stringLiteralA7B2BA46FD695B79CF60BB6970762E6C1E761E71; IL2CPP_EXTERN_C String_t* _stringLiteralAA4FDC6A5B67345B552422EDD8D4B812536A0575; IL2CPP_EXTERN_C String_t* _stringLiteralAF9E48D89B0F95FD7743676A1FD7D2BAF3E506F5; IL2CPP_EXTERN_C String_t* _stringLiteralB080109AD5D6C864D18C1BFD1A3B9116504CCC72; IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D; IL2CPP_EXTERN_C String_t* _stringLiteralB8B7FF6EA48766107079374A4B073225864B5550; IL2CPP_EXTERN_C String_t* _stringLiteralBA35549D8219B5F5409D55485656844283EB1A95; IL2CPP_EXTERN_C String_t* _stringLiteralBE8285B3FBB68E69672F471D9C7CD01AFC710E52; IL2CPP_EXTERN_C String_t* _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158; IL2CPP_EXTERN_C String_t* _stringLiteralC05DD95A56B355AAD74E9CE147B236E03FF8905E; IL2CPP_EXTERN_C String_t* _stringLiteralC0D69EE876D7C5C122F135FF788193F3718C6584; IL2CPP_EXTERN_C String_t* _stringLiteralC171503077BD6B1C438A3FEA9F31DB637C7C763A; IL2CPP_EXTERN_C String_t* _stringLiteralC5D6C64CCB50E5090409E08FDF71792E4E9A8F6D; IL2CPP_EXTERN_C String_t* _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677; IL2CPP_EXTERN_C String_t* _stringLiteralCAFD5B1578BE15D85E6DD4147D5AE04B0EF57878; IL2CPP_EXTERN_C String_t* _stringLiteralCB5CDE966F99FDC7AE4101331D907BCEF208D664; IL2CPP_EXTERN_C String_t* _stringLiteralCD8CC2C551FD45E2551022E478C520A80DD62DDA; IL2CPP_EXTERN_C String_t* _stringLiteralCDFFBF7695883D821E64C727304FFE2682330A22; IL2CPP_EXTERN_C String_t* _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052; IL2CPP_EXTERN_C String_t* _stringLiteralD4DAA1A26807E1A567D68B161E6A95701A3FD560; IL2CPP_EXTERN_C String_t* _stringLiteralD515C8E4D2BD0B64EE134AD25058BE95BF0175BC; IL2CPP_EXTERN_C String_t* _stringLiteralD9319D8D06606B8F2B10B57EBAABAE57F7D5B8E7; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDB06DE16F44A88CD00ED1FDBEB9E9BFE0F4D1C2A; IL2CPP_EXTERN_C String_t* _stringLiteralE1356901E9F96E6ACC91632889AE94286AFE4CD4; IL2CPP_EXTERN_C String_t* _stringLiteralE25534321226D9693D71A59D74F97A2E7C087499; IL2CPP_EXTERN_C String_t* _stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132; IL2CPP_EXTERN_C String_t* _stringLiteralEF5E4E7AE49599D22FDECF4CBDE50AE7C9C1DD38; IL2CPP_EXTERN_C String_t* _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5; IL2CPP_EXTERN_C String_t* _stringLiteralF011FDE885C7455F8FB042D3EC51AFA0D2624878; IL2CPP_EXTERN_C String_t* _stringLiteralF120BE9B6A9F4F9A2A60DDDE77756405E8C5111C; IL2CPP_EXTERN_C String_t* _stringLiteralF12B28CE864CCAE0D46FEC6689C6AE0CD61061EF; IL2CPP_EXTERN_C String_t* _stringLiteralF2720902657F220A4255C591B7383B1661E21515; IL2CPP_EXTERN_C String_t* _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667; IL2CPP_EXTERN_C String_t* _stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21; IL2CPP_EXTERN_C String_t* _stringLiteralFC52EF0E935F6937D21D16F8AE523FA90242C407; IL2CPP_EXTERN_C String_t* _stringLiteralFD8C61EC8DBC1376295F70EFEF4B5FDF50F09FBE; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_mA34110362D6355E1CF66EB2FD4686F03F9706662_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782_m10FB49F43785475716F22C9B19CDFE97221D7758_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_m1CC6A1431B22FEB84E8608D920C0A38A35C23502_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Comparison_1__ctor_m91472DC830C2B94D3BCFB190CBD895039F92307B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m37294E85AF3AA5A59EA8643FD7A75F3F7C328C8F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_mAF972197562BBA9EC67BB5A25A36EC863BC11176_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m8E06A6DF244254BF419D7EC23A9A6809E19A544D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m374496B3B8F3532FC52B465384E6C950DDA79F8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mEC554451CB98B6F31912A513825E0ACFD4FC2763_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Keys_m69FA0927978855661A3EA0DC3B9AE1D00FCE4825_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_m5553BD4B1AC278E92A52670BAAA6012EFEF7CC12_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_mF2DFEED31B6A768D3F70A46AE94FFE8CF2939CDC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mBC85AF861FB031847847F0B30707EC7AC252D572_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m11F4C4D99988E1B8F9659AA6E4C64A8DB1634F35_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m76091F2A128252E9DCA425F161EB45F2DC9B3D4A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mC29BFE590DD617C72A33F5A07E5F5EEE31DC80AB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m5CE225D2553D42BFD59CAAA8E00BCABC95FB6501_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m85F1BE592F5A6080495783B6DE2F5DC53ADA6447_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mA982FD834370E78FAE934EE999954639E5B5B7E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m7E07BBADEFBF69C5577F84846A39A008EDBC229D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m9482B8C20AFA1BCC4DD4320652A73ADB6878AB8C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mBCFB3927AF48E21BA59498833AECDDE6A4C8640F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_1__ctor_mA813817A60ED4735C625B85C5BE3EF3E61AF94A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_GetEnumerator_mBEA854721D5E7717F856476B1E4563A59661CBF7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m18EAA218BB8A2659B872520B57D68F44449EA52A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m1F5EB2582CC7E7006F397A1C5F96399B14A26F88_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Sort_m28B396C4B4C12C810D8E243177B13FDE421C83C2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m468E89F534D7F4463B96A099275295DF689B2323_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mD174F0348C695711312BF84DF3401B4DB4B1588C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mA0CB54A62D31AFC51F165263F2DB953605F2458D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_Run_TisStream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_m5D74F33FA5815E5F1DB8F347076A24FFA297703D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CImportClassMappingU3Eb__28_0_m211DAF58A0CB5B47332237000FD7E4FC9A26BA09_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass4_0_U3CGetStreamAsyncU3Eb__0_mD810D700ED1233BCA865347F84A2EE0A699E4D0C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_GetEnumerator_m2631C4B6AC95C392629AC272E834DA3A002C7080_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_GetEnumerator_mAC4FA858879FFCD93A95FFAB4B2DB848DBDF7DAC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlElement_SetAttributeNode_m1F9CEC6EFAF548EE430D99D18CB0AB78DE6292CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlElement__ctor_m3B8F2AB4A766B70D8B55D1B2F0D2EAB331861920_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlEntityReference__ctor_m37F0842BAE1416D08F62C521367D650B89C61BE9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlEntityReference_set_Value_mB21E4BD5E0F0007D27BC2AF47678EAC654AC91D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlEntity_CloneNode_m44C0E82A1CF28AFE0DB61E1710EA777BE80C1380_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlEntity_set_InnerText_m564FD5EED198500E23853449ED1AB3EC8DB19FDF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlEntity_set_InnerXml_mBD5B8E465722BAA2ABAD6ABAEFB45757B6E9084F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ChangeListType_mB826BBF0AE270EE1D3FDE44AAA08CBD7336214FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ChangeType_mD9C14B47BC99C4A27ABB9CD6E2E750A5214AC23A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m7EB986C5C76F5F37E773C0B36794B0584B18CA03_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_mCC2F3B7EC332C823318876C73CDEF2B41368372F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m7647A566B3BAF65E33CE091598D951B8A850EF7F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisDateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_m2A061FA61E22BBF8945BA0FBDB26239E6338263D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisDateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_m67E14F3803837CE531A719D512EC004D23A56B15_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m7084411DEE501307DEA2EA40122704E7152D9BFF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m6BEBA60BA179707839A4456F1FA3690E77BCE813_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_mD928FA7E155D7BC8014BD995E2A4A184347990F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m15714A23D7C6701FB536EBFBDAA15DE6C97DEB81_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_mDD1F72EF7560BCCDA6DB25FC9D441BD204763DCB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisRuntimeObject_m67401E3B3A55B23E4975F0ACDB6D71CB12C00F7F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisSByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_m4BE75BE01AD0B9442E284F30311EFE22BE4853F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m732749002501767553BB0EC8E96EAB7E85628666_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisString_t_m39B3E342C44ACE6850A0430FB4369718F8188730_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisTimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_mC083BFA043EC296F49553CC3771F3FE741CE8A15_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m586B58E3697C0A2474F4154812CF23D753E69482_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m5307DF081EBEE484E60F40EB50C8D20BDB43AE96_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mB1B5B6225DD0325B4EFED267FCF77EAAE38B4B1C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisUri_t4A915E1CC15B2C650F478099AD448E9466CBF612_m87852306989E8DE9A41589FE4B4BB7FD6C91E4C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisXPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_m5AFFD96DC530E20EFC49015B867D071FAECB1080_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisXPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_mCFA33D6475D06025076F67801A0D42090C711531_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisXmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_m7E61F578F2BB0B1B1A8FFC9B30C8577B2680ED3E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisXmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_m892F5C2D502D5FF68CE7DA861C7D728331E553A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlLoader_ExpandEntityReference_m6A5DC6049742CE328968AC7DB1E46D24FA60425A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlLoader_LoadAttributeNode_m72E64D3F37BA529D722627406F29DE567B266BB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlLoader_LoadAttributeValue_m8D878F964CB195A2739E68F6D3A5E48CC0B61781_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlLoader_LoadDocumentType_m7FB94891A1FDAA814F9E5245C36015D89E004114_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlLoader_LoadNodeDirect_m3F863AFB2C66947E080F81182FD282EDDC9872C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlLoader_LoadNode_mE0EC6871563BDC5D83D885173186D5182A15D2A4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlLoader_Load_m9B55980AB036FAC52C09EF42BE27AB58F31E31BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlLoader_ReadCurrentNode_mE6664ABA90D4091FAC61C72D47C22598A9902468_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlMiscConverter_ChangeType_m0C70FE0418D44A54E97C1DA5D80FEB7BE9BBE1B2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlMiscConverter_ChangeType_mC6F5D9346C521FE39009D9D17FE4822C0B3090F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlMiscConverter_ToString_m7B71F429E93B4E7C676B123E4F015319300DC76F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNamespaceManager_AddNamespace_m2845CFA6672B2E1EBDB642E5CCA4D0F55AA807C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNode_AppendChild_mACC6D307F28E86D7739D03C89471A7F789F3553B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNode_GetEventArgs_mEC44ED0F39128811939F88B62B8EAEA17BA40024_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNode_RemoveChild_mC77839B44A954B72F4AA2ED2FD9DEB58F13D1E10_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNode__ctor_m207DC6243081054B0B14F1BAB882D457B8CFD465_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNode_set_InnerXml_mDF4EFE0A704D135E52164E7CDF7AC9A1A58F388E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNode_set_Value_m699A61B8F464D40FB786A96CFD3EE5E0C8C6C471_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNotation_CloneNode_m36F13D50332FF753B58628BCFEC7D571A813DF5F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNotation_set_InnerXml_m5BE8B376B3C8C63784352A3C5504FF0359B48903_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric10Converter_ChangeType_m48FB600768910953CFD1A830C2AC9E83F4E3D0B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric10Converter_ChangeType_m5851BE30B8B750C5C28C5887C281317D06AA8E55_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric10Converter_ChangeType_mA48FBDCBC65F1DA1430A0072F93A03774AA1FD68_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric10Converter_ChangeType_mB6EB4C65C1768EDA489B008B8AF6D8FE59977901_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric10Converter_ChangeType_mE9F07E2DA1F5716DA6DB20259848D00A6C3C59F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric10Converter_ToDecimal_m01B803BDCCEE224010B7E2457567CFDAA642CFC8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric10Converter_ToDecimal_m520BBFC1112F55A8F16772CB3A582C5AFA9E085C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric10Converter_ToInt32_mA8B951FC4AA0574D41056E2C513D38EEB757E415_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric10Converter_ToInt32_mC296001DD123F84AE6A59B83348FD26BFF038C08_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric10Converter_ToInt64_m1E5EE6D6A56DC2536B1BC87FD87D532F7964E1EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric10Converter_ToInt64_m29C9F6A96FE38200E747D32689768E8BACA8EE1B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric10Converter_ToString_m548906C6E49AE16F6D8ED31DF84F5766B81F1131_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric2Converter_ChangeType_m3C6B98E79627D80DC1D9F3497F4E50E0A8780EA8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric2Converter_ChangeType_m86FA84EC5B1853D8F017D835EEDBD9438D0426B3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric2Converter_ChangeType_mA2475221EB476767CA4A6340259EC8FE21332DD8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric2Converter_ToDouble_m049E46E7F5C9AFA0DA8E5AEB94B46830FC4C52D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric2Converter_ToDouble_m3DF7D1FDE655FB73EC9910C203188D5E049F6502_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric2Converter_ToSingle_m7D1470F7F92D05CC77F1725F2D3B21CB32C6658A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric2Converter_ToSingle_mEDCC7541B929C96B8B4C06E20F8FBF357F72F87A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric2Converter_ToString_m52D709CAC3C31B03CC6BAA8906C078C0EBC30F73_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlParserContext__ctor_m63996BF18C49BBBBD15CE1D745A149A1B9CB4574_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlQualifiedName_GetHashCodeOfString_m975C3286F53D981750971A504085CAF12DC1E907_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlQualifiedName_Parse_m1B1DDF5738E04BEB6CF48E0AB0F68885354A5690_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlReaderSettings_set_ConformanceLevel_m4CE8E34E7AA470958A7455A7E6CBA121B3ABD8F0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlReaderSettings_set_DtdProcessing_mE077A237F70523E4BDC9C25668CD70471BA4138C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlReaderSettings_set_MaxCharactersFromEntities_mB68B8D5D3DBF152858791ABD8B87C521AE287765_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlReaderSettings_set_MaxCharactersInDocument_m090B7E940391038B277148CE795FA6874DE51128_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlReader_CalcBufferSize_m22356BDA2615407FE3776F24A8BB20FA40A10E5E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlReader_ReadElementString_mDDFE64D2E95F74A6C7C68C3772DC043BA27F402E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlReader_ReadEndElement_m22184C53A3BC4AC3DED2980C35873A48F058F469_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlReader_ReadStartElement_m4937FA7726139B0ACF29AD4FFDECD0C888AC0D17_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlReader_ReadString_m255F5AF3C9D14005A77253EBB14474663043488E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlReflectionImporter_CreateMapMember_mC68576807BD5C885583F2C722CE6B466F37A173A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlReflectionImporter_CreateTypeMapping_mFB79F4CE883EAC32D9804A0DCDCA5DC4ADBD413B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlReflectionImporter_GetDefaultValue_mAF92F5C3A00A3431F010D17D9241807894CAB134_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlReflectionImporter_ImportAnyElementInfo_m612496B9BC3DB3097E0947AD8FC363A0497B35C5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlReflectionImporter_ImportClassMapping_m3F50FDE3630A2DD3DD4F56A15582B4F874BA5241_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlReflectionImporter_ImportElementInfo_m689C58C95ED121AD20819437B1371E8CCE5377A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlReflectionImporter_ImportListMapping_m0492DC46D491F550CB2BCD2FD27EEEC4698A0DB0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlReflectionImporter_ImportTextElementInfo_mB0A28F28F1550E064B302F9BBC92926F89052669_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlReflectionImporter_ImportTypeMapping_m38C791045054E02E1ADFB323CDA9DF334F9A39D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlReflectionImporter_ImportTypeMapping_mF9EA2A270B4B1DEA56FC524567DB94798376A550_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlReflectionImporter_IncludeType_m39C42AB1303FFA3A414400C9826C25060EFCF9E7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* EnumMapMember_tFA6EE72534779063BD134A3DF65945A5337B4D78_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_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* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Type_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlIgnoreAttribute_t478DB7B508B6987B3CC531BABD12177E5CD7DDF6_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlIncludeAttribute_tCFBD14CDEA32E248DAFE2560072A8E8129453E0C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlNodeU5BU5D_tE4DE294EC8D9238F7ACAB33EF0821AEB4FF2BDCA_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240_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 ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D; struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1; struct DateTimeOffsetU5BU5D_t81746224316E5FC7189685EFB35488C8CED41826; struct DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB; struct FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E; struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; struct MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B; struct PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A; struct SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7; struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545; struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67; struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; struct UriU5BU5D_tC686E8C5B661035A1A4E16DDDCDEC4949DDB6A00; struct XPathItemU5BU5D_t1CA2C0DFA3C223B4D6D55B5C8EEBAE6F03048466; struct XPathNavigatorU5BU5D_tA353A28494A4B90917938F631210FB020A8E4BF8; struct XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9; struct XmlIncludeAttributeU5BU5D_tA39956E37F8603A8939D81A43D2DBE566CB3F9EF; struct XmlMemberMappingU5BU5D_t78E3F87812D4D5F00632824BE14343BEDF0B4DD7; struct XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97; struct EnumMapMemberU5BU5D_t07A96D3D51D0592FBA40BC8DB07055475869F868; struct NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5; 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_tC94E9875910491F8130C2DC8B11E4D1548A55162 : 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_tABFC31237D6642B5D4C1DBA234CA37EE851EB0AE* ___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_t61F8738ED346768CC112B2E27863BF9F73C76D90 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t17EEB7B2EDD3CB5222C660D7E739F803986BF025 * ___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_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___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_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___entries_1)); } inline EntryU5BU5D_tABFC31237D6642B5D4C1DBA234CA37EE851EB0AE* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tABFC31237D6642B5D4C1DBA234CA37EE851EB0AE** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tABFC31237D6642B5D4C1DBA234CA37EE851EB0AE* 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_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___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_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___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_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___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_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___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_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___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_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___keys_7)); } inline KeyCollection_t61F8738ED346768CC112B2E27863BF9F73C76D90 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t61F8738ED346768CC112B2E27863BF9F73C76D90 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t61F8738ED346768CC112B2E27863BF9F73C76D90 * 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_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___values_8)); } inline ValueCollection_t17EEB7B2EDD3CB5222C660D7E739F803986BF025 * get_values_8() const { return ___values_8; } inline ValueCollection_t17EEB7B2EDD3CB5222C660D7E739F803986BF025 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t17EEB7B2EDD3CB5222C660D7E739F803986BF025 * 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_tC94E9875910491F8130C2DC8B11E4D1548A55162, ____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_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tB995B2E54E55DB21952952A5F1056F84E5721683* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_tE22F4D23A741E95A221257E03F5AEC99BCEDE61F * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tD9F8742BCDE46BE10F45030D7DEE230F8F9D24FA * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121, ___entries_1)); } inline EntryU5BU5D_tB995B2E54E55DB21952952A5F1056F84E5721683* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tB995B2E54E55DB21952952A5F1056F84E5721683** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tB995B2E54E55DB21952952A5F1056F84E5721683* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121, ___keys_7)); } inline KeyCollection_tE22F4D23A741E95A221257E03F5AEC99BCEDE61F * get_keys_7() const { return ___keys_7; } inline KeyCollection_tE22F4D23A741E95A221257E03F5AEC99BCEDE61F ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tE22F4D23A741E95A221257E03F5AEC99BCEDE61F * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121, ___values_8)); } inline ValueCollection_tD9F8742BCDE46BE10F45030D7DEE230F8F9D24FA * get_values_8() const { return ___values_8; } inline ValueCollection_tD9F8742BCDE46BE10F45030D7DEE230F8F9D24FA ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tD9F8742BCDE46BE10F45030D7DEE230F8F9D24FA * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 : 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_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* ___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_t52C81163A051BCD87A36FEF95F736DD600E2305D * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___entries_1)); } inline EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* 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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___keys_7)); } inline KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * get_keys_7() const { return ___keys_7; } inline KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * 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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___values_8)); } inline ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * get_values_8() const { return ___values_8; } inline ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * 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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ____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_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); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t5AD4BA39F55C5C698AD90B02326A2225C5D56221* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_tFCF38642F5CB0A86A6B4EC75E8BF5C9A8C4D0122 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523, ___entries_1)); } inline EntryU5BU5D_t5AD4BA39F55C5C698AD90B02326A2225C5D56221* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t5AD4BA39F55C5C698AD90B02326A2225C5D56221** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t5AD4BA39F55C5C698AD90B02326A2225C5D56221* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523, ___keys_7)); } inline KeyCollection_tFCF38642F5CB0A86A6B4EC75E8BF5C9A8C4D0122 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tFCF38642F5CB0A86A6B4EC75E8BF5C9A8C4D0122 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tFCF38642F5CB0A86A6B4EC75E8BF5C9A8C4D0122 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523, ___values_8)); } inline ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400 * get_values_8() const { return ___values_8; } inline ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection::dictionary Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D, ___dictionary_0)); } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____items_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__items_1() const { return ____items_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items XmlReflectionMemberU5BU5D_t9EF19295EF3F3B2AA3DD3C903159C04317F22A7A* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC, ____items_1)); } inline XmlReflectionMemberU5BU5D_t9EF19295EF3F3B2AA3DD3C903159C04317F22A7A* get__items_1() const { return ____items_1; } inline XmlReflectionMemberU5BU5D_t9EF19295EF3F3B2AA3DD3C903159C04317F22A7A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(XmlReflectionMemberU5BU5D_t9EF19295EF3F3B2AA3DD3C903159C04317F22A7A* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tD9F8742BCDE46BE10F45030D7DEE230F8F9D24FA : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection::dictionary Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(ValueCollection_tD9F8742BCDE46BE10F45030D7DEE230F8F9D24FA, ___dictionary_0)); } inline Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection::dictionary Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400, ___dictionary_0)); } inline Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 : public RuntimeObject { public: // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_0; // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_2; // System.Object System.Collections.ArrayList::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__items_0() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____items_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_0() const { return ____items_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_0() { return &____items_0; } inline void set__items_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____version_2)); } inline int32_t get__version_2() const { return ____version_2; } inline int32_t* get_address_of__version_2() { return &____version_2; } inline void set__version_2(int32_t value) { ____version_2 = value; } inline static int32_t get_offset_of__syncRoot_3() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject { public: public: }; // System.Xml.BinaryCompatibility struct BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5 : public RuntimeObject { public: public: }; // 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.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_9; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * ___dataItem_10; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_11; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_12; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___encoderFallback_13; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___decoderFallback_14; public: inline static int32_t get_offset_of_m_codePage_9() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_codePage_9)); } inline int32_t get_m_codePage_9() const { return ___m_codePage_9; } inline int32_t* get_address_of_m_codePage_9() { return &___m_codePage_9; } inline void set_m_codePage_9(int32_t value) { ___m_codePage_9 = value; } inline static int32_t get_offset_of_dataItem_10() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___dataItem_10)); } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * get_dataItem_10() const { return ___dataItem_10; } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E ** get_address_of_dataItem_10() { return &___dataItem_10; } inline void set_dataItem_10(CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * value) { ___dataItem_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataItem_10), (void*)value); } inline static int32_t get_offset_of_m_deserializedFromEverett_11() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_deserializedFromEverett_11)); } inline bool get_m_deserializedFromEverett_11() const { return ___m_deserializedFromEverett_11; } inline bool* get_address_of_m_deserializedFromEverett_11() { return &___m_deserializedFromEverett_11; } inline void set_m_deserializedFromEverett_11(bool value) { ___m_deserializedFromEverett_11 = value; } inline static int32_t get_offset_of_m_isReadOnly_12() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_isReadOnly_12)); } inline bool get_m_isReadOnly_12() const { return ___m_isReadOnly_12; } inline bool* get_address_of_m_isReadOnly_12() { return &___m_isReadOnly_12; } inline void set_m_isReadOnly_12(bool value) { ___m_isReadOnly_12 = value; } inline static int32_t get_offset_of_encoderFallback_13() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___encoderFallback_13)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_encoderFallback_13() const { return ___encoderFallback_13; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_encoderFallback_13() { return &___encoderFallback_13; } inline void set_encoderFallback_13(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * value) { ___encoderFallback_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_13), (void*)value); } inline static int32_t get_offset_of_decoderFallback_14() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___decoderFallback_14)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_decoderFallback_14() const { return ___decoderFallback_14; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_decoderFallback_14() { return &___decoderFallback_14; } inline void set_decoderFallback_14(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___decoderFallback_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_14), (void*)value); } }; // 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.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.Xml.Serialization.ObjectMap struct ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C : public RuntimeObject { public: public: }; // System.Xml.OpenedHost struct OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D : public RuntimeObject { public: // System.Int32 System.Xml.OpenedHost::nonCachedConnectionsCount int32_t ___nonCachedConnectionsCount_0; public: inline static int32_t get_offset_of_nonCachedConnectionsCount_0() { return static_cast(offsetof(OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D, ___nonCachedConnectionsCount_0)); } inline int32_t get_nonCachedConnectionsCount_0() const { return ___nonCachedConnectionsCount_0; } inline int32_t* get_address_of_nonCachedConnectionsCount_0() { return &___nonCachedConnectionsCount_0; } inline void set_nonCachedConnectionsCount_0(int32_t value) { ___nonCachedConnectionsCount_0 = value; } }; // System.Xml.Serialization.ReflectionHelper struct ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064 : public RuntimeObject { public: // System.Collections.Hashtable System.Xml.Serialization.ReflectionHelper::_clrTypes Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____clrTypes_0; // System.Collections.Hashtable System.Xml.Serialization.ReflectionHelper::_schemaTypes Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____schemaTypes_1; public: inline static int32_t get_offset_of__clrTypes_0() { return static_cast(offsetof(ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064, ____clrTypes_0)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__clrTypes_0() const { return ____clrTypes_0; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__clrTypes_0() { return &____clrTypes_0; } inline void set__clrTypes_0(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____clrTypes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____clrTypes_0), (void*)value); } inline static int32_t get_offset_of__schemaTypes_1() { return static_cast(offsetof(ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064, ____schemaTypes_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__schemaTypes_1() const { return ____schemaTypes_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__schemaTypes_1() { return &____schemaTypes_1; } inline void set__schemaTypes_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____schemaTypes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____schemaTypes_1), (void*)value); } }; // System.Xml.Schema.SchemaEntity struct SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E : public RuntimeObject { public: // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaEntity::qname XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___qname_0; // System.String System.Xml.Schema.SchemaEntity::url String_t* ___url_1; // System.String System.Xml.Schema.SchemaEntity::pubid String_t* ___pubid_2; // System.String System.Xml.Schema.SchemaEntity::text String_t* ___text_3; // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaEntity::ndata XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___ndata_4; // System.Int32 System.Xml.Schema.SchemaEntity::lineNumber int32_t ___lineNumber_5; // System.Int32 System.Xml.Schema.SchemaEntity::linePosition int32_t ___linePosition_6; // System.Boolean System.Xml.Schema.SchemaEntity::isParameter bool ___isParameter_7; // System.Boolean System.Xml.Schema.SchemaEntity::isExternal bool ___isExternal_8; // System.Boolean System.Xml.Schema.SchemaEntity::parsingInProgress bool ___parsingInProgress_9; // System.Boolean System.Xml.Schema.SchemaEntity::isDeclaredInExternal bool ___isDeclaredInExternal_10; // System.String System.Xml.Schema.SchemaEntity::baseURI String_t* ___baseURI_11; // System.String System.Xml.Schema.SchemaEntity::declaredURI String_t* ___declaredURI_12; public: inline static int32_t get_offset_of_qname_0() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___qname_0)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_qname_0() const { return ___qname_0; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_qname_0() { return &___qname_0; } inline void set_qname_0(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___qname_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___qname_0), (void*)value); } inline static int32_t get_offset_of_url_1() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___url_1)); } inline String_t* get_url_1() const { return ___url_1; } inline String_t** get_address_of_url_1() { return &___url_1; } inline void set_url_1(String_t* value) { ___url_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___url_1), (void*)value); } inline static int32_t get_offset_of_pubid_2() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___pubid_2)); } inline String_t* get_pubid_2() const { return ___pubid_2; } inline String_t** get_address_of_pubid_2() { return &___pubid_2; } inline void set_pubid_2(String_t* value) { ___pubid_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___pubid_2), (void*)value); } inline static int32_t get_offset_of_text_3() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___text_3)); } inline String_t* get_text_3() const { return ___text_3; } inline String_t** get_address_of_text_3() { return &___text_3; } inline void set_text_3(String_t* value) { ___text_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___text_3), (void*)value); } inline static int32_t get_offset_of_ndata_4() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___ndata_4)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_ndata_4() const { return ___ndata_4; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_ndata_4() { return &___ndata_4; } inline void set_ndata_4(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___ndata_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ndata_4), (void*)value); } inline static int32_t get_offset_of_lineNumber_5() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___lineNumber_5)); } inline int32_t get_lineNumber_5() const { return ___lineNumber_5; } inline int32_t* get_address_of_lineNumber_5() { return &___lineNumber_5; } inline void set_lineNumber_5(int32_t value) { ___lineNumber_5 = value; } inline static int32_t get_offset_of_linePosition_6() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___linePosition_6)); } inline int32_t get_linePosition_6() const { return ___linePosition_6; } inline int32_t* get_address_of_linePosition_6() { return &___linePosition_6; } inline void set_linePosition_6(int32_t value) { ___linePosition_6 = value; } inline static int32_t get_offset_of_isParameter_7() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___isParameter_7)); } inline bool get_isParameter_7() const { return ___isParameter_7; } inline bool* get_address_of_isParameter_7() { return &___isParameter_7; } inline void set_isParameter_7(bool value) { ___isParameter_7 = value; } inline static int32_t get_offset_of_isExternal_8() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___isExternal_8)); } inline bool get_isExternal_8() const { return ___isExternal_8; } inline bool* get_address_of_isExternal_8() { return &___isExternal_8; } inline void set_isExternal_8(bool value) { ___isExternal_8 = value; } inline static int32_t get_offset_of_parsingInProgress_9() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___parsingInProgress_9)); } inline bool get_parsingInProgress_9() const { return ___parsingInProgress_9; } inline bool* get_address_of_parsingInProgress_9() { return &___parsingInProgress_9; } inline void set_parsingInProgress_9(bool value) { ___parsingInProgress_9 = value; } inline static int32_t get_offset_of_isDeclaredInExternal_10() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___isDeclaredInExternal_10)); } inline bool get_isDeclaredInExternal_10() const { return ___isDeclaredInExternal_10; } inline bool* get_address_of_isDeclaredInExternal_10() { return &___isDeclaredInExternal_10; } inline void set_isDeclaredInExternal_10(bool value) { ___isDeclaredInExternal_10 = value; } inline static int32_t get_offset_of_baseURI_11() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___baseURI_11)); } inline String_t* get_baseURI_11() const { return ___baseURI_11; } inline String_t** get_address_of_baseURI_11() { return &___baseURI_11; } inline void set_baseURI_11(String_t* value) { ___baseURI_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseURI_11), (void*)value); } inline static int32_t get_offset_of_declaredURI_12() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___declaredURI_12)); } inline String_t* get_declaredURI_12() const { return ___declaredURI_12; } inline String_t** get_address_of_declaredURI_12() { return &___declaredURI_12; } inline void set_declaredURI_12(String_t* value) { ___declaredURI_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___declaredURI_12), (void*)value); } }; // System.Xml.Schema.SchemaNotation struct SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED : public RuntimeObject { public: // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNotation::name XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___name_0; // System.String System.Xml.Schema.SchemaNotation::systemLiteral String_t* ___systemLiteral_1; // System.String System.Xml.Schema.SchemaNotation::pubid String_t* ___pubid_2; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED, ___name_0)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_name_0() const { return ___name_0; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_name_0() { return &___name_0; } inline void set_name_0(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_systemLiteral_1() { return static_cast(offsetof(SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED, ___systemLiteral_1)); } inline String_t* get_systemLiteral_1() const { return ___systemLiteral_1; } inline String_t** get_address_of_systemLiteral_1() { return &___systemLiteral_1; } inline void set_systemLiteral_1(String_t* value) { ___systemLiteral_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___systemLiteral_1), (void*)value); } inline static int32_t get_offset_of_pubid_2() { return static_cast(offsetof(SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED, ___pubid_2)); } inline String_t* get_pubid_2() const { return ___pubid_2; } inline String_t** get_address_of_pubid_2() { return &___pubid_2; } inline void set_pubid_2(String_t* value) { ___pubid_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___pubid_2), (void*)value); } }; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfo::m_members StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_members_3; // System.Object[] System.Runtime.Serialization.SerializationInfo::m_data ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_data_4; // System.Type[] System.Runtime.Serialization.SerializationInfo::m_types TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___m_types_5; // System.Collections.Generic.Dictionary`2 System.Runtime.Serialization.SerializationInfo::m_nameToIndex Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___m_nameToIndex_6; // System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember int32_t ___m_currMember_7; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter RuntimeObject* ___m_converter_8; // System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName String_t* ___m_fullTypeName_9; // System.String System.Runtime.Serialization.SerializationInfo::m_assemName String_t* ___m_assemName_10; // System.Type System.Runtime.Serialization.SerializationInfo::objectType Type_t * ___objectType_11; // System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit bool ___isFullTypeNameSetExplicit_12; // System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit bool ___isAssemblyNameSetExplicit_13; // System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust bool ___requireSameTokenInPartialTrust_14; public: inline static int32_t get_offset_of_m_members_3() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_members_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_members_3() const { return ___m_members_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_members_3() { return &___m_members_3; } inline void set_m_members_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_members_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_members_3), (void*)value); } inline static int32_t get_offset_of_m_data_4() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_data_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_data_4() const { return ___m_data_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_data_4() { return &___m_data_4; } inline void set_m_data_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_data_4), (void*)value); } inline static int32_t get_offset_of_m_types_5() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_types_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_m_types_5() const { return ___m_types_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_m_types_5() { return &___m_types_5; } inline void set_m_types_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___m_types_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_types_5), (void*)value); } inline static int32_t get_offset_of_m_nameToIndex_6() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_nameToIndex_6)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; } inline void set_m_nameToIndex_6(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___m_nameToIndex_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_nameToIndex_6), (void*)value); } inline static int32_t get_offset_of_m_currMember_7() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_currMember_7)); } inline int32_t get_m_currMember_7() const { return ___m_currMember_7; } inline int32_t* get_address_of_m_currMember_7() { return &___m_currMember_7; } inline void set_m_currMember_7(int32_t value) { ___m_currMember_7 = value; } inline static int32_t get_offset_of_m_converter_8() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_converter_8)); } inline RuntimeObject* get_m_converter_8() const { return ___m_converter_8; } inline RuntimeObject** get_address_of_m_converter_8() { return &___m_converter_8; } inline void set_m_converter_8(RuntimeObject* value) { ___m_converter_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_converter_8), (void*)value); } inline static int32_t get_offset_of_m_fullTypeName_9() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_fullTypeName_9)); } inline String_t* get_m_fullTypeName_9() const { return ___m_fullTypeName_9; } inline String_t** get_address_of_m_fullTypeName_9() { return &___m_fullTypeName_9; } inline void set_m_fullTypeName_9(String_t* value) { ___m_fullTypeName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTypeName_9), (void*)value); } inline static int32_t get_offset_of_m_assemName_10() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_assemName_10)); } inline String_t* get_m_assemName_10() const { return ___m_assemName_10; } inline String_t** get_address_of_m_assemName_10() { return &___m_assemName_10; } inline void set_m_assemName_10(String_t* value) { ___m_assemName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_assemName_10), (void*)value); } inline static int32_t get_offset_of_objectType_11() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___objectType_11)); } inline Type_t * get_objectType_11() const { return ___objectType_11; } inline Type_t ** get_address_of_objectType_11() { return &___objectType_11; } inline void set_objectType_11(Type_t * value) { ___objectType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectType_11), (void*)value); } inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isFullTypeNameSetExplicit_12)); } inline bool get_isFullTypeNameSetExplicit_12() const { return ___isFullTypeNameSetExplicit_12; } inline bool* get_address_of_isFullTypeNameSetExplicit_12() { return &___isFullTypeNameSetExplicit_12; } inline void set_isFullTypeNameSetExplicit_12(bool value) { ___isFullTypeNameSetExplicit_12 = value; } inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isAssemblyNameSetExplicit_13)); } inline bool get_isAssemblyNameSetExplicit_13() const { return ___isAssemblyNameSetExplicit_13; } inline bool* get_address_of_isAssemblyNameSetExplicit_13() { return &___isAssemblyNameSetExplicit_13; } inline void set_isAssemblyNameSetExplicit_13(bool value) { ___isAssemblyNameSetExplicit_13 = value; } inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___requireSameTokenInPartialTrust_14)); } inline bool get_requireSameTokenInPartialTrust_14() const { return ___requireSameTokenInPartialTrust_14; } inline bool* get_address_of_requireSameTokenInPartialTrust_14() { return &___requireSameTokenInPartialTrust_14; } inline void set_requireSameTokenInPartialTrust_14(bool value) { ___requireSameTokenInPartialTrust_14 = value; } }; // System.Runtime.Serialization.SerializationInfoEnumerator struct SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfoEnumerator::m_members StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_members_0; // System.Object[] System.Runtime.Serialization.SerializationInfoEnumerator::m_data ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_data_1; // System.Type[] System.Runtime.Serialization.SerializationInfoEnumerator::m_types TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___m_types_2; // System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_numItems int32_t ___m_numItems_3; // System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_currItem int32_t ___m_currItem_4; // System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::m_current bool ___m_current_5; public: inline static int32_t get_offset_of_m_members_0() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_members_0)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_members_0() const { return ___m_members_0; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_members_0() { return &___m_members_0; } inline void set_m_members_0(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_members_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_members_0), (void*)value); } inline static int32_t get_offset_of_m_data_1() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_data_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_data_1() const { return ___m_data_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_data_1() { return &___m_data_1; } inline void set_m_data_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_data_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_data_1), (void*)value); } inline static int32_t get_offset_of_m_types_2() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_types_2)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_m_types_2() const { return ___m_types_2; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_m_types_2() { return &___m_types_2; } inline void set_m_types_2(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___m_types_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_types_2), (void*)value); } inline static int32_t get_offset_of_m_numItems_3() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_numItems_3)); } inline int32_t get_m_numItems_3() const { return ___m_numItems_3; } inline int32_t* get_address_of_m_numItems_3() { return &___m_numItems_3; } inline void set_m_numItems_3(int32_t value) { ___m_numItems_3 = value; } inline static int32_t get_offset_of_m_currItem_4() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_currItem_4)); } inline int32_t get_m_currItem_4() const { return ___m_currItem_4; } inline int32_t* get_address_of_m_currItem_4() { return &___m_currItem_4; } inline void set_m_currItem_4(int32_t value) { ___m_currItem_4 = value; } inline static int32_t get_offset_of_m_current_5() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_current_5)); } inline bool get_m_current_5() const { return ___m_current_5; } inline bool* get_address_of_m_current_5() { return &___m_current_5; } inline void set_m_current_5(bool value) { ___m_current_5 = value; } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // System.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.XmlDownloadManager struct XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D : public RuntimeObject { public: // System.Collections.Hashtable System.Xml.XmlDownloadManager::connections Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___connections_0; public: inline static int32_t get_offset_of_connections_0() { return static_cast(offsetof(XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D, ___connections_0)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_connections_0() const { return ___connections_0; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_connections_0() { return &___connections_0; } inline void set_connections_0(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___connections_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___connections_0), (void*)value); } }; // 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.Serialization.XmlMemberMapping struct XmlMemberMapping_t9C377A78143EB983365CFE02F934C5C0B579C3FF : public RuntimeObject { public: public: }; // System.Xml.XmlName struct XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 : public RuntimeObject { public: // System.String System.Xml.XmlName::prefix String_t* ___prefix_0; // System.String System.Xml.XmlName::localName String_t* ___localName_1; // System.String System.Xml.XmlName::ns String_t* ___ns_2; // System.String System.Xml.XmlName::name String_t* ___name_3; // System.Int32 System.Xml.XmlName::hashCode int32_t ___hashCode_4; // System.Xml.XmlDocument System.Xml.XmlName::ownerDoc XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___ownerDoc_5; // System.Xml.XmlName System.Xml.XmlName::next XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___next_6; public: inline static int32_t get_offset_of_prefix_0() { return static_cast(offsetof(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63, ___prefix_0)); } inline String_t* get_prefix_0() const { return ___prefix_0; } inline String_t** get_address_of_prefix_0() { return &___prefix_0; } inline void set_prefix_0(String_t* value) { ___prefix_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___prefix_0), (void*)value); } inline static int32_t get_offset_of_localName_1() { return static_cast(offsetof(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63, ___localName_1)); } inline String_t* get_localName_1() const { return ___localName_1; } inline String_t** get_address_of_localName_1() { return &___localName_1; } inline void set_localName_1(String_t* value) { ___localName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___localName_1), (void*)value); } inline static int32_t get_offset_of_ns_2() { return static_cast(offsetof(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63, ___ns_2)); } inline String_t* get_ns_2() const { return ___ns_2; } inline String_t** get_address_of_ns_2() { return &___ns_2; } inline void set_ns_2(String_t* value) { ___ns_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ns_2), (void*)value); } inline static int32_t get_offset_of_name_3() { return static_cast(offsetof(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63, ___name_3)); } inline String_t* get_name_3() const { return ___name_3; } inline String_t** get_address_of_name_3() { return &___name_3; } inline void set_name_3(String_t* value) { ___name_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_3), (void*)value); } inline static int32_t get_offset_of_hashCode_4() { return static_cast(offsetof(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63, ___hashCode_4)); } inline int32_t get_hashCode_4() const { return ___hashCode_4; } inline int32_t* get_address_of_hashCode_4() { return &___hashCode_4; } inline void set_hashCode_4(int32_t value) { ___hashCode_4 = value; } inline static int32_t get_offset_of_ownerDoc_5() { return static_cast(offsetof(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63, ___ownerDoc_5)); } inline XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * get_ownerDoc_5() const { return ___ownerDoc_5; } inline XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F ** get_address_of_ownerDoc_5() { return &___ownerDoc_5; } inline void set_ownerDoc_5(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * value) { ___ownerDoc_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ownerDoc_5), (void*)value); } inline static int32_t get_offset_of_next_6() { return static_cast(offsetof(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63, ___next_6)); } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * get_next_6() const { return ___next_6; } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 ** get_address_of_next_6() { return &___next_6; } inline void set_next_6(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * value) { ___next_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___next_6), (void*)value); } }; // System.Xml.XmlNameTable struct XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 : public RuntimeObject { public: public: }; // System.Xml.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.XmlConfiguration.XmlReaderSection struct XmlReaderSection_t7E5D39D2B2159A62B1B563E3777800AC6EF7C69E : public RuntimeObject { public: public: }; // System.Xml.Serialization.XmlReflectionImporter struct XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 : public RuntimeObject { public: // System.String System.Xml.Serialization.XmlReflectionImporter::initialDefaultNamespace String_t* ___initialDefaultNamespace_0; // System.Xml.Serialization.XmlAttributeOverrides System.Xml.Serialization.XmlReflectionImporter::attributeOverrides XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F * ___attributeOverrides_1; // System.Collections.ArrayList System.Xml.Serialization.XmlReflectionImporter::includedTypes ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___includedTypes_2; // System.Xml.Serialization.ReflectionHelper System.Xml.Serialization.XmlReflectionImporter::helper ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064 * ___helper_3; // System.Int32 System.Xml.Serialization.XmlReflectionImporter::arrayChoiceCount int32_t ___arrayChoiceCount_4; // System.Collections.ArrayList System.Xml.Serialization.XmlReflectionImporter::relatedMaps ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___relatedMaps_5; // System.Boolean System.Xml.Serialization.XmlReflectionImporter::allowPrivateTypes bool ___allowPrivateTypes_6; public: inline static int32_t get_offset_of_initialDefaultNamespace_0() { return static_cast(offsetof(XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25, ___initialDefaultNamespace_0)); } inline String_t* get_initialDefaultNamespace_0() const { return ___initialDefaultNamespace_0; } inline String_t** get_address_of_initialDefaultNamespace_0() { return &___initialDefaultNamespace_0; } inline void set_initialDefaultNamespace_0(String_t* value) { ___initialDefaultNamespace_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___initialDefaultNamespace_0), (void*)value); } inline static int32_t get_offset_of_attributeOverrides_1() { return static_cast(offsetof(XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25, ___attributeOverrides_1)); } inline XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F * get_attributeOverrides_1() const { return ___attributeOverrides_1; } inline XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F ** get_address_of_attributeOverrides_1() { return &___attributeOverrides_1; } inline void set_attributeOverrides_1(XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F * value) { ___attributeOverrides_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributeOverrides_1), (void*)value); } inline static int32_t get_offset_of_includedTypes_2() { return static_cast(offsetof(XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25, ___includedTypes_2)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_includedTypes_2() const { return ___includedTypes_2; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_includedTypes_2() { return &___includedTypes_2; } inline void set_includedTypes_2(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___includedTypes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___includedTypes_2), (void*)value); } inline static int32_t get_offset_of_helper_3() { return static_cast(offsetof(XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25, ___helper_3)); } inline ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064 * get_helper_3() const { return ___helper_3; } inline ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064 ** get_address_of_helper_3() { return &___helper_3; } inline void set_helper_3(ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064 * value) { ___helper_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___helper_3), (void*)value); } inline static int32_t get_offset_of_arrayChoiceCount_4() { return static_cast(offsetof(XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25, ___arrayChoiceCount_4)); } inline int32_t get_arrayChoiceCount_4() const { return ___arrayChoiceCount_4; } inline int32_t* get_address_of_arrayChoiceCount_4() { return &___arrayChoiceCount_4; } inline void set_arrayChoiceCount_4(int32_t value) { ___arrayChoiceCount_4 = value; } inline static int32_t get_offset_of_relatedMaps_5() { return static_cast(offsetof(XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25, ___relatedMaps_5)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_relatedMaps_5() const { return ___relatedMaps_5; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_relatedMaps_5() { return &___relatedMaps_5; } inline void set_relatedMaps_5(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___relatedMaps_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___relatedMaps_5), (void*)value); } inline static int32_t get_offset_of_allowPrivateTypes_6() { return static_cast(offsetof(XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25, ___allowPrivateTypes_6)); } inline bool get_allowPrivateTypes_6() const { return ___allowPrivateTypes_6; } inline bool* get_address_of_allowPrivateTypes_6() { return &___allowPrivateTypes_6; } inline void set_allowPrivateTypes_6(bool value) { ___allowPrivateTypes_6 = value; } }; // System.Xml.Serialization.XmlReflectionMember struct XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD : public RuntimeObject { public: // System.Boolean System.Xml.Serialization.XmlReflectionMember::isReturnValue bool ___isReturnValue_0; // System.String System.Xml.Serialization.XmlReflectionMember::memberName String_t* ___memberName_1; // System.Type System.Xml.Serialization.XmlReflectionMember::memberType Type_t * ___memberType_2; // System.Xml.Serialization.XmlAttributes System.Xml.Serialization.XmlReflectionMember::xmlAttributes XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * ___xmlAttributes_3; // System.Type System.Xml.Serialization.XmlReflectionMember::declaringType Type_t * ___declaringType_4; public: inline static int32_t get_offset_of_isReturnValue_0() { return static_cast(offsetof(XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD, ___isReturnValue_0)); } inline bool get_isReturnValue_0() const { return ___isReturnValue_0; } inline bool* get_address_of_isReturnValue_0() { return &___isReturnValue_0; } inline void set_isReturnValue_0(bool value) { ___isReturnValue_0 = value; } inline static int32_t get_offset_of_memberName_1() { return static_cast(offsetof(XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD, ___memberName_1)); } inline String_t* get_memberName_1() const { return ___memberName_1; } inline String_t** get_address_of_memberName_1() { return &___memberName_1; } inline void set_memberName_1(String_t* value) { ___memberName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___memberName_1), (void*)value); } inline static int32_t get_offset_of_memberType_2() { return static_cast(offsetof(XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD, ___memberType_2)); } inline Type_t * get_memberType_2() const { return ___memberType_2; } inline Type_t ** get_address_of_memberType_2() { return &___memberType_2; } inline void set_memberType_2(Type_t * value) { ___memberType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___memberType_2), (void*)value); } inline static int32_t get_offset_of_xmlAttributes_3() { return static_cast(offsetof(XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD, ___xmlAttributes_3)); } inline XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * get_xmlAttributes_3() const { return ___xmlAttributes_3; } inline XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 ** get_address_of_xmlAttributes_3() { return &___xmlAttributes_3; } inline void set_xmlAttributes_3(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * value) { ___xmlAttributes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlAttributes_3), (void*)value); } inline static int32_t get_offset_of_declaringType_4() { return static_cast(offsetof(XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD, ___declaringType_4)); } inline Type_t * get_declaringType_4() const { return ___declaringType_4; } inline Type_t ** get_address_of_declaringType_4() { return &___declaringType_4; } inline void set_declaringType_4(Type_t * value) { ___declaringType_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___declaringType_4), (void*)value); } }; // 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.Serialization.XmlTypeMapMember struct XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC : public RuntimeObject { public: // System.String System.Xml.Serialization.XmlTypeMapMember::_name String_t* ____name_0; // System.Int32 System.Xml.Serialization.XmlTypeMapMember::_index int32_t ____index_1; // System.Int32 System.Xml.Serialization.XmlTypeMapMember::_globalIndex int32_t ____globalIndex_2; // System.Int32 System.Xml.Serialization.XmlTypeMapMember::_specifiedGlobalIndex int32_t ____specifiedGlobalIndex_3; // System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapMember::_typeData TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ____typeData_4; // System.Reflection.MemberInfo System.Xml.Serialization.XmlTypeMapMember::_member MemberInfo_t * ____member_5; // System.Reflection.MemberInfo System.Xml.Serialization.XmlTypeMapMember::_specifiedMember MemberInfo_t * ____specifiedMember_6; // System.Reflection.MethodInfo System.Xml.Serialization.XmlTypeMapMember::_shouldSerialize MethodInfo_t * ____shouldSerialize_7; // System.Object System.Xml.Serialization.XmlTypeMapMember::_defaultValue RuntimeObject * ____defaultValue_8; // System.Int32 System.Xml.Serialization.XmlTypeMapMember::_flags int32_t ____flags_9; public: inline static int32_t get_offset_of__name_0() { return static_cast(offsetof(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC, ____name_0)); } inline String_t* get__name_0() const { return ____name_0; } inline String_t** get_address_of__name_0() { return &____name_0; } inline void set__name_0(String_t* value) { ____name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____name_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__globalIndex_2() { return static_cast(offsetof(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC, ____globalIndex_2)); } inline int32_t get__globalIndex_2() const { return ____globalIndex_2; } inline int32_t* get_address_of__globalIndex_2() { return &____globalIndex_2; } inline void set__globalIndex_2(int32_t value) { ____globalIndex_2 = value; } inline static int32_t get_offset_of__specifiedGlobalIndex_3() { return static_cast(offsetof(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC, ____specifiedGlobalIndex_3)); } inline int32_t get__specifiedGlobalIndex_3() const { return ____specifiedGlobalIndex_3; } inline int32_t* get_address_of__specifiedGlobalIndex_3() { return &____specifiedGlobalIndex_3; } inline void set__specifiedGlobalIndex_3(int32_t value) { ____specifiedGlobalIndex_3 = value; } inline static int32_t get_offset_of__typeData_4() { return static_cast(offsetof(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC, ____typeData_4)); } inline TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * get__typeData_4() const { return ____typeData_4; } inline TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 ** get_address_of__typeData_4() { return &____typeData_4; } inline void set__typeData_4(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * value) { ____typeData_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____typeData_4), (void*)value); } inline static int32_t get_offset_of__member_5() { return static_cast(offsetof(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC, ____member_5)); } inline MemberInfo_t * get__member_5() const { return ____member_5; } inline MemberInfo_t ** get_address_of__member_5() { return &____member_5; } inline void set__member_5(MemberInfo_t * value) { ____member_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____member_5), (void*)value); } inline static int32_t get_offset_of__specifiedMember_6() { return static_cast(offsetof(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC, ____specifiedMember_6)); } inline MemberInfo_t * get__specifiedMember_6() const { return ____specifiedMember_6; } inline MemberInfo_t ** get_address_of__specifiedMember_6() { return &____specifiedMember_6; } inline void set__specifiedMember_6(MemberInfo_t * value) { ____specifiedMember_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____specifiedMember_6), (void*)value); } inline static int32_t get_offset_of__shouldSerialize_7() { return static_cast(offsetof(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC, ____shouldSerialize_7)); } inline MethodInfo_t * get__shouldSerialize_7() const { return ____shouldSerialize_7; } inline MethodInfo_t ** get_address_of__shouldSerialize_7() { return &____shouldSerialize_7; } inline void set__shouldSerialize_7(MethodInfo_t * value) { ____shouldSerialize_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____shouldSerialize_7), (void*)value); } inline static int32_t get_offset_of__defaultValue_8() { return static_cast(offsetof(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC, ____defaultValue_8)); } inline RuntimeObject * get__defaultValue_8() const { return ____defaultValue_8; } inline RuntimeObject ** get_address_of__defaultValue_8() { return &____defaultValue_8; } inline void set__defaultValue_8(RuntimeObject * value) { ____defaultValue_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____defaultValue_8), (void*)value); } inline static int32_t get_offset_of__flags_9() { return static_cast(offsetof(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC, ____flags_9)); } inline int32_t get__flags_9() const { return ____flags_9; } inline int32_t* get_address_of__flags_9() { return &____flags_9; } inline void set__flags_9(int32_t value) { ____flags_9 = value; } }; // System.Xml.Schema.XmlValueConverter struct XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 : public RuntimeObject { public: public: }; // System.Xml.XmlWriter struct XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D : public RuntimeObject { public: public: }; // System.Xml.Serialization.EnumMap/EnumMapMember struct EnumMapMember_tFA6EE72534779063BD134A3DF65945A5337B4D78 : public RuntimeObject { public: // System.String System.Xml.Serialization.EnumMap/EnumMapMember::_xmlName String_t* ____xmlName_0; // System.String System.Xml.Serialization.EnumMap/EnumMapMember::_enumName String_t* ____enumName_1; // System.Int64 System.Xml.Serialization.EnumMap/EnumMapMember::_value int64_t ____value_2; public: inline static int32_t get_offset_of__xmlName_0() { return static_cast(offsetof(EnumMapMember_tFA6EE72534779063BD134A3DF65945A5337B4D78, ____xmlName_0)); } inline String_t* get__xmlName_0() const { return ____xmlName_0; } inline String_t** get_address_of__xmlName_0() { return &____xmlName_0; } inline void set__xmlName_0(String_t* value) { ____xmlName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____xmlName_0), (void*)value); } inline static int32_t get_offset_of__enumName_1() { return static_cast(offsetof(EnumMapMember_tFA6EE72534779063BD134A3DF65945A5337B4D78, ____enumName_1)); } inline String_t* get__enumName_1() const { return ____enumName_1; } inline String_t** get_address_of__enumName_1() { return &____enumName_1; } inline void set__enumName_1(String_t* value) { ____enumName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____enumName_1), (void*)value); } inline static int32_t get_offset_of__value_2() { return static_cast(offsetof(EnumMapMember_tFA6EE72534779063BD134A3DF65945A5337B4D78, ____value_2)); } inline int64_t get__value_2() const { return ____value_2; } inline int64_t* get_address_of__value_2() { return &____value_2; } inline void set__value_2(int64_t value) { ____value_2 = value; } }; // System.Xml.XmlDownloadManager/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t1CB18D171B35CF191BC6883D5C7E384F9F137C0B : public RuntimeObject { public: // System.Uri System.Xml.XmlDownloadManager/<>c__DisplayClass4_0::uri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri_0; public: inline static int32_t get_offset_of_uri_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t1CB18D171B35CF191BC6883D5C7E384F9F137C0B, ___uri_0)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_uri_0() const { return ___uri_0; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_uri_0() { return &___uri_0; } inline void set_uri_0(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___uri_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___uri_0), (void*)value); } }; // System.Xml.Serialization.XmlReflectionImporter/<>c struct U3CU3Ec_tD898F68FF0114208BD496B043E9B1E2F6D126CCE : public RuntimeObject { public: public: }; // System.Xml.XmlTextReaderImpl/DtdParserProxy struct DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557 : public RuntimeObject { public: // System.Xml.XmlTextReaderImpl System.Xml.XmlTextReaderImpl/DtdParserProxy::reader XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * ___reader_0; public: inline static int32_t get_offset_of_reader_0() { return static_cast(offsetof(DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557, ___reader_0)); } inline XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * get_reader_0() const { return ___reader_0; } inline XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 ** get_address_of_reader_0() { return &___reader_0; } inline void set_reader_0(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * value) { ___reader_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___reader_0), (void*)value); } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_t312DB5A87370F59C7913F19648A75FA9FF9E36D2 { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_t2A3672CB79B7A66967AEB67A7CCF5EA583D25765 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_t312DB5A87370F59C7913F19648A75FA9FF9E36D2, ___m_task_0)); } inline Task_1_t2A3672CB79B7A66967AEB67A7CCF5EA583D25765 * get_m_task_0() const { return ___m_task_0; } inline Task_1_t2A3672CB79B7A66967AEB67A7CCF5EA583D25765 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_t2A3672CB79B7A66967AEB67A7CCF5EA583D25765 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_t312DB5A87370F59C7913F19648A75FA9FF9E36D2, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___list_0)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get_list_0() const { return ___list_0; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___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_current_3() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t45E2F508673B5A5650440D9BDB9ECAD348603980 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t45E2F508673B5A5650440D9BDB9ECAD348603980, ___list_0)); } inline List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC * get_list_0() const { return ___list_0; } inline List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t45E2F508673B5A5650440D9BDB9ECAD348603980, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t45E2F508673B5A5650440D9BDB9ECAD348603980, ___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_current_3() { return static_cast(offsetof(Enumerator_t45E2F508673B5A5650440D9BDB9ECAD348603980, ___current_3)); } inline XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * get_current_3() const { return ___current_3; } inline XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator struct Enumerator_t4F7151B1D8B03D97F931400ABBC97A08CE419031 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::dictionary Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::version int32_t ___version_2; // TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::currentKey RuntimeObject * ___currentKey_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t4F7151B1D8B03D97F931400ABBC97A08CE419031, ___dictionary_0)); } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t4F7151B1D8B03D97F931400ABBC97A08CE419031, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t4F7151B1D8B03D97F931400ABBC97A08CE419031, ___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_currentKey_3() { return static_cast(offsetof(Enumerator_t4F7151B1D8B03D97F931400ABBC97A08CE419031, ___currentKey_3)); } inline RuntimeObject * get_currentKey_3() const { return ___currentKey_3; } inline RuntimeObject ** get_address_of_currentKey_3() { return &___currentKey_3; } inline void set_currentKey_3(RuntimeObject * value) { ___currentKey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentKey_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator struct Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::dictionary Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::version int32_t ___version_2; // TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::currentValue RuntimeObject * ___currentValue_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2, ___dictionary_0)); } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_currentValue_3() { return static_cast(offsetof(Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2, ___currentValue_3)); } inline RuntimeObject * get_currentValue_3() const { return ___currentValue_3; } inline RuntimeObject ** get_address_of_currentValue_3() { return &___currentValue_3; } inline void set_currentValue_3(RuntimeObject * value) { ___currentValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentValue_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator struct Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::dictionary Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::version int32_t ___version_2; // TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::currentValue SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * ___currentValue_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E, ___dictionary_0)); } inline Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_currentValue_3() { return static_cast(offsetof(Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E, ___currentValue_3)); } inline SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * get_currentValue_3() const { return ___currentValue_3; } inline SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED ** get_address_of_currentValue_3() { return &___currentValue_3; } inline void set_currentValue_3(SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * value) { ___currentValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentValue_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator struct Enumerator_t02FBEF5309FE3C4F8A7A1140B9590258FF5FA547 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::dictionary Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::version int32_t ___version_2; // TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::currentKey String_t* ___currentKey_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t02FBEF5309FE3C4F8A7A1140B9590258FF5FA547, ___dictionary_0)); } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t02FBEF5309FE3C4F8A7A1140B9590258FF5FA547, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t02FBEF5309FE3C4F8A7A1140B9590258FF5FA547, ___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_currentKey_3() { return static_cast(offsetof(Enumerator_t02FBEF5309FE3C4F8A7A1140B9590258FF5FA547, ___currentKey_3)); } inline String_t* get_currentKey_3() const { return ___currentKey_3; } inline String_t** get_address_of_currentKey_3() { return &___currentKey_3; } inline void set_currentKey_3(String_t* value) { ___currentKey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentKey_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator struct Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::dictionary Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::version int32_t ___version_2; // TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::currentValue SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * ___currentValue_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C, ___dictionary_0)); } inline Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_currentValue_3() { return static_cast(offsetof(Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C, ___currentValue_3)); } inline SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * get_currentValue_3() const { return ___currentValue_3; } inline SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E ** get_address_of_currentValue_3() { return &___currentValue_3; } inline void set_currentValue_3(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * value) { ___currentValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentValue_3), (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.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t0D5C3EA84CD9FED9FCCA8810C99DBD15EEC9327F { public: // TKey System.Collections.Generic.KeyValuePair`2::key XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t0D5C3EA84CD9FED9FCCA8810C99DBD15EEC9327F, ___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_t0D5C3EA84CD9FED9FCCA8810C99DBD15EEC9327F, ___value_1)); } inline SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * get_value_1() const { return ___value_1; } inline SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Nullable`1 struct Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 { public: // T System.Nullable`1::value bool ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___value_0)); } inline bool get_value_0() const { return ___value_0; } inline bool* get_address_of_value_0() { return &___value_0; } inline void set_value_0(bool value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.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.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 { public: // System.Runtime.CompilerServices.IAsyncStateMachine System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_stateMachine RuntimeObject* ___m_stateMachine_0; // System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_defaultContextAction Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___m_defaultContextAction_1; public: inline static int32_t get_offset_of_m_stateMachine_0() { return static_cast(offsetof(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34, ___m_stateMachine_0)); } inline RuntimeObject* get_m_stateMachine_0() const { return ___m_stateMachine_0; } inline RuntimeObject** get_address_of_m_stateMachine_0() { return &___m_stateMachine_0; } inline void set_m_stateMachine_0(RuntimeObject* value) { ___m_stateMachine_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateMachine_0), (void*)value); } inline static int32_t get_offset_of_m_defaultContextAction_1() { return static_cast(offsetof(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34, ___m_defaultContextAction_1)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_m_defaultContextAction_1() const { return ___m_defaultContextAction_1; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_m_defaultContextAction_1() { return &___m_defaultContextAction_1; } inline void set_m_defaultContextAction_1(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___m_defaultContextAction_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_defaultContextAction_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34_marshaled_pinvoke { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34_marshaled_com { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // 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.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.Xml.Serialization.EnumMap struct EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC : public ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C { public: // System.Xml.Serialization.EnumMap/EnumMapMember[] System.Xml.Serialization.EnumMap::_members EnumMapMemberU5BU5D_t07A96D3D51D0592FBA40BC8DB07055475869F868* ____members_0; // System.Boolean System.Xml.Serialization.EnumMap::_isFlags bool ____isFlags_1; // System.String[] System.Xml.Serialization.EnumMap::_enumNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____enumNames_2; // System.String[] System.Xml.Serialization.EnumMap::_xmlNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____xmlNames_3; // System.Int64[] System.Xml.Serialization.EnumMap::_values Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* ____values_4; public: inline static int32_t get_offset_of__members_0() { return static_cast(offsetof(EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC, ____members_0)); } inline EnumMapMemberU5BU5D_t07A96D3D51D0592FBA40BC8DB07055475869F868* get__members_0() const { return ____members_0; } inline EnumMapMemberU5BU5D_t07A96D3D51D0592FBA40BC8DB07055475869F868** get_address_of__members_0() { return &____members_0; } inline void set__members_0(EnumMapMemberU5BU5D_t07A96D3D51D0592FBA40BC8DB07055475869F868* value) { ____members_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____members_0), (void*)value); } inline static int32_t get_offset_of__isFlags_1() { return static_cast(offsetof(EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC, ____isFlags_1)); } inline bool get__isFlags_1() const { return ____isFlags_1; } inline bool* get_address_of__isFlags_1() { return &____isFlags_1; } inline void set__isFlags_1(bool value) { ____isFlags_1 = value; } inline static int32_t get_offset_of__enumNames_2() { return static_cast(offsetof(EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC, ____enumNames_2)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__enumNames_2() const { return ____enumNames_2; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__enumNames_2() { return &____enumNames_2; } inline void set__enumNames_2(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____enumNames_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____enumNames_2), (void*)value); } inline static int32_t get_offset_of__xmlNames_3() { return static_cast(offsetof(EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC, ____xmlNames_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__xmlNames_3() const { return ____xmlNames_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__xmlNames_3() { return &____xmlNames_3; } inline void set__xmlNames_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____xmlNames_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____xmlNames_3), (void*)value); } inline static int32_t get_offset_of__values_4() { return static_cast(offsetof(EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC, ____values_4)); } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* get__values_4() const { return ____values_4; } inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6** get_address_of__values_4() { return &____values_4; } inline void set__values_4(Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* value) { ____values_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____values_4), (void*)value); } }; // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; // System.Xml.LineInfo struct LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE { public: // System.Int32 System.Xml.LineInfo::lineNo int32_t ___lineNo_0; // System.Int32 System.Xml.LineInfo::linePos int32_t ___linePos_1; public: inline static int32_t get_offset_of_lineNo_0() { return static_cast(offsetof(LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE, ___lineNo_0)); } inline int32_t get_lineNo_0() const { return ___lineNo_0; } inline int32_t* get_address_of_lineNo_0() { return &___lineNo_0; } inline void set_lineNo_0(int32_t value) { ___lineNo_0 = value; } inline static int32_t get_offset_of_linePos_1() { return static_cast(offsetof(LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE, ___linePos_1)); } inline int32_t get_linePos_1() const { return ___linePos_1; } inline int32_t* get_address_of_linePos_1() { return &___linePos_1; } inline void set_linePos_1(int32_t value) { ___linePos_1 = value; } }; // System.Xml.Serialization.ListMap struct ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 : public ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C { public: // System.Xml.Serialization.XmlTypeMapElementInfoList System.Xml.Serialization.ListMap::_itemInfo XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * ____itemInfo_0; // System.String System.Xml.Serialization.ListMap::_choiceMember String_t* ____choiceMember_1; public: inline static int32_t get_offset_of__itemInfo_0() { return static_cast(offsetof(ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948, ____itemInfo_0)); } inline XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * get__itemInfo_0() const { return ____itemInfo_0; } inline XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A ** get_address_of__itemInfo_0() { return &____itemInfo_0; } inline void set__itemInfo_0(XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * value) { ____itemInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____itemInfo_0), (void*)value); } inline static int32_t get_offset_of__choiceMember_1() { return static_cast(offsetof(ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948, ____choiceMember_1)); } inline String_t* get__choiceMember_1() const { return ____choiceMember_1; } inline String_t** get_address_of__choiceMember_1() { return &____choiceMember_1; } inline void set__choiceMember_1(String_t* value) { ____choiceMember_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____choiceMember_1), (void*)value); } }; // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; // System.Reflection.PropertyInfo struct PropertyInfo_t : public MemberInfo_t { public: public: }; // System.SByte struct SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; // System.Runtime.Serialization.SerializationEntry struct SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E { public: // System.Type System.Runtime.Serialization.SerializationEntry::m_type Type_t * ___m_type_0; // System.Object System.Runtime.Serialization.SerializationEntry::m_value RuntimeObject * ___m_value_1; // System.String System.Runtime.Serialization.SerializationEntry::m_name String_t* ___m_name_2; public: inline static int32_t get_offset_of_m_type_0() { return static_cast(offsetof(SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E, ___m_type_0)); } inline Type_t * get_m_type_0() const { return ___m_type_0; } inline Type_t ** get_address_of_m_type_0() { return &___m_type_0; } inline void set_m_type_0(Type_t * value) { ___m_type_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_type_0), (void*)value); } inline static int32_t get_offset_of_m_value_1() { return static_cast(offsetof(SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E, ___m_value_1)); } inline RuntimeObject * get_m_value_1() const { return ___m_value_1; } inline RuntimeObject ** get_address_of_m_value_1() { return &___m_value_1; } inline void set_m_value_1(RuntimeObject * value) { ___m_value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_value_1), (void*)value); } inline static int32_t get_offset_of_m_name_2() { return static_cast(offsetof(SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E, ___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); } }; // Native definition for P/Invoke marshalling of System.Runtime.Serialization.SerializationEntry struct SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_marshaled_pinvoke { Type_t * ___m_type_0; Il2CppIUnknown* ___m_value_1; char* ___m_name_2; }; // Native definition for COM marshalling of System.Runtime.Serialization.SerializationEntry struct SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_marshaled_com { Type_t * ___m_type_0; Il2CppIUnknown* ___m_value_1; Il2CppChar* ___m_name_2; }; // 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.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.Net.WebResponse struct WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: public: }; // System.Xml.XPath.XPathNavigator struct XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 : public XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 { public: 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.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.Serialization.XmlElementAttributes struct XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 : public CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB { public: public: }; // System.Xml.Serialization.XmlElementEventArgs struct XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.Object System.Xml.Serialization.XmlElementEventArgs::o RuntimeObject * ___o_1; // System.Xml.XmlElement System.Xml.Serialization.XmlElementEventArgs::elem XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem_2; // System.String System.Xml.Serialization.XmlElementEventArgs::qnames String_t* ___qnames_3; // System.Int32 System.Xml.Serialization.XmlElementEventArgs::lineNumber int32_t ___lineNumber_4; // System.Int32 System.Xml.Serialization.XmlElementEventArgs::linePosition int32_t ___linePosition_5; public: inline static int32_t get_offset_of_o_1() { return static_cast(offsetof(XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F, ___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_elem_2() { return static_cast(offsetof(XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F, ___elem_2)); } inline XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * get_elem_2() const { return ___elem_2; } inline XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF ** get_address_of_elem_2() { return &___elem_2; } inline void set_elem_2(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * value) { ___elem_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___elem_2), (void*)value); } inline static int32_t get_offset_of_qnames_3() { return static_cast(offsetof(XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F, ___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(XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F, ___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(XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F, ___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.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.Serialization.XmlIncludeAttribute struct XmlIncludeAttribute_tCFBD14CDEA32E248DAFE2560072A8E8129453E0C : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Type System.Xml.Serialization.XmlIncludeAttribute::type Type_t * ___type_0; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(XmlIncludeAttribute_tCFBD14CDEA32E248DAFE2560072A8E8129453E0C, ___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); } }; // 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.XmlNameEx struct XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A : public XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 { public: // System.Byte System.Xml.XmlNameEx::flags uint8_t ___flags_7; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.XmlNameEx::memberType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___memberType_8; // System.Xml.Schema.XmlSchemaType System.Xml.XmlNameEx::schemaType XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType_9; // System.Object System.Xml.XmlNameEx::decl RuntimeObject * ___decl_10; public: inline static int32_t get_offset_of_flags_7() { return static_cast(offsetof(XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A, ___flags_7)); } inline uint8_t get_flags_7() const { return ___flags_7; } inline uint8_t* get_address_of_flags_7() { return &___flags_7; } inline void set_flags_7(uint8_t value) { ___flags_7 = value; } inline static int32_t get_offset_of_memberType_8() { return static_cast(offsetof(XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A, ___memberType_8)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_memberType_8() const { return ___memberType_8; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_memberType_8() { return &___memberType_8; } inline void set_memberType_8(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___memberType_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___memberType_8), (void*)value); } inline static int32_t get_offset_of_schemaType_9() { return static_cast(offsetof(XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A, ___schemaType_9)); } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * get_schemaType_9() const { return ___schemaType_9; } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA ** get_address_of_schemaType_9() { return &___schemaType_9; } inline void set_schemaType_9(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * value) { ___schemaType_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaType_9), (void*)value); } inline static int32_t get_offset_of_decl_10() { return static_cast(offsetof(XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A, ___decl_10)); } inline RuntimeObject * get_decl_10() const { return ___decl_10; } inline RuntimeObject ** get_address_of_decl_10() { return &___decl_10; } inline void set_decl_10(RuntimeObject * value) { ___decl_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___decl_10), (void*)value); } }; // System.Xml.Serialization.XmlNamespaceDeclarationsAttribute struct XmlNamespaceDeclarationsAttribute_t647F9C667C4A09EB4302FD0DD5F278FBC645869F : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // System.Xml.Serialization.XmlNodeEventArgs struct XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.Object System.Xml.Serialization.XmlNodeEventArgs::o RuntimeObject * ___o_1; // System.Xml.XmlNode System.Xml.Serialization.XmlNodeEventArgs::xmlNode XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___xmlNode_2; // System.Int32 System.Xml.Serialization.XmlNodeEventArgs::lineNumber int32_t ___lineNumber_3; // System.Int32 System.Xml.Serialization.XmlNodeEventArgs::linePosition int32_t ___linePosition_4; public: inline static int32_t get_offset_of_o_1() { return static_cast(offsetof(XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED, ___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_xmlNode_2() { return static_cast(offsetof(XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED, ___xmlNode_2)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_xmlNode_2() const { return ___xmlNode_2; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_xmlNode_2() { return &___xmlNode_2; } inline void set_xmlNode_2(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___xmlNode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlNode_2), (void*)value); } inline static int32_t get_offset_of_lineNumber_3() { return static_cast(offsetof(XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED, ___lineNumber_3)); } inline int32_t get_lineNumber_3() const { return ___lineNumber_3; } inline int32_t* get_address_of_lineNumber_3() { return &___lineNumber_3; } inline void set_lineNumber_3(int32_t value) { ___lineNumber_3 = value; } inline static int32_t get_offset_of_linePosition_4() { return static_cast(offsetof(XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED, ___linePosition_4)); } inline int32_t get_linePosition_4() const { return ___linePosition_4; } inline int32_t* get_address_of_linePosition_4() { return &___linePosition_4; } inline void set_linePosition_4(int32_t value) { ___linePosition_4 = value; } }; // System.Xml.XmlNotation struct XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92 : public XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 { public: // System.String System.Xml.XmlNotation::publicId String_t* ___publicId_1; // System.String System.Xml.XmlNotation::systemId String_t* ___systemId_2; // System.String System.Xml.XmlNotation::name String_t* ___name_3; public: inline static int32_t get_offset_of_publicId_1() { return static_cast(offsetof(XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92, ___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(XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92, ___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_name_3() { return static_cast(offsetof(XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92, ___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); } }; // 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.Serialization.XmlTypeMapElementInfoList struct XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A : public ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 { public: public: }; // System.Xml.Serialization.XmlTypeMapMemberAnyAttribute struct XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE : public XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC { public: public: }; // System.Xml.Serialization.XmlTypeMapMemberElement struct XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 : public XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC { public: // System.Xml.Serialization.XmlTypeMapElementInfoList System.Xml.Serialization.XmlTypeMapMemberElement::_elementInfo XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * ____elementInfo_10; // System.String System.Xml.Serialization.XmlTypeMapMemberElement::_choiceMember String_t* ____choiceMember_11; // System.Boolean System.Xml.Serialization.XmlTypeMapMemberElement::_isTextCollector bool ____isTextCollector_12; // System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapMemberElement::_choiceTypeData TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ____choiceTypeData_13; public: inline static int32_t get_offset_of__elementInfo_10() { return static_cast(offsetof(XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747, ____elementInfo_10)); } inline XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * get__elementInfo_10() const { return ____elementInfo_10; } inline XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A ** get_address_of__elementInfo_10() { return &____elementInfo_10; } inline void set__elementInfo_10(XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * value) { ____elementInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____elementInfo_10), (void*)value); } inline static int32_t get_offset_of__choiceMember_11() { return static_cast(offsetof(XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747, ____choiceMember_11)); } inline String_t* get__choiceMember_11() const { return ____choiceMember_11; } inline String_t** get_address_of__choiceMember_11() { return &____choiceMember_11; } inline void set__choiceMember_11(String_t* value) { ____choiceMember_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____choiceMember_11), (void*)value); } inline static int32_t get_offset_of__isTextCollector_12() { return static_cast(offsetof(XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747, ____isTextCollector_12)); } inline bool get__isTextCollector_12() const { return ____isTextCollector_12; } inline bool* get_address_of__isTextCollector_12() { return &____isTextCollector_12; } inline void set__isTextCollector_12(bool value) { ____isTextCollector_12 = value; } inline static int32_t get_offset_of__choiceTypeData_13() { return static_cast(offsetof(XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747, ____choiceTypeData_13)); } inline TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * get__choiceTypeData_13() const { return ____choiceTypeData_13; } inline TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 ** get_address_of__choiceTypeData_13() { return &____choiceTypeData_13; } inline void set__choiceTypeData_13(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * value) { ____choiceTypeData_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____choiceTypeData_13), (void*)value); } }; // System.Xml.Serialization.XmlTypeMapMemberNamespaces struct XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D : public XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC { public: public: }; // System.Xml.XmlUrlResolver struct XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1 : public XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A { public: // System.Net.ICredentials System.Xml.XmlUrlResolver::_credentials RuntimeObject* ____credentials_1; // System.Net.IWebProxy System.Xml.XmlUrlResolver::_proxy RuntimeObject* ____proxy_2; // System.Net.Cache.RequestCachePolicy System.Xml.XmlUrlResolver::_cachePolicy RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * ____cachePolicy_3; public: inline static int32_t get_offset_of__credentials_1() { return static_cast(offsetof(XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1, ____credentials_1)); } inline RuntimeObject* get__credentials_1() const { return ____credentials_1; } inline RuntimeObject** get_address_of__credentials_1() { return &____credentials_1; } inline void set__credentials_1(RuntimeObject* value) { ____credentials_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____credentials_1), (void*)value); } inline static int32_t get_offset_of__proxy_2() { return static_cast(offsetof(XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1, ____proxy_2)); } inline RuntimeObject* get__proxy_2() const { return ____proxy_2; } inline RuntimeObject** get_address_of__proxy_2() { return &____proxy_2; } inline void set__proxy_2(RuntimeObject* value) { ____proxy_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____proxy_2), (void*)value); } inline static int32_t get_offset_of__cachePolicy_3() { return static_cast(offsetof(XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1, ____cachePolicy_3)); } inline RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * get__cachePolicy_3() const { return ____cachePolicy_3; } inline RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED ** get_address_of__cachePolicy_3() { return &____cachePolicy_3; } inline void set__cachePolicy_3(RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * value) { ____cachePolicy_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____cachePolicy_3), (void*)value); } }; // 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.Xml.XmlNamespaceManager/NamespaceDeclaration struct NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 { public: // System.String System.Xml.XmlNamespaceManager/NamespaceDeclaration::prefix String_t* ___prefix_0; // System.String System.Xml.XmlNamespaceManager/NamespaceDeclaration::uri String_t* ___uri_1; // System.Int32 System.Xml.XmlNamespaceManager/NamespaceDeclaration::scopeId int32_t ___scopeId_2; // System.Int32 System.Xml.XmlNamespaceManager/NamespaceDeclaration::previousNsIndex int32_t ___previousNsIndex_3; public: inline static int32_t get_offset_of_prefix_0() { return static_cast(offsetof(NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48, ___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_uri_1() { return static_cast(offsetof(NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48, ___uri_1)); } inline String_t* get_uri_1() const { return ___uri_1; } inline String_t** get_address_of_uri_1() { return &___uri_1; } inline void set_uri_1(String_t* value) { ___uri_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___uri_1), (void*)value); } inline static int32_t get_offset_of_scopeId_2() { return static_cast(offsetof(NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48, ___scopeId_2)); } inline int32_t get_scopeId_2() const { return ___scopeId_2; } inline int32_t* get_address_of_scopeId_2() { return &___scopeId_2; } inline void set_scopeId_2(int32_t value) { ___scopeId_2 = value; } inline static int32_t get_offset_of_previousNsIndex_3() { return static_cast(offsetof(NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48, ___previousNsIndex_3)); } inline int32_t get_previousNsIndex_3() const { return ___previousNsIndex_3; } inline int32_t* get_address_of_previousNsIndex_3() { return &___previousNsIndex_3; } inline void set_previousNsIndex_3(int32_t value) { ___previousNsIndex_3 = value; } }; // Native definition for P/Invoke marshalling of System.Xml.XmlNamespaceManager/NamespaceDeclaration struct NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48_marshaled_pinvoke { char* ___prefix_0; char* ___uri_1; int32_t ___scopeId_2; int32_t ___previousNsIndex_3; }; // Native definition for COM marshalling of System.Xml.XmlNamespaceManager/NamespaceDeclaration struct NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48_marshaled_com { Il2CppChar* ___prefix_0; Il2CppChar* ___uri_1; int32_t ___scopeId_2; int32_t ___previousNsIndex_3; }; // System.Xml.XmlTextReaderImpl/ParsingState struct ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF { public: // System.Char[] System.Xml.XmlTextReaderImpl/ParsingState::chars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars_0; // System.Int32 System.Xml.XmlTextReaderImpl/ParsingState::charPos int32_t ___charPos_1; // System.Int32 System.Xml.XmlTextReaderImpl/ParsingState::charsUsed int32_t ___charsUsed_2; // System.Text.Encoding System.Xml.XmlTextReaderImpl/ParsingState::encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_3; // System.Boolean System.Xml.XmlTextReaderImpl/ParsingState::appendMode bool ___appendMode_4; // System.IO.Stream System.Xml.XmlTextReaderImpl/ParsingState::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // System.Text.Decoder System.Xml.XmlTextReaderImpl/ParsingState::decoder Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * ___decoder_6; // System.Byte[] System.Xml.XmlTextReaderImpl/ParsingState::bytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes_7; // System.Int32 System.Xml.XmlTextReaderImpl/ParsingState::bytePos int32_t ___bytePos_8; // System.Int32 System.Xml.XmlTextReaderImpl/ParsingState::bytesUsed int32_t ___bytesUsed_9; // System.IO.TextReader System.Xml.XmlTextReaderImpl/ParsingState::textReader TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___textReader_10; // System.Int32 System.Xml.XmlTextReaderImpl/ParsingState::lineNo int32_t ___lineNo_11; // System.Int32 System.Xml.XmlTextReaderImpl/ParsingState::lineStartPos int32_t ___lineStartPos_12; // System.String System.Xml.XmlTextReaderImpl/ParsingState::baseUriStr String_t* ___baseUriStr_13; // System.Uri System.Xml.XmlTextReaderImpl/ParsingState::baseUri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri_14; // System.Boolean System.Xml.XmlTextReaderImpl/ParsingState::isEof bool ___isEof_15; // System.Boolean System.Xml.XmlTextReaderImpl/ParsingState::isStreamEof bool ___isStreamEof_16; // System.Xml.IDtdEntityInfo System.Xml.XmlTextReaderImpl/ParsingState::entity RuntimeObject* ___entity_17; // System.Int32 System.Xml.XmlTextReaderImpl/ParsingState::entityId int32_t ___entityId_18; // System.Boolean System.Xml.XmlTextReaderImpl/ParsingState::eolNormalized bool ___eolNormalized_19; // System.Boolean System.Xml.XmlTextReaderImpl/ParsingState::entityResolvedManually bool ___entityResolvedManually_20; public: inline static int32_t get_offset_of_chars_0() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___chars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_chars_0() const { return ___chars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_chars_0() { return &___chars_0; } inline void set_chars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___chars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___chars_0), (void*)value); } inline static int32_t get_offset_of_charPos_1() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___charPos_1)); } inline int32_t get_charPos_1() const { return ___charPos_1; } inline int32_t* get_address_of_charPos_1() { return &___charPos_1; } inline void set_charPos_1(int32_t value) { ___charPos_1 = value; } inline static int32_t get_offset_of_charsUsed_2() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___charsUsed_2)); } inline int32_t get_charsUsed_2() const { return ___charsUsed_2; } inline int32_t* get_address_of_charsUsed_2() { return &___charsUsed_2; } inline void set_charsUsed_2(int32_t value) { ___charsUsed_2 = value; } inline static int32_t get_offset_of_encoding_3() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___encoding_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_encoding_3() const { return ___encoding_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_encoding_3() { return &___encoding_3; } inline void set_encoding_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_3), (void*)value); } inline static int32_t get_offset_of_appendMode_4() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___appendMode_4)); } inline bool get_appendMode_4() const { return ___appendMode_4; } inline bool* get_address_of_appendMode_4() { return &___appendMode_4; } inline void set_appendMode_4(bool value) { ___appendMode_4 = value; } inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_decoder_6() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___decoder_6)); } inline Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * get_decoder_6() const { return ___decoder_6; } inline Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 ** get_address_of_decoder_6() { return &___decoder_6; } inline void set_decoder_6(Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * value) { ___decoder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoder_6), (void*)value); } inline static int32_t get_offset_of_bytes_7() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___bytes_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_bytes_7() const { return ___bytes_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_bytes_7() { return &___bytes_7; } inline void set_bytes_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___bytes_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bytes_7), (void*)value); } inline static int32_t get_offset_of_bytePos_8() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___bytePos_8)); } inline int32_t get_bytePos_8() const { return ___bytePos_8; } inline int32_t* get_address_of_bytePos_8() { return &___bytePos_8; } inline void set_bytePos_8(int32_t value) { ___bytePos_8 = value; } inline static int32_t get_offset_of_bytesUsed_9() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___bytesUsed_9)); } inline int32_t get_bytesUsed_9() const { return ___bytesUsed_9; } inline int32_t* get_address_of_bytesUsed_9() { return &___bytesUsed_9; } inline void set_bytesUsed_9(int32_t value) { ___bytesUsed_9 = value; } inline static int32_t get_offset_of_textReader_10() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___textReader_10)); } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * get_textReader_10() const { return ___textReader_10; } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F ** get_address_of_textReader_10() { return &___textReader_10; } inline void set_textReader_10(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * value) { ___textReader_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___textReader_10), (void*)value); } inline static int32_t get_offset_of_lineNo_11() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___lineNo_11)); } inline int32_t get_lineNo_11() const { return ___lineNo_11; } inline int32_t* get_address_of_lineNo_11() { return &___lineNo_11; } inline void set_lineNo_11(int32_t value) { ___lineNo_11 = value; } inline static int32_t get_offset_of_lineStartPos_12() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___lineStartPos_12)); } inline int32_t get_lineStartPos_12() const { return ___lineStartPos_12; } inline int32_t* get_address_of_lineStartPos_12() { return &___lineStartPos_12; } inline void set_lineStartPos_12(int32_t value) { ___lineStartPos_12 = value; } inline static int32_t get_offset_of_baseUriStr_13() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___baseUriStr_13)); } inline String_t* get_baseUriStr_13() const { return ___baseUriStr_13; } inline String_t** get_address_of_baseUriStr_13() { return &___baseUriStr_13; } inline void set_baseUriStr_13(String_t* value) { ___baseUriStr_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseUriStr_13), (void*)value); } inline static int32_t get_offset_of_baseUri_14() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___baseUri_14)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_baseUri_14() const { return ___baseUri_14; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_baseUri_14() { return &___baseUri_14; } inline void set_baseUri_14(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___baseUri_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseUri_14), (void*)value); } inline static int32_t get_offset_of_isEof_15() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___isEof_15)); } inline bool get_isEof_15() const { return ___isEof_15; } inline bool* get_address_of_isEof_15() { return &___isEof_15; } inline void set_isEof_15(bool value) { ___isEof_15 = value; } inline static int32_t get_offset_of_isStreamEof_16() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___isStreamEof_16)); } inline bool get_isStreamEof_16() const { return ___isStreamEof_16; } inline bool* get_address_of_isStreamEof_16() { return &___isStreamEof_16; } inline void set_isStreamEof_16(bool value) { ___isStreamEof_16 = value; } inline static int32_t get_offset_of_entity_17() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___entity_17)); } inline RuntimeObject* get_entity_17() const { return ___entity_17; } inline RuntimeObject** get_address_of_entity_17() { return &___entity_17; } inline void set_entity_17(RuntimeObject* value) { ___entity_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___entity_17), (void*)value); } inline static int32_t get_offset_of_entityId_18() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___entityId_18)); } inline int32_t get_entityId_18() const { return ___entityId_18; } inline int32_t* get_address_of_entityId_18() { return &___entityId_18; } inline void set_entityId_18(int32_t value) { ___entityId_18 = value; } inline static int32_t get_offset_of_eolNormalized_19() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___eolNormalized_19)); } inline bool get_eolNormalized_19() const { return ___eolNormalized_19; } inline bool* get_address_of_eolNormalized_19() { return &___eolNormalized_19; } inline void set_eolNormalized_19(bool value) { ___eolNormalized_19 = value; } inline static int32_t get_offset_of_entityResolvedManually_20() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___entityResolvedManually_20)); } inline bool get_entityResolvedManually_20() const { return ___entityResolvedManually_20; } inline bool* get_address_of_entityResolvedManually_20() { return &___entityResolvedManually_20; } inline void set_entityResolvedManually_20(bool value) { ___entityResolvedManually_20 = value; } }; // Native definition for P/Invoke marshalling of System.Xml.XmlTextReaderImpl/ParsingState struct ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF_marshaled_pinvoke { uint8_t* ___chars_0; int32_t ___charPos_1; int32_t ___charsUsed_2; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_3; int32_t ___appendMode_4; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * ___decoder_6; Il2CppSafeArray/*NONE*/* ___bytes_7; int32_t ___bytePos_8; int32_t ___bytesUsed_9; TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___textReader_10; int32_t ___lineNo_11; int32_t ___lineStartPos_12; char* ___baseUriStr_13; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri_14; int32_t ___isEof_15; int32_t ___isStreamEof_16; RuntimeObject* ___entity_17; int32_t ___entityId_18; int32_t ___eolNormalized_19; int32_t ___entityResolvedManually_20; }; // Native definition for COM marshalling of System.Xml.XmlTextReaderImpl/ParsingState struct ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF_marshaled_com { uint8_t* ___chars_0; int32_t ___charPos_1; int32_t ___charsUsed_2; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_3; int32_t ___appendMode_4; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * ___decoder_6; Il2CppSafeArray/*NONE*/* ___bytes_7; int32_t ___bytePos_8; int32_t ___bytesUsed_9; TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___textReader_10; int32_t ___lineNo_11; int32_t ___lineStartPos_12; Il2CppChar* ___baseUriStr_13; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri_14; int32_t ___isEof_15; int32_t ___isStreamEof_16; RuntimeObject* ___entity_17; int32_t ___entityId_18; int32_t ___eolNormalized_19; int32_t ___entityResolvedManually_20; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020, ___m_task_2)); } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * get_m_task_2() const { return ___m_task_2; } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F, ___m_task_2)); } inline Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * get_m_task_2() const { return ___m_task_2; } inline Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; // 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; } }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t2C62E3AA8D6B2EBDDFB51E620DF8419B1F116ED2 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * ___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_t0D5C3EA84CD9FED9FCCA8810C99DBD15EEC9327F ___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_t2C62E3AA8D6B2EBDDFB51E620DF8419B1F116ED2, ___dictionary_0)); } inline Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_t2C62E3AA8D6B2EBDDFB51E620DF8419B1F116ED2, ___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_t2C62E3AA8D6B2EBDDFB51E620DF8419B1F116ED2, ___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_t2C62E3AA8D6B2EBDDFB51E620DF8419B1F116ED2, ___current_3)); } inline KeyValuePair_2_t0D5C3EA84CD9FED9FCCA8810C99DBD15EEC9327F get_current_3() const { return ___current_3; } inline KeyValuePair_2_t0D5C3EA84CD9FED9FCCA8810C99DBD15EEC9327F * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t0D5C3EA84CD9FED9FCCA8810C99DBD15EEC9327F 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_t2C62E3AA8D6B2EBDDFB51E620DF8419B1F116ED2, ___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.Net.Security.AuthenticationLevel struct AuthenticationLevel_tABDA8290B869DCA69B73080E99B1E3FE6F475165 { public: // System.Int32 System.Net.Security.AuthenticationLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AuthenticationLevel_tABDA8290B869DCA69B73080E99B1E3FE6F475165, ___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.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Serialization.ClassMap struct ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB : public ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C { public: // System.Collections.Hashtable System.Xml.Serialization.ClassMap::_elements Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____elements_0; // System.Collections.ArrayList System.Xml.Serialization.ClassMap::_elementMembers ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____elementMembers_1; // System.Collections.Hashtable System.Xml.Serialization.ClassMap::_attributeMembers Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ____attributeMembers_2; // System.Xml.Serialization.XmlTypeMapMemberAttribute[] System.Xml.Serialization.ClassMap::_attributeMembersArray XmlTypeMapMemberAttributeU5BU5D_tBD565E2F6F54CCD19C901BAFB18161AF4E540D35* ____attributeMembersArray_3; // System.Collections.ArrayList System.Xml.Serialization.ClassMap::_flatLists ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____flatLists_4; // System.Collections.ArrayList System.Xml.Serialization.ClassMap::_allMembers ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____allMembers_5; // System.Collections.ArrayList System.Xml.Serialization.ClassMap::_membersWithDefault ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____membersWithDefault_6; // System.Collections.ArrayList System.Xml.Serialization.ClassMap::_listMembers ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____listMembers_7; // System.Xml.Serialization.XmlTypeMapMemberAnyElement System.Xml.Serialization.ClassMap::_defaultAnyElement XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * ____defaultAnyElement_8; // System.Xml.Serialization.XmlTypeMapMemberAnyAttribute System.Xml.Serialization.ClassMap::_defaultAnyAttribute XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE * ____defaultAnyAttribute_9; // System.Xml.Serialization.XmlTypeMapMemberNamespaces System.Xml.Serialization.ClassMap::_namespaceDeclarations XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D * ____namespaceDeclarations_10; // System.Xml.Serialization.XmlTypeMapMember System.Xml.Serialization.ClassMap::_xmlTextCollector XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ____xmlTextCollector_11; // System.Xml.Serialization.XmlTypeMapMember System.Xml.Serialization.ClassMap::_returnMember XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ____returnMember_12; // System.Boolean System.Xml.Serialization.ClassMap::_ignoreMemberNamespace bool ____ignoreMemberNamespace_13; // System.Boolean System.Xml.Serialization.ClassMap::_canBeSimpleType bool ____canBeSimpleType_14; // System.Nullable`1 System.Xml.Serialization.ClassMap::_isOrderDependentMap Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ____isOrderDependentMap_15; public: inline static int32_t get_offset_of__elements_0() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____elements_0)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__elements_0() const { return ____elements_0; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__elements_0() { return &____elements_0; } inline void set__elements_0(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____elements_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____elements_0), (void*)value); } inline static int32_t get_offset_of__elementMembers_1() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____elementMembers_1)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__elementMembers_1() const { return ____elementMembers_1; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__elementMembers_1() { return &____elementMembers_1; } inline void set__elementMembers_1(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____elementMembers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____elementMembers_1), (void*)value); } inline static int32_t get_offset_of__attributeMembers_2() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____attributeMembers_2)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get__attributeMembers_2() const { return ____attributeMembers_2; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of__attributeMembers_2() { return &____attributeMembers_2; } inline void set__attributeMembers_2(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ____attributeMembers_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____attributeMembers_2), (void*)value); } inline static int32_t get_offset_of__attributeMembersArray_3() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____attributeMembersArray_3)); } inline XmlTypeMapMemberAttributeU5BU5D_tBD565E2F6F54CCD19C901BAFB18161AF4E540D35* get__attributeMembersArray_3() const { return ____attributeMembersArray_3; } inline XmlTypeMapMemberAttributeU5BU5D_tBD565E2F6F54CCD19C901BAFB18161AF4E540D35** get_address_of__attributeMembersArray_3() { return &____attributeMembersArray_3; } inline void set__attributeMembersArray_3(XmlTypeMapMemberAttributeU5BU5D_tBD565E2F6F54CCD19C901BAFB18161AF4E540D35* value) { ____attributeMembersArray_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____attributeMembersArray_3), (void*)value); } inline static int32_t get_offset_of__flatLists_4() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____flatLists_4)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__flatLists_4() const { return ____flatLists_4; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__flatLists_4() { return &____flatLists_4; } inline void set__flatLists_4(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____flatLists_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____flatLists_4), (void*)value); } inline static int32_t get_offset_of__allMembers_5() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____allMembers_5)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__allMembers_5() const { return ____allMembers_5; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__allMembers_5() { return &____allMembers_5; } inline void set__allMembers_5(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____allMembers_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____allMembers_5), (void*)value); } inline static int32_t get_offset_of__membersWithDefault_6() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____membersWithDefault_6)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__membersWithDefault_6() const { return ____membersWithDefault_6; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__membersWithDefault_6() { return &____membersWithDefault_6; } inline void set__membersWithDefault_6(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____membersWithDefault_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____membersWithDefault_6), (void*)value); } inline static int32_t get_offset_of__listMembers_7() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____listMembers_7)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__listMembers_7() const { return ____listMembers_7; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__listMembers_7() { return &____listMembers_7; } inline void set__listMembers_7(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____listMembers_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____listMembers_7), (void*)value); } inline static int32_t get_offset_of__defaultAnyElement_8() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____defaultAnyElement_8)); } inline XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * get__defaultAnyElement_8() const { return ____defaultAnyElement_8; } inline XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 ** get_address_of__defaultAnyElement_8() { return &____defaultAnyElement_8; } inline void set__defaultAnyElement_8(XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * value) { ____defaultAnyElement_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____defaultAnyElement_8), (void*)value); } inline static int32_t get_offset_of__defaultAnyAttribute_9() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____defaultAnyAttribute_9)); } inline XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE * get__defaultAnyAttribute_9() const { return ____defaultAnyAttribute_9; } inline XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE ** get_address_of__defaultAnyAttribute_9() { return &____defaultAnyAttribute_9; } inline void set__defaultAnyAttribute_9(XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE * value) { ____defaultAnyAttribute_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____defaultAnyAttribute_9), (void*)value); } inline static int32_t get_offset_of__namespaceDeclarations_10() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____namespaceDeclarations_10)); } inline XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D * get__namespaceDeclarations_10() const { return ____namespaceDeclarations_10; } inline XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D ** get_address_of__namespaceDeclarations_10() { return &____namespaceDeclarations_10; } inline void set__namespaceDeclarations_10(XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D * value) { ____namespaceDeclarations_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____namespaceDeclarations_10), (void*)value); } inline static int32_t get_offset_of__xmlTextCollector_11() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____xmlTextCollector_11)); } inline XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * get__xmlTextCollector_11() const { return ____xmlTextCollector_11; } inline XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC ** get_address_of__xmlTextCollector_11() { return &____xmlTextCollector_11; } inline void set__xmlTextCollector_11(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * value) { ____xmlTextCollector_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____xmlTextCollector_11), (void*)value); } inline static int32_t get_offset_of__returnMember_12() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____returnMember_12)); } inline XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * get__returnMember_12() const { return ____returnMember_12; } inline XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC ** get_address_of__returnMember_12() { return &____returnMember_12; } inline void set__returnMember_12(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * value) { ____returnMember_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____returnMember_12), (void*)value); } inline static int32_t get_offset_of__ignoreMemberNamespace_13() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____ignoreMemberNamespace_13)); } inline bool get__ignoreMemberNamespace_13() const { return ____ignoreMemberNamespace_13; } inline bool* get_address_of__ignoreMemberNamespace_13() { return &____ignoreMemberNamespace_13; } inline void set__ignoreMemberNamespace_13(bool value) { ____ignoreMemberNamespace_13 = value; } inline static int32_t get_offset_of__canBeSimpleType_14() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____canBeSimpleType_14)); } inline bool get__canBeSimpleType_14() const { return ____canBeSimpleType_14; } inline bool* get_address_of__canBeSimpleType_14() { return &____canBeSimpleType_14; } inline void set__canBeSimpleType_14(bool value) { ____canBeSimpleType_14 = value; } inline static int32_t get_offset_of__isOrderDependentMap_15() { return static_cast(offsetof(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB, ____isOrderDependentMap_15)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get__isOrderDependentMap_15() const { return ____isOrderDependentMap_15; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of__isOrderDependentMap_15() { return &____isOrderDependentMap_15; } inline void set__isOrderDependentMap_15(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ____isOrderDependentMap_15 = value; } }; // System.Xml.ConformanceLevel struct ConformanceLevel_tDDD7A5E189C7A150AB656A9070173CD8C2A5B653 { public: // System.Int32 System.Xml.ConformanceLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConformanceLevel_tDDD7A5E189C7A150AB656A9070173CD8C2A5B653, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.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.Net.DecompressionMethods struct DecompressionMethods_t76ACF45ED0A6BDCC13358657248D674BCC1015BC { public: // System.Int32 System.Net.DecompressionMethods::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DecompressionMethods_t76ACF45ED0A6BDCC13358657248D674BCC1015BC, ___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.DtdProcessing struct DtdProcessing_t25005AA22D71FA607D010E88CBB7299378A455F5 { public: // System.Int32 System.Xml.DtdProcessing::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DtdProcessing_t25005AA22D71FA607D010E88CBB7299378A455F5, ___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.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.IO.FileAccess struct FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B { public: // System.Int32 System.IO.FileAccess::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B, ___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.FileMode struct FileMode_t7AB84351F909CC2A0F99B798E50C6E8610994336 { public: // System.Int32 System.IO.FileMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileMode_t7AB84351F909CC2A0F99B798E50C6E8610994336, ___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.FileShare struct FileShare_t335C3032B91F35BECF45855A61AF9FA5BB9C07BB { public: // System.Int32 System.IO.FileShare::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileShare_t335C3032B91F35BECF45855A61AF9FA5BB9C07BB, ___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.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.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; // System.Reflection.ParameterAttributes struct ParameterAttributes_t79BD378DEC3F187D9773B9A4EDE573866E930218 { public: // System.Int32 System.Reflection.ParameterAttributes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ParameterAttributes_t79BD378DEC3F187D9773B9A4EDE573866E930218, ___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.ReadState struct ReadState_tD89BBF06656CA45737179919236BDA5EC69D2FEF { public: // System.Int32 System.Xml.ReadState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ReadState_tD89BBF06656CA45737179919236BDA5EC69D2FEF, ___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.Net.Cache.RequestCacheLevel struct RequestCacheLevel_t26F97AE5EF38C0C115B2B4DF0DE3B73CA1B2ADF4 { public: // System.Int32 System.Net.Cache.RequestCacheLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RequestCacheLevel_t26F97AE5EF38C0C115B2B4DF0DE3B73CA1B2ADF4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.Xml.Schema.SchemaType struct SchemaType_tEB15E34E0729AA4438855C9D6E1FA56F7759B55F { public: // System.Int32 System.Xml.Schema.SchemaType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SchemaType_tEB15E34E0729AA4438855C9D6E1FA56F7759B55F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Serialization.SchemaTypes struct SchemaTypes_t335C61BC524CBCF69090FE1A5B5227A5B03AF2C6 { public: // System.Int32 System.Xml.Serialization.SchemaTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SchemaTypes_t335C61BC524CBCF69090FE1A5B5227A5B03AF2C6, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Serialization.SerializationFormat struct SerializationFormat_tAA809018F2717CCC5D0D99A37DE4542612D2CFA3 { public: // System.Int32 System.Xml.Serialization.SerializationFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SerializationFormat_tAA809018F2717CCC5D0D99A37DE4542612D2CFA3, ___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.Net.ServicePoint struct ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 : public RuntimeObject { public: // System.Uri System.Net.ServicePoint::uri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri_0; // System.DateTime System.Net.ServicePoint::lastDnsResolve DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___lastDnsResolve_1; // System.Version System.Net.ServicePoint::protocolVersion Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___protocolVersion_2; // System.Net.IPHostEntry System.Net.ServicePoint::host IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * ___host_3; // System.Boolean System.Net.ServicePoint::usesProxy bool ___usesProxy_4; // System.Boolean System.Net.ServicePoint::sendContinue bool ___sendContinue_5; // System.Boolean System.Net.ServicePoint::useConnect bool ___useConnect_6; // System.Object System.Net.ServicePoint::hostE RuntimeObject * ___hostE_7; // System.Boolean System.Net.ServicePoint::useNagle bool ___useNagle_8; // System.Net.BindIPEndPoint System.Net.ServicePoint::endPointCallback BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 * ___endPointCallback_9; // System.Boolean System.Net.ServicePoint::tcp_keepalive bool ___tcp_keepalive_10; // System.Int32 System.Net.ServicePoint::tcp_keepalive_time int32_t ___tcp_keepalive_time_11; // System.Int32 System.Net.ServicePoint::tcp_keepalive_interval int32_t ___tcp_keepalive_interval_12; // System.Net.ServicePointScheduler System.Net.ServicePoint::k__BackingField ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * ___U3CSchedulerU3Ek__BackingField_13; // System.Object System.Net.ServicePoint::m_ServerCertificateOrBytes RuntimeObject * ___m_ServerCertificateOrBytes_14; // System.Object System.Net.ServicePoint::m_ClientCertificateOrBytes RuntimeObject * ___m_ClientCertificateOrBytes_15; public: inline static int32_t get_offset_of_uri_0() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___uri_0)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_uri_0() const { return ___uri_0; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_uri_0() { return &___uri_0; } inline void set_uri_0(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___uri_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___uri_0), (void*)value); } inline static int32_t get_offset_of_lastDnsResolve_1() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___lastDnsResolve_1)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_lastDnsResolve_1() const { return ___lastDnsResolve_1; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_lastDnsResolve_1() { return &___lastDnsResolve_1; } inline void set_lastDnsResolve_1(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___lastDnsResolve_1 = value; } inline static int32_t get_offset_of_protocolVersion_2() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___protocolVersion_2)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get_protocolVersion_2() const { return ___protocolVersion_2; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of_protocolVersion_2() { return &___protocolVersion_2; } inline void set_protocolVersion_2(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ___protocolVersion_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___protocolVersion_2), (void*)value); } inline static int32_t get_offset_of_host_3() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___host_3)); } inline IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * get_host_3() const { return ___host_3; } inline IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA ** get_address_of_host_3() { return &___host_3; } inline void set_host_3(IPHostEntry_tD787E3A1E0F633AC5A7761921DE4DC2A8EA117AA * value) { ___host_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___host_3), (void*)value); } inline static int32_t get_offset_of_usesProxy_4() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___usesProxy_4)); } inline bool get_usesProxy_4() const { return ___usesProxy_4; } inline bool* get_address_of_usesProxy_4() { return &___usesProxy_4; } inline void set_usesProxy_4(bool value) { ___usesProxy_4 = value; } inline static int32_t get_offset_of_sendContinue_5() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___sendContinue_5)); } inline bool get_sendContinue_5() const { return ___sendContinue_5; } inline bool* get_address_of_sendContinue_5() { return &___sendContinue_5; } inline void set_sendContinue_5(bool value) { ___sendContinue_5 = value; } inline static int32_t get_offset_of_useConnect_6() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___useConnect_6)); } inline bool get_useConnect_6() const { return ___useConnect_6; } inline bool* get_address_of_useConnect_6() { return &___useConnect_6; } inline void set_useConnect_6(bool value) { ___useConnect_6 = value; } inline static int32_t get_offset_of_hostE_7() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___hostE_7)); } inline RuntimeObject * get_hostE_7() const { return ___hostE_7; } inline RuntimeObject ** get_address_of_hostE_7() { return &___hostE_7; } inline void set_hostE_7(RuntimeObject * value) { ___hostE_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___hostE_7), (void*)value); } inline static int32_t get_offset_of_useNagle_8() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___useNagle_8)); } inline bool get_useNagle_8() const { return ___useNagle_8; } inline bool* get_address_of_useNagle_8() { return &___useNagle_8; } inline void set_useNagle_8(bool value) { ___useNagle_8 = value; } inline static int32_t get_offset_of_endPointCallback_9() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___endPointCallback_9)); } inline BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 * get_endPointCallback_9() const { return ___endPointCallback_9; } inline BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 ** get_address_of_endPointCallback_9() { return &___endPointCallback_9; } inline void set_endPointCallback_9(BindIPEndPoint_t05F17E8ACBB2C324EF8EA367FB2899690F2E0D32 * value) { ___endPointCallback_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___endPointCallback_9), (void*)value); } inline static int32_t get_offset_of_tcp_keepalive_10() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___tcp_keepalive_10)); } inline bool get_tcp_keepalive_10() const { return ___tcp_keepalive_10; } inline bool* get_address_of_tcp_keepalive_10() { return &___tcp_keepalive_10; } inline void set_tcp_keepalive_10(bool value) { ___tcp_keepalive_10 = value; } inline static int32_t get_offset_of_tcp_keepalive_time_11() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___tcp_keepalive_time_11)); } inline int32_t get_tcp_keepalive_time_11() const { return ___tcp_keepalive_time_11; } inline int32_t* get_address_of_tcp_keepalive_time_11() { return &___tcp_keepalive_time_11; } inline void set_tcp_keepalive_time_11(int32_t value) { ___tcp_keepalive_time_11 = value; } inline static int32_t get_offset_of_tcp_keepalive_interval_12() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___tcp_keepalive_interval_12)); } inline int32_t get_tcp_keepalive_interval_12() const { return ___tcp_keepalive_interval_12; } inline int32_t* get_address_of_tcp_keepalive_interval_12() { return &___tcp_keepalive_interval_12; } inline void set_tcp_keepalive_interval_12(int32_t value) { ___tcp_keepalive_interval_12 = value; } inline static int32_t get_offset_of_U3CSchedulerU3Ek__BackingField_13() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___U3CSchedulerU3Ek__BackingField_13)); } inline ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * get_U3CSchedulerU3Ek__BackingField_13() const { return ___U3CSchedulerU3Ek__BackingField_13; } inline ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 ** get_address_of_U3CSchedulerU3Ek__BackingField_13() { return &___U3CSchedulerU3Ek__BackingField_13; } inline void set_U3CSchedulerU3Ek__BackingField_13(ServicePointScheduler_t06FFEEFEFBD2B726733E6E27E2529742FA4DB1A7 * value) { ___U3CSchedulerU3Ek__BackingField_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSchedulerU3Ek__BackingField_13), (void*)value); } inline static int32_t get_offset_of_m_ServerCertificateOrBytes_14() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___m_ServerCertificateOrBytes_14)); } inline RuntimeObject * get_m_ServerCertificateOrBytes_14() const { return ___m_ServerCertificateOrBytes_14; } inline RuntimeObject ** get_address_of_m_ServerCertificateOrBytes_14() { return &___m_ServerCertificateOrBytes_14; } inline void set_m_ServerCertificateOrBytes_14(RuntimeObject * value) { ___m_ServerCertificateOrBytes_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ServerCertificateOrBytes_14), (void*)value); } inline static int32_t get_offset_of_m_ClientCertificateOrBytes_15() { return static_cast(offsetof(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0, ___m_ClientCertificateOrBytes_15)); } inline RuntimeObject * get_m_ClientCertificateOrBytes_15() const { return ___m_ClientCertificateOrBytes_15; } inline RuntimeObject ** get_address_of_m_ClientCertificateOrBytes_15() { return &___m_ClientCertificateOrBytes_15; } inline void set_m_ClientCertificateOrBytes_15(RuntimeObject * value) { ___m_ClientCertificateOrBytes_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ClientCertificateOrBytes_15), (void*)value); } }; // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3 { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3, ___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.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 : public RuntimeObject { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId int32_t ___m_taskId_4; // System.Object System.Threading.Tasks.Task::m_action RuntimeObject * ___m_action_5; // System.Object System.Threading.Tasks.Task::m_stateObject RuntimeObject * ___m_stateObject_6; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___m_taskScheduler_7; // System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_parent_8; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags int32_t ___m_stateFlags_9; // System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject RuntimeObject * ___m_continuationObject_28; // System.Threading.Tasks.Task/ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * ___m_contingentProperties_33; public: inline static int32_t get_offset_of_m_taskId_4() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskId_4)); } inline int32_t get_m_taskId_4() const { return ___m_taskId_4; } inline int32_t* get_address_of_m_taskId_4() { return &___m_taskId_4; } inline void set_m_taskId_4(int32_t value) { ___m_taskId_4 = value; } inline static int32_t get_offset_of_m_action_5() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_action_5)); } inline RuntimeObject * get_m_action_5() const { return ___m_action_5; } inline RuntimeObject ** get_address_of_m_action_5() { return &___m_action_5; } inline void set_m_action_5(RuntimeObject * value) { ___m_action_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_action_5), (void*)value); } inline static int32_t get_offset_of_m_stateObject_6() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateObject_6)); } inline RuntimeObject * get_m_stateObject_6() const { return ___m_stateObject_6; } inline RuntimeObject ** get_address_of_m_stateObject_6() { return &___m_stateObject_6; } inline void set_m_stateObject_6(RuntimeObject * value) { ___m_stateObject_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateObject_6), (void*)value); } inline static int32_t get_offset_of_m_taskScheduler_7() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskScheduler_7)); } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * get_m_taskScheduler_7() const { return ___m_taskScheduler_7; } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D ** get_address_of_m_taskScheduler_7() { return &___m_taskScheduler_7; } inline void set_m_taskScheduler_7(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * value) { ___m_taskScheduler_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_taskScheduler_7), (void*)value); } inline static int32_t get_offset_of_m_parent_8() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_parent_8)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_parent_8() const { return ___m_parent_8; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_parent_8() { return &___m_parent_8; } inline void set_m_parent_8(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_parent_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_parent_8), (void*)value); } inline static int32_t get_offset_of_m_stateFlags_9() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateFlags_9)); } inline int32_t get_m_stateFlags_9() const { return ___m_stateFlags_9; } inline int32_t* get_address_of_m_stateFlags_9() { return &___m_stateFlags_9; } inline void set_m_stateFlags_9(int32_t value) { ___m_stateFlags_9 = value; } inline static int32_t get_offset_of_m_continuationObject_28() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_continuationObject_28)); } inline RuntimeObject * get_m_continuationObject_28() const { return ___m_continuationObject_28; } inline RuntimeObject ** get_address_of_m_continuationObject_28() { return &___m_continuationObject_28; } inline void set_m_continuationObject_28(RuntimeObject * value) { ___m_continuationObject_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_continuationObject_28), (void*)value); } inline static int32_t get_offset_of_m_contingentProperties_33() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_contingentProperties_33)); } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * get_m_contingentProperties_33() const { return ___m_contingentProperties_33; } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 ** get_address_of_m_contingentProperties_33() { return &___m_contingentProperties_33; } inline void set_m_contingentProperties_33(ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * value) { ___m_contingentProperties_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_contingentProperties_33), (void*)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.Security.Principal.TokenImpersonationLevel struct TokenImpersonationLevel_t666D9E038A04949CBCDDDBA08E5FD612F3EE4838 { public: // System.Int32 System.Security.Principal.TokenImpersonationLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TokenImpersonationLevel_t666D9E038A04949CBCDDDBA08E5FD612F3EE4838, ___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.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.Xml.ValidationType struct ValidationType_t588D32514C11D985F976526F7E3C81ABD1D27EBA { public: // System.Int32 System.Xml.ValidationType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ValidationType_t588D32514C11D985F976526F7E3C81ABD1D27EBA, ___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.WhitespaceHandling struct WhitespaceHandling_t5B5D7F564E2C68D609D844ADC3D68F931DA5F034 { public: // System.Int32 System.Xml.WhitespaceHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WhitespaceHandling_t5B5D7F564E2C68D609D844ADC3D68F931DA5F034, ___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.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.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.XmlRegisteredNonCachedStream struct XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.IO.Stream System.Xml.XmlRegisteredNonCachedStream::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // System.Xml.XmlDownloadManager System.Xml.XmlRegisteredNonCachedStream::downloadManager XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * ___downloadManager_6; // System.String System.Xml.XmlRegisteredNonCachedStream::host String_t* ___host_7; public: inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_downloadManager_6() { return static_cast(offsetof(XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1, ___downloadManager_6)); } inline XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * get_downloadManager_6() const { return ___downloadManager_6; } inline XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D ** get_address_of_downloadManager_6() { return &___downloadManager_6; } inline void set_downloadManager_6(XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * value) { ___downloadManager_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___downloadManager_6), (void*)value); } inline static int32_t get_offset_of_host_7() { return static_cast(offsetof(XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1, ___host_7)); } inline String_t* get_host_7() const { return ___host_7; } inline String_t** get_address_of_host_7() { return &___host_7; } inline void set_host_7(String_t* value) { ___host_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___host_7), (void*)value); } }; // System.Xml.Schema.XmlSchemaAttribute struct XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 : public XmlSchemaAnnotated_t68F13E739330186883290FF723E752BD26F2E3A7 { public: public: }; // 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.XmlSchemaValidationFlags struct XmlSchemaValidationFlags_tF0C150CF8BCED7131D6163452E106FBC5B7BBBA8 { public: // System.Int32 System.Xml.Schema.XmlSchemaValidationFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSchemaValidationFlags_tF0C150CF8BCED7131D6163452E106FBC5B7BBBA8, ___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.XmlSpace struct XmlSpace_t16F1125FF443A131844086CD412753BFE485A047 { public: // System.Int32 System.Xml.XmlSpace::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSpace_t16F1125FF443A131844086CD412753BFE485A047, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.XmlTokenizedType struct XmlTokenizedType_t920EB9FDDB3F1BF66147159D679D1BF84CB6ECD4 { public: // System.Int32 System.Xml.XmlTokenizedType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlTokenizedType_t920EB9FDDB3F1BF66147159D679D1BF84CB6ECD4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlTypeCode struct XmlTypeCode_t8BCC3C3572E95AA39A6F53864E90CE04AB3290E1 { public: // System.Int32 System.Xml.Schema.XmlTypeCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlTypeCode_t8BCC3C3572E95AA39A6F53864E90CE04AB3290E1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Serialization.XmlTypeMapMemberExpandable struct XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 : public XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 { public: // System.Int32 System.Xml.Serialization.XmlTypeMapMemberExpandable::_flatArrayIndex int32_t ____flatArrayIndex_14; public: inline static int32_t get_offset_of__flatArrayIndex_14() { return static_cast(offsetof(XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7, ____flatArrayIndex_14)); } inline int32_t get__flatArrayIndex_14() const { return ____flatArrayIndex_14; } inline int32_t* get_address_of__flatArrayIndex_14() { return &____flatArrayIndex_14; } inline void set__flatArrayIndex_14(int32_t value) { ____flatArrayIndex_14 = value; } }; // System.Xml.Serialization.XmlTypeMapMemberList struct XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82 : public XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 { public: public: }; // 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.Net.HttpWebRequest/NtlmAuthState struct NtlmAuthState_tB25DC6ECE6512540ECD9B75F3B047DA7E5976535 { public: // System.Int32 System.Net.HttpWebRequest/NtlmAuthState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NtlmAuthState_tB25DC6ECE6512540ECD9B75F3B047DA7E5976535, ___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.XmlSchemaParticle/Occurs struct Occurs_tE1D41715FC55ECA460AB8AE9C68E39DF0ED1747F { public: // System.Int32 System.Xml.Schema.XmlSchemaParticle/Occurs::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Occurs_tE1D41715FC55ECA460AB8AE9C68E39DF0ED1747F, ___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.XmlTextReaderImpl/IncrementalReadState struct IncrementalReadState_t72BEC479C21012EC24863F561F0BFFFCE52DB97A { public: // System.Int32 System.Xml.XmlTextReaderImpl/IncrementalReadState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(IncrementalReadState_t72BEC479C21012EC24863F561F0BFFFCE52DB97A, ___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.XmlTextReaderImpl/ParsingFunction struct ParsingFunction_t742546E1DF71A6992EAA17FC90B6C8BC7EB7642C { public: // System.Int32 System.Xml.XmlTextReaderImpl/ParsingFunction::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ParsingFunction_t742546E1DF71A6992EAA17FC90B6C8BC7EB7642C, ___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.XmlTextReaderImpl/ParsingMode struct ParsingMode_tA0CAD5F0C6A7A4BD87DAC17C5DD3A6E4DF3A4939 { public: // System.Int32 System.Xml.XmlTextReaderImpl/ParsingMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ParsingMode_tA0CAD5F0C6A7A4BD87DAC17C5DD3A6E4DF3A4939, ___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.Threading.Tasks.Task`1 struct Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602, ___m_result_40)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_m_result_40() const { return ___m_result_40; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___m_result_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_result_40), (void*)value); } }; // System.IO.FileStream struct FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_7; // System.String System.IO.FileStream::name String_t* ___name_8; // Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * ___safeHandle_9; // System.Boolean System.IO.FileStream::isExposed bool ___isExposed_10; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_11; // System.IO.FileAccess System.IO.FileStream::access int32_t ___access_12; // System.Boolean System.IO.FileStream::owner bool ___owner_13; // System.Boolean System.IO.FileStream::async bool ___async_14; // System.Boolean System.IO.FileStream::canseek bool ___canseek_15; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_16; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_17; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_18; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_19; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_20; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_21; public: inline static int32_t get_offset_of_buf_7() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_7() const { return ___buf_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_7() { return &___buf_7; } inline void set_buf_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_7), (void*)value); } inline static int32_t get_offset_of_name_8() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___name_8)); } inline String_t* get_name_8() const { return ___name_8; } inline String_t** get_address_of_name_8() { return &___name_8; } inline void set_name_8(String_t* value) { ___name_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_8), (void*)value); } inline static int32_t get_offset_of_safeHandle_9() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___safeHandle_9)); } inline SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * get_safeHandle_9() const { return ___safeHandle_9; } inline SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 ** get_address_of_safeHandle_9() { return &___safeHandle_9; } inline void set_safeHandle_9(SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * value) { ___safeHandle_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___safeHandle_9), (void*)value); } inline static int32_t get_offset_of_isExposed_10() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___isExposed_10)); } inline bool get_isExposed_10() const { return ___isExposed_10; } inline bool* get_address_of_isExposed_10() { return &___isExposed_10; } inline void set_isExposed_10(bool value) { ___isExposed_10 = value; } inline static int32_t get_offset_of_append_startpos_11() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___append_startpos_11)); } inline int64_t get_append_startpos_11() const { return ___append_startpos_11; } inline int64_t* get_address_of_append_startpos_11() { return &___append_startpos_11; } inline void set_append_startpos_11(int64_t value) { ___append_startpos_11 = value; } inline static int32_t get_offset_of_access_12() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___access_12)); } inline int32_t get_access_12() const { return ___access_12; } inline int32_t* get_address_of_access_12() { return &___access_12; } inline void set_access_12(int32_t value) { ___access_12 = value; } inline static int32_t get_offset_of_owner_13() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___owner_13)); } inline bool get_owner_13() const { return ___owner_13; } inline bool* get_address_of_owner_13() { return &___owner_13; } inline void set_owner_13(bool value) { ___owner_13 = value; } inline static int32_t get_offset_of_async_14() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___async_14)); } inline bool get_async_14() const { return ___async_14; } inline bool* get_address_of_async_14() { return &___async_14; } inline void set_async_14(bool value) { ___async_14 = value; } inline static int32_t get_offset_of_canseek_15() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___canseek_15)); } inline bool get_canseek_15() const { return ___canseek_15; } inline bool* get_address_of_canseek_15() { return &___canseek_15; } inline void set_canseek_15(bool value) { ___canseek_15 = value; } inline static int32_t get_offset_of_anonymous_16() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___anonymous_16)); } inline bool get_anonymous_16() const { return ___anonymous_16; } inline bool* get_address_of_anonymous_16() { return &___anonymous_16; } inline void set_anonymous_16(bool value) { ___anonymous_16 = value; } inline static int32_t get_offset_of_buf_dirty_17() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_dirty_17)); } inline bool get_buf_dirty_17() const { return ___buf_dirty_17; } inline bool* get_address_of_buf_dirty_17() { return &___buf_dirty_17; } inline void set_buf_dirty_17(bool value) { ___buf_dirty_17 = value; } inline static int32_t get_offset_of_buf_size_18() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_size_18)); } inline int32_t get_buf_size_18() const { return ___buf_size_18; } inline int32_t* get_address_of_buf_size_18() { return &___buf_size_18; } inline void set_buf_size_18(int32_t value) { ___buf_size_18 = value; } inline static int32_t get_offset_of_buf_length_19() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_length_19)); } inline int32_t get_buf_length_19() const { return ___buf_length_19; } inline int32_t* get_address_of_buf_length_19() { return &___buf_length_19; } inline void set_buf_length_19(int32_t value) { ___buf_length_19 = value; } inline static int32_t get_offset_of_buf_offset_20() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_offset_20)); } inline int32_t get_buf_offset_20() const { return ___buf_offset_20; } inline int32_t* get_address_of_buf_offset_20() { return &___buf_offset_20; } inline void set_buf_offset_20(int32_t value) { ___buf_offset_20 = value; } inline static int32_t get_offset_of_buf_start_21() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_start_21)); } inline int64_t get_buf_start_21() const { return ___buf_start_21; } inline int64_t* get_address_of_buf_start_21() { return &___buf_start_21; } inline void set_buf_start_21(int64_t value) { ___buf_start_21 = 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.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 : public RuntimeObject { public: // System.Type System.Reflection.ParameterInfo::ClassImpl Type_t * ___ClassImpl_0; // System.Object System.Reflection.ParameterInfo::DefaultValueImpl RuntimeObject * ___DefaultValueImpl_1; // System.Reflection.MemberInfo System.Reflection.ParameterInfo::MemberImpl MemberInfo_t * ___MemberImpl_2; // System.String System.Reflection.ParameterInfo::NameImpl String_t* ___NameImpl_3; // System.Int32 System.Reflection.ParameterInfo::PositionImpl int32_t ___PositionImpl_4; // System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::AttrsImpl int32_t ___AttrsImpl_5; // System.Runtime.InteropServices.MarshalAsAttribute System.Reflection.ParameterInfo::marshalAs MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * ___marshalAs_6; public: inline static int32_t get_offset_of_ClassImpl_0() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___ClassImpl_0)); } inline Type_t * get_ClassImpl_0() const { return ___ClassImpl_0; } inline Type_t ** get_address_of_ClassImpl_0() { return &___ClassImpl_0; } inline void set_ClassImpl_0(Type_t * value) { ___ClassImpl_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClassImpl_0), (void*)value); } inline static int32_t get_offset_of_DefaultValueImpl_1() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___DefaultValueImpl_1)); } inline RuntimeObject * get_DefaultValueImpl_1() const { return ___DefaultValueImpl_1; } inline RuntimeObject ** get_address_of_DefaultValueImpl_1() { return &___DefaultValueImpl_1; } inline void set_DefaultValueImpl_1(RuntimeObject * value) { ___DefaultValueImpl_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultValueImpl_1), (void*)value); } inline static int32_t get_offset_of_MemberImpl_2() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___MemberImpl_2)); } inline MemberInfo_t * get_MemberImpl_2() const { return ___MemberImpl_2; } inline MemberInfo_t ** get_address_of_MemberImpl_2() { return &___MemberImpl_2; } inline void set_MemberImpl_2(MemberInfo_t * value) { ___MemberImpl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___MemberImpl_2), (void*)value); } inline static int32_t get_offset_of_NameImpl_3() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___NameImpl_3)); } inline String_t* get_NameImpl_3() const { return ___NameImpl_3; } inline String_t** get_address_of_NameImpl_3() { return &___NameImpl_3; } inline void set_NameImpl_3(String_t* value) { ___NameImpl_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameImpl_3), (void*)value); } inline static int32_t get_offset_of_PositionImpl_4() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___PositionImpl_4)); } inline int32_t get_PositionImpl_4() const { return ___PositionImpl_4; } inline int32_t* get_address_of_PositionImpl_4() { return &___PositionImpl_4; } inline void set_PositionImpl_4(int32_t value) { ___PositionImpl_4 = value; } inline static int32_t get_offset_of_AttrsImpl_5() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___AttrsImpl_5)); } inline int32_t get_AttrsImpl_5() const { return ___AttrsImpl_5; } inline int32_t* get_address_of_AttrsImpl_5() { return &___AttrsImpl_5; } inline void set_AttrsImpl_5(int32_t value) { ___AttrsImpl_5 = value; } inline static int32_t get_offset_of_marshalAs_6() { return static_cast(offsetof(ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7, ___marshalAs_6)); } inline MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * get_marshalAs_6() const { return ___marshalAs_6; } inline MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 ** get_address_of_marshalAs_6() { return &___marshalAs_6; } inline void set_marshalAs_6(MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * value) { ___marshalAs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___marshalAs_6), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshaled_pinvoke { Type_t * ___ClassImpl_0; Il2CppIUnknown* ___DefaultValueImpl_1; MemberInfo_t * ___MemberImpl_2; char* ___NameImpl_3; int32_t ___PositionImpl_4; int32_t ___AttrsImpl_5; MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * ___marshalAs_6; }; // Native definition for COM marshalling of System.Reflection.ParameterInfo struct ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7_marshaled_com { Type_t * ___ClassImpl_0; Il2CppIUnknown* ___DefaultValueImpl_1; MemberInfo_t * ___MemberImpl_2; Il2CppChar* ___NameImpl_3; int32_t ___PositionImpl_4; int32_t ___AttrsImpl_5; MarshalAsAttribute_t1689F84A11C34D0F35491C8F0DA4421467B6EFE6 * ___marshalAs_6; }; // System.Net.Cache.RequestCachePolicy struct RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED : public RuntimeObject { public: // System.Net.Cache.RequestCacheLevel System.Net.Cache.RequestCachePolicy::m_Level int32_t ___m_Level_0; public: inline static int32_t get_offset_of_m_Level_0() { return static_cast(offsetof(RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED, ___m_Level_0)); } inline int32_t get_m_Level_0() const { return ___m_Level_0; } inline int32_t* get_address_of_m_Level_0() { return &___m_Level_0; } inline void set_m_Level_0(int32_t value) { ___m_Level_0 = 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.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 { public: // System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext RuntimeObject * ___m_additionalContext_0; // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state int32_t ___m_state_1; public: inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___m_additionalContext_0)); } inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; } inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; } inline void set_m_additionalContext_0(RuntimeObject * value) { ___m_additionalContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_additionalContext_0), (void*)value); } inline static int32_t get_offset_of_m_state_1() { return static_cast(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___m_state_1)); } inline int32_t get_m_state_1() const { return ___m_state_1; } inline int32_t* get_address_of_m_state_1() { return &___m_state_1; } inline void set_m_state_1(int32_t value) { ___m_state_1 = value; } }; // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_pinvoke { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_com { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // 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.Net.WebRequest struct WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.Net.Security.AuthenticationLevel System.Net.WebRequest::m_AuthenticationLevel int32_t ___m_AuthenticationLevel_4; // System.Security.Principal.TokenImpersonationLevel System.Net.WebRequest::m_ImpersonationLevel int32_t ___m_ImpersonationLevel_5; // System.Net.Cache.RequestCachePolicy System.Net.WebRequest::m_CachePolicy RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * ___m_CachePolicy_6; // System.Net.Cache.RequestCacheProtocol System.Net.WebRequest::m_CacheProtocol RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7 * ___m_CacheProtocol_7; // System.Net.Cache.RequestCacheBinding System.Net.WebRequest::m_CacheBinding RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447 * ___m_CacheBinding_8; public: inline static int32_t get_offset_of_m_AuthenticationLevel_4() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E, ___m_AuthenticationLevel_4)); } inline int32_t get_m_AuthenticationLevel_4() const { return ___m_AuthenticationLevel_4; } inline int32_t* get_address_of_m_AuthenticationLevel_4() { return &___m_AuthenticationLevel_4; } inline void set_m_AuthenticationLevel_4(int32_t value) { ___m_AuthenticationLevel_4 = value; } inline static int32_t get_offset_of_m_ImpersonationLevel_5() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E, ___m_ImpersonationLevel_5)); } inline int32_t get_m_ImpersonationLevel_5() const { return ___m_ImpersonationLevel_5; } inline int32_t* get_address_of_m_ImpersonationLevel_5() { return &___m_ImpersonationLevel_5; } inline void set_m_ImpersonationLevel_5(int32_t value) { ___m_ImpersonationLevel_5 = value; } inline static int32_t get_offset_of_m_CachePolicy_6() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E, ___m_CachePolicy_6)); } inline RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * get_m_CachePolicy_6() const { return ___m_CachePolicy_6; } inline RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED ** get_address_of_m_CachePolicy_6() { return &___m_CachePolicy_6; } inline void set_m_CachePolicy_6(RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * value) { ___m_CachePolicy_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachePolicy_6), (void*)value); } inline static int32_t get_offset_of_m_CacheProtocol_7() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E, ___m_CacheProtocol_7)); } inline RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7 * get_m_CacheProtocol_7() const { return ___m_CacheProtocol_7; } inline RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7 ** get_address_of_m_CacheProtocol_7() { return &___m_CacheProtocol_7; } inline void set_m_CacheProtocol_7(RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7 * value) { ___m_CacheProtocol_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CacheProtocol_7), (void*)value); } inline static int32_t get_offset_of_m_CacheBinding_8() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E, ___m_CacheBinding_8)); } inline RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447 * get_m_CacheBinding_8() const { return ___m_CacheBinding_8; } inline RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447 ** get_address_of_m_CacheBinding_8() { return &___m_CacheBinding_8; } inline void set_m_CacheBinding_8(RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447 * value) { ___m_CacheBinding_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CacheBinding_8), (void*)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.Serialization.XmlMapping struct XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 : public RuntimeObject { public: // System.Xml.Serialization.ObjectMap System.Xml.Serialization.XmlMapping::map ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * ___map_0; // System.Collections.ArrayList System.Xml.Serialization.XmlMapping::relatedMaps ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___relatedMaps_1; // System.Xml.Serialization.SerializationFormat System.Xml.Serialization.XmlMapping::format int32_t ___format_2; // System.String System.Xml.Serialization.XmlMapping::_elementName String_t* ____elementName_3; // System.String System.Xml.Serialization.XmlMapping::_namespace String_t* ____namespace_4; // System.String System.Xml.Serialization.XmlMapping::key String_t* ___key_5; public: inline static int32_t get_offset_of_map_0() { return static_cast(offsetof(XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9, ___map_0)); } inline ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * get_map_0() const { return ___map_0; } inline ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C ** get_address_of_map_0() { return &___map_0; } inline void set_map_0(ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * value) { ___map_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___map_0), (void*)value); } inline static int32_t get_offset_of_relatedMaps_1() { return static_cast(offsetof(XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9, ___relatedMaps_1)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_relatedMaps_1() const { return ___relatedMaps_1; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_relatedMaps_1() { return &___relatedMaps_1; } inline void set_relatedMaps_1(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___relatedMaps_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___relatedMaps_1), (void*)value); } inline static int32_t get_offset_of_format_2() { return static_cast(offsetof(XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9, ___format_2)); } inline int32_t get_format_2() const { return ___format_2; } inline int32_t* get_address_of_format_2() { return &___format_2; } inline void set_format_2(int32_t value) { ___format_2 = value; } inline static int32_t get_offset_of__elementName_3() { return static_cast(offsetof(XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9, ____elementName_3)); } inline String_t* get__elementName_3() const { return ____elementName_3; } inline String_t** get_address_of__elementName_3() { return &____elementName_3; } inline void set__elementName_3(String_t* value) { ____elementName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____elementName_3), (void*)value); } inline static int32_t get_offset_of__namespace_4() { return static_cast(offsetof(XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9, ____namespace_4)); } inline String_t* get__namespace_4() const { return ____namespace_4; } inline String_t** get_address_of__namespace_4() { return &____namespace_4; } inline void set__namespace_4(String_t* value) { ____namespace_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____namespace_4), (void*)value); } inline static int32_t get_offset_of_key_5() { return static_cast(offsetof(XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9, ___key_5)); } inline String_t* get_key_5() const { return ___key_5; } inline String_t** get_address_of_key_5() { return &___key_5; } inline void set_key_5(String_t* value) { ___key_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_5), (void*)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.XmlParserContext struct XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 : public RuntimeObject { public: // System.Xml.XmlNameTable System.Xml.XmlParserContext::_nt XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ____nt_0; // System.Xml.XmlNamespaceManager System.Xml.XmlParserContext::_nsMgr XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ____nsMgr_1; // System.String System.Xml.XmlParserContext::_docTypeName String_t* ____docTypeName_2; // System.String System.Xml.XmlParserContext::_pubId String_t* ____pubId_3; // System.String System.Xml.XmlParserContext::_sysId String_t* ____sysId_4; // System.String System.Xml.XmlParserContext::_internalSubset String_t* ____internalSubset_5; // System.String System.Xml.XmlParserContext::_xmlLang String_t* ____xmlLang_6; // System.Xml.XmlSpace System.Xml.XmlParserContext::_xmlSpace int32_t ____xmlSpace_7; // System.String System.Xml.XmlParserContext::_baseURI String_t* ____baseURI_8; // System.Text.Encoding System.Xml.XmlParserContext::_encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ____encoding_9; public: inline static int32_t get_offset_of__nt_0() { return static_cast(offsetof(XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28, ____nt_0)); } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * get__nt_0() const { return ____nt_0; } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 ** get_address_of__nt_0() { return &____nt_0; } inline void set__nt_0(XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * value) { ____nt_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____nt_0), (void*)value); } inline static int32_t get_offset_of__nsMgr_1() { return static_cast(offsetof(XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28, ____nsMgr_1)); } inline XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * get__nsMgr_1() const { return ____nsMgr_1; } inline XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 ** get_address_of__nsMgr_1() { return &____nsMgr_1; } inline void set__nsMgr_1(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * value) { ____nsMgr_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____nsMgr_1), (void*)value); } inline static int32_t get_offset_of__docTypeName_2() { return static_cast(offsetof(XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28, ____docTypeName_2)); } inline String_t* get__docTypeName_2() const { return ____docTypeName_2; } inline String_t** get_address_of__docTypeName_2() { return &____docTypeName_2; } inline void set__docTypeName_2(String_t* value) { ____docTypeName_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____docTypeName_2), (void*)value); } inline static int32_t get_offset_of__pubId_3() { return static_cast(offsetof(XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28, ____pubId_3)); } inline String_t* get__pubId_3() const { return ____pubId_3; } inline String_t** get_address_of__pubId_3() { return &____pubId_3; } inline void set__pubId_3(String_t* value) { ____pubId_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____pubId_3), (void*)value); } inline static int32_t get_offset_of__sysId_4() { return static_cast(offsetof(XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28, ____sysId_4)); } inline String_t* get__sysId_4() const { return ____sysId_4; } inline String_t** get_address_of__sysId_4() { return &____sysId_4; } inline void set__sysId_4(String_t* value) { ____sysId_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____sysId_4), (void*)value); } inline static int32_t get_offset_of__internalSubset_5() { return static_cast(offsetof(XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28, ____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__xmlLang_6() { return static_cast(offsetof(XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28, ____xmlLang_6)); } inline String_t* get__xmlLang_6() const { return ____xmlLang_6; } inline String_t** get_address_of__xmlLang_6() { return &____xmlLang_6; } inline void set__xmlLang_6(String_t* value) { ____xmlLang_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____xmlLang_6), (void*)value); } inline static int32_t get_offset_of__xmlSpace_7() { return static_cast(offsetof(XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28, ____xmlSpace_7)); } inline int32_t get__xmlSpace_7() const { return ____xmlSpace_7; } inline int32_t* get_address_of__xmlSpace_7() { return &____xmlSpace_7; } inline void set__xmlSpace_7(int32_t value) { ____xmlSpace_7 = value; } inline static int32_t get_offset_of__baseURI_8() { return static_cast(offsetof(XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28, ____baseURI_8)); } inline String_t* get__baseURI_8() const { return ____baseURI_8; } inline String_t** get_address_of__baseURI_8() { return &____baseURI_8; } inline void set__baseURI_8(String_t* value) { ____baseURI_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____baseURI_8), (void*)value); } inline static int32_t get_offset_of__encoding_9() { return static_cast(offsetof(XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28, ____encoding_9)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get__encoding_9() const { return ____encoding_9; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of__encoding_9() { return &____encoding_9; } inline void set__encoding_9(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ____encoding_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____encoding_9), (void*)value); } }; // System.Xml.XmlReaderSettings struct XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 : public RuntimeObject { public: // System.Boolean System.Xml.XmlReaderSettings::useAsync bool ___useAsync_0; // System.Xml.XmlNameTable System.Xml.XmlReaderSettings::nameTable XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable_1; // System.Xml.XmlResolver System.Xml.XmlReaderSettings::xmlResolver XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___xmlResolver_2; // System.Int32 System.Xml.XmlReaderSettings::lineNumberOffset int32_t ___lineNumberOffset_3; // System.Int32 System.Xml.XmlReaderSettings::linePositionOffset int32_t ___linePositionOffset_4; // System.Xml.ConformanceLevel System.Xml.XmlReaderSettings::conformanceLevel int32_t ___conformanceLevel_5; // System.Boolean System.Xml.XmlReaderSettings::checkCharacters bool ___checkCharacters_6; // System.Int64 System.Xml.XmlReaderSettings::maxCharactersInDocument int64_t ___maxCharactersInDocument_7; // System.Int64 System.Xml.XmlReaderSettings::maxCharactersFromEntities int64_t ___maxCharactersFromEntities_8; // System.Boolean System.Xml.XmlReaderSettings::ignoreWhitespace bool ___ignoreWhitespace_9; // System.Boolean System.Xml.XmlReaderSettings::ignorePIs bool ___ignorePIs_10; // System.Boolean System.Xml.XmlReaderSettings::ignoreComments bool ___ignoreComments_11; // System.Xml.DtdProcessing System.Xml.XmlReaderSettings::dtdProcessing int32_t ___dtdProcessing_12; // System.Xml.ValidationType System.Xml.XmlReaderSettings::validationType int32_t ___validationType_13; // System.Xml.Schema.XmlSchemaValidationFlags System.Xml.XmlReaderSettings::validationFlags int32_t ___validationFlags_14; // System.Xml.Schema.XmlSchemaSet System.Xml.XmlReaderSettings::schemas XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * ___schemas_15; // System.Boolean System.Xml.XmlReaderSettings::closeInput bool ___closeInput_16; // System.Boolean System.Xml.XmlReaderSettings::isReadOnly bool ___isReadOnly_17; // System.Boolean System.Xml.XmlReaderSettings::k__BackingField bool ___U3CIsXmlResolverSetU3Ek__BackingField_18; public: inline static int32_t get_offset_of_useAsync_0() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___useAsync_0)); } inline bool get_useAsync_0() const { return ___useAsync_0; } inline bool* get_address_of_useAsync_0() { return &___useAsync_0; } inline void set_useAsync_0(bool value) { ___useAsync_0 = value; } inline static int32_t get_offset_of_nameTable_1() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___nameTable_1)); } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * get_nameTable_1() const { return ___nameTable_1; } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 ** get_address_of_nameTable_1() { return &___nameTable_1; } inline void set_nameTable_1(XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * value) { ___nameTable_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameTable_1), (void*)value); } inline static int32_t get_offset_of_xmlResolver_2() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___xmlResolver_2)); } inline XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * get_xmlResolver_2() const { return ___xmlResolver_2; } inline XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A ** get_address_of_xmlResolver_2() { return &___xmlResolver_2; } inline void set_xmlResolver_2(XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * value) { ___xmlResolver_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlResolver_2), (void*)value); } inline static int32_t get_offset_of_lineNumberOffset_3() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___lineNumberOffset_3)); } inline int32_t get_lineNumberOffset_3() const { return ___lineNumberOffset_3; } inline int32_t* get_address_of_lineNumberOffset_3() { return &___lineNumberOffset_3; } inline void set_lineNumberOffset_3(int32_t value) { ___lineNumberOffset_3 = value; } inline static int32_t get_offset_of_linePositionOffset_4() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___linePositionOffset_4)); } inline int32_t get_linePositionOffset_4() const { return ___linePositionOffset_4; } inline int32_t* get_address_of_linePositionOffset_4() { return &___linePositionOffset_4; } inline void set_linePositionOffset_4(int32_t value) { ___linePositionOffset_4 = value; } inline static int32_t get_offset_of_conformanceLevel_5() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___conformanceLevel_5)); } inline int32_t get_conformanceLevel_5() const { return ___conformanceLevel_5; } inline int32_t* get_address_of_conformanceLevel_5() { return &___conformanceLevel_5; } inline void set_conformanceLevel_5(int32_t value) { ___conformanceLevel_5 = value; } inline static int32_t get_offset_of_checkCharacters_6() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___checkCharacters_6)); } inline bool get_checkCharacters_6() const { return ___checkCharacters_6; } inline bool* get_address_of_checkCharacters_6() { return &___checkCharacters_6; } inline void set_checkCharacters_6(bool value) { ___checkCharacters_6 = value; } inline static int32_t get_offset_of_maxCharactersInDocument_7() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___maxCharactersInDocument_7)); } inline int64_t get_maxCharactersInDocument_7() const { return ___maxCharactersInDocument_7; } inline int64_t* get_address_of_maxCharactersInDocument_7() { return &___maxCharactersInDocument_7; } inline void set_maxCharactersInDocument_7(int64_t value) { ___maxCharactersInDocument_7 = value; } inline static int32_t get_offset_of_maxCharactersFromEntities_8() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___maxCharactersFromEntities_8)); } inline int64_t get_maxCharactersFromEntities_8() const { return ___maxCharactersFromEntities_8; } inline int64_t* get_address_of_maxCharactersFromEntities_8() { return &___maxCharactersFromEntities_8; } inline void set_maxCharactersFromEntities_8(int64_t value) { ___maxCharactersFromEntities_8 = value; } inline static int32_t get_offset_of_ignoreWhitespace_9() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___ignoreWhitespace_9)); } inline bool get_ignoreWhitespace_9() const { return ___ignoreWhitespace_9; } inline bool* get_address_of_ignoreWhitespace_9() { return &___ignoreWhitespace_9; } inline void set_ignoreWhitespace_9(bool value) { ___ignoreWhitespace_9 = value; } inline static int32_t get_offset_of_ignorePIs_10() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___ignorePIs_10)); } inline bool get_ignorePIs_10() const { return ___ignorePIs_10; } inline bool* get_address_of_ignorePIs_10() { return &___ignorePIs_10; } inline void set_ignorePIs_10(bool value) { ___ignorePIs_10 = value; } inline static int32_t get_offset_of_ignoreComments_11() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___ignoreComments_11)); } inline bool get_ignoreComments_11() const { return ___ignoreComments_11; } inline bool* get_address_of_ignoreComments_11() { return &___ignoreComments_11; } inline void set_ignoreComments_11(bool value) { ___ignoreComments_11 = value; } inline static int32_t get_offset_of_dtdProcessing_12() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___dtdProcessing_12)); } inline int32_t get_dtdProcessing_12() const { return ___dtdProcessing_12; } inline int32_t* get_address_of_dtdProcessing_12() { return &___dtdProcessing_12; } inline void set_dtdProcessing_12(int32_t value) { ___dtdProcessing_12 = value; } inline static int32_t get_offset_of_validationType_13() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___validationType_13)); } inline int32_t get_validationType_13() const { return ___validationType_13; } inline int32_t* get_address_of_validationType_13() { return &___validationType_13; } inline void set_validationType_13(int32_t value) { ___validationType_13 = value; } inline static int32_t get_offset_of_validationFlags_14() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___validationFlags_14)); } inline int32_t get_validationFlags_14() const { return ___validationFlags_14; } inline int32_t* get_address_of_validationFlags_14() { return &___validationFlags_14; } inline void set_validationFlags_14(int32_t value) { ___validationFlags_14 = value; } inline static int32_t get_offset_of_schemas_15() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___schemas_15)); } inline XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * get_schemas_15() const { return ___schemas_15; } inline XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 ** get_address_of_schemas_15() { return &___schemas_15; } inline void set_schemas_15(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * value) { ___schemas_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemas_15), (void*)value); } inline static int32_t get_offset_of_closeInput_16() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___closeInput_16)); } inline bool get_closeInput_16() const { return ___closeInput_16; } inline bool* get_address_of_closeInput_16() { return &___closeInput_16; } inline void set_closeInput_16(bool value) { ___closeInput_16 = value; } inline static int32_t get_offset_of_isReadOnly_17() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___isReadOnly_17)); } inline bool get_isReadOnly_17() const { return ___isReadOnly_17; } inline bool* get_address_of_isReadOnly_17() { return &___isReadOnly_17; } inline void set_isReadOnly_17(bool value) { ___isReadOnly_17 = value; } inline static int32_t get_offset_of_U3CIsXmlResolverSetU3Ek__BackingField_18() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___U3CIsXmlResolverSetU3Ek__BackingField_18)); } inline bool get_U3CIsXmlResolverSetU3Ek__BackingField_18() const { return ___U3CIsXmlResolverSetU3Ek__BackingField_18; } inline bool* get_address_of_U3CIsXmlResolverSetU3Ek__BackingField_18() { return &___U3CIsXmlResolverSetU3Ek__BackingField_18; } inline void set_U3CIsXmlResolverSetU3Ek__BackingField_18(bool value) { ___U3CIsXmlResolverSetU3Ek__BackingField_18 = value; } }; // System.Xml.Schema.XmlSchemaParticle struct XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 : public XmlSchemaAnnotated_t68F13E739330186883290FF723E752BD26F2E3A7 { public: // System.Decimal System.Xml.Schema.XmlSchemaParticle::minOccurs Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___minOccurs_0; // System.Decimal System.Xml.Schema.XmlSchemaParticle::maxOccurs Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___maxOccurs_1; // System.Xml.Schema.XmlSchemaParticle/Occurs System.Xml.Schema.XmlSchemaParticle::flags int32_t ___flags_2; public: inline static int32_t get_offset_of_minOccurs_0() { return static_cast(offsetof(XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789, ___minOccurs_0)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_minOccurs_0() const { return ___minOccurs_0; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_minOccurs_0() { return &___minOccurs_0; } inline void set_minOccurs_0(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___minOccurs_0 = value; } inline static int32_t get_offset_of_maxOccurs_1() { return static_cast(offsetof(XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789, ___maxOccurs_1)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_maxOccurs_1() const { return ___maxOccurs_1; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_maxOccurs_1() { return &___maxOccurs_1; } inline void set_maxOccurs_1(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___maxOccurs_1 = value; } inline static int32_t get_offset_of_flags_2() { return static_cast(offsetof(XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789, ___flags_2)); } inline int32_t get_flags_2() const { return ___flags_2; } inline int32_t* get_address_of_flags_2() { return &___flags_2; } inline void set_flags_2(int32_t value) { ___flags_2 = 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.XmlTextReaderImpl struct XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 : public XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 { public: // System.Xml.XmlTextReaderImpl/LaterInitParam System.Xml.XmlTextReaderImpl::laterInitParam LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * ___laterInitParam_3; // System.Xml.XmlCharType System.Xml.XmlTextReaderImpl::xmlCharType XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA ___xmlCharType_4; // System.Xml.XmlTextReaderImpl/ParsingState System.Xml.XmlTextReaderImpl::ps ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF ___ps_5; // System.Xml.XmlTextReaderImpl/ParsingFunction System.Xml.XmlTextReaderImpl::parsingFunction int32_t ___parsingFunction_6; // System.Xml.XmlTextReaderImpl/ParsingFunction System.Xml.XmlTextReaderImpl::nextParsingFunction int32_t ___nextParsingFunction_7; // System.Xml.XmlTextReaderImpl/ParsingFunction System.Xml.XmlTextReaderImpl::nextNextParsingFunction int32_t ___nextNextParsingFunction_8; // System.Xml.XmlTextReaderImpl/NodeData[] System.Xml.XmlTextReaderImpl::nodes NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* ___nodes_9; // System.Xml.XmlTextReaderImpl/NodeData System.Xml.XmlTextReaderImpl::curNode NodeData_tD504C5A621E7DD546954D87282438662327280EA * ___curNode_10; // System.Int32 System.Xml.XmlTextReaderImpl::index int32_t ___index_11; // System.Int32 System.Xml.XmlTextReaderImpl::curAttrIndex int32_t ___curAttrIndex_12; // System.Int32 System.Xml.XmlTextReaderImpl::attrCount int32_t ___attrCount_13; // System.Int32 System.Xml.XmlTextReaderImpl::attrHashtable int32_t ___attrHashtable_14; // System.Int32 System.Xml.XmlTextReaderImpl::attrDuplWalkCount int32_t ___attrDuplWalkCount_15; // System.Boolean System.Xml.XmlTextReaderImpl::attrNeedNamespaceLookup bool ___attrNeedNamespaceLookup_16; // System.Boolean System.Xml.XmlTextReaderImpl::fullAttrCleanup bool ___fullAttrCleanup_17; // System.Xml.XmlTextReaderImpl/NodeData[] System.Xml.XmlTextReaderImpl::attrDuplSortingArray NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* ___attrDuplSortingArray_18; // System.Xml.XmlNameTable System.Xml.XmlTextReaderImpl::nameTable XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable_19; // System.Boolean System.Xml.XmlTextReaderImpl::nameTableFromSettings bool ___nameTableFromSettings_20; // System.Xml.XmlResolver System.Xml.XmlTextReaderImpl::xmlResolver XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___xmlResolver_21; // System.String System.Xml.XmlTextReaderImpl::url String_t* ___url_22; // System.Boolean System.Xml.XmlTextReaderImpl::normalize bool ___normalize_23; // System.Boolean System.Xml.XmlTextReaderImpl::supportNamespaces bool ___supportNamespaces_24; // System.Xml.WhitespaceHandling System.Xml.XmlTextReaderImpl::whitespaceHandling int32_t ___whitespaceHandling_25; // System.Xml.DtdProcessing System.Xml.XmlTextReaderImpl::dtdProcessing int32_t ___dtdProcessing_26; // System.Xml.EntityHandling System.Xml.XmlTextReaderImpl::entityHandling int32_t ___entityHandling_27; // System.Boolean System.Xml.XmlTextReaderImpl::ignorePIs bool ___ignorePIs_28; // System.Boolean System.Xml.XmlTextReaderImpl::ignoreComments bool ___ignoreComments_29; // System.Boolean System.Xml.XmlTextReaderImpl::checkCharacters bool ___checkCharacters_30; // System.Int32 System.Xml.XmlTextReaderImpl::lineNumberOffset int32_t ___lineNumberOffset_31; // System.Int32 System.Xml.XmlTextReaderImpl::linePositionOffset int32_t ___linePositionOffset_32; // System.Boolean System.Xml.XmlTextReaderImpl::closeInput bool ___closeInput_33; // System.Int64 System.Xml.XmlTextReaderImpl::maxCharactersInDocument int64_t ___maxCharactersInDocument_34; // System.Int64 System.Xml.XmlTextReaderImpl::maxCharactersFromEntities int64_t ___maxCharactersFromEntities_35; // System.Boolean System.Xml.XmlTextReaderImpl::v1Compat bool ___v1Compat_36; // System.Xml.XmlNamespaceManager System.Xml.XmlTextReaderImpl::namespaceManager XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___namespaceManager_37; // System.String System.Xml.XmlTextReaderImpl::lastPrefix String_t* ___lastPrefix_38; // System.Xml.XmlTextReaderImpl/XmlContext System.Xml.XmlTextReaderImpl::xmlContext XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D * ___xmlContext_39; // System.Xml.XmlTextReaderImpl/ParsingState[] System.Xml.XmlTextReaderImpl::parsingStatesStack ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D* ___parsingStatesStack_40; // System.Int32 System.Xml.XmlTextReaderImpl::parsingStatesStackTop int32_t ___parsingStatesStackTop_41; // System.String System.Xml.XmlTextReaderImpl::reportedBaseUri String_t* ___reportedBaseUri_42; // System.Text.Encoding System.Xml.XmlTextReaderImpl::reportedEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___reportedEncoding_43; // System.Xml.IDtdInfo System.Xml.XmlTextReaderImpl::dtdInfo RuntimeObject* ___dtdInfo_44; // System.Xml.XmlNodeType System.Xml.XmlTextReaderImpl::fragmentType int32_t ___fragmentType_45; // System.Xml.XmlParserContext System.Xml.XmlTextReaderImpl::fragmentParserContext XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * ___fragmentParserContext_46; // System.Boolean System.Xml.XmlTextReaderImpl::fragment bool ___fragment_47; // System.Xml.IncrementalReadDecoder System.Xml.XmlTextReaderImpl::incReadDecoder IncrementalReadDecoder_t89737691013C036E9386839AE30A43C9721B3984 * ___incReadDecoder_48; // System.Xml.XmlTextReaderImpl/IncrementalReadState System.Xml.XmlTextReaderImpl::incReadState int32_t ___incReadState_49; // System.Xml.LineInfo System.Xml.XmlTextReaderImpl::incReadLineInfo LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE ___incReadLineInfo_50; // System.Int32 System.Xml.XmlTextReaderImpl::incReadDepth int32_t ___incReadDepth_51; // System.Int32 System.Xml.XmlTextReaderImpl::incReadLeftStartPos int32_t ___incReadLeftStartPos_52; // System.Int32 System.Xml.XmlTextReaderImpl::incReadLeftEndPos int32_t ___incReadLeftEndPos_53; // System.Int32 System.Xml.XmlTextReaderImpl::attributeValueBaseEntityId int32_t ___attributeValueBaseEntityId_54; // System.Boolean System.Xml.XmlTextReaderImpl::emptyEntityInAttributeResolved bool ___emptyEntityInAttributeResolved_55; // System.Xml.IValidationEventHandling System.Xml.XmlTextReaderImpl::validationEventHandling RuntimeObject* ___validationEventHandling_56; // System.Xml.XmlTextReaderImpl/OnDefaultAttributeUseDelegate System.Xml.XmlTextReaderImpl::onDefaultAttributeUse OnDefaultAttributeUseDelegate_t3E995824DB2F605D21E74880C851C4C6BB9A1E88 * ___onDefaultAttributeUse_57; // System.Boolean System.Xml.XmlTextReaderImpl::validatingReaderCompatFlag bool ___validatingReaderCompatFlag_58; // System.Boolean System.Xml.XmlTextReaderImpl::addDefaultAttributesAndNormalize bool ___addDefaultAttributesAndNormalize_59; // System.Text.StringBuilder System.Xml.XmlTextReaderImpl::stringBuilder StringBuilder_t * ___stringBuilder_60; // System.Boolean System.Xml.XmlTextReaderImpl::rootElementParsed bool ___rootElementParsed_61; // System.Boolean System.Xml.XmlTextReaderImpl::standalone bool ___standalone_62; // System.Int32 System.Xml.XmlTextReaderImpl::nextEntityId int32_t ___nextEntityId_63; // System.Xml.XmlTextReaderImpl/ParsingMode System.Xml.XmlTextReaderImpl::parsingMode int32_t ___parsingMode_64; // System.Xml.ReadState System.Xml.XmlTextReaderImpl::readState int32_t ___readState_65; // System.Xml.IDtdEntityInfo System.Xml.XmlTextReaderImpl::lastEntity RuntimeObject* ___lastEntity_66; // System.Boolean System.Xml.XmlTextReaderImpl::afterResetState bool ___afterResetState_67; // System.Int32 System.Xml.XmlTextReaderImpl::documentStartBytePos int32_t ___documentStartBytePos_68; // System.Int32 System.Xml.XmlTextReaderImpl::readValueOffset int32_t ___readValueOffset_69; // System.Int64 System.Xml.XmlTextReaderImpl::charactersInDocument int64_t ___charactersInDocument_70; // System.Int64 System.Xml.XmlTextReaderImpl::charactersFromEntities int64_t ___charactersFromEntities_71; // System.Collections.Generic.Dictionary`2 System.Xml.XmlTextReaderImpl::currentEntities Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184 * ___currentEntities_72; // System.Boolean System.Xml.XmlTextReaderImpl::disableUndeclaredEntityCheck bool ___disableUndeclaredEntityCheck_73; // System.Xml.XmlReader System.Xml.XmlTextReaderImpl::outerReader XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * ___outerReader_74; // System.Boolean System.Xml.XmlTextReaderImpl::xmlResolverIsSet bool ___xmlResolverIsSet_75; // System.String System.Xml.XmlTextReaderImpl::Xml String_t* ___Xml_76; // System.String System.Xml.XmlTextReaderImpl::XmlNs String_t* ___XmlNs_77; // System.Threading.Tasks.Task`1> System.Xml.XmlTextReaderImpl::parseText_dummyTask Task_1_tDC99D8BCBDBB4A01765BBF5823E5764CEC20D642 * ___parseText_dummyTask_78; public: inline static int32_t get_offset_of_laterInitParam_3() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___laterInitParam_3)); } inline LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * get_laterInitParam_3() const { return ___laterInitParam_3; } inline LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF ** get_address_of_laterInitParam_3() { return &___laterInitParam_3; } inline void set_laterInitParam_3(LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * value) { ___laterInitParam_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___laterInitParam_3), (void*)value); } inline static int32_t get_offset_of_xmlCharType_4() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___xmlCharType_4)); } inline XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA get_xmlCharType_4() const { return ___xmlCharType_4; } inline XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * get_address_of_xmlCharType_4() { return &___xmlCharType_4; } inline void set_xmlCharType_4(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA value) { ___xmlCharType_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___xmlCharType_4))->___charProperties_2), (void*)NULL); } inline static int32_t get_offset_of_ps_5() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___ps_5)); } inline ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF get_ps_5() const { return ___ps_5; } inline ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * get_address_of_ps_5() { return &___ps_5; } inline void set_ps_5(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF value) { ___ps_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___ps_5))->___chars_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___ps_5))->___encoding_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___ps_5))->___stream_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___ps_5))->___decoder_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___ps_5))->___bytes_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___ps_5))->___textReader_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___ps_5))->___baseUriStr_13), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___ps_5))->___baseUri_14), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___ps_5))->___entity_17), (void*)NULL); #endif } inline static int32_t get_offset_of_parsingFunction_6() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___parsingFunction_6)); } inline int32_t get_parsingFunction_6() const { return ___parsingFunction_6; } inline int32_t* get_address_of_parsingFunction_6() { return &___parsingFunction_6; } inline void set_parsingFunction_6(int32_t value) { ___parsingFunction_6 = value; } inline static int32_t get_offset_of_nextParsingFunction_7() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___nextParsingFunction_7)); } inline int32_t get_nextParsingFunction_7() const { return ___nextParsingFunction_7; } inline int32_t* get_address_of_nextParsingFunction_7() { return &___nextParsingFunction_7; } inline void set_nextParsingFunction_7(int32_t value) { ___nextParsingFunction_7 = value; } inline static int32_t get_offset_of_nextNextParsingFunction_8() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___nextNextParsingFunction_8)); } inline int32_t get_nextNextParsingFunction_8() const { return ___nextNextParsingFunction_8; } inline int32_t* get_address_of_nextNextParsingFunction_8() { return &___nextNextParsingFunction_8; } inline void set_nextNextParsingFunction_8(int32_t value) { ___nextNextParsingFunction_8 = value; } inline static int32_t get_offset_of_nodes_9() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___nodes_9)); } inline NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* get_nodes_9() const { return ___nodes_9; } inline NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0** get_address_of_nodes_9() { return &___nodes_9; } inline void set_nodes_9(NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* value) { ___nodes_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___nodes_9), (void*)value); } inline static int32_t get_offset_of_curNode_10() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___curNode_10)); } inline NodeData_tD504C5A621E7DD546954D87282438662327280EA * get_curNode_10() const { return ___curNode_10; } inline NodeData_tD504C5A621E7DD546954D87282438662327280EA ** get_address_of_curNode_10() { return &___curNode_10; } inline void set_curNode_10(NodeData_tD504C5A621E7DD546954D87282438662327280EA * value) { ___curNode_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___curNode_10), (void*)value); } inline static int32_t get_offset_of_index_11() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___index_11)); } inline int32_t get_index_11() const { return ___index_11; } inline int32_t* get_address_of_index_11() { return &___index_11; } inline void set_index_11(int32_t value) { ___index_11 = value; } inline static int32_t get_offset_of_curAttrIndex_12() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___curAttrIndex_12)); } inline int32_t get_curAttrIndex_12() const { return ___curAttrIndex_12; } inline int32_t* get_address_of_curAttrIndex_12() { return &___curAttrIndex_12; } inline void set_curAttrIndex_12(int32_t value) { ___curAttrIndex_12 = value; } inline static int32_t get_offset_of_attrCount_13() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___attrCount_13)); } inline int32_t get_attrCount_13() const { return ___attrCount_13; } inline int32_t* get_address_of_attrCount_13() { return &___attrCount_13; } inline void set_attrCount_13(int32_t value) { ___attrCount_13 = value; } inline static int32_t get_offset_of_attrHashtable_14() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___attrHashtable_14)); } inline int32_t get_attrHashtable_14() const { return ___attrHashtable_14; } inline int32_t* get_address_of_attrHashtable_14() { return &___attrHashtable_14; } inline void set_attrHashtable_14(int32_t value) { ___attrHashtable_14 = value; } inline static int32_t get_offset_of_attrDuplWalkCount_15() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___attrDuplWalkCount_15)); } inline int32_t get_attrDuplWalkCount_15() const { return ___attrDuplWalkCount_15; } inline int32_t* get_address_of_attrDuplWalkCount_15() { return &___attrDuplWalkCount_15; } inline void set_attrDuplWalkCount_15(int32_t value) { ___attrDuplWalkCount_15 = value; } inline static int32_t get_offset_of_attrNeedNamespaceLookup_16() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___attrNeedNamespaceLookup_16)); } inline bool get_attrNeedNamespaceLookup_16() const { return ___attrNeedNamespaceLookup_16; } inline bool* get_address_of_attrNeedNamespaceLookup_16() { return &___attrNeedNamespaceLookup_16; } inline void set_attrNeedNamespaceLookup_16(bool value) { ___attrNeedNamespaceLookup_16 = value; } inline static int32_t get_offset_of_fullAttrCleanup_17() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___fullAttrCleanup_17)); } inline bool get_fullAttrCleanup_17() const { return ___fullAttrCleanup_17; } inline bool* get_address_of_fullAttrCleanup_17() { return &___fullAttrCleanup_17; } inline void set_fullAttrCleanup_17(bool value) { ___fullAttrCleanup_17 = value; } inline static int32_t get_offset_of_attrDuplSortingArray_18() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___attrDuplSortingArray_18)); } inline NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* get_attrDuplSortingArray_18() const { return ___attrDuplSortingArray_18; } inline NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0** get_address_of_attrDuplSortingArray_18() { return &___attrDuplSortingArray_18; } inline void set_attrDuplSortingArray_18(NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* value) { ___attrDuplSortingArray_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___attrDuplSortingArray_18), (void*)value); } inline static int32_t get_offset_of_nameTable_19() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___nameTable_19)); } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * get_nameTable_19() const { return ___nameTable_19; } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 ** get_address_of_nameTable_19() { return &___nameTable_19; } inline void set_nameTable_19(XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * value) { ___nameTable_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameTable_19), (void*)value); } inline static int32_t get_offset_of_nameTableFromSettings_20() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___nameTableFromSettings_20)); } inline bool get_nameTableFromSettings_20() const { return ___nameTableFromSettings_20; } inline bool* get_address_of_nameTableFromSettings_20() { return &___nameTableFromSettings_20; } inline void set_nameTableFromSettings_20(bool value) { ___nameTableFromSettings_20 = value; } inline static int32_t get_offset_of_xmlResolver_21() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___xmlResolver_21)); } inline XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * get_xmlResolver_21() const { return ___xmlResolver_21; } inline XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A ** get_address_of_xmlResolver_21() { return &___xmlResolver_21; } inline void set_xmlResolver_21(XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * value) { ___xmlResolver_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlResolver_21), (void*)value); } inline static int32_t get_offset_of_url_22() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___url_22)); } inline String_t* get_url_22() const { return ___url_22; } inline String_t** get_address_of_url_22() { return &___url_22; } inline void set_url_22(String_t* value) { ___url_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___url_22), (void*)value); } inline static int32_t get_offset_of_normalize_23() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___normalize_23)); } inline bool get_normalize_23() const { return ___normalize_23; } inline bool* get_address_of_normalize_23() { return &___normalize_23; } inline void set_normalize_23(bool value) { ___normalize_23 = value; } inline static int32_t get_offset_of_supportNamespaces_24() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___supportNamespaces_24)); } inline bool get_supportNamespaces_24() const { return ___supportNamespaces_24; } inline bool* get_address_of_supportNamespaces_24() { return &___supportNamespaces_24; } inline void set_supportNamespaces_24(bool value) { ___supportNamespaces_24 = value; } inline static int32_t get_offset_of_whitespaceHandling_25() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___whitespaceHandling_25)); } inline int32_t get_whitespaceHandling_25() const { return ___whitespaceHandling_25; } inline int32_t* get_address_of_whitespaceHandling_25() { return &___whitespaceHandling_25; } inline void set_whitespaceHandling_25(int32_t value) { ___whitespaceHandling_25 = value; } inline static int32_t get_offset_of_dtdProcessing_26() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___dtdProcessing_26)); } inline int32_t get_dtdProcessing_26() const { return ___dtdProcessing_26; } inline int32_t* get_address_of_dtdProcessing_26() { return &___dtdProcessing_26; } inline void set_dtdProcessing_26(int32_t value) { ___dtdProcessing_26 = value; } inline static int32_t get_offset_of_entityHandling_27() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___entityHandling_27)); } inline int32_t get_entityHandling_27() const { return ___entityHandling_27; } inline int32_t* get_address_of_entityHandling_27() { return &___entityHandling_27; } inline void set_entityHandling_27(int32_t value) { ___entityHandling_27 = value; } inline static int32_t get_offset_of_ignorePIs_28() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___ignorePIs_28)); } inline bool get_ignorePIs_28() const { return ___ignorePIs_28; } inline bool* get_address_of_ignorePIs_28() { return &___ignorePIs_28; } inline void set_ignorePIs_28(bool value) { ___ignorePIs_28 = value; } inline static int32_t get_offset_of_ignoreComments_29() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___ignoreComments_29)); } inline bool get_ignoreComments_29() const { return ___ignoreComments_29; } inline bool* get_address_of_ignoreComments_29() { return &___ignoreComments_29; } inline void set_ignoreComments_29(bool value) { ___ignoreComments_29 = value; } inline static int32_t get_offset_of_checkCharacters_30() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___checkCharacters_30)); } inline bool get_checkCharacters_30() const { return ___checkCharacters_30; } inline bool* get_address_of_checkCharacters_30() { return &___checkCharacters_30; } inline void set_checkCharacters_30(bool value) { ___checkCharacters_30 = value; } inline static int32_t get_offset_of_lineNumberOffset_31() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___lineNumberOffset_31)); } inline int32_t get_lineNumberOffset_31() const { return ___lineNumberOffset_31; } inline int32_t* get_address_of_lineNumberOffset_31() { return &___lineNumberOffset_31; } inline void set_lineNumberOffset_31(int32_t value) { ___lineNumberOffset_31 = value; } inline static int32_t get_offset_of_linePositionOffset_32() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___linePositionOffset_32)); } inline int32_t get_linePositionOffset_32() const { return ___linePositionOffset_32; } inline int32_t* get_address_of_linePositionOffset_32() { return &___linePositionOffset_32; } inline void set_linePositionOffset_32(int32_t value) { ___linePositionOffset_32 = value; } inline static int32_t get_offset_of_closeInput_33() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___closeInput_33)); } inline bool get_closeInput_33() const { return ___closeInput_33; } inline bool* get_address_of_closeInput_33() { return &___closeInput_33; } inline void set_closeInput_33(bool value) { ___closeInput_33 = value; } inline static int32_t get_offset_of_maxCharactersInDocument_34() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___maxCharactersInDocument_34)); } inline int64_t get_maxCharactersInDocument_34() const { return ___maxCharactersInDocument_34; } inline int64_t* get_address_of_maxCharactersInDocument_34() { return &___maxCharactersInDocument_34; } inline void set_maxCharactersInDocument_34(int64_t value) { ___maxCharactersInDocument_34 = value; } inline static int32_t get_offset_of_maxCharactersFromEntities_35() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___maxCharactersFromEntities_35)); } inline int64_t get_maxCharactersFromEntities_35() const { return ___maxCharactersFromEntities_35; } inline int64_t* get_address_of_maxCharactersFromEntities_35() { return &___maxCharactersFromEntities_35; } inline void set_maxCharactersFromEntities_35(int64_t value) { ___maxCharactersFromEntities_35 = value; } inline static int32_t get_offset_of_v1Compat_36() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___v1Compat_36)); } inline bool get_v1Compat_36() const { return ___v1Compat_36; } inline bool* get_address_of_v1Compat_36() { return &___v1Compat_36; } inline void set_v1Compat_36(bool value) { ___v1Compat_36 = value; } inline static int32_t get_offset_of_namespaceManager_37() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___namespaceManager_37)); } inline XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * get_namespaceManager_37() const { return ___namespaceManager_37; } inline XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 ** get_address_of_namespaceManager_37() { return &___namespaceManager_37; } inline void set_namespaceManager_37(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * value) { ___namespaceManager_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___namespaceManager_37), (void*)value); } inline static int32_t get_offset_of_lastPrefix_38() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___lastPrefix_38)); } inline String_t* get_lastPrefix_38() const { return ___lastPrefix_38; } inline String_t** get_address_of_lastPrefix_38() { return &___lastPrefix_38; } inline void set_lastPrefix_38(String_t* value) { ___lastPrefix_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastPrefix_38), (void*)value); } inline static int32_t get_offset_of_xmlContext_39() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___xmlContext_39)); } inline XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D * get_xmlContext_39() const { return ___xmlContext_39; } inline XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D ** get_address_of_xmlContext_39() { return &___xmlContext_39; } inline void set_xmlContext_39(XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D * value) { ___xmlContext_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlContext_39), (void*)value); } inline static int32_t get_offset_of_parsingStatesStack_40() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___parsingStatesStack_40)); } inline ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D* get_parsingStatesStack_40() const { return ___parsingStatesStack_40; } inline ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D** get_address_of_parsingStatesStack_40() { return &___parsingStatesStack_40; } inline void set_parsingStatesStack_40(ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D* value) { ___parsingStatesStack_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___parsingStatesStack_40), (void*)value); } inline static int32_t get_offset_of_parsingStatesStackTop_41() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___parsingStatesStackTop_41)); } inline int32_t get_parsingStatesStackTop_41() const { return ___parsingStatesStackTop_41; } inline int32_t* get_address_of_parsingStatesStackTop_41() { return &___parsingStatesStackTop_41; } inline void set_parsingStatesStackTop_41(int32_t value) { ___parsingStatesStackTop_41 = value; } inline static int32_t get_offset_of_reportedBaseUri_42() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___reportedBaseUri_42)); } inline String_t* get_reportedBaseUri_42() const { return ___reportedBaseUri_42; } inline String_t** get_address_of_reportedBaseUri_42() { return &___reportedBaseUri_42; } inline void set_reportedBaseUri_42(String_t* value) { ___reportedBaseUri_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___reportedBaseUri_42), (void*)value); } inline static int32_t get_offset_of_reportedEncoding_43() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___reportedEncoding_43)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_reportedEncoding_43() const { return ___reportedEncoding_43; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_reportedEncoding_43() { return &___reportedEncoding_43; } inline void set_reportedEncoding_43(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___reportedEncoding_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___reportedEncoding_43), (void*)value); } inline static int32_t get_offset_of_dtdInfo_44() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___dtdInfo_44)); } inline RuntimeObject* get_dtdInfo_44() const { return ___dtdInfo_44; } inline RuntimeObject** get_address_of_dtdInfo_44() { return &___dtdInfo_44; } inline void set_dtdInfo_44(RuntimeObject* value) { ___dtdInfo_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___dtdInfo_44), (void*)value); } inline static int32_t get_offset_of_fragmentType_45() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___fragmentType_45)); } inline int32_t get_fragmentType_45() const { return ___fragmentType_45; } inline int32_t* get_address_of_fragmentType_45() { return &___fragmentType_45; } inline void set_fragmentType_45(int32_t value) { ___fragmentType_45 = value; } inline static int32_t get_offset_of_fragmentParserContext_46() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___fragmentParserContext_46)); } inline XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * get_fragmentParserContext_46() const { return ___fragmentParserContext_46; } inline XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 ** get_address_of_fragmentParserContext_46() { return &___fragmentParserContext_46; } inline void set_fragmentParserContext_46(XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * value) { ___fragmentParserContext_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___fragmentParserContext_46), (void*)value); } inline static int32_t get_offset_of_fragment_47() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___fragment_47)); } inline bool get_fragment_47() const { return ___fragment_47; } inline bool* get_address_of_fragment_47() { return &___fragment_47; } inline void set_fragment_47(bool value) { ___fragment_47 = value; } inline static int32_t get_offset_of_incReadDecoder_48() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___incReadDecoder_48)); } inline IncrementalReadDecoder_t89737691013C036E9386839AE30A43C9721B3984 * get_incReadDecoder_48() const { return ___incReadDecoder_48; } inline IncrementalReadDecoder_t89737691013C036E9386839AE30A43C9721B3984 ** get_address_of_incReadDecoder_48() { return &___incReadDecoder_48; } inline void set_incReadDecoder_48(IncrementalReadDecoder_t89737691013C036E9386839AE30A43C9721B3984 * value) { ___incReadDecoder_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___incReadDecoder_48), (void*)value); } inline static int32_t get_offset_of_incReadState_49() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___incReadState_49)); } inline int32_t get_incReadState_49() const { return ___incReadState_49; } inline int32_t* get_address_of_incReadState_49() { return &___incReadState_49; } inline void set_incReadState_49(int32_t value) { ___incReadState_49 = value; } inline static int32_t get_offset_of_incReadLineInfo_50() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___incReadLineInfo_50)); } inline LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE get_incReadLineInfo_50() const { return ___incReadLineInfo_50; } inline LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * get_address_of_incReadLineInfo_50() { return &___incReadLineInfo_50; } inline void set_incReadLineInfo_50(LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE value) { ___incReadLineInfo_50 = value; } inline static int32_t get_offset_of_incReadDepth_51() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___incReadDepth_51)); } inline int32_t get_incReadDepth_51() const { return ___incReadDepth_51; } inline int32_t* get_address_of_incReadDepth_51() { return &___incReadDepth_51; } inline void set_incReadDepth_51(int32_t value) { ___incReadDepth_51 = value; } inline static int32_t get_offset_of_incReadLeftStartPos_52() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___incReadLeftStartPos_52)); } inline int32_t get_incReadLeftStartPos_52() const { return ___incReadLeftStartPos_52; } inline int32_t* get_address_of_incReadLeftStartPos_52() { return &___incReadLeftStartPos_52; } inline void set_incReadLeftStartPos_52(int32_t value) { ___incReadLeftStartPos_52 = value; } inline static int32_t get_offset_of_incReadLeftEndPos_53() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___incReadLeftEndPos_53)); } inline int32_t get_incReadLeftEndPos_53() const { return ___incReadLeftEndPos_53; } inline int32_t* get_address_of_incReadLeftEndPos_53() { return &___incReadLeftEndPos_53; } inline void set_incReadLeftEndPos_53(int32_t value) { ___incReadLeftEndPos_53 = value; } inline static int32_t get_offset_of_attributeValueBaseEntityId_54() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___attributeValueBaseEntityId_54)); } inline int32_t get_attributeValueBaseEntityId_54() const { return ___attributeValueBaseEntityId_54; } inline int32_t* get_address_of_attributeValueBaseEntityId_54() { return &___attributeValueBaseEntityId_54; } inline void set_attributeValueBaseEntityId_54(int32_t value) { ___attributeValueBaseEntityId_54 = value; } inline static int32_t get_offset_of_emptyEntityInAttributeResolved_55() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___emptyEntityInAttributeResolved_55)); } inline bool get_emptyEntityInAttributeResolved_55() const { return ___emptyEntityInAttributeResolved_55; } inline bool* get_address_of_emptyEntityInAttributeResolved_55() { return &___emptyEntityInAttributeResolved_55; } inline void set_emptyEntityInAttributeResolved_55(bool value) { ___emptyEntityInAttributeResolved_55 = value; } inline static int32_t get_offset_of_validationEventHandling_56() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___validationEventHandling_56)); } inline RuntimeObject* get_validationEventHandling_56() const { return ___validationEventHandling_56; } inline RuntimeObject** get_address_of_validationEventHandling_56() { return &___validationEventHandling_56; } inline void set_validationEventHandling_56(RuntimeObject* value) { ___validationEventHandling_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___validationEventHandling_56), (void*)value); } inline static int32_t get_offset_of_onDefaultAttributeUse_57() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___onDefaultAttributeUse_57)); } inline OnDefaultAttributeUseDelegate_t3E995824DB2F605D21E74880C851C4C6BB9A1E88 * get_onDefaultAttributeUse_57() const { return ___onDefaultAttributeUse_57; } inline OnDefaultAttributeUseDelegate_t3E995824DB2F605D21E74880C851C4C6BB9A1E88 ** get_address_of_onDefaultAttributeUse_57() { return &___onDefaultAttributeUse_57; } inline void set_onDefaultAttributeUse_57(OnDefaultAttributeUseDelegate_t3E995824DB2F605D21E74880C851C4C6BB9A1E88 * value) { ___onDefaultAttributeUse_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___onDefaultAttributeUse_57), (void*)value); } inline static int32_t get_offset_of_validatingReaderCompatFlag_58() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___validatingReaderCompatFlag_58)); } inline bool get_validatingReaderCompatFlag_58() const { return ___validatingReaderCompatFlag_58; } inline bool* get_address_of_validatingReaderCompatFlag_58() { return &___validatingReaderCompatFlag_58; } inline void set_validatingReaderCompatFlag_58(bool value) { ___validatingReaderCompatFlag_58 = value; } inline static int32_t get_offset_of_addDefaultAttributesAndNormalize_59() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___addDefaultAttributesAndNormalize_59)); } inline bool get_addDefaultAttributesAndNormalize_59() const { return ___addDefaultAttributesAndNormalize_59; } inline bool* get_address_of_addDefaultAttributesAndNormalize_59() { return &___addDefaultAttributesAndNormalize_59; } inline void set_addDefaultAttributesAndNormalize_59(bool value) { ___addDefaultAttributesAndNormalize_59 = value; } inline static int32_t get_offset_of_stringBuilder_60() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___stringBuilder_60)); } inline StringBuilder_t * get_stringBuilder_60() const { return ___stringBuilder_60; } inline StringBuilder_t ** get_address_of_stringBuilder_60() { return &___stringBuilder_60; } inline void set_stringBuilder_60(StringBuilder_t * value) { ___stringBuilder_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___stringBuilder_60), (void*)value); } inline static int32_t get_offset_of_rootElementParsed_61() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___rootElementParsed_61)); } inline bool get_rootElementParsed_61() const { return ___rootElementParsed_61; } inline bool* get_address_of_rootElementParsed_61() { return &___rootElementParsed_61; } inline void set_rootElementParsed_61(bool value) { ___rootElementParsed_61 = value; } inline static int32_t get_offset_of_standalone_62() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___standalone_62)); } inline bool get_standalone_62() const { return ___standalone_62; } inline bool* get_address_of_standalone_62() { return &___standalone_62; } inline void set_standalone_62(bool value) { ___standalone_62 = value; } inline static int32_t get_offset_of_nextEntityId_63() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___nextEntityId_63)); } inline int32_t get_nextEntityId_63() const { return ___nextEntityId_63; } inline int32_t* get_address_of_nextEntityId_63() { return &___nextEntityId_63; } inline void set_nextEntityId_63(int32_t value) { ___nextEntityId_63 = value; } inline static int32_t get_offset_of_parsingMode_64() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___parsingMode_64)); } inline int32_t get_parsingMode_64() const { return ___parsingMode_64; } inline int32_t* get_address_of_parsingMode_64() { return &___parsingMode_64; } inline void set_parsingMode_64(int32_t value) { ___parsingMode_64 = value; } inline static int32_t get_offset_of_readState_65() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___readState_65)); } inline int32_t get_readState_65() const { return ___readState_65; } inline int32_t* get_address_of_readState_65() { return &___readState_65; } inline void set_readState_65(int32_t value) { ___readState_65 = value; } inline static int32_t get_offset_of_lastEntity_66() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___lastEntity_66)); } inline RuntimeObject* get_lastEntity_66() const { return ___lastEntity_66; } inline RuntimeObject** get_address_of_lastEntity_66() { return &___lastEntity_66; } inline void set_lastEntity_66(RuntimeObject* value) { ___lastEntity_66 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastEntity_66), (void*)value); } inline static int32_t get_offset_of_afterResetState_67() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___afterResetState_67)); } inline bool get_afterResetState_67() const { return ___afterResetState_67; } inline bool* get_address_of_afterResetState_67() { return &___afterResetState_67; } inline void set_afterResetState_67(bool value) { ___afterResetState_67 = value; } inline static int32_t get_offset_of_documentStartBytePos_68() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___documentStartBytePos_68)); } inline int32_t get_documentStartBytePos_68() const { return ___documentStartBytePos_68; } inline int32_t* get_address_of_documentStartBytePos_68() { return &___documentStartBytePos_68; } inline void set_documentStartBytePos_68(int32_t value) { ___documentStartBytePos_68 = value; } inline static int32_t get_offset_of_readValueOffset_69() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___readValueOffset_69)); } inline int32_t get_readValueOffset_69() const { return ___readValueOffset_69; } inline int32_t* get_address_of_readValueOffset_69() { return &___readValueOffset_69; } inline void set_readValueOffset_69(int32_t value) { ___readValueOffset_69 = value; } inline static int32_t get_offset_of_charactersInDocument_70() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___charactersInDocument_70)); } inline int64_t get_charactersInDocument_70() const { return ___charactersInDocument_70; } inline int64_t* get_address_of_charactersInDocument_70() { return &___charactersInDocument_70; } inline void set_charactersInDocument_70(int64_t value) { ___charactersInDocument_70 = value; } inline static int32_t get_offset_of_charactersFromEntities_71() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___charactersFromEntities_71)); } inline int64_t get_charactersFromEntities_71() const { return ___charactersFromEntities_71; } inline int64_t* get_address_of_charactersFromEntities_71() { return &___charactersFromEntities_71; } inline void set_charactersFromEntities_71(int64_t value) { ___charactersFromEntities_71 = value; } inline static int32_t get_offset_of_currentEntities_72() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___currentEntities_72)); } inline Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184 * get_currentEntities_72() const { return ___currentEntities_72; } inline Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184 ** get_address_of_currentEntities_72() { return &___currentEntities_72; } inline void set_currentEntities_72(Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184 * value) { ___currentEntities_72 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentEntities_72), (void*)value); } inline static int32_t get_offset_of_disableUndeclaredEntityCheck_73() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___disableUndeclaredEntityCheck_73)); } inline bool get_disableUndeclaredEntityCheck_73() const { return ___disableUndeclaredEntityCheck_73; } inline bool* get_address_of_disableUndeclaredEntityCheck_73() { return &___disableUndeclaredEntityCheck_73; } inline void set_disableUndeclaredEntityCheck_73(bool value) { ___disableUndeclaredEntityCheck_73 = value; } inline static int32_t get_offset_of_outerReader_74() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___outerReader_74)); } inline XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * get_outerReader_74() const { return ___outerReader_74; } inline XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 ** get_address_of_outerReader_74() { return &___outerReader_74; } inline void set_outerReader_74(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * value) { ___outerReader_74 = value; Il2CppCodeGenWriteBarrier((void**)(&___outerReader_74), (void*)value); } inline static int32_t get_offset_of_xmlResolverIsSet_75() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___xmlResolverIsSet_75)); } inline bool get_xmlResolverIsSet_75() const { return ___xmlResolverIsSet_75; } inline bool* get_address_of_xmlResolverIsSet_75() { return &___xmlResolverIsSet_75; } inline void set_xmlResolverIsSet_75(bool value) { ___xmlResolverIsSet_75 = value; } inline static int32_t get_offset_of_Xml_76() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___Xml_76)); } inline String_t* get_Xml_76() const { return ___Xml_76; } inline String_t** get_address_of_Xml_76() { return &___Xml_76; } inline void set_Xml_76(String_t* value) { ___Xml_76 = value; Il2CppCodeGenWriteBarrier((void**)(&___Xml_76), (void*)value); } inline static int32_t get_offset_of_XmlNs_77() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___XmlNs_77)); } inline String_t* get_XmlNs_77() const { return ___XmlNs_77; } inline String_t** get_address_of_XmlNs_77() { return &___XmlNs_77; } inline void set_XmlNs_77(String_t* value) { ___XmlNs_77 = value; Il2CppCodeGenWriteBarrier((void**)(&___XmlNs_77), (void*)value); } inline static int32_t get_offset_of_parseText_dummyTask_78() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___parseText_dummyTask_78)); } inline Task_1_tDC99D8BCBDBB4A01765BBF5823E5764CEC20D642 * get_parseText_dummyTask_78() const { return ___parseText_dummyTask_78; } inline Task_1_tDC99D8BCBDBB4A01765BBF5823E5764CEC20D642 ** get_address_of_parseText_dummyTask_78() { return &___parseText_dummyTask_78; } inline void set_parseText_dummyTask_78(Task_1_tDC99D8BCBDBB4A01765BBF5823E5764CEC20D642 * value) { ___parseText_dummyTask_78 = value; Il2CppCodeGenWriteBarrier((void**)(&___parseText_dummyTask_78), (void*)value); } }; // System.Xml.Serialization.XmlTypeMapElementInfo struct XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A : public RuntimeObject { public: // System.String System.Xml.Serialization.XmlTypeMapElementInfo::_elementName String_t* ____elementName_0; // System.String System.Xml.Serialization.XmlTypeMapElementInfo::_namespace String_t* ____namespace_1; // System.Xml.Schema.XmlSchemaForm System.Xml.Serialization.XmlTypeMapElementInfo::_form int32_t ____form_2; // System.Xml.Serialization.XmlTypeMapMember System.Xml.Serialization.XmlTypeMapElementInfo::_member XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ____member_3; // System.Object System.Xml.Serialization.XmlTypeMapElementInfo::_choiceValue RuntimeObject * ____choiceValue_4; // System.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::_isNullable bool ____isNullable_5; // System.Int32 System.Xml.Serialization.XmlTypeMapElementInfo::_nestingLevel int32_t ____nestingLevel_6; // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapElementInfo::_mappedType XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ____mappedType_7; // System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapElementInfo::_type TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ____type_8; // System.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::_wrappedElement bool ____wrappedElement_9; // System.Int32 System.Xml.Serialization.XmlTypeMapElementInfo::_explicitOrder int32_t ____explicitOrder_10; public: inline static int32_t get_offset_of__elementName_0() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____elementName_0)); } inline String_t* get__elementName_0() const { return ____elementName_0; } inline String_t** get_address_of__elementName_0() { return &____elementName_0; } inline void set__elementName_0(String_t* value) { ____elementName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____elementName_0), (void*)value); } inline static int32_t get_offset_of__namespace_1() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____namespace_1)); } inline String_t* get__namespace_1() const { return ____namespace_1; } inline String_t** get_address_of__namespace_1() { return &____namespace_1; } inline void set__namespace_1(String_t* value) { ____namespace_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____namespace_1), (void*)value); } inline static int32_t get_offset_of__form_2() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____form_2)); } inline int32_t get__form_2() const { return ____form_2; } inline int32_t* get_address_of__form_2() { return &____form_2; } inline void set__form_2(int32_t value) { ____form_2 = value; } inline static int32_t get_offset_of__member_3() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____member_3)); } inline XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * get__member_3() const { return ____member_3; } inline XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC ** get_address_of__member_3() { return &____member_3; } inline void set__member_3(XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * value) { ____member_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____member_3), (void*)value); } inline static int32_t get_offset_of__choiceValue_4() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____choiceValue_4)); } inline RuntimeObject * get__choiceValue_4() const { return ____choiceValue_4; } inline RuntimeObject ** get_address_of__choiceValue_4() { return &____choiceValue_4; } inline void set__choiceValue_4(RuntimeObject * value) { ____choiceValue_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____choiceValue_4), (void*)value); } inline static int32_t get_offset_of__isNullable_5() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____isNullable_5)); } inline bool get__isNullable_5() const { return ____isNullable_5; } inline bool* get_address_of__isNullable_5() { return &____isNullable_5; } inline void set__isNullable_5(bool value) { ____isNullable_5 = value; } inline static int32_t get_offset_of__nestingLevel_6() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____nestingLevel_6)); } inline int32_t get__nestingLevel_6() const { return ____nestingLevel_6; } inline int32_t* get_address_of__nestingLevel_6() { return &____nestingLevel_6; } inline void set__nestingLevel_6(int32_t value) { ____nestingLevel_6 = value; } inline static int32_t get_offset_of__mappedType_7() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____mappedType_7)); } inline XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * get__mappedType_7() const { return ____mappedType_7; } inline XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 ** get_address_of__mappedType_7() { return &____mappedType_7; } inline void set__mappedType_7(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * value) { ____mappedType_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____mappedType_7), (void*)value); } inline static int32_t get_offset_of__type_8() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____type_8)); } inline TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * get__type_8() const { return ____type_8; } inline TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 ** get_address_of__type_8() { return &____type_8; } inline void set__type_8(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * value) { ____type_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____type_8), (void*)value); } inline static int32_t get_offset_of__wrappedElement_9() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____wrappedElement_9)); } inline bool get__wrappedElement_9() const { return ____wrappedElement_9; } inline bool* get_address_of__wrappedElement_9() { return &____wrappedElement_9; } inline void set__wrappedElement_9(bool value) { ____wrappedElement_9 = value; } inline static int32_t get_offset_of__explicitOrder_10() { return static_cast(offsetof(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A, ____explicitOrder_10)); } inline int32_t get__explicitOrder_10() const { return ____explicitOrder_10; } inline int32_t* get_address_of__explicitOrder_10() { return &____explicitOrder_10; } inline void set__explicitOrder_10(int32_t value) { ____explicitOrder_10 = value; } }; // System.Xml.Serialization.XmlTypeMapMemberAnyElement struct XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 : public XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 { public: public: }; // System.Xml.Serialization.XmlTypeMapMemberAttribute struct XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E : public XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC { public: // System.String System.Xml.Serialization.XmlTypeMapMemberAttribute::_attributeName String_t* ____attributeName_10; // System.String System.Xml.Serialization.XmlTypeMapMemberAttribute::_namespace String_t* ____namespace_11; // System.Xml.Schema.XmlSchemaForm System.Xml.Serialization.XmlTypeMapMemberAttribute::_form int32_t ____form_12; // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapMemberAttribute::_mappedType XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ____mappedType_13; public: inline static int32_t get_offset_of__attributeName_10() { return static_cast(offsetof(XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E, ____attributeName_10)); } inline String_t* get__attributeName_10() const { return ____attributeName_10; } inline String_t** get_address_of__attributeName_10() { return &____attributeName_10; } inline void set__attributeName_10(String_t* value) { ____attributeName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____attributeName_10), (void*)value); } inline static int32_t get_offset_of__namespace_11() { return static_cast(offsetof(XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E, ____namespace_11)); } inline String_t* get__namespace_11() const { return ____namespace_11; } inline String_t** get_address_of__namespace_11() { return &____namespace_11; } inline void set__namespace_11(String_t* value) { ____namespace_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____namespace_11), (void*)value); } inline static int32_t get_offset_of__form_12() { return static_cast(offsetof(XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E, ____form_12)); } inline int32_t get__form_12() const { return ____form_12; } inline int32_t* get_address_of__form_12() { return &____form_12; } inline void set__form_12(int32_t value) { ____form_12 = value; } inline static int32_t get_offset_of__mappedType_13() { return static_cast(offsetof(XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E, ____mappedType_13)); } inline XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * get__mappedType_13() const { return ____mappedType_13; } inline XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 ** get_address_of__mappedType_13() { return &____mappedType_13; } inline void set__mappedType_13(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * value) { ____mappedType_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____mappedType_13), (void*)value); } }; // System.Xml.Serialization.XmlTypeMapMemberFlatList struct XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 : public XmlTypeMapMemberExpandable_t4AB3E2327627775BEDBA72B187C19F446C6DF2E7 { public: // System.Xml.Serialization.ListMap System.Xml.Serialization.XmlTypeMapMemberFlatList::_listMap ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * ____listMap_15; public: inline static int32_t get_offset_of__listMap_15() { return static_cast(offsetof(XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73, ____listMap_15)); } inline ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * get__listMap_15() const { return ____listMap_15; } inline ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 ** get_address_of__listMap_15() { return &____listMap_15; } inline void set__listMap_15(ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * value) { ____listMap_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____listMap_15), (void*)value); } }; // System.Xml.XmlWhitespace struct XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C : public XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B { public: public: }; // System.Net.HttpWebRequest/AuthorizationState struct AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 { public: // System.Net.HttpWebRequest System.Net.HttpWebRequest/AuthorizationState::request HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request_0; // System.Boolean System.Net.HttpWebRequest/AuthorizationState::isProxy bool ___isProxy_1; // System.Boolean System.Net.HttpWebRequest/AuthorizationState::isCompleted bool ___isCompleted_2; // System.Net.HttpWebRequest/NtlmAuthState System.Net.HttpWebRequest/AuthorizationState::ntlm_auth_state int32_t ___ntlm_auth_state_3; public: inline static int32_t get_offset_of_request_0() { return static_cast(offsetof(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55, ___request_0)); } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * get_request_0() const { return ___request_0; } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A ** get_address_of_request_0() { return &___request_0; } inline void set_request_0(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * value) { ___request_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___request_0), (void*)value); } inline static int32_t get_offset_of_isProxy_1() { return static_cast(offsetof(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55, ___isProxy_1)); } inline bool get_isProxy_1() const { return ___isProxy_1; } inline bool* get_address_of_isProxy_1() { return &___isProxy_1; } inline void set_isProxy_1(bool value) { ___isProxy_1 = value; } inline static int32_t get_offset_of_isCompleted_2() { return static_cast(offsetof(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55, ___isCompleted_2)); } inline bool get_isCompleted_2() const { return ___isCompleted_2; } inline bool* get_address_of_isCompleted_2() { return &___isCompleted_2; } inline void set_isCompleted_2(bool value) { ___isCompleted_2 = value; } inline static int32_t get_offset_of_ntlm_auth_state_3() { return static_cast(offsetof(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55, ___ntlm_auth_state_3)); } inline int32_t get_ntlm_auth_state_3() const { return ___ntlm_auth_state_3; } inline int32_t* get_address_of_ntlm_auth_state_3() { return &___ntlm_auth_state_3; } inline void set_ntlm_auth_state_3(int32_t value) { ___ntlm_auth_state_3 = value; } }; // Native definition for P/Invoke marshalling of System.Net.HttpWebRequest/AuthorizationState struct AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55_marshaled_pinvoke { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request_0; int32_t ___isProxy_1; int32_t ___isCompleted_2; int32_t ___ntlm_auth_state_3; }; // Native definition for COM marshalling of System.Net.HttpWebRequest/AuthorizationState struct AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55_marshaled_com { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request_0; int32_t ___isProxy_1; int32_t ___isCompleted_2; int32_t ___ntlm_auth_state_3; }; // System.Xml.XmlDownloadManager/d__5 struct U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782 { public: // System.Int32 System.Xml.XmlDownloadManager/d__5::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Xml.XmlDownloadManager/d__5::<>t__builder AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F ___U3CU3Et__builder_1; // System.Uri System.Xml.XmlDownloadManager/d__5::uri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri_2; // System.Net.ICredentials System.Xml.XmlDownloadManager/d__5::credentials RuntimeObject* ___credentials_3; // System.Net.IWebProxy System.Xml.XmlDownloadManager/d__5::proxy RuntimeObject* ___proxy_4; // System.Net.Cache.RequestCachePolicy System.Xml.XmlDownloadManager/d__5::cachePolicy RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * ___cachePolicy_5; // System.Net.WebRequest System.Xml.XmlDownloadManager/d__5::5__1 WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * ___U3CreqU3E5__1_6; // System.Xml.XmlDownloadManager System.Xml.XmlDownloadManager/d__5::<>4__this XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * ___U3CU3E4__this_7; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Xml.XmlDownloadManager/d__5::<>u__1 ConfiguredTaskAwaiter_t312DB5A87370F59C7913F19648A75FA9FF9E36D2 ___U3CU3Eu__1_8; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_uri_2() { return static_cast(offsetof(U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782, ___uri_2)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_uri_2() const { return ___uri_2; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_uri_2() { return &___uri_2; } inline void set_uri_2(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___uri_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___uri_2), (void*)value); } inline static int32_t get_offset_of_credentials_3() { return static_cast(offsetof(U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782, ___credentials_3)); } inline RuntimeObject* get_credentials_3() const { return ___credentials_3; } inline RuntimeObject** get_address_of_credentials_3() { return &___credentials_3; } inline void set_credentials_3(RuntimeObject* value) { ___credentials_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___credentials_3), (void*)value); } inline static int32_t get_offset_of_proxy_4() { return static_cast(offsetof(U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782, ___proxy_4)); } inline RuntimeObject* get_proxy_4() const { return ___proxy_4; } inline RuntimeObject** get_address_of_proxy_4() { return &___proxy_4; } inline void set_proxy_4(RuntimeObject* value) { ___proxy_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___proxy_4), (void*)value); } inline static int32_t get_offset_of_cachePolicy_5() { return static_cast(offsetof(U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782, ___cachePolicy_5)); } inline RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * get_cachePolicy_5() const { return ___cachePolicy_5; } inline RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED ** get_address_of_cachePolicy_5() { return &___cachePolicy_5; } inline void set_cachePolicy_5(RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * value) { ___cachePolicy_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___cachePolicy_5), (void*)value); } inline static int32_t get_offset_of_U3CreqU3E5__1_6() { return static_cast(offsetof(U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782, ___U3CreqU3E5__1_6)); } inline WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * get_U3CreqU3E5__1_6() const { return ___U3CreqU3E5__1_6; } inline WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E ** get_address_of_U3CreqU3E5__1_6() { return &___U3CreqU3E5__1_6; } inline void set_U3CreqU3E5__1_6(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * value) { ___U3CreqU3E5__1_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CreqU3E5__1_6), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_7() { return static_cast(offsetof(U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782, ___U3CU3E4__this_7)); } inline XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * get_U3CU3E4__this_7() const { return ___U3CU3E4__this_7; } inline XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D ** get_address_of_U3CU3E4__this_7() { return &___U3CU3E4__this_7; } inline void set_U3CU3E4__this_7(XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * value) { ___U3CU3E4__this_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_7), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_8() { return static_cast(offsetof(U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782, ___U3CU3Eu__1_8)); } inline ConfiguredTaskAwaiter_t312DB5A87370F59C7913F19648A75FA9FF9E36D2 get_U3CU3Eu__1_8() const { return ___U3CU3Eu__1_8; } inline ConfiguredTaskAwaiter_t312DB5A87370F59C7913F19648A75FA9FF9E36D2 * get_address_of_U3CU3Eu__1_8() { return &___U3CU3Eu__1_8; } inline void set_U3CU3Eu__1_8(ConfiguredTaskAwaiter_t312DB5A87370F59C7913F19648A75FA9FF9E36D2 value) { ___U3CU3Eu__1_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_8))->___m_task_0), (void*)NULL); } }; // System.Comparison`1 struct Comparison_1_t44AF266C7D621EBE70F2BF21FFA6B7C2C260453A : public MulticastDelegate_t { public: public: }; // System.Func`1 struct Func_1_t652BE01BF70FA8EF807283E66441D40D3CE1BC0B : public MulticastDelegate_t { 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.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA : public MulticastDelegate_t { public: public: }; // System.Net.HttpWebRequest struct HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A : public WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E { public: // System.Uri System.Net.HttpWebRequest::requestUri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___requestUri_12; // System.Uri System.Net.HttpWebRequest::actualUri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___actualUri_13; // System.Boolean System.Net.HttpWebRequest::hostChanged bool ___hostChanged_14; // System.Boolean System.Net.HttpWebRequest::allowAutoRedirect bool ___allowAutoRedirect_15; // System.Boolean System.Net.HttpWebRequest::allowBuffering bool ___allowBuffering_16; // System.Security.Cryptography.X509Certificates.X509CertificateCollection System.Net.HttpWebRequest::certificates X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___certificates_17; // System.String System.Net.HttpWebRequest::connectionGroup String_t* ___connectionGroup_18; // System.Boolean System.Net.HttpWebRequest::haveContentLength bool ___haveContentLength_19; // System.Int64 System.Net.HttpWebRequest::contentLength int64_t ___contentLength_20; // System.Net.HttpContinueDelegate System.Net.HttpWebRequest::continueDelegate HttpContinueDelegate_t84ADA70221E0AC5A340AD9D012F81C1683FC240F * ___continueDelegate_21; // System.Net.CookieContainer System.Net.HttpWebRequest::cookieContainer CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * ___cookieContainer_22; // System.Net.ICredentials System.Net.HttpWebRequest::credentials RuntimeObject* ___credentials_23; // System.Boolean System.Net.HttpWebRequest::haveResponse bool ___haveResponse_24; // System.Boolean System.Net.HttpWebRequest::requestSent bool ___requestSent_25; // System.Net.WebHeaderCollection System.Net.HttpWebRequest::webHeaders WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * ___webHeaders_26; // System.Boolean System.Net.HttpWebRequest::keepAlive bool ___keepAlive_27; // System.Int32 System.Net.HttpWebRequest::maxAutoRedirect int32_t ___maxAutoRedirect_28; // System.String System.Net.HttpWebRequest::mediaType String_t* ___mediaType_29; // System.String System.Net.HttpWebRequest::method String_t* ___method_30; // System.String System.Net.HttpWebRequest::initialMethod String_t* ___initialMethod_31; // System.Boolean System.Net.HttpWebRequest::pipelined bool ___pipelined_32; // System.Boolean System.Net.HttpWebRequest::preAuthenticate bool ___preAuthenticate_33; // System.Boolean System.Net.HttpWebRequest::usedPreAuth bool ___usedPreAuth_34; // System.Version System.Net.HttpWebRequest::version Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___version_35; // System.Boolean System.Net.HttpWebRequest::force_version bool ___force_version_36; // System.Version System.Net.HttpWebRequest::actualVersion Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___actualVersion_37; // System.Net.IWebProxy System.Net.HttpWebRequest::proxy RuntimeObject* ___proxy_38; // System.Boolean System.Net.HttpWebRequest::sendChunked bool ___sendChunked_39; // System.Net.ServicePoint System.Net.HttpWebRequest::servicePoint ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * ___servicePoint_40; // System.Int32 System.Net.HttpWebRequest::timeout int32_t ___timeout_41; // System.Net.WebRequestStream System.Net.HttpWebRequest::writeStream WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * ___writeStream_42; // System.Net.HttpWebResponse System.Net.HttpWebRequest::webResponse HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * ___webResponse_43; // System.Net.WebCompletionSource System.Net.HttpWebRequest::responseTask WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * ___responseTask_44; // System.Net.WebOperation System.Net.HttpWebRequest::currentOperation WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___currentOperation_45; // System.Int32 System.Net.HttpWebRequest::aborted int32_t ___aborted_46; // System.Boolean System.Net.HttpWebRequest::gotRequestStream bool ___gotRequestStream_47; // System.Int32 System.Net.HttpWebRequest::redirects int32_t ___redirects_48; // System.Boolean System.Net.HttpWebRequest::expectContinue bool ___expectContinue_49; // System.Boolean System.Net.HttpWebRequest::getResponseCalled bool ___getResponseCalled_50; // System.Object System.Net.HttpWebRequest::locker RuntimeObject * ___locker_51; // System.Boolean System.Net.HttpWebRequest::finished_reading bool ___finished_reading_52; // System.Net.DecompressionMethods System.Net.HttpWebRequest::auto_decomp int32_t ___auto_decomp_53; // System.Int32 System.Net.HttpWebRequest::readWriteTimeout int32_t ___readWriteTimeout_55; // Mono.Security.Interface.MonoTlsProvider System.Net.HttpWebRequest::tlsProvider MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___tlsProvider_56; // Mono.Security.Interface.MonoTlsSettings System.Net.HttpWebRequest::tlsSettings MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___tlsSettings_57; // System.Net.ServerCertValidationCallback System.Net.HttpWebRequest::certValidationCallback ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * ___certValidationCallback_58; // System.Net.HttpWebRequest/AuthorizationState System.Net.HttpWebRequest::auth_state AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 ___auth_state_59; // System.Net.HttpWebRequest/AuthorizationState System.Net.HttpWebRequest::proxy_auth_state AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 ___proxy_auth_state_60; // System.String System.Net.HttpWebRequest::host String_t* ___host_61; // System.Func`2 System.Net.HttpWebRequest::ResendContentFactory Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20 * ___ResendContentFactory_62; // System.Boolean System.Net.HttpWebRequest::k__BackingField bool ___U3CThrowOnErrorU3Ek__BackingField_63; // System.Boolean System.Net.HttpWebRequest::unsafe_auth_blah bool ___unsafe_auth_blah_64; public: inline static int32_t get_offset_of_requestUri_12() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___requestUri_12)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_requestUri_12() const { return ___requestUri_12; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_requestUri_12() { return &___requestUri_12; } inline void set_requestUri_12(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___requestUri_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___requestUri_12), (void*)value); } inline static int32_t get_offset_of_actualUri_13() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___actualUri_13)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_actualUri_13() const { return ___actualUri_13; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_actualUri_13() { return &___actualUri_13; } inline void set_actualUri_13(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___actualUri_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___actualUri_13), (void*)value); } inline static int32_t get_offset_of_hostChanged_14() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___hostChanged_14)); } inline bool get_hostChanged_14() const { return ___hostChanged_14; } inline bool* get_address_of_hostChanged_14() { return &___hostChanged_14; } inline void set_hostChanged_14(bool value) { ___hostChanged_14 = value; } inline static int32_t get_offset_of_allowAutoRedirect_15() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___allowAutoRedirect_15)); } inline bool get_allowAutoRedirect_15() const { return ___allowAutoRedirect_15; } inline bool* get_address_of_allowAutoRedirect_15() { return &___allowAutoRedirect_15; } inline void set_allowAutoRedirect_15(bool value) { ___allowAutoRedirect_15 = value; } inline static int32_t get_offset_of_allowBuffering_16() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___allowBuffering_16)); } inline bool get_allowBuffering_16() const { return ___allowBuffering_16; } inline bool* get_address_of_allowBuffering_16() { return &___allowBuffering_16; } inline void set_allowBuffering_16(bool value) { ___allowBuffering_16 = value; } inline static int32_t get_offset_of_certificates_17() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___certificates_17)); } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * get_certificates_17() const { return ___certificates_17; } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B ** get_address_of_certificates_17() { return &___certificates_17; } inline void set_certificates_17(X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * value) { ___certificates_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificates_17), (void*)value); } inline static int32_t get_offset_of_connectionGroup_18() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___connectionGroup_18)); } inline String_t* get_connectionGroup_18() const { return ___connectionGroup_18; } inline String_t** get_address_of_connectionGroup_18() { return &___connectionGroup_18; } inline void set_connectionGroup_18(String_t* value) { ___connectionGroup_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___connectionGroup_18), (void*)value); } inline static int32_t get_offset_of_haveContentLength_19() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___haveContentLength_19)); } inline bool get_haveContentLength_19() const { return ___haveContentLength_19; } inline bool* get_address_of_haveContentLength_19() { return &___haveContentLength_19; } inline void set_haveContentLength_19(bool value) { ___haveContentLength_19 = value; } inline static int32_t get_offset_of_contentLength_20() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___contentLength_20)); } inline int64_t get_contentLength_20() const { return ___contentLength_20; } inline int64_t* get_address_of_contentLength_20() { return &___contentLength_20; } inline void set_contentLength_20(int64_t value) { ___contentLength_20 = value; } inline static int32_t get_offset_of_continueDelegate_21() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___continueDelegate_21)); } inline HttpContinueDelegate_t84ADA70221E0AC5A340AD9D012F81C1683FC240F * get_continueDelegate_21() const { return ___continueDelegate_21; } inline HttpContinueDelegate_t84ADA70221E0AC5A340AD9D012F81C1683FC240F ** get_address_of_continueDelegate_21() { return &___continueDelegate_21; } inline void set_continueDelegate_21(HttpContinueDelegate_t84ADA70221E0AC5A340AD9D012F81C1683FC240F * value) { ___continueDelegate_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___continueDelegate_21), (void*)value); } inline static int32_t get_offset_of_cookieContainer_22() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___cookieContainer_22)); } inline CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * get_cookieContainer_22() const { return ___cookieContainer_22; } inline CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 ** get_address_of_cookieContainer_22() { return &___cookieContainer_22; } inline void set_cookieContainer_22(CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * value) { ___cookieContainer_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___cookieContainer_22), (void*)value); } inline static int32_t get_offset_of_credentials_23() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___credentials_23)); } inline RuntimeObject* get_credentials_23() const { return ___credentials_23; } inline RuntimeObject** get_address_of_credentials_23() { return &___credentials_23; } inline void set_credentials_23(RuntimeObject* value) { ___credentials_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___credentials_23), (void*)value); } inline static int32_t get_offset_of_haveResponse_24() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___haveResponse_24)); } inline bool get_haveResponse_24() const { return ___haveResponse_24; } inline bool* get_address_of_haveResponse_24() { return &___haveResponse_24; } inline void set_haveResponse_24(bool value) { ___haveResponse_24 = value; } inline static int32_t get_offset_of_requestSent_25() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___requestSent_25)); } inline bool get_requestSent_25() const { return ___requestSent_25; } inline bool* get_address_of_requestSent_25() { return &___requestSent_25; } inline void set_requestSent_25(bool value) { ___requestSent_25 = value; } inline static int32_t get_offset_of_webHeaders_26() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___webHeaders_26)); } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * get_webHeaders_26() const { return ___webHeaders_26; } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 ** get_address_of_webHeaders_26() { return &___webHeaders_26; } inline void set_webHeaders_26(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * value) { ___webHeaders_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___webHeaders_26), (void*)value); } inline static int32_t get_offset_of_keepAlive_27() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___keepAlive_27)); } inline bool get_keepAlive_27() const { return ___keepAlive_27; } inline bool* get_address_of_keepAlive_27() { return &___keepAlive_27; } inline void set_keepAlive_27(bool value) { ___keepAlive_27 = value; } inline static int32_t get_offset_of_maxAutoRedirect_28() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___maxAutoRedirect_28)); } inline int32_t get_maxAutoRedirect_28() const { return ___maxAutoRedirect_28; } inline int32_t* get_address_of_maxAutoRedirect_28() { return &___maxAutoRedirect_28; } inline void set_maxAutoRedirect_28(int32_t value) { ___maxAutoRedirect_28 = value; } inline static int32_t get_offset_of_mediaType_29() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___mediaType_29)); } inline String_t* get_mediaType_29() const { return ___mediaType_29; } inline String_t** get_address_of_mediaType_29() { return &___mediaType_29; } inline void set_mediaType_29(String_t* value) { ___mediaType_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___mediaType_29), (void*)value); } inline static int32_t get_offset_of_method_30() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___method_30)); } inline String_t* get_method_30() const { return ___method_30; } inline String_t** get_address_of_method_30() { return &___method_30; } inline void set_method_30(String_t* value) { ___method_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_30), (void*)value); } inline static int32_t get_offset_of_initialMethod_31() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___initialMethod_31)); } inline String_t* get_initialMethod_31() const { return ___initialMethod_31; } inline String_t** get_address_of_initialMethod_31() { return &___initialMethod_31; } inline void set_initialMethod_31(String_t* value) { ___initialMethod_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___initialMethod_31), (void*)value); } inline static int32_t get_offset_of_pipelined_32() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___pipelined_32)); } inline bool get_pipelined_32() const { return ___pipelined_32; } inline bool* get_address_of_pipelined_32() { return &___pipelined_32; } inline void set_pipelined_32(bool value) { ___pipelined_32 = value; } inline static int32_t get_offset_of_preAuthenticate_33() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___preAuthenticate_33)); } inline bool get_preAuthenticate_33() const { return ___preAuthenticate_33; } inline bool* get_address_of_preAuthenticate_33() { return &___preAuthenticate_33; } inline void set_preAuthenticate_33(bool value) { ___preAuthenticate_33 = value; } inline static int32_t get_offset_of_usedPreAuth_34() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___usedPreAuth_34)); } inline bool get_usedPreAuth_34() const { return ___usedPreAuth_34; } inline bool* get_address_of_usedPreAuth_34() { return &___usedPreAuth_34; } inline void set_usedPreAuth_34(bool value) { ___usedPreAuth_34 = value; } inline static int32_t get_offset_of_version_35() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___version_35)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get_version_35() const { return ___version_35; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of_version_35() { return &___version_35; } inline void set_version_35(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ___version_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_35), (void*)value); } inline static int32_t get_offset_of_force_version_36() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___force_version_36)); } inline bool get_force_version_36() const { return ___force_version_36; } inline bool* get_address_of_force_version_36() { return &___force_version_36; } inline void set_force_version_36(bool value) { ___force_version_36 = value; } inline static int32_t get_offset_of_actualVersion_37() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___actualVersion_37)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get_actualVersion_37() const { return ___actualVersion_37; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of_actualVersion_37() { return &___actualVersion_37; } inline void set_actualVersion_37(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ___actualVersion_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___actualVersion_37), (void*)value); } inline static int32_t get_offset_of_proxy_38() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___proxy_38)); } inline RuntimeObject* get_proxy_38() const { return ___proxy_38; } inline RuntimeObject** get_address_of_proxy_38() { return &___proxy_38; } inline void set_proxy_38(RuntimeObject* value) { ___proxy_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___proxy_38), (void*)value); } inline static int32_t get_offset_of_sendChunked_39() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___sendChunked_39)); } inline bool get_sendChunked_39() const { return ___sendChunked_39; } inline bool* get_address_of_sendChunked_39() { return &___sendChunked_39; } inline void set_sendChunked_39(bool value) { ___sendChunked_39 = value; } inline static int32_t get_offset_of_servicePoint_40() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___servicePoint_40)); } inline ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * get_servicePoint_40() const { return ___servicePoint_40; } inline ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 ** get_address_of_servicePoint_40() { return &___servicePoint_40; } inline void set_servicePoint_40(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * value) { ___servicePoint_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___servicePoint_40), (void*)value); } inline static int32_t get_offset_of_timeout_41() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___timeout_41)); } inline int32_t get_timeout_41() const { return ___timeout_41; } inline int32_t* get_address_of_timeout_41() { return &___timeout_41; } inline void set_timeout_41(int32_t value) { ___timeout_41 = value; } inline static int32_t get_offset_of_writeStream_42() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___writeStream_42)); } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * get_writeStream_42() const { return ___writeStream_42; } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 ** get_address_of_writeStream_42() { return &___writeStream_42; } inline void set_writeStream_42(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * value) { ___writeStream_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___writeStream_42), (void*)value); } inline static int32_t get_offset_of_webResponse_43() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___webResponse_43)); } inline HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * get_webResponse_43() const { return ___webResponse_43; } inline HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB ** get_address_of_webResponse_43() { return &___webResponse_43; } inline void set_webResponse_43(HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * value) { ___webResponse_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___webResponse_43), (void*)value); } inline static int32_t get_offset_of_responseTask_44() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___responseTask_44)); } inline WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * get_responseTask_44() const { return ___responseTask_44; } inline WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E ** get_address_of_responseTask_44() { return &___responseTask_44; } inline void set_responseTask_44(WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * value) { ___responseTask_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___responseTask_44), (void*)value); } inline static int32_t get_offset_of_currentOperation_45() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___currentOperation_45)); } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * get_currentOperation_45() const { return ___currentOperation_45; } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 ** get_address_of_currentOperation_45() { return &___currentOperation_45; } inline void set_currentOperation_45(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * value) { ___currentOperation_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentOperation_45), (void*)value); } inline static int32_t get_offset_of_aborted_46() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___aborted_46)); } inline int32_t get_aborted_46() const { return ___aborted_46; } inline int32_t* get_address_of_aborted_46() { return &___aborted_46; } inline void set_aborted_46(int32_t value) { ___aborted_46 = value; } inline static int32_t get_offset_of_gotRequestStream_47() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___gotRequestStream_47)); } inline bool get_gotRequestStream_47() const { return ___gotRequestStream_47; } inline bool* get_address_of_gotRequestStream_47() { return &___gotRequestStream_47; } inline void set_gotRequestStream_47(bool value) { ___gotRequestStream_47 = value; } inline static int32_t get_offset_of_redirects_48() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___redirects_48)); } inline int32_t get_redirects_48() const { return ___redirects_48; } inline int32_t* get_address_of_redirects_48() { return &___redirects_48; } inline void set_redirects_48(int32_t value) { ___redirects_48 = value; } inline static int32_t get_offset_of_expectContinue_49() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___expectContinue_49)); } inline bool get_expectContinue_49() const { return ___expectContinue_49; } inline bool* get_address_of_expectContinue_49() { return &___expectContinue_49; } inline void set_expectContinue_49(bool value) { ___expectContinue_49 = value; } inline static int32_t get_offset_of_getResponseCalled_50() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___getResponseCalled_50)); } inline bool get_getResponseCalled_50() const { return ___getResponseCalled_50; } inline bool* get_address_of_getResponseCalled_50() { return &___getResponseCalled_50; } inline void set_getResponseCalled_50(bool value) { ___getResponseCalled_50 = value; } inline static int32_t get_offset_of_locker_51() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___locker_51)); } inline RuntimeObject * get_locker_51() const { return ___locker_51; } inline RuntimeObject ** get_address_of_locker_51() { return &___locker_51; } inline void set_locker_51(RuntimeObject * value) { ___locker_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___locker_51), (void*)value); } inline static int32_t get_offset_of_finished_reading_52() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___finished_reading_52)); } inline bool get_finished_reading_52() const { return ___finished_reading_52; } inline bool* get_address_of_finished_reading_52() { return &___finished_reading_52; } inline void set_finished_reading_52(bool value) { ___finished_reading_52 = value; } inline static int32_t get_offset_of_auto_decomp_53() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___auto_decomp_53)); } inline int32_t get_auto_decomp_53() const { return ___auto_decomp_53; } inline int32_t* get_address_of_auto_decomp_53() { return &___auto_decomp_53; } inline void set_auto_decomp_53(int32_t value) { ___auto_decomp_53 = value; } inline static int32_t get_offset_of_readWriteTimeout_55() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___readWriteTimeout_55)); } inline int32_t get_readWriteTimeout_55() const { return ___readWriteTimeout_55; } inline int32_t* get_address_of_readWriteTimeout_55() { return &___readWriteTimeout_55; } inline void set_readWriteTimeout_55(int32_t value) { ___readWriteTimeout_55 = value; } inline static int32_t get_offset_of_tlsProvider_56() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___tlsProvider_56)); } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * get_tlsProvider_56() const { return ___tlsProvider_56; } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 ** get_address_of_tlsProvider_56() { return &___tlsProvider_56; } inline void set_tlsProvider_56(MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * value) { ___tlsProvider_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___tlsProvider_56), (void*)value); } inline static int32_t get_offset_of_tlsSettings_57() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___tlsSettings_57)); } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * get_tlsSettings_57() const { return ___tlsSettings_57; } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 ** get_address_of_tlsSettings_57() { return &___tlsSettings_57; } inline void set_tlsSettings_57(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * value) { ___tlsSettings_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___tlsSettings_57), (void*)value); } inline static int32_t get_offset_of_certValidationCallback_58() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___certValidationCallback_58)); } inline ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * get_certValidationCallback_58() const { return ___certValidationCallback_58; } inline ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA ** get_address_of_certValidationCallback_58() { return &___certValidationCallback_58; } inline void set_certValidationCallback_58(ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * value) { ___certValidationCallback_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___certValidationCallback_58), (void*)value); } inline static int32_t get_offset_of_auth_state_59() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___auth_state_59)); } inline AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 get_auth_state_59() const { return ___auth_state_59; } inline AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * get_address_of_auth_state_59() { return &___auth_state_59; } inline void set_auth_state_59(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 value) { ___auth_state_59 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___auth_state_59))->___request_0), (void*)NULL); } inline static int32_t get_offset_of_proxy_auth_state_60() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___proxy_auth_state_60)); } inline AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 get_proxy_auth_state_60() const { return ___proxy_auth_state_60; } inline AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * get_address_of_proxy_auth_state_60() { return &___proxy_auth_state_60; } inline void set_proxy_auth_state_60(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 value) { ___proxy_auth_state_60 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___proxy_auth_state_60))->___request_0), (void*)NULL); } inline static int32_t get_offset_of_host_61() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___host_61)); } inline String_t* get_host_61() const { return ___host_61; } inline String_t** get_address_of_host_61() { return &___host_61; } inline void set_host_61(String_t* value) { ___host_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___host_61), (void*)value); } inline static int32_t get_offset_of_ResendContentFactory_62() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___ResendContentFactory_62)); } inline Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20 * get_ResendContentFactory_62() const { return ___ResendContentFactory_62; } inline Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20 ** get_address_of_ResendContentFactory_62() { return &___ResendContentFactory_62; } inline void set_ResendContentFactory_62(Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20 * value) { ___ResendContentFactory_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResendContentFactory_62), (void*)value); } inline static int32_t get_offset_of_U3CThrowOnErrorU3Ek__BackingField_63() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___U3CThrowOnErrorU3Ek__BackingField_63)); } inline bool get_U3CThrowOnErrorU3Ek__BackingField_63() const { return ___U3CThrowOnErrorU3Ek__BackingField_63; } inline bool* get_address_of_U3CThrowOnErrorU3Ek__BackingField_63() { return &___U3CThrowOnErrorU3Ek__BackingField_63; } inline void set_U3CThrowOnErrorU3Ek__BackingField_63(bool value) { ___U3CThrowOnErrorU3Ek__BackingField_63 = value; } inline static int32_t get_offset_of_unsafe_auth_blah_64() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___unsafe_auth_blah_64)); } inline bool get_unsafe_auth_blah_64() const { return ___unsafe_auth_blah_64; } inline bool* get_address_of_unsafe_auth_blah_64() { return &___unsafe_auth_blah_64; } inline void set_unsafe_auth_blah_64(bool value) { ___unsafe_auth_blah_64 = value; } }; // System.InvalidCastException struct InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Resources.MissingManifestResourceException struct MissingManifestResourceException_tAC74F21ADC46CCB2BCC710464434E3B97F72FACB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : 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.XmlElementEventHandler struct XmlElementEventHandler_t5110F67CA4FDC0867D3457AAC06E2E6DADA1DE29 : public MulticastDelegate_t { 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.Serialization.XmlMembersMapping struct XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496 : public XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 { public: // System.Boolean System.Xml.Serialization.XmlMembersMapping::_hasWrapperElement bool ____hasWrapperElement_6; // System.Xml.Serialization.XmlMemberMapping[] System.Xml.Serialization.XmlMembersMapping::_mapping XmlMemberMappingU5BU5D_t78E3F87812D4D5F00632824BE14343BEDF0B4DD7* ____mapping_7; public: inline static int32_t get_offset_of__hasWrapperElement_6() { return static_cast(offsetof(XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496, ____hasWrapperElement_6)); } inline bool get__hasWrapperElement_6() const { return ____hasWrapperElement_6; } inline bool* get_address_of__hasWrapperElement_6() { return &____hasWrapperElement_6; } inline void set__hasWrapperElement_6(bool value) { ____hasWrapperElement_6 = value; } inline static int32_t get_offset_of__mapping_7() { return static_cast(offsetof(XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496, ____mapping_7)); } inline XmlMemberMappingU5BU5D_t78E3F87812D4D5F00632824BE14343BEDF0B4DD7* get__mapping_7() const { return ____mapping_7; } inline XmlMemberMappingU5BU5D_t78E3F87812D4D5F00632824BE14343BEDF0B4DD7** get_address_of__mapping_7() { return &____mapping_7; } inline void set__mapping_7(XmlMemberMappingU5BU5D_t78E3F87812D4D5F00632824BE14343BEDF0B4DD7* value) { ____mapping_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____mapping_7), (void*)value); } }; // System.Xml.Schema.XmlMiscConverter struct XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F : public XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 { public: public: }; // System.Xml.XmlNodeChangedEventHandler struct XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 : public MulticastDelegate_t { public: public: }; // System.Xml.Serialization.XmlNodeEventHandler struct XmlNodeEventHandler_tF1C40439AD043BB08EEEAA54CC23FD03DF241563 : public MulticastDelegate_t { public: public: }; // System.Xml.Schema.XmlNumeric10Converter struct XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A : public XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 { public: public: }; // System.Xml.Schema.XmlNumeric2Converter struct XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 : public XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 { public: public: }; // System.Xml.Schema.XmlSchemaElement struct XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A : public XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 { public: public: }; // 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.Xml.Serialization.XmlTypeMapping struct XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 : public XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 { public: // System.String System.Xml.Serialization.XmlTypeMapping::xmlType String_t* ___xmlType_6; // System.String System.Xml.Serialization.XmlTypeMapping::xmlTypeNamespace String_t* ___xmlTypeNamespace_7; // System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapping::type TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___type_8; // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapping::baseMap XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___baseMap_9; // System.Boolean System.Xml.Serialization.XmlTypeMapping::multiReferenceType bool ___multiReferenceType_10; // System.Boolean System.Xml.Serialization.XmlTypeMapping::includeInSchema bool ___includeInSchema_11; // System.Boolean System.Xml.Serialization.XmlTypeMapping::isNullable bool ___isNullable_12; // System.Boolean System.Xml.Serialization.XmlTypeMapping::isAny bool ___isAny_13; // System.Collections.ArrayList System.Xml.Serialization.XmlTypeMapping::_derivedTypes ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ____derivedTypes_14; public: inline static int32_t get_offset_of_xmlType_6() { return static_cast(offsetof(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581, ___xmlType_6)); } inline String_t* get_xmlType_6() const { return ___xmlType_6; } inline String_t** get_address_of_xmlType_6() { return &___xmlType_6; } inline void set_xmlType_6(String_t* value) { ___xmlType_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlType_6), (void*)value); } inline static int32_t get_offset_of_xmlTypeNamespace_7() { return static_cast(offsetof(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581, ___xmlTypeNamespace_7)); } inline String_t* get_xmlTypeNamespace_7() const { return ___xmlTypeNamespace_7; } inline String_t** get_address_of_xmlTypeNamespace_7() { return &___xmlTypeNamespace_7; } inline void set_xmlTypeNamespace_7(String_t* value) { ___xmlTypeNamespace_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlTypeNamespace_7), (void*)value); } inline static int32_t get_offset_of_type_8() { return static_cast(offsetof(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581, ___type_8)); } inline TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * get_type_8() const { return ___type_8; } inline TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 ** get_address_of_type_8() { return &___type_8; } inline void set_type_8(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * value) { ___type_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_8), (void*)value); } inline static int32_t get_offset_of_baseMap_9() { return static_cast(offsetof(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581, ___baseMap_9)); } inline XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * get_baseMap_9() const { return ___baseMap_9; } inline XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 ** get_address_of_baseMap_9() { return &___baseMap_9; } inline void set_baseMap_9(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * value) { ___baseMap_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseMap_9), (void*)value); } inline static int32_t get_offset_of_multiReferenceType_10() { return static_cast(offsetof(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581, ___multiReferenceType_10)); } inline bool get_multiReferenceType_10() const { return ___multiReferenceType_10; } inline bool* get_address_of_multiReferenceType_10() { return &___multiReferenceType_10; } inline void set_multiReferenceType_10(bool value) { ___multiReferenceType_10 = value; } inline static int32_t get_offset_of_includeInSchema_11() { return static_cast(offsetof(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581, ___includeInSchema_11)); } inline bool get_includeInSchema_11() const { return ___includeInSchema_11; } inline bool* get_address_of_includeInSchema_11() { return &___includeInSchema_11; } inline void set_includeInSchema_11(bool value) { ___includeInSchema_11 = value; } inline static int32_t get_offset_of_isNullable_12() { return static_cast(offsetof(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581, ___isNullable_12)); } inline bool get_isNullable_12() const { return ___isNullable_12; } inline bool* get_address_of_isNullable_12() { return &___isNullable_12; } inline void set_isNullable_12(bool value) { ___isNullable_12 = value; } inline static int32_t get_offset_of_isAny_13() { return static_cast(offsetof(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581, ___isAny_13)); } inline bool get_isAny_13() const { return ___isAny_13; } inline bool* get_address_of_isAny_13() { return &___isAny_13; } inline void set_isAny_13(bool value) { ___isAny_13 = value; } inline static int32_t get_offset_of__derivedTypes_14() { return static_cast(offsetof(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581, ____derivedTypes_14)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get__derivedTypes_14() const { return ____derivedTypes_14; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of__derivedTypes_14() { return &____derivedTypes_14; } inline void set__derivedTypes_14(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ____derivedTypes_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____derivedTypes_14), (void*)value); } }; // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate struct HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E : public MulticastDelegate_t { public: public: }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: // System.Object System.ArgumentOutOfRangeException::m_actualValue RuntimeObject * ___m_actualValue_19; public: inline static int32_t get_offset_of_m_actualValue_19() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8, ___m_actualValue_19)); } inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; } inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; } inline void set_m_actualValue_19(RuntimeObject * value) { ___m_actualValue_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value); } }; // System.Xml.Schema.XmlAnyListConverter struct XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C : public XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D { public: public: }; // System.Xml.Serialization.XmlSerializableMapping struct XmlSerializableMapping_tD6A58399CD5AF9C7284D42BBDED717DD161EEEE5 : public XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 { public: // System.Xml.Schema.XmlSchema System.Xml.Serialization.XmlSerializableMapping::_schema XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA * ____schema_15; // System.Xml.Schema.XmlSchemaComplexType System.Xml.Serialization.XmlSerializableMapping::_schemaType XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * ____schemaType_16; // System.Xml.XmlQualifiedName System.Xml.Serialization.XmlSerializableMapping::_schemaTypeName XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ____schemaTypeName_17; public: inline static int32_t get_offset_of__schema_15() { return static_cast(offsetof(XmlSerializableMapping_tD6A58399CD5AF9C7284D42BBDED717DD161EEEE5, ____schema_15)); } inline XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA * get__schema_15() const { return ____schema_15; } inline XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA ** get_address_of__schema_15() { return &____schema_15; } inline void set__schema_15(XmlSchema_tD7A55716109AE793DA16441CC1A949F04E573CEA * value) { ____schema_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____schema_15), (void*)value); } inline static int32_t get_offset_of__schemaType_16() { return static_cast(offsetof(XmlSerializableMapping_tD6A58399CD5AF9C7284D42BBDED717DD161EEEE5, ____schemaType_16)); } inline XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * get__schemaType_16() const { return ____schemaType_16; } inline XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 ** get_address_of__schemaType_16() { return &____schemaType_16; } inline void set__schemaType_16(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * value) { ____schemaType_16 = value; Il2CppCodeGenWriteBarrier((void**)(&____schemaType_16), (void*)value); } inline static int32_t get_offset_of__schemaTypeName_17() { return static_cast(offsetof(XmlSerializableMapping_tD6A58399CD5AF9C7284D42BBDED717DD161EEEE5, ____schemaTypeName_17)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get__schemaTypeName_17() const { return ____schemaTypeName_17; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of__schemaTypeName_17() { return &____schemaTypeName_17; } inline void set__schemaTypeName_17(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ____schemaTypeName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____schemaTypeName_17), (void*)value); } }; // System.Xml.Schema.XmlUntypedConverter struct XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF : public XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D { public: // System.Boolean System.Xml.Schema.XmlUntypedConverter::allowListToList bool ___allowListToList_33; public: inline static int32_t get_offset_of_allowListToList_33() { return static_cast(offsetof(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF, ___allowListToList_33)); } inline bool get_allowListToList_33() const { return ___allowListToList_33; } inline bool* get_address_of_allowListToList_33() { return &___allowListToList_33; } inline void set_allowListToList_33(bool value) { ___allowListToList_33 = value; } }; // System.Object // System.Object // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2/KeyCollection // System.Collections.Generic.Dictionary`2/KeyCollection // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields, ____emptyArray_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__emptyArray_5() const { return ____emptyArray_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray XmlReflectionMemberU5BU5D_t9EF19295EF3F3B2AA3DD3C903159C04317F22A7A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC_StaticFields, ____emptyArray_5)); } inline XmlReflectionMemberU5BU5D_t9EF19295EF3F3B2AA3DD3C903159C04317F22A7A* get__emptyArray_5() const { return ____emptyArray_5; } inline XmlReflectionMemberU5BU5D_t9EF19295EF3F3B2AA3DD3C903159C04317F22A7A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(XmlReflectionMemberU5BU5D_t9EF19295EF3F3B2AA3DD3C903159C04317F22A7A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.Dictionary`2/ValueCollection // System.Collections.Generic.Dictionary`2/ValueCollection // System.Collections.Generic.Dictionary`2/ValueCollection // System.Collections.Generic.Dictionary`2/ValueCollection struct Il2CppArrayBounds; // System.Array struct Il2CppArrayBounds; // System.Array // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields { public: // System.Object[] System.Collections.ArrayList::emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___emptyArray_4; public: inline static int32_t get_offset_of_emptyArray_4() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields, ___emptyArray_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_emptyArray_4() const { return ___emptyArray_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_emptyArray_4() { return &___emptyArray_4; } inline void set_emptyArray_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___emptyArray_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_4), (void*)value); } }; // System.Collections.ArrayList // System.Attribute // System.Attribute // System.Xml.BinaryCompatibility struct BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5_StaticFields { public: // System.Boolean System.Xml.BinaryCompatibility::_targetsAtLeast_Desktop_V4_5_2 bool ____targetsAtLeast_Desktop_V4_5_2_0; public: inline static int32_t get_offset_of__targetsAtLeast_Desktop_V4_5_2_0() { return static_cast(offsetof(BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5_StaticFields, ____targetsAtLeast_Desktop_V4_5_2_0)); } inline bool get__targetsAtLeast_Desktop_V4_5_2_0() const { return ____targetsAtLeast_Desktop_V4_5_2_0; } inline bool* get_address_of__targetsAtLeast_Desktop_V4_5_2_0() { return &____targetsAtLeast_Desktop_V4_5_2_0; } inline void set__targetsAtLeast_Desktop_V4_5_2_0(bool value) { ____targetsAtLeast_Desktop_V4_5_2_0 = value; } }; // System.Xml.BinaryCompatibility // System.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.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields { public: // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___latin1Encoding_7; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___encodings_8; // System.Object System.Text.Encoding::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_15; public: inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___defaultEncoding_0)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_defaultEncoding_0() const { return ___defaultEncoding_0; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; } inline void set_defaultEncoding_0(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___defaultEncoding_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value); } inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___unicodeEncoding_1)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; } inline void set_unicodeEncoding_1(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___unicodeEncoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value); } inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___bigEndianUnicode_2)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; } inline void set_bigEndianUnicode_2(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___bigEndianUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value); } inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf7Encoding_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf7Encoding_3() const { return ___utf7Encoding_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; } inline void set_utf7Encoding_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf7Encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value); } inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf8Encoding_4)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf8Encoding_4() const { return ___utf8Encoding_4; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; } inline void set_utf8Encoding_4(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf8Encoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value); } inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf32Encoding_5)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf32Encoding_5() const { return ___utf32Encoding_5; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; } inline void set_utf32Encoding_5(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf32Encoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value); } inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___asciiEncoding_6)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_asciiEncoding_6() const { return ___asciiEncoding_6; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; } inline void set_asciiEncoding_6(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___asciiEncoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value); } inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___latin1Encoding_7)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_latin1Encoding_7() const { return ___latin1Encoding_7; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; } inline void set_latin1Encoding_7(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___latin1Encoding_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value); } inline static int32_t get_offset_of_encodings_8() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___encodings_8)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_encodings_8() const { return ___encodings_8; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_encodings_8() { return &___encodings_8; } inline void set_encodings_8(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___encodings_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_15() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___s_InternalSyncObject_15)); } inline RuntimeObject * get_s_InternalSyncObject_15() const { return ___s_InternalSyncObject_15; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_15() { return &___s_InternalSyncObject_15; } inline void set_s_InternalSyncObject_15(RuntimeObject * value) { ___s_InternalSyncObject_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_15), (void*)value); } }; // System.Text.Encoding // 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.Reflection.MemberInfo // System.Reflection.MemberInfo // System.Xml.Serialization.ObjectMap // System.Xml.Serialization.ObjectMap // System.Xml.OpenedHost // System.Xml.OpenedHost // System.Xml.Serialization.ReflectionHelper struct ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064_StaticFields { public: // System.Reflection.ParameterModifier[] System.Xml.Serialization.ReflectionHelper::empty_modifiers ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B* ___empty_modifiers_2; public: inline static int32_t get_offset_of_empty_modifiers_2() { return static_cast(offsetof(ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064_StaticFields, ___empty_modifiers_2)); } inline ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B* get_empty_modifiers_2() const { return ___empty_modifiers_2; } inline ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B** get_address_of_empty_modifiers_2() { return &___empty_modifiers_2; } inline void set_empty_modifiers_2(ParameterModifierU5BU5D_tFF6F73F1CFE837331D6AAA11CC78CE5D9B5F0A2B* value) { ___empty_modifiers_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___empty_modifiers_2), (void*)value); } }; // System.Xml.Serialization.ReflectionHelper // System.Xml.Schema.SchemaEntity // System.Xml.Schema.SchemaEntity // System.Xml.Schema.SchemaNotation // System.Xml.Schema.SchemaNotation // System.Runtime.Serialization.SerializationInfo // System.Runtime.Serialization.SerializationInfo // System.Runtime.Serialization.SerializationInfoEnumerator // System.Runtime.Serialization.SerializationInfoEnumerator // 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.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.XmlDownloadManager // System.Xml.XmlDownloadManager // System.Xml.XmlImplementation // System.Xml.XmlImplementation // System.Xml.XmlLoader // System.Xml.XmlLoader // System.Xml.Serialization.XmlMemberMapping // System.Xml.Serialization.XmlMemberMapping // 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.XmlConfiguration.XmlReaderSection // System.Xml.XmlConfiguration.XmlReaderSection // System.Xml.Serialization.XmlReflectionImporter struct XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25_StaticFields { public: // System.String System.Xml.Serialization.XmlReflectionImporter::errSimple String_t* ___errSimple_7; // System.String System.Xml.Serialization.XmlReflectionImporter::errSimple2 String_t* ___errSimple2_8; public: inline static int32_t get_offset_of_errSimple_7() { return static_cast(offsetof(XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25_StaticFields, ___errSimple_7)); } inline String_t* get_errSimple_7() const { return ___errSimple_7; } inline String_t** get_address_of_errSimple_7() { return &___errSimple_7; } inline void set_errSimple_7(String_t* value) { ___errSimple_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___errSimple_7), (void*)value); } inline static int32_t get_offset_of_errSimple2_8() { return static_cast(offsetof(XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25_StaticFields, ___errSimple2_8)); } inline String_t* get_errSimple2_8() const { return ___errSimple2_8; } inline String_t** get_address_of_errSimple2_8() { return &___errSimple2_8; } inline void set_errSimple2_8(String_t* value) { ___errSimple2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___errSimple2_8), (void*)value); } }; // System.Xml.Serialization.XmlReflectionImporter // System.Xml.Serialization.XmlReflectionMember // System.Xml.Serialization.XmlReflectionMember // 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.Serialization.XmlTypeMapMember // System.Xml.Serialization.XmlTypeMapMember // System.Xml.Schema.XmlValueConverter // System.Xml.Schema.XmlValueConverter // System.Xml.XmlWriter // System.Xml.XmlWriter // System.Xml.Serialization.EnumMap/EnumMapMember // System.Xml.Serialization.EnumMap/EnumMapMember // System.Xml.XmlDownloadManager/<>c__DisplayClass4_0 // System.Xml.XmlDownloadManager/<>c__DisplayClass4_0 // System.Xml.Serialization.XmlReflectionImporter/<>c struct U3CU3Ec_tD898F68FF0114208BD496B043E9B1E2F6D126CCE_StaticFields { public: // System.Xml.Serialization.XmlReflectionImporter/<>c System.Xml.Serialization.XmlReflectionImporter/<>c::<>9 U3CU3Ec_tD898F68FF0114208BD496B043E9B1E2F6D126CCE * ___U3CU3E9_0; // System.Comparison`1 System.Xml.Serialization.XmlReflectionImporter/<>c::<>9__28_0 Comparison_1_t44AF266C7D621EBE70F2BF21FFA6B7C2C260453A * ___U3CU3E9__28_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tD898F68FF0114208BD496B043E9B1E2F6D126CCE_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tD898F68FF0114208BD496B043E9B1E2F6D126CCE * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tD898F68FF0114208BD496B043E9B1E2F6D126CCE ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tD898F68FF0114208BD496B043E9B1E2F6D126CCE * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__28_0_1() { return static_cast(offsetof(U3CU3Ec_tD898F68FF0114208BD496B043E9B1E2F6D126CCE_StaticFields, ___U3CU3E9__28_0_1)); } inline Comparison_1_t44AF266C7D621EBE70F2BF21FFA6B7C2C260453A * get_U3CU3E9__28_0_1() const { return ___U3CU3E9__28_0_1; } inline Comparison_1_t44AF266C7D621EBE70F2BF21FFA6B7C2C260453A ** get_address_of_U3CU3E9__28_0_1() { return &___U3CU3E9__28_0_1; } inline void set_U3CU3E9__28_0_1(Comparison_1_t44AF266C7D621EBE70F2BF21FFA6B7C2C260453A * value) { ___U3CU3E9__28_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__28_0_1), (void*)value); } }; // System.Xml.Serialization.XmlReflectionImporter/<>c // System.Xml.XmlTextReaderImpl/DtdParserProxy // System.Xml.XmlTextReaderImpl/DtdParserProxy // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // 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.Nullable`1 // System.Nullable`1 // System.Runtime.CompilerServices.AsyncMethodBuilderCore // System.Runtime.CompilerServices.AsyncMethodBuilderCore // 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.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.Xml.Serialization.EnumMap // System.Xml.Serialization.EnumMap // System.Reflection.FieldInfo // System.Reflection.FieldInfo // System.Int16 // System.Int16 // System.Int32 // System.Int32 // System.Int64 // System.Int64 // System.IntPtr struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // System.IntPtr // System.Xml.LineInfo // System.Xml.LineInfo // System.Xml.Serialization.ListMap // System.Xml.Serialization.ListMap // System.Reflection.MethodBase // System.Reflection.MethodBase // System.Reflection.PropertyInfo // System.Reflection.PropertyInfo // System.SByte // System.SByte // System.Runtime.Serialization.SerializationEntry // System.Runtime.Serialization.SerializationEntry // 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.UInt16 // System.UInt16 // System.UInt32 // System.UInt32 // System.UInt64 // System.UInt64 // System.Void // System.Void // System.Net.WebResponse // System.Net.WebResponse // System.Xml.XPath.XPathNavigator struct XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_StaticFields { public: // System.Xml.XPath.XPathNavigatorKeyComparer System.Xml.XPath.XPathNavigator::comparer XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A * ___comparer_0; // System.Char[] System.Xml.XPath.XPathNavigator::NodeTypeLetter CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___NodeTypeLetter_1; // System.Char[] System.Xml.XPath.XPathNavigator::UniqueIdTbl CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___UniqueIdTbl_2; // System.Int32[] System.Xml.XPath.XPathNavigator::ContentKindMasks Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ContentKindMasks_3; public: inline static int32_t get_offset_of_comparer_0() { return static_cast(offsetof(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_StaticFields, ___comparer_0)); } inline XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A * get_comparer_0() const { return ___comparer_0; } inline XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A ** get_address_of_comparer_0() { return &___comparer_0; } inline void set_comparer_0(XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A * value) { ___comparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_0), (void*)value); } inline static int32_t get_offset_of_NodeTypeLetter_1() { return static_cast(offsetof(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_StaticFields, ___NodeTypeLetter_1)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_NodeTypeLetter_1() const { return ___NodeTypeLetter_1; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_NodeTypeLetter_1() { return &___NodeTypeLetter_1; } inline void set_NodeTypeLetter_1(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___NodeTypeLetter_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___NodeTypeLetter_1), (void*)value); } inline static int32_t get_offset_of_UniqueIdTbl_2() { return static_cast(offsetof(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_StaticFields, ___UniqueIdTbl_2)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_UniqueIdTbl_2() const { return ___UniqueIdTbl_2; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_UniqueIdTbl_2() { return &___UniqueIdTbl_2; } inline void set_UniqueIdTbl_2(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___UniqueIdTbl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___UniqueIdTbl_2), (void*)value); } inline static int32_t get_offset_of_ContentKindMasks_3() { return static_cast(offsetof(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_StaticFields, ___ContentKindMasks_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ContentKindMasks_3() const { return ___ContentKindMasks_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ContentKindMasks_3() { return &___ContentKindMasks_3; } inline void set_ContentKindMasks_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ContentKindMasks_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___ContentKindMasks_3), (void*)value); } }; // System.Xml.XPath.XPathNavigator // 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.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.Serialization.XmlElementAttributes // System.Xml.Serialization.XmlElementAttributes // System.Xml.Serialization.XmlElementEventArgs // System.Xml.Serialization.XmlElementEventArgs // System.Xml.XmlEntity // System.Xml.XmlEntity // System.Xml.Serialization.XmlEnumAttribute // System.Xml.Serialization.XmlEnumAttribute // System.Xml.Serialization.XmlIgnoreAttribute // System.Xml.Serialization.XmlIgnoreAttribute // System.Xml.Serialization.XmlIncludeAttribute // System.Xml.Serialization.XmlIncludeAttribute // System.Xml.XmlLinkedNode // System.Xml.XmlLinkedNode // System.Xml.XmlNameEx // System.Xml.XmlNameEx // System.Xml.Serialization.XmlNamespaceDeclarationsAttribute // System.Xml.Serialization.XmlNamespaceDeclarationsAttribute // System.Xml.Serialization.XmlNodeEventArgs // System.Xml.Serialization.XmlNodeEventArgs // System.Xml.XmlNotation // System.Xml.XmlNotation // 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.Serialization.XmlTypeMapElementInfoList // System.Xml.Serialization.XmlTypeMapElementInfoList // System.Xml.Serialization.XmlTypeMapMemberAnyAttribute // System.Xml.Serialization.XmlTypeMapMemberAnyAttribute // System.Xml.Serialization.XmlTypeMapMemberElement // System.Xml.Serialization.XmlTypeMapMemberElement // System.Xml.Serialization.XmlTypeMapMemberNamespaces // System.Xml.Serialization.XmlTypeMapMemberNamespaces // System.Xml.XmlUrlResolver struct XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1_StaticFields { public: // System.Object System.Xml.XmlUrlResolver::s_DownloadManager RuntimeObject * ___s_DownloadManager_0; public: inline static int32_t get_offset_of_s_DownloadManager_0() { return static_cast(offsetof(XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1_StaticFields, ___s_DownloadManager_0)); } inline RuntimeObject * get_s_DownloadManager_0() const { return ___s_DownloadManager_0; } inline RuntimeObject ** get_address_of_s_DownloadManager_0() { return &___s_DownloadManager_0; } inline void set_s_DownloadManager_0(RuntimeObject * value) { ___s_DownloadManager_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DownloadManager_0), (void*)value); } }; // System.Xml.XmlUrlResolver // System.Xml.XmlNamedNodeMap/SmallXmlNodeList // System.Xml.XmlNamedNodeMap/SmallXmlNodeList // System.Xml.XmlNamespaceManager/NamespaceDeclaration // System.Xml.XmlNamespaceManager/NamespaceDeclaration // System.Xml.XmlTextReaderImpl/ParsingState // System.Xml.XmlTextReaderImpl/ParsingState // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.Dictionary`2/Enumerator // System.Collections.Generic.Dictionary`2/Enumerator // System.Net.Security.AuthenticationLevel // System.Net.Security.AuthenticationLevel // System.Reflection.BindingFlags // System.Reflection.BindingFlags // System.Xml.Serialization.ClassMap // System.Xml.Serialization.ClassMap // System.Xml.ConformanceLevel // System.Xml.ConformanceLevel // 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.Net.DecompressionMethods // System.Net.DecompressionMethods // System.Delegate // System.Delegate // System.Xml.DtdProcessing // System.Xml.DtdProcessing // 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.IO.FileAccess // System.IO.FileAccess // System.IO.FileMode // System.IO.FileMode // System.IO.FileShare // System.IO.FileShare // System.Collections.Hashtable // System.Collections.Hashtable // System.IO.MemoryStream // System.IO.MemoryStream // System.Reflection.MethodInfo // System.Reflection.MethodInfo // System.Reflection.ParameterAttributes // System.Reflection.ParameterAttributes // System.Xml.ReadState // System.Xml.ReadState // System.Net.Cache.RequestCacheLevel // System.Net.Cache.RequestCacheLevel // System.RuntimeTypeHandle // System.RuntimeTypeHandle // System.Xml.Schema.SchemaType // System.Xml.Schema.SchemaType // System.Xml.Serialization.SchemaTypes // System.Xml.Serialization.SchemaTypes // System.Xml.Serialization.SerializationFormat // System.Xml.Serialization.SerializationFormat // System.Net.ServicePoint // System.Net.ServicePoint // System.Runtime.Serialization.StreamingContextStates // System.Runtime.Serialization.StreamingContextStates // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields { public: // System.Int32 System.Threading.Tasks.Task::s_taskIdCounter int32_t ___s_taskIdCounter_2; // System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::s_factory TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * ___s_factory_3; // System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel RuntimeObject * ___s_taskCompletionSentinel_29; // System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled bool ___s_asyncDebuggingEnabled_30; // System.Collections.Generic.Dictionary`2 System.Threading.Tasks.Task::s_currentActiveTasks Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * ___s_currentActiveTasks_31; // System.Object System.Threading.Tasks.Task::s_activeTasksLock RuntimeObject * ___s_activeTasksLock_32; // System.Action`1 System.Threading.Tasks.Task::s_taskCancelCallback Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_taskCancelCallback_34; // System.Func`1 System.Threading.Tasks.Task::s_createContingentProperties Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * ___s_createContingentProperties_35; // System.Threading.Tasks.Task System.Threading.Tasks.Task::s_completedTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___s_completedTask_36; // System.Predicate`1 System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * ___s_IsExceptionObservedByParentPredicate_37; // System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * ___s_ecCallback_38; // System.Predicate`1 System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___s_IsTaskContinuationNullPredicate_39; public: inline static int32_t get_offset_of_s_taskIdCounter_2() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskIdCounter_2)); } inline int32_t get_s_taskIdCounter_2() const { return ___s_taskIdCounter_2; } inline int32_t* get_address_of_s_taskIdCounter_2() { return &___s_taskIdCounter_2; } inline void set_s_taskIdCounter_2(int32_t value) { ___s_taskIdCounter_2 = value; } inline static int32_t get_offset_of_s_factory_3() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_factory_3)); } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * get_s_factory_3() const { return ___s_factory_3; } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B ** get_address_of_s_factory_3() { return &___s_factory_3; } inline void set_s_factory_3(TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * value) { ___s_factory_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_factory_3), (void*)value); } inline static int32_t get_offset_of_s_taskCompletionSentinel_29() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCompletionSentinel_29)); } inline RuntimeObject * get_s_taskCompletionSentinel_29() const { return ___s_taskCompletionSentinel_29; } inline RuntimeObject ** get_address_of_s_taskCompletionSentinel_29() { return &___s_taskCompletionSentinel_29; } inline void set_s_taskCompletionSentinel_29(RuntimeObject * value) { ___s_taskCompletionSentinel_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCompletionSentinel_29), (void*)value); } inline static int32_t get_offset_of_s_asyncDebuggingEnabled_30() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_asyncDebuggingEnabled_30)); } inline bool get_s_asyncDebuggingEnabled_30() const { return ___s_asyncDebuggingEnabled_30; } inline bool* get_address_of_s_asyncDebuggingEnabled_30() { return &___s_asyncDebuggingEnabled_30; } inline void set_s_asyncDebuggingEnabled_30(bool value) { ___s_asyncDebuggingEnabled_30 = value; } inline static int32_t get_offset_of_s_currentActiveTasks_31() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_currentActiveTasks_31)); } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * get_s_currentActiveTasks_31() const { return ___s_currentActiveTasks_31; } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 ** get_address_of_s_currentActiveTasks_31() { return &___s_currentActiveTasks_31; } inline void set_s_currentActiveTasks_31(Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * value) { ___s_currentActiveTasks_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_currentActiveTasks_31), (void*)value); } inline static int32_t get_offset_of_s_activeTasksLock_32() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_activeTasksLock_32)); } inline RuntimeObject * get_s_activeTasksLock_32() const { return ___s_activeTasksLock_32; } inline RuntimeObject ** get_address_of_s_activeTasksLock_32() { return &___s_activeTasksLock_32; } inline void set_s_activeTasksLock_32(RuntimeObject * value) { ___s_activeTasksLock_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_activeTasksLock_32), (void*)value); } inline static int32_t get_offset_of_s_taskCancelCallback_34() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCancelCallback_34)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_taskCancelCallback_34() const { return ___s_taskCancelCallback_34; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_taskCancelCallback_34() { return &___s_taskCancelCallback_34; } inline void set_s_taskCancelCallback_34(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_taskCancelCallback_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCancelCallback_34), (void*)value); } inline static int32_t get_offset_of_s_createContingentProperties_35() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_createContingentProperties_35)); } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * get_s_createContingentProperties_35() const { return ___s_createContingentProperties_35; } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B ** get_address_of_s_createContingentProperties_35() { return &___s_createContingentProperties_35; } inline void set_s_createContingentProperties_35(Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * value) { ___s_createContingentProperties_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_createContingentProperties_35), (void*)value); } inline static int32_t get_offset_of_s_completedTask_36() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_completedTask_36)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_s_completedTask_36() const { return ___s_completedTask_36; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_s_completedTask_36() { return &___s_completedTask_36; } inline void set_s_completedTask_36(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___s_completedTask_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_completedTask_36), (void*)value); } inline static int32_t get_offset_of_s_IsExceptionObservedByParentPredicate_37() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsExceptionObservedByParentPredicate_37)); } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * get_s_IsExceptionObservedByParentPredicate_37() const { return ___s_IsExceptionObservedByParentPredicate_37; } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD ** get_address_of_s_IsExceptionObservedByParentPredicate_37() { return &___s_IsExceptionObservedByParentPredicate_37; } inline void set_s_IsExceptionObservedByParentPredicate_37(Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * value) { ___s_IsExceptionObservedByParentPredicate_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsExceptionObservedByParentPredicate_37), (void*)value); } inline static int32_t get_offset_of_s_ecCallback_38() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_ecCallback_38)); } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * get_s_ecCallback_38() const { return ___s_ecCallback_38; } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B ** get_address_of_s_ecCallback_38() { return &___s_ecCallback_38; } inline void set_s_ecCallback_38(ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * value) { ___s_ecCallback_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ecCallback_38), (void*)value); } inline static int32_t get_offset_of_s_IsTaskContinuationNullPredicate_39() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsTaskContinuationNullPredicate_39)); } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * get_s_IsTaskContinuationNullPredicate_39() const { return ___s_IsTaskContinuationNullPredicate_39; } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB ** get_address_of_s_IsTaskContinuationNullPredicate_39() { return &___s_IsTaskContinuationNullPredicate_39; } inline void set_s_IsTaskContinuationNullPredicate_39(Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * value) { ___s_IsTaskContinuationNullPredicate_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsTaskContinuationNullPredicate_39), (void*)value); } }; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields { public: // System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___t_currentTask_0; // System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * ___t_stackGuard_1; public: inline static int32_t get_offset_of_t_currentTask_0() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_currentTask_0)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_t_currentTask_0() const { return ___t_currentTask_0; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_t_currentTask_0() { return &___t_currentTask_0; } inline void set_t_currentTask_0(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___t_currentTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_currentTask_0), (void*)value); } inline static int32_t get_offset_of_t_stackGuard_1() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_stackGuard_1)); } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * get_t_stackGuard_1() const { return ___t_stackGuard_1; } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D ** get_address_of_t_stackGuard_1() { return &___t_stackGuard_1; } inline void set_t_stackGuard_1(StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * value) { ___t_stackGuard_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_stackGuard_1), (void*)value); } }; // 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.Security.Principal.TokenImpersonationLevel // System.Security.Principal.TokenImpersonationLevel // System.TypeCode // System.TypeCode // System.UriIdnScope // System.UriIdnScope // System.Xml.ValidationType // System.Xml.ValidationType // System.Xml.WhitespaceHandling // System.Xml.WhitespaceHandling // System.Xml.XmlCharacterData // System.Xml.XmlCharacterData // 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.XmlRegisteredNonCachedStream // System.Xml.XmlRegisteredNonCachedStream // System.Xml.Schema.XmlSchemaAttribute // System.Xml.Schema.XmlSchemaAttribute // 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.XmlSchemaValidationFlags // System.Xml.Schema.XmlSchemaValidationFlags // System.Xml.Schema.XmlSchemaValidity // System.Xml.Schema.XmlSchemaValidity // System.Xml.XmlSpace // System.Xml.XmlSpace // System.Xml.XmlTokenizedType // System.Xml.XmlTokenizedType // System.Xml.Schema.XmlTypeCode // System.Xml.Schema.XmlTypeCode // System.Xml.Serialization.XmlTypeMapMemberExpandable // System.Xml.Serialization.XmlTypeMapMemberExpandable // System.Xml.Serialization.XmlTypeMapMemberList // System.Xml.Serialization.XmlTypeMapMemberList // System.Xml.XmlUnspecifiedAttribute // System.Xml.XmlUnspecifiedAttribute // System.Net.HttpWebRequest/NtlmAuthState // System.Net.HttpWebRequest/NtlmAuthState // 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.XmlSchemaParticle/Occurs // System.Xml.Schema.XmlSchemaParticle/Occurs // System.Xml.XmlTextReaderImpl/IncrementalReadState // System.Xml.XmlTextReaderImpl/IncrementalReadState // System.Xml.XmlTextReaderImpl/ParsingFunction // System.Xml.XmlTextReaderImpl/ParsingFunction // System.Xml.XmlTextReaderImpl/ParsingMode // System.Xml.XmlTextReaderImpl/ParsingMode // System.Threading.Tasks.Task`1 struct Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_t4F381CB16ECB0701C89F772EAF8F5DCD3A8E5F8B * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_tAED7D799F8DF45785D811BDBACC7E9480C0B901B * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_t4F381CB16ECB0701C89F772EAF8F5DCD3A8E5F8B * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_t4F381CB16ECB0701C89F772EAF8F5DCD3A8E5F8B ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_t4F381CB16ECB0701C89F772EAF8F5DCD3A8E5F8B * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_tAED7D799F8DF45785D811BDBACC7E9480C0B901B * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_tAED7D799F8DF45785D811BDBACC7E9480C0B901B ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_tAED7D799F8DF45785D811BDBACC7E9480C0B901B * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Threading.Tasks.Task`1 // System.IO.FileStream struct FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_StaticFields { public: // System.Byte[] System.IO.FileStream::buf_recycle ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_recycle_5; // System.Object System.IO.FileStream::buf_recycle_lock RuntimeObject * ___buf_recycle_lock_6; public: inline static int32_t get_offset_of_buf_recycle_5() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_StaticFields, ___buf_recycle_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_recycle_5() const { return ___buf_recycle_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_recycle_5() { return &___buf_recycle_5; } inline void set_buf_recycle_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_recycle_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_5), (void*)value); } inline static int32_t get_offset_of_buf_recycle_lock_6() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_StaticFields, ___buf_recycle_lock_6)); } inline RuntimeObject * get_buf_recycle_lock_6() const { return ___buf_recycle_lock_6; } inline RuntimeObject ** get_address_of_buf_recycle_lock_6() { return &___buf_recycle_lock_6; } inline void set_buf_recycle_lock_6(RuntimeObject * value) { ___buf_recycle_lock_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_lock_6), (void*)value); } }; // System.IO.FileStream // System.MulticastDelegate // System.MulticastDelegate // System.Reflection.ParameterInfo // System.Reflection.ParameterInfo // System.Net.Cache.RequestCachePolicy // System.Net.Cache.RequestCachePolicy // System.Xml.Schema.SchemaDeclBase // System.Xml.Schema.SchemaDeclBase // System.Xml.Schema.SchemaInfo // System.Xml.Schema.SchemaInfo // System.Runtime.Serialization.StreamingContext // System.Runtime.Serialization.StreamingContext // 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.Net.WebRequest struct WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields { public: // System.Collections.ArrayList modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_PrefixList ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___s_PrefixList_1; // System.Object System.Net.WebRequest::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_2; // System.Net.TimerThread/Queue System.Net.WebRequest::s_DefaultTimerQueue Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB * ___s_DefaultTimerQueue_3; // System.Net.WebRequest/DesignerWebRequestCreate System.Net.WebRequest::webRequestCreate DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A * ___webRequestCreate_9; // System.Net.IWebProxy modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_DefaultWebProxy RuntimeObject* ___s_DefaultWebProxy_10; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_DefaultWebProxyInitialized bool ___s_DefaultWebProxyInitialized_11; public: inline static int32_t get_offset_of_s_PrefixList_1() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___s_PrefixList_1)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_s_PrefixList_1() const { return ___s_PrefixList_1; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_s_PrefixList_1() { return &___s_PrefixList_1; } inline void set_s_PrefixList_1(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___s_PrefixList_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_PrefixList_1), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_2() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___s_InternalSyncObject_2)); } inline RuntimeObject * get_s_InternalSyncObject_2() const { return ___s_InternalSyncObject_2; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_2() { return &___s_InternalSyncObject_2; } inline void set_s_InternalSyncObject_2(RuntimeObject * value) { ___s_InternalSyncObject_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_2), (void*)value); } inline static int32_t get_offset_of_s_DefaultTimerQueue_3() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___s_DefaultTimerQueue_3)); } inline Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB * get_s_DefaultTimerQueue_3() const { return ___s_DefaultTimerQueue_3; } inline Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB ** get_address_of_s_DefaultTimerQueue_3() { return &___s_DefaultTimerQueue_3; } inline void set_s_DefaultTimerQueue_3(Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB * value) { ___s_DefaultTimerQueue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultTimerQueue_3), (void*)value); } inline static int32_t get_offset_of_webRequestCreate_9() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___webRequestCreate_9)); } inline DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A * get_webRequestCreate_9() const { return ___webRequestCreate_9; } inline DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A ** get_address_of_webRequestCreate_9() { return &___webRequestCreate_9; } inline void set_webRequestCreate_9(DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A * value) { ___webRequestCreate_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___webRequestCreate_9), (void*)value); } inline static int32_t get_offset_of_s_DefaultWebProxy_10() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___s_DefaultWebProxy_10)); } inline RuntimeObject* get_s_DefaultWebProxy_10() const { return ___s_DefaultWebProxy_10; } inline RuntimeObject** get_address_of_s_DefaultWebProxy_10() { return &___s_DefaultWebProxy_10; } inline void set_s_DefaultWebProxy_10(RuntimeObject* value) { ___s_DefaultWebProxy_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultWebProxy_10), (void*)value); } inline static int32_t get_offset_of_s_DefaultWebProxyInitialized_11() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___s_DefaultWebProxyInitialized_11)); } inline bool get_s_DefaultWebProxyInitialized_11() const { return ___s_DefaultWebProxyInitialized_11; } inline bool* get_address_of_s_DefaultWebProxyInitialized_11() { return &___s_DefaultWebProxyInitialized_11; } inline void set_s_DefaultWebProxyInitialized_11(bool value) { ___s_DefaultWebProxyInitialized_11 = value; } }; // System.Net.WebRequest // 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.Serialization.XmlMapping // System.Xml.Serialization.XmlMapping // System.Xml.XmlNodeChangedEventArgs // System.Xml.XmlNodeChangedEventArgs // System.Xml.XmlParserContext // System.Xml.XmlParserContext // System.Xml.XmlReaderSettings struct XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_StaticFields { public: // System.Nullable`1 System.Xml.XmlReaderSettings::s_enableLegacyXmlSettings Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___s_enableLegacyXmlSettings_19; public: inline static int32_t get_offset_of_s_enableLegacyXmlSettings_19() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_StaticFields, ___s_enableLegacyXmlSettings_19)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get_s_enableLegacyXmlSettings_19() const { return ___s_enableLegacyXmlSettings_19; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of_s_enableLegacyXmlSettings_19() { return &___s_enableLegacyXmlSettings_19; } inline void set_s_enableLegacyXmlSettings_19(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ___s_enableLegacyXmlSettings_19 = value; } }; // System.Xml.XmlReaderSettings // System.Xml.Schema.XmlSchemaParticle struct XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789_StaticFields { public: // System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaParticle::Empty XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * ___Empty_3; public: inline static int32_t get_offset_of_Empty_3() { return static_cast(offsetof(XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789_StaticFields, ___Empty_3)); } inline XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * get_Empty_3() const { return ___Empty_3; } inline XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 ** get_address_of_Empty_3() { return &___Empty_3; } inline void set_Empty_3(XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * value) { ___Empty_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_3), (void*)value); } }; // System.Xml.Schema.XmlSchemaParticle // System.Xml.Schema.XmlSchemaType // System.Xml.Schema.XmlSchemaType // System.Xml.XmlSignificantWhitespace // System.Xml.XmlSignificantWhitespace // System.Xml.XmlText // System.Xml.XmlText // System.Xml.XmlTextReaderImpl // System.Xml.XmlTextReaderImpl // System.Xml.Serialization.XmlTypeMapElementInfo // System.Xml.Serialization.XmlTypeMapElementInfo // System.Xml.Serialization.XmlTypeMapMemberAnyElement // System.Xml.Serialization.XmlTypeMapMemberAnyElement // System.Xml.Serialization.XmlTypeMapMemberAttribute // System.Xml.Serialization.XmlTypeMapMemberAttribute // System.Xml.Serialization.XmlTypeMapMemberFlatList // System.Xml.Serialization.XmlTypeMapMemberFlatList // System.Xml.XmlWhitespace // System.Xml.XmlWhitespace // System.Net.HttpWebRequest/AuthorizationState // System.Net.HttpWebRequest/AuthorizationState // System.Xml.XmlDownloadManager/d__5 // System.Xml.XmlDownloadManager/d__5 // System.Comparison`1 // System.Comparison`1 // System.Func`1 // System.Func`1 // System.ArgumentException // System.ArgumentException // System.AsyncCallback // System.AsyncCallback // System.Net.HttpWebRequest struct HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_StaticFields { public: // System.Int32 System.Net.HttpWebRequest::defaultMaxResponseHeadersLength int32_t ___defaultMaxResponseHeadersLength_54; public: inline static int32_t get_offset_of_defaultMaxResponseHeadersLength_54() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_StaticFields, ___defaultMaxResponseHeadersLength_54)); } inline int32_t get_defaultMaxResponseHeadersLength_54() const { return ___defaultMaxResponseHeadersLength_54; } inline int32_t* get_address_of_defaultMaxResponseHeadersLength_54() { return &___defaultMaxResponseHeadersLength_54; } inline void set_defaultMaxResponseHeadersLength_54(int32_t value) { ___defaultMaxResponseHeadersLength_54 = value; } }; // System.Net.HttpWebRequest // System.InvalidCastException // System.InvalidCastException // System.InvalidOperationException // System.InvalidOperationException // System.Resources.MissingManifestResourceException // System.Resources.MissingManifestResourceException // System.NotSupportedException // System.NotSupportedException // 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.XmlElementEventHandler // System.Xml.Serialization.XmlElementEventHandler // System.Xml.XmlException // System.Xml.XmlException // System.Xml.Schema.XmlListConverter // System.Xml.Schema.XmlListConverter // System.Xml.Serialization.XmlMembersMapping // System.Xml.Serialization.XmlMembersMapping // System.Xml.Schema.XmlMiscConverter // System.Xml.Schema.XmlMiscConverter // System.Xml.XmlNodeChangedEventHandler // System.Xml.XmlNodeChangedEventHandler // System.Xml.Serialization.XmlNodeEventHandler // System.Xml.Serialization.XmlNodeEventHandler // System.Xml.Schema.XmlNumeric10Converter // System.Xml.Schema.XmlNumeric10Converter // System.Xml.Schema.XmlNumeric2Converter // System.Xml.Schema.XmlNumeric2Converter // System.Xml.Schema.XmlSchemaElement // System.Xml.Schema.XmlSchemaElement // System.Xml.Schema.XmlSchemaSimpleType // System.Xml.Schema.XmlSchemaSimpleType // System.Xml.Serialization.XmlTypeMapping // System.Xml.Serialization.XmlTypeMapping // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate // System.ArgumentNullException // System.ArgumentNullException // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields { public: // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage String_t* ____rangeMessage_18; public: inline static int32_t get_offset_of__rangeMessage_18() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields, ____rangeMessage_18)); } inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; } inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; } inline void set__rangeMessage_18(String_t* value) { ____rangeMessage_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value); } }; // System.ArgumentOutOfRangeException // System.Xml.Schema.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 // System.Xml.Serialization.XmlSerializableMapping // System.Xml.Serialization.XmlSerializableMapping // System.Xml.Schema.XmlUntypedConverter struct XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_StaticFields { public: // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlUntypedConverter::Untyped XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___Untyped_34; // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlUntypedConverter::UntypedList XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___UntypedList_35; public: inline static int32_t get_offset_of_Untyped_34() { return static_cast(offsetof(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_StaticFields, ___Untyped_34)); } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * get_Untyped_34() const { return ___Untyped_34; } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 ** get_address_of_Untyped_34() { return &___Untyped_34; } inline void set_Untyped_34(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * value) { ___Untyped_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___Untyped_34), (void*)value); } inline static int32_t get_offset_of_UntypedList_35() { return static_cast(offsetof(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_StaticFields, ___UntypedList_35)); } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * get_UntypedList_35() const { return ___UntypedList_35; } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 ** get_address_of_UntypedList_35() { return &___UntypedList_35; } inline void set_UntypedList_35(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * value) { ___UntypedList_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___UntypedList_35), (void*)value); } }; // System.Xml.Schema.XmlUntypedConverter #ifdef __clang__ #pragma clang diagnostic pop #endif // 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.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.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.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.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C : public RuntimeArray { public: ALIGN_FIELD (8) bool m_Items[1]; public: inline bool GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline bool* 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, bool value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline bool GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, bool value) { m_Items[index] = 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.Byte[][] struct ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D : public RuntimeArray { public: ALIGN_FIELD (8) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* m_Items[1]; public: inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** 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, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.DateTime[] struct DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1 : public RuntimeArray { public: ALIGN_FIELD (8) DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 m_Items[1]; public: inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * 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, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { m_Items[index] = value; } }; // System.DateTimeOffset[] struct DateTimeOffsetU5BU5D_t81746224316E5FC7189685EFB35488C8CED41826 : public RuntimeArray { public: ALIGN_FIELD (8) DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 m_Items[1]; public: inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * 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, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 value) { m_Items[index] = value; } }; // System.Decimal[] struct DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA : public RuntimeArray { public: ALIGN_FIELD (8) Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 m_Items[1]; public: inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * 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, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { m_Items[index] = value; } }; // System.Double[] struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB : public RuntimeArray { public: ALIGN_FIELD (8) double m_Items[1]; public: inline double GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline double* 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, double value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline double GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline double* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, double value) { m_Items[index] = value; } }; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD : public RuntimeArray { public: ALIGN_FIELD (8) int16_t m_Items[1]; public: inline int16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int16_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, int16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int16_t value) { m_Items[index] = value; } }; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.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.SByte[] struct SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7 : public RuntimeArray { public: ALIGN_FIELD (8) int8_t m_Items[1]; public: inline int8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int8_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, int8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int8_t value) { m_Items[index] = value; } }; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA : public RuntimeArray { public: ALIGN_FIELD (8) float m_Items[1]; public: inline float GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline float* 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, float value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline float GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline float* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, float value) { m_Items[index] = value; } }; // System.TimeSpan[] struct TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545 : public RuntimeArray { public: ALIGN_FIELD (8) TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 m_Items[1]; public: inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * 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, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { m_Items[index] = value; } }; // System.UInt16[] struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67 : public RuntimeArray { public: ALIGN_FIELD (8) uint16_t m_Items[1]; public: inline uint16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint16_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, uint16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint16_t value) { m_Items[index] = value; } }; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2 : public RuntimeArray { public: ALIGN_FIELD (8) uint64_t m_Items[1]; public: inline uint64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint64_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, uint64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint64_t value) { m_Items[index] = value; } }; // System.Uri[] struct UriU5BU5D_tC686E8C5B661035A1A4E16DDDCDEC4949DDB6A00 : public RuntimeArray { public: ALIGN_FIELD (8) Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * m_Items[1]; public: inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** 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, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Xml.Schema.XmlAtomicValue[] struct XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9 : public RuntimeArray { public: ALIGN_FIELD (8) XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * m_Items[1]; public: inline XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Xml.XmlQualifiedName[] struct XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97 : public RuntimeArray { public: ALIGN_FIELD (8) XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * m_Items[1]; public: inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Xml.XPath.XPathItem[] struct XPathItemU5BU5D_t1CA2C0DFA3C223B4D6D55B5C8EEBAE6F03048466 : public RuntimeArray { public: ALIGN_FIELD (8) XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 * m_Items[1]; public: inline XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 ** 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, XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Xml.XPath.XPathNavigator[] struct XPathNavigatorU5BU5D_tA353A28494A4B90917938F631210FB020A8E4BF8 : public RuntimeArray { public: ALIGN_FIELD (8) XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * m_Items[1]; public: inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 ** 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, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Xml.Serialization.XmlMemberMapping[] struct XmlMemberMappingU5BU5D_t78E3F87812D4D5F00632824BE14343BEDF0B4DD7 : public RuntimeArray { public: ALIGN_FIELD (8) XmlMemberMapping_t9C377A78143EB983365CFE02F934C5C0B579C3FF * m_Items[1]; public: inline XmlMemberMapping_t9C377A78143EB983365CFE02F934C5C0B579C3FF * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XmlMemberMapping_t9C377A78143EB983365CFE02F934C5C0B579C3FF ** 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, XmlMemberMapping_t9C377A78143EB983365CFE02F934C5C0B579C3FF * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline XmlMemberMapping_t9C377A78143EB983365CFE02F934C5C0B579C3FF * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XmlMemberMapping_t9C377A78143EB983365CFE02F934C5C0B579C3FF ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XmlMemberMapping_t9C377A78143EB983365CFE02F934C5C0B579C3FF * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Xml.XmlNamespaceManager/NamespaceDeclaration[] struct NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5 : public RuntimeArray { public: ALIGN_FIELD (8) NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 m_Items[1]; public: inline NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 * 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, NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___prefix_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___uri_1), (void*)NULL); #endif } inline NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___prefix_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___uri_1), (void*)NULL); #endif } }; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755 : public RuntimeArray { public: ALIGN_FIELD (8) Type_t * m_Items[1]; public: inline Type_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Type_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, Type_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Xml.Serialization.XmlIncludeAttribute[] struct XmlIncludeAttributeU5BU5D_tA39956E37F8603A8939D81A43D2DBE566CB3F9EF : public RuntimeArray { public: ALIGN_FIELD (8) XmlIncludeAttribute_tCFBD14CDEA32E248DAFE2560072A8E8129453E0C * m_Items[1]; public: inline XmlIncludeAttribute_tCFBD14CDEA32E248DAFE2560072A8E8129453E0C * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XmlIncludeAttribute_tCFBD14CDEA32E248DAFE2560072A8E8129453E0C ** 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, XmlIncludeAttribute_tCFBD14CDEA32E248DAFE2560072A8E8129453E0C * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline XmlIncludeAttribute_tCFBD14CDEA32E248DAFE2560072A8E8129453E0C * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XmlIncludeAttribute_tCFBD14CDEA32E248DAFE2560072A8E8129453E0C ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XmlIncludeAttribute_tCFBD14CDEA32E248DAFE2560072A8E8129453E0C * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Xml.Serialization.EnumMap/EnumMapMember[] struct EnumMapMemberU5BU5D_t07A96D3D51D0592FBA40BC8DB07055475869F868 : public RuntimeArray { public: ALIGN_FIELD (8) EnumMapMember_tFA6EE72534779063BD134A3DF65945A5337B4D78 * m_Items[1]; public: inline EnumMapMember_tFA6EE72534779063BD134A3DF65945A5337B4D78 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline EnumMapMember_tFA6EE72534779063BD134A3DF65945A5337B4D78 ** 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, EnumMapMember_tFA6EE72534779063BD134A3DF65945A5337B4D78 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline EnumMapMember_tFA6EE72534779063BD134A3DF65945A5337B4D78 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline EnumMapMember_tFA6EE72534779063BD134A3DF65945A5337B4D78 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, EnumMapMember_tFA6EE72534779063BD134A3DF65945A5337B4D78 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.FieldInfo[] struct FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E : public RuntimeArray { public: ALIGN_FIELD (8) FieldInfo_t * m_Items[1]; public: inline FieldInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline FieldInfo_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, FieldInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline FieldInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline FieldInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, FieldInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.PropertyInfo[] struct PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A : public RuntimeArray { public: ALIGN_FIELD (8) PropertyInfo_t * m_Items[1]; public: inline PropertyInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PropertyInfo_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, PropertyInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline PropertyInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PropertyInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PropertyInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.ParameterInfo[] struct ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B : public RuntimeArray { public: ALIGN_FIELD (8) ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * m_Items[1]; public: inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 ** 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, ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterInfo_t9D9DBDD93E685815E35F4F6D6F58E90EBC8852B7 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.MemberInfo[] struct MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E : public RuntimeArray { public: ALIGN_FIELD (8) MemberInfo_t * m_Items[1]; public: inline MemberInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemberInfo_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, MemberInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline MemberInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemberInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemberInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_m2A4FE889FB540EA198F7757D17DC2290461E5EE9_gshared (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Threading.Tasks.Task::Run(System.Func`1) IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * Task_Run_TisRuntimeObject_m313354808DA22AD61FE0A3FC04AAD58BE4270C84_gshared (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___function0, const RuntimeMethod* method); // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 AsyncTaskMethodBuilder_1_Create_mE593F9E703EBA7EF294FAC0F5C20F69AF4D08C26_gshared (const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__5>(!!0&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782_m082939A9300C60D042D8E5FDF42FDC520A643D6A_gshared (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782 * ___stateMachine0, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * AsyncTaskMethodBuilder_1_get_Task_m61DEC300353320E428E17DA0D59D61974F4415BB_gshared (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* XmlListConverter_ToArray_TisRuntimeObject_m67401E3B3A55B23E4975F0ACDB6D71CB12C00F7F_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* XmlListConverter_ToArray_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m7EB986C5C76F5F37E773C0B36794B0584B18CA03_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* XmlListConverter_ToArray_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m7647A566B3BAF65E33CE091598D951B8A850EF7F_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1* XmlListConverter_ToArray_TisDateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_m67E14F3803837CE531A719D512EC004D23A56B15_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffsetU5BU5D_t81746224316E5FC7189685EFB35488C8CED41826* XmlListConverter_ToArray_TisDateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_m2A061FA61E22BBF8945BA0FBDB26239E6338263D_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* XmlListConverter_ToArray_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m7084411DEE501307DEA2EA40122704E7152D9BFF_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* XmlListConverter_ToArray_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m6BEBA60BA179707839A4456F1FA3690E77BCE813_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* XmlListConverter_ToArray_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_mD928FA7E155D7BC8014BD995E2A4A184347990F7_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* XmlListConverter_ToArray_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m15714A23D7C6701FB536EBFBDAA15DE6C97DEB81_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* XmlListConverter_ToArray_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_mDD1F72EF7560BCCDA6DB25FC9D441BD204763DCB_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* XmlListConverter_ToArray_TisSByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_m4BE75BE01AD0B9442E284F30311EFE22BE4853F6_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* XmlListConverter_ToArray_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m732749002501767553BB0EC8E96EAB7E85628666_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545* XmlListConverter_ToArray_TisTimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_mC083BFA043EC296F49553CC3771F3FE741CE8A15_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* XmlListConverter_ToArray_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m586B58E3697C0A2474F4154812CF23D753E69482_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* XmlListConverter_ToArray_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m5307DF081EBEE484E60F40EB50C8D20BDB43AE96_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* XmlListConverter_ToArray_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mB1B5B6225DD0325B4EFED267FCF77EAAE38B4B1C_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m1D864B65CCD0498EC4BFFBDA8F8D04AE5333195A_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::get_Values() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852 * Dictionary_2_get_Values_mC8EC343FADAE6B9CB93639D7FBCDB19ACD807DB5_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator System.Collections.Generic.Dictionary`2/ValueCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2 ValueCollection_GetEnumerator_m401C0FF4E5F0194244B19D7B9EF4B173FB7E88C3_gshared (ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m5EAB60888D4E661A01C7F32AD890D785F8B6225B_gshared_inline (Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mAEC22D730EB290F4405C47EE9F330B3CD4E2DC68_gshared (Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m20B0D06631B9715D2C26F9F0D0665BF0092FF7A6_gshared (Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2 * __this, const RuntimeMethod* method); // System.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.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m9BDED5248054C2E86ECBA732FE7BCDAA32D0A118_gshared (Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8 * __this, RuntimeObject * ___key0, int32_t ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m5CD823F646F17C2F5B1FB501DCDC0FE22BEBA864_gshared (Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mBD7199657787018123B7B8F2B048B503D484C097_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mE6BF870B04922441F9F2760E782DEE6EE682615A_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::get_Keys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyCollection_tCA4820F8266AF4059CC5A14888D8195F0D797499 * Dictionary_2_get_Keys_m771BB389A4CB93B7EDBDC71F503B50049B8999C7_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator System.Collections.Generic.Dictionary`2/KeyCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t4F7151B1D8B03D97F931400ABBC97A08CE419031 KeyCollection_GetEnumerator_m6B4DC134BB6777F8C99D26315F359E069004CF13_gshared (KeyCollection_tCA4820F8266AF4059CC5A14888D8195F0D797499 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mD30FE5F3EA63CD6831E4AA9E6901323436D6F9A4_gshared (Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8 * __this, RuntimeObject * ___key0, int32_t* ___value1, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378_gshared (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A_gshared (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, bool ___value0, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 List_1_GetEnumerator_m1739A5E25DF502A6984F9B98CFCAC2D3FABCF233_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m9C4EBBD2108B51885E750F927D7936290C8E20EE_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, 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); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Comparison`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparison_1__ctor_mDE1798563694D30022D3B7E1010347C573690B4A_gshared (Comparison_1_tB56E8E7C2BF431D44E8EBD15EA3E6F41AAFF03D2 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Sort(System.Comparison`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Sort_m5EB3F127CD42F1ACA97F4DB8754C49F23B64D750_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, Comparison_1_tB56E8E7C2BF431D44E8EBD15EA3E6F41AAFF03D2 * ___comparison0, const RuntimeMethod* method); // System.String System.Uri::get_Scheme() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Scheme_mEC4980E1C82DE3963007E33C759742A02A26FF29 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __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.String System.Uri::get_LocalPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_LocalPath_mED5287A7F9ADF1CCBAFD77221135A37C133F067E (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_m35041565358368A57B0A06A7D7FABB9563AF359A (FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, int32_t ___bufferSize4, const RuntimeMethod* method); // System.IO.Stream System.Xml.XmlDownloadManager::GetNonFileStream(System.Uri,System.Net.ICredentials,System.Net.IWebProxy,System.Net.Cache.RequestCachePolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * XmlDownloadManager_GetNonFileStream_m72785401C2FA0F2A2C861BCFFBC13DB564E12E47 (XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, RuntimeObject* ___credentials1, RuntimeObject* ___proxy2, RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * ___cachePolicy3, const RuntimeMethod* method); // System.Net.WebRequest System.Net.WebRequest::Create(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * WebRequest_Create_m7495BFDB572824A5A54210D88A2EE70DEA104E2D (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___requestUri0, 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.Collections.Hashtable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method); // System.Uri System.Net.HttpWebRequest::get_Address() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * HttpWebRequest_get_Address_m8B4240A8AD46F12716B28F8549750BA30D2E368B_inline (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method); // System.String System.Uri::get_Host() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m05E1D82C4E6B14A2369AEDED218F9089DE336E64 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Void System.Xml.OpenedHost::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenedHost__ctor_m0FB08FD979C96E5E83286C9879ECDCC2F4F217AB (OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D * __this, const RuntimeMethod* method); // System.Net.ServicePoint System.Net.HttpWebRequest::get_ServicePoint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * HttpWebRequest_get_ServicePoint_m87CA558F0C7B4A6D585F42616771173F75DE2567 (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method); // System.Int32 System.Net.ServicePoint::get_ConnectionLimit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ServicePoint_get_ConnectionLimit_mDF34A9CA341979EF0E5A547DC0E3281BBBEE72FF (ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlRegisteredNonCachedStream::.ctor(System.IO.Stream,System.Xml.XmlDownloadManager,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream__ctor_m081041EA73D3FC8BC1859DA296084E29DD94C19F (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * ___downloadManager1, String_t* ___host2, const RuntimeMethod* method); // 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); // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Xml.XmlDownloadManager/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_mA8C38071F0962C139DD7DB555CD1BDE4BD9D00B7 (U3CU3Ec__DisplayClass4_0_t1CB18D171B35CF191BC6883D5C7E384F9F137C0B * __this, const RuntimeMethod* method); // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) inline void Func_1__ctor_mA813817A60ED4735C625B85C5BE3EF3E61AF94A6 (Func_1_t652BE01BF70FA8EF807283E66441D40D3CE1BC0B * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_1_t652BE01BF70FA8EF807283E66441D40D3CE1BC0B *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_1__ctor_m2A4FE889FB540EA198F7757D17DC2290461E5EE9_gshared)(__this, ___object0, ___method1, method); } // System.Threading.Tasks.Task`1 System.Threading.Tasks.Task::Run(System.Func`1) inline Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * Task_Run_TisStream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_m5D74F33FA5815E5F1DB8F347076A24FFA297703D (Func_1_t652BE01BF70FA8EF807283E66441D40D3CE1BC0B * ___function0, const RuntimeMethod* method) { return (( Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * (*) (Func_1_t652BE01BF70FA8EF807283E66441D40D3CE1BC0B *, const RuntimeMethod*))Task_Run_TisRuntimeObject_m313354808DA22AD61FE0A3FC04AAD58BE4270C84_gshared)(___function0, method); } // System.Threading.Tasks.Task`1 System.Xml.XmlDownloadManager::GetNonFileStreamAsync(System.Uri,System.Net.ICredentials,System.Net.IWebProxy,System.Net.Cache.RequestCachePolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * XmlDownloadManager_GetNonFileStreamAsync_m075FD73BF73B9C8E231E40AD4C956FE1F76709B1 (XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, RuntimeObject* ___credentials1, RuntimeObject* ___proxy2, RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * ___cachePolicy3, const RuntimeMethod* method); // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Create() inline AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F AsyncTaskMethodBuilder_1_Create_mA34110362D6355E1CF66EB2FD4686F03F9706662 (const RuntimeMethod* method) { return (( AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_mE593F9E703EBA7EF294FAC0F5C20F69AF4D08C26_gshared)(method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__5>(!!0&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782_m10FB49F43785475716F22C9B19CDFE97221D7758 (AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F * __this, U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782 * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F *, U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782_m082939A9300C60D042D8E5FDF42FDC520A643D6A_gshared)(__this, ___stateMachine0, method); } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() inline Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * AsyncTaskMethodBuilder_1_get_Task_m1CC6A1431B22FEB84E8608D920C0A38A35C23502 (AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F * __this, const RuntimeMethod* method) { return (( Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * (*) (AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_m61DEC300353320E428E17DA0D59D61974F4415BB_gshared)(__this, method); } // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, 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.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.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.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::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.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::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.Boolean System.Xml.XmlElement::get_IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlElement_get_IsEmpty_m8C9AB1215A12FA21E396B75F832B59F5C7C498E9 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlElement::set_IsEmpty(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement_set_IsEmpty_mE5B520F63BDFB84E37B795E2B7F0BAA54981EA25 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, bool ___value0, 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.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.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.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.Void System.Xml.XmlElement::RemoveAllChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement_RemoveAllChildren_mFB672E41CB9C66E965C09B69273771CABCCC68A3 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method); // 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); // 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.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __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.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.Void System.Xml.XmlElement::WriteElementTo(System.Xml.XmlWriter,System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement_WriteElementTo_m4CC850B717AA0B32D8775D6F96A468576E23FC08 (XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___writer0, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___e1, const RuntimeMethod* method); // System.Void System.Xml.XmlElement::WriteStartElement(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement_WriteStartElement_m4E629E6D41E9E96CE5642193CF767375FEB945CB (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___w0, 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.Void System.Xml.XmlAttributeCollection::RemoveAll() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_RemoveAll_mD06952E7C2FD4E57DE9F1411619CB8037D51AA29 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNode::RemoveAll() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_RemoveAll_mDE9482286821C04627D4C556CCFBE0ED4063AA0E (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, 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::LoadInnerXmlElement(System.Xml.XmlElement,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_LoadInnerXmlElement_mDE3B57DE85A6A25BEAF0C0D0A1CA8F5BA73F175E (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___node0, String_t* ___innerxmltext1, 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.Attribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1 (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * __this, 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.XmlElementAttribute::get_Order() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlElementAttribute_get_Order_m53392D09A67DB37F8F311F59B12610EF51DFFF94_inline (XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * __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.EventArgs::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventArgs__ctor_m5ECB9A8ED0A9E2DBB1ED999BAC1CB44F4354E571 (EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * __this, 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.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.Void System.Xml.XmlLoader::ExpandEntity(System.Xml.XmlEntity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_ExpandEntity_mB914876C368C11CA6A2A83A4E52759EA2C738E81 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * ___ent0, 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.XmlNode::SetParent(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_SetParent_m021F240181C9BB6F6544ED159F683BBDE5C5CA2D (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method); // System.Void System.Xml.XmlLoader::ExpandEntityReference(System.Xml.XmlEntityReference) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_ExpandEntityReference_m6A5DC6049742CE328968AC7DB1E46D24FA60425A (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * ___eref0, 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.Int32 System.String::LastIndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m29D788F388576F13C5D522AD008A86859E5BA826 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.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::Replace(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_mD912844A1141FE8771F55255C4A8D29C80C47618 (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method); // 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); // System.String System.Xml.XmlEntity::get_SystemId() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlEntity_get_SystemId_m8BCDB233348C6CA78DC12DB3C39EFF4727592AB7_inline (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlEntityReference::ConstructBaseURI(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlEntityReference_ConstructBaseURI_mBB954A1CEBFD622AE352DCB5A220AF8E0557E04C (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, String_t* ___baseURI0, String_t* ___systemId1, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m20F619D15EAA349C6CE181A65A47C336200EBD19 (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method); // System.Runtime.Serialization.SerializationInfoEnumerator System.Runtime.Serialization.SerializationInfo::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * SerializationInfo_GetEnumerator_m88A3A4E9DD1E1F276016B0205CF62DDB876B9575 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, const RuntimeMethod* method); // System.Runtime.Serialization.SerializationEntry System.Runtime.Serialization.SerializationInfoEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E SerializationInfoEnumerator_get_Current_mD46A02033DA35A55D982FB2B3DD56CE56FDFB314 (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationEntry::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SerializationEntry_get_Name_m1314B9BFC9D6CFCC607FF1B2B748583DAEB1D1E2_inline (SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E * __this, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationEntry::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * SerializationEntry_get_Value_m7D4406AB9EF2F4ADE65FFC23C4F79EB1A3749BD6_inline (SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfoEnumerator_MoveNext_m661034C94476113FEB5A3C98A5EA9456ACFA2E9F (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlException::CreateMessage(System.String,System.String[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlException_CreateMessage_mFF2E277D28B4C0387D7734290DB1B3652EBB66A8 (String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, int32_t ___lineNumber2, int32_t ___linePosition3, const RuntimeMethod* method); // System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_GetObjectData_m2031046D41E7BEE3C743E918B358A336F99D6882 (Exception_t * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m3DF5B182A63FFCD12287E97EA38944D0C6405BB5 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, int32_t ___value1, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m4E096C7446FAB4E4B00FB2D530ED083A91E5C756 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.Exception,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m828060C266C3003539491FDB7F9BCEA07A24B352 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___lineNumber2, int32_t ___linePosition3, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.Exception,System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m69AC5BDB322F2F6A79D671CB2E262FD0C0482D7B (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___lineNumber2, int32_t ___linePosition3, String_t* ___sourceUri4, const RuntimeMethod* method); // System.String System.Xml.XmlException::FormatUserMessage(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlException_FormatUserMessage_m103774941F018DB5BFBBB2BE6758DE14BBD14184 (String_t* ___message0, int32_t ___lineNumber1, int32_t ___linePosition2, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m14A39C396B94BEE4EFEA201FB748572011855A94 (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.Exception::set_HResult(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Exception_set_HResult_mB9E603303A0678B32684B0EEC144334BAB0E6392_inline (Exception_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Exception,System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mE47A3D5DED55E0DB0683E5AEB4591BCFBC03731C (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, Exception_t * ___innerException2, int32_t ___lineNumber3, int32_t ___linePosition4, String_t* ___sourceUri5, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Xml.IXmlLineInfo,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m851582D192C74A655C34E1A4AC71777BC2CBC3B0 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, RuntimeObject* ___lineInfo2, String_t* ___sourceUri3, 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.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.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471 (int32_t* __this, RuntimeObject* ___provider0, 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.String[] System.Xml.XmlException::BuildCharExceptionArgs(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* XmlException_BuildCharExceptionArgs_m65E6BAAF1BBC77E8359E7365E64C35C159A4B8BC (Il2CppChar ___invChar0, Il2CppChar ___nextChar1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsHighSurrogate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsHighSurrogate_mFECF903FC11D52720888F53BDA7AA58440126065 (int32_t ___ch0, 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.String System.String::CreateString(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mC7F57CE6ED768CF86591160424FE55D5CBA7C344 (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___val0, const RuntimeMethod* method); // System.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.Char::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_m06BE905F629AFE67313D613EC0ABFA8572CAEFC2 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.String System.Exception::get_Message() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Exception_get_Message_mC7A96CEBF52567CEF612C8C75A99A735A83E883F (Exception_t * __this, 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.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); // 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); // 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.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.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.Boolean System.Xml.Schema.XmlListConverter::IsListType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlListConverter_IsListType_m52AD207537D65C4F1CF7B2781115B82247E2A4B6 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Exception System.Xml.Schema.XmlListConverter::CreateInvalidClrMappingException(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlListConverter_CreateInvalidClrMappingException_m30A35929A5D711E0F5C324D3037510B225B6FCB4 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, Type_t * ___sourceType0, Type_t * ___destinationType1, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlListConverter::ListAsString(System.Collections.IEnumerable,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlListConverter_ListAsString_m850B4E414D44460FA7264B442A03173F16BC46C3 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // System.Collections.Generic.List`1 System.Xml.Schema.XmlListConverter::StringAsList(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * XmlListConverter_StringAsList_m272B3D760403B14DEE5AF9138545973257792249 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Type::get_IsArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1 (Type_t * __this, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* XmlListConverter_ToArray_TisRuntimeObject_m67401E3B3A55B23E4975F0ACDB6D71CB12C00F7F (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisRuntimeObject_m67401E3B3A55B23E4975F0ACDB6D71CB12C00F7F_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* XmlListConverter_ToArray_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m7EB986C5C76F5F37E773C0B36794B0584B18CA03 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m7EB986C5C76F5F37E773C0B36794B0584B18CA03_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* XmlListConverter_ToArray_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m7647A566B3BAF65E33CE091598D951B8A850EF7F (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m7647A566B3BAF65E33CE091598D951B8A850EF7F_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* XmlListConverter_ToArray_TisByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_mCC2F3B7EC332C823318876C73CDEF2B41368372F (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisRuntimeObject_m67401E3B3A55B23E4975F0ACDB6D71CB12C00F7F_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1* XmlListConverter_ToArray_TisDateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_m67E14F3803837CE531A719D512EC004D23A56B15 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisDateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_m67E14F3803837CE531A719D512EC004D23A56B15_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline DateTimeOffsetU5BU5D_t81746224316E5FC7189685EFB35488C8CED41826* XmlListConverter_ToArray_TisDateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_m2A061FA61E22BBF8945BA0FBDB26239E6338263D (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( DateTimeOffsetU5BU5D_t81746224316E5FC7189685EFB35488C8CED41826* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisDateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_m2A061FA61E22BBF8945BA0FBDB26239E6338263D_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* XmlListConverter_ToArray_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m7084411DEE501307DEA2EA40122704E7152D9BFF (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m7084411DEE501307DEA2EA40122704E7152D9BFF_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* XmlListConverter_ToArray_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m6BEBA60BA179707839A4456F1FA3690E77BCE813 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m6BEBA60BA179707839A4456F1FA3690E77BCE813_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* XmlListConverter_ToArray_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_mD928FA7E155D7BC8014BD995E2A4A184347990F7 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_mD928FA7E155D7BC8014BD995E2A4A184347990F7_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* XmlListConverter_ToArray_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m15714A23D7C6701FB536EBFBDAA15DE6C97DEB81 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m15714A23D7C6701FB536EBFBDAA15DE6C97DEB81_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* XmlListConverter_ToArray_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_mDD1F72EF7560BCCDA6DB25FC9D441BD204763DCB (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_mDD1F72EF7560BCCDA6DB25FC9D441BD204763DCB_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* XmlListConverter_ToArray_TisSByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_m4BE75BE01AD0B9442E284F30311EFE22BE4853F6 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisSByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_m4BE75BE01AD0B9442E284F30311EFE22BE4853F6_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* XmlListConverter_ToArray_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m732749002501767553BB0EC8E96EAB7E85628666 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m732749002501767553BB0EC8E96EAB7E85628666_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* XmlListConverter_ToArray_TisString_t_m39B3E342C44ACE6850A0430FB4369718F8188730 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisRuntimeObject_m67401E3B3A55B23E4975F0ACDB6D71CB12C00F7F_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545* XmlListConverter_ToArray_TisTimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_mC083BFA043EC296F49553CC3771F3FE741CE8A15 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisTimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_mC083BFA043EC296F49553CC3771F3FE741CE8A15_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* XmlListConverter_ToArray_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m586B58E3697C0A2474F4154812CF23D753E69482 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m586B58E3697C0A2474F4154812CF23D753E69482_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* XmlListConverter_ToArray_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m5307DF081EBEE484E60F40EB50C8D20BDB43AE96 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m5307DF081EBEE484E60F40EB50C8D20BDB43AE96_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* XmlListConverter_ToArray_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mB1B5B6225DD0325B4EFED267FCF77EAAE38B4B1C (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mB1B5B6225DD0325B4EFED267FCF77EAAE38B4B1C_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline UriU5BU5D_tC686E8C5B661035A1A4E16DDDCDEC4949DDB6A00* XmlListConverter_ToArray_TisUri_t4A915E1CC15B2C650F478099AD448E9466CBF612_m87852306989E8DE9A41589FE4B4BB7FD6C91E4C0 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( UriU5BU5D_tC686E8C5B661035A1A4E16DDDCDEC4949DDB6A00* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisRuntimeObject_m67401E3B3A55B23E4975F0ACDB6D71CB12C00F7F_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9* XmlListConverter_ToArray_TisXmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_m7E61F578F2BB0B1B1A8FFC9B30C8577B2680ED3E (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisRuntimeObject_m67401E3B3A55B23E4975F0ACDB6D71CB12C00F7F_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97* XmlListConverter_ToArray_TisXmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_m892F5C2D502D5FF68CE7DA861C7D728331E553A6 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisRuntimeObject_m67401E3B3A55B23E4975F0ACDB6D71CB12C00F7F_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline XPathItemU5BU5D_t1CA2C0DFA3C223B4D6D55B5C8EEBAE6F03048466* XmlListConverter_ToArray_TisXPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_m5AFFD96DC530E20EFC49015B867D071FAECB1080 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( XPathItemU5BU5D_t1CA2C0DFA3C223B4D6D55B5C8EEBAE6F03048466* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisRuntimeObject_m67401E3B3A55B23E4975F0ACDB6D71CB12C00F7F_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline XPathNavigatorU5BU5D_tA353A28494A4B90917938F631210FB020A8E4BF8* XmlListConverter_ToArray_TisXPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_mCFA33D6475D06025076F67801A0D42090C711531 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( XPathNavigatorU5BU5D_tA353A28494A4B90917938F631210FB020A8E4BF8* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisRuntimeObject_m67401E3B3A55B23E4975F0ACDB6D71CB12C00F7F_gshared)(__this, ___list0, ___nsResolver1, 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.Collections.IList System.Xml.Schema.XmlListConverter::ToList(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlListConverter_ToList_m376A5DEA4CE968219A37DD83A5CC0FD69ADF7928 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, RuntimeObject *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.String[] System.Xml.XmlConvert::SplitString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* XmlConvert_SplitString_m5EDBDD6AC9A11F521EF5FAD18E1F37CF023163F1 (String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void List_1__ctor_m468E89F534D7F4463B96A099275295DF689B2323 (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, RuntimeObject*, const RuntimeMethod*))List_1__ctor_m1D864B65CCD0498EC4BFFBDA8F8D04AE5333195A_gshared)(__this, ___collection0, 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.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.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.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.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.Xml.XmlTextReaderImpl System.Xml.XmlTextReader::get_Impl() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * XmlTextReader_get_Impl_mF1F74E7D8B05F5B8DFD02CDB1F68694DAE4C919C_inline (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __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.Xml.ValidationType System.Xml.XmlReaderSettings::get_ValidationType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlReaderSettings_get_ValidationType_m9ED8E4F543926256EAC4E052764A786FCE05C449_inline (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSet System.Xml.XmlReaderSettings::get_Schemas() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * XmlReaderSettings_get_Schemas_m32995B1763A0F40F83F711CA83627D50755D71E2 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::set_Schemas(System.Xml.Schema.XmlSchemaSet) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDocument_set_Schemas_m280471322832DE2070B53C6E6C54583DBE377D13_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlLoader::LoadDocSequence(System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_LoadDocSequence_mD49A018F55D0D844D2C5040443A95F6D23169198 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___parentDoc0, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlLoader::LoadNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlLoader_LoadNode_mE0EC6871563BDC5D83D885173186D5182A15D2A4 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, bool ___skipOverWhitespace0, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlLoader::LoadAttributeNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlLoader_LoadAttributeNode_m72E64D3F37BA529D722627406F29DE567B266BB2 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, const RuntimeMethod* method); // 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); // System.Void System.Xml.XmlElement::set_XmlName(System.Xml.XmlName) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlElement_set_XmlName_m6BF0CB16BB12B567796E028798409659F0878366_inline (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___value0, const RuntimeMethod* method); // System.Xml.XmlEntityReference System.Xml.XmlLoader::LoadEntityReferenceNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * XmlLoader_LoadEntityReferenceNode_mDE0023179947F0B2F6D5D213873677F0073C2175 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, bool ___direct0, const RuntimeMethod* method); // System.Xml.XmlDeclaration System.Xml.XmlLoader::LoadDeclarationNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * XmlLoader_LoadDeclarationNode_m39E315764B4F78F48FBED9637A1674A6295AB463 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, const RuntimeMethod* method); // System.Xml.XmlDocumentType System.Xml.XmlLoader::LoadDocumentTypeNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * XmlLoader_LoadDocumentTypeNode_mE3D6BDF47DA58759F4D758C9E3F31A722DA3DA15 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, const RuntimeMethod* method); // System.Exception System.Xml.XmlLoader::UnexpectedNodeType(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlLoader_UnexpectedNodeType_m556BC74BDB9AA55DD3ED27C97772642201846615 (int32_t ___nodetype0, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlLoader::LoadDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlLoader_LoadDefaultAttribute_m860BB06A5BB900E32872F8220AFA4E6350945924 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, 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::set_XmlName(System.Xml.XmlName) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlAttribute_set_XmlName_m304F68B9D5B5C58D53B5FDD19FDE62F8EFA9A0A4_inline (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlLoader::LoadAttributeValue(System.Xml.XmlNode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_LoadAttributeValue_m8D878F964CB195A2739E68F6D3A5E48CC0B61781 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___parent0, bool ___direct1, 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.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.XmlText::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlText__ctor_mAB8871691868FF285D140B0786F61438E519DEEA (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * __this, String_t* ___strData0, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlLoader::LoadNodeDirect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlLoader_LoadNodeDirect_m3F863AFB2C66947E080F81182FD282EDDC9872C4 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __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.Void System.Xml.XmlLoader::LoadDocumentType(System.Xml.IDtdInfo,System.Xml.XmlDocumentType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_LoadDocumentType_m7FB94891A1FDAA814F9E5245C36015D89E004114 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, RuntimeObject* ___dtdInfo0, XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * ___dtNode1, 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); // System.Void System.Xml.XmlElement::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement__ctor_m7EF87BE7BF1F09B5E43F24BA0B3F8EAF88E5F9C1 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc3, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlLoader::LoadAttributeNodeDirect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlLoader_LoadAttributeNodeDirect_m13022CF1BAF25B295F0125C21A9E70AB4BC5EC87 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, 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.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.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.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.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.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); // 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.XmlLoader::ParseDocumentType(System.Xml.XmlDocumentType,System.Boolean,System.Xml.XmlResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_ParseDocumentType_mFEAA499A797885F5E8E4B99C00880923F1CD6BC5 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * ___dtNode0, bool ___bUseResolver1, XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___resolver2, const RuntimeMethod* method); // System.Void System.Xml.XmlNamespaceManager::.ctor(System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNamespaceManager__ctor_m644ECD044F339BFAB6C580569F28E87B03740A6C (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * __this, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable0, const RuntimeMethod* method); // System.Void System.Xml.XmlParserContext::.ctor(System.Xml.XmlNameTable,System.Xml.XmlNamespaceManager,System.String,System.String,System.String,System.String,System.String,System.String,System.Xml.XmlSpace) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlParserContext__ctor_m277A2B9C0868F07AE3AB7BA3E53948F7FECB9B20 (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nt0, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___nsMgr1, String_t* ___docTypeName2, String_t* ___pubId3, String_t* ___sysId4, String_t* ___internalSubset5, String_t* ___baseURI6, String_t* ___xmlLang7, int32_t ___xmlSpace8, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::.ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_m068A7DCF326CCEB0144B3C28838A4C4D6DC793D5 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___xmlFragment0, int32_t ___fragType1, XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * ___context2, const RuntimeMethod* method); // System.Boolean System.Xml.XmlDocumentType::get_ParseWithNamespaces() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlDocumentType_get_ParseWithNamespaces_m0B06FD0B85241C23F59FDF8ABA65C59F6320A9DB_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::set_Namespaces(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_Namespaces_m4D0C64D58914FD0E67DFDA3B05C305033376CE72 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::set_XmlResolver(System.Xml.XmlResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_XmlResolver_m44FF2066BA2BC478D9FC42BA6619ED161906195E (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___value0, const RuntimeMethod* method); // System.Xml.IDtdParser System.Xml.DtdParser::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DtdParser_Create_m8EDF1C7CECC8EF72E87D4024870C2C5D95E20B1A (const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/DtdParserProxy::.ctor(System.Xml.XmlTextReaderImpl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParserProxy__ctor_m080E199E77CE80BF8AB44E5AE23D9AB3D1C5755C (DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557 * __this, XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * ___reader0, 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.Void System.Xml.XmlException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method); // System.Void System.Xml.XmlDocumentType::set_DtdSchemaInfo(System.Xml.Schema.SchemaInfo) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDocumentType_set_DtdSchemaInfo_m2A2B4A126F4EA330CD02BAFC9C57422DF167DF02_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::set_DtdSchemaInfo(System.Xml.Schema.SchemaInfo) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDocument_set_DtdSchemaInfo_m1AF56BE37994CB289D682DDE25087BB5EB756917_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * ___value0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::get_Notations() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * SchemaInfo_get_Notations_m615DDF89AC678404C3AD22848E608B8597437A64 (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::get_Values() inline ValueCollection_tD9F8742BCDE46BE10F45030D7DEE230F8F9D24FA * Dictionary_2_get_Values_mF2DFEED31B6A768D3F70A46AE94FFE8CF2939CDC (Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * __this, const RuntimeMethod* method) { return (( ValueCollection_tD9F8742BCDE46BE10F45030D7DEE230F8F9D24FA * (*) (Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 *, const RuntimeMethod*))Dictionary_2_get_Values_mC8EC343FADAE6B9CB93639D7FBCDB19ACD807DB5_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator System.Collections.Generic.Dictionary`2/ValueCollection::GetEnumerator() inline Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E ValueCollection_GetEnumerator_m2631C4B6AC95C392629AC272E834DA3A002C7080 (ValueCollection_tD9F8742BCDE46BE10F45030D7DEE230F8F9D24FA * __this, const RuntimeMethod* method) { return (( Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E (*) (ValueCollection_tD9F8742BCDE46BE10F45030D7DEE230F8F9D24FA *, const RuntimeMethod*))ValueCollection_GetEnumerator_m401C0FF4E5F0194244B19D7B9EF4B173FB7E88C3_gshared)(__this, method); } // !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::get_Current() inline SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * Enumerator_get_Current_m7E07BBADEFBF69C5577F84846A39A008EDBC229D_inline (Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E * __this, const RuntimeMethod* method) { return (( SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * (*) (Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E *, const RuntimeMethod*))Enumerator_get_Current_m5EAB60888D4E661A01C7F32AD890D785F8B6225B_gshared_inline)(__this, method); } // 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); // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNotation::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * SchemaNotation_get_Name_m08D1A0F31266536764CE44A0633DCC84525E18F3_inline (SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * __this, const RuntimeMethod* method); // System.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.Xml.Schema.SchemaNotation::get_Pubid() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SchemaNotation_get_Pubid_mF5506EEC55649230D39056045E6E3BEA6425EE2D_inline (SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.SchemaNotation::get_SystemLiteral() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SchemaNotation_get_SystemLiteral_m9DB468F07E2E95DFAF2D82A4165D5665E4F9EC6D_inline (SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNotation::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNotation__ctor_mA85A6CA3226706A696941A67752259D19D55112D (XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92 * __this, String_t* ___name0, String_t* ___publicId1, String_t* ___systemId2, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc3, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m85F1BE592F5A6080495783B6DE2F5DC53ADA6447 (Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E *, const RuntimeMethod*))Enumerator_MoveNext_mAEC22D730EB290F4405C47EE9F330B3CD4E2DC68_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::Dispose() inline void Enumerator_Dispose_m76091F2A128252E9DCA425F161EB45F2DC9B3D4A (Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E *, const RuntimeMethod*))Enumerator_Dispose_m20B0D06631B9715D2C26F9F0D0665BF0092FF7A6_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::get_GeneralEntities() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * SchemaInfo_get_GeneralEntities_m766F776B2DCD6503DD48FD924FF369CDD1F1CC94 (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::get_Values() inline ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400 * Dictionary_2_get_Values_m5553BD4B1AC278E92A52670BAAA6012EFEF7CC12 (Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * __this, const RuntimeMethod* method) { return (( ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400 * (*) (Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 *, const RuntimeMethod*))Dictionary_2_get_Values_mC8EC343FADAE6B9CB93639D7FBCDB19ACD807DB5_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator System.Collections.Generic.Dictionary`2/ValueCollection::GetEnumerator() inline Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C ValueCollection_GetEnumerator_mAC4FA858879FFCD93A95FFAB4B2DB848DBDF7DAC (ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400 * __this, const RuntimeMethod* method) { return (( Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C (*) (ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400 *, const RuntimeMethod*))ValueCollection_GetEnumerator_m401C0FF4E5F0194244B19D7B9EF4B173FB7E88C3_gshared)(__this, method); } // !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::get_Current() inline SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * Enumerator_get_Current_mBCFB3927AF48E21BA59498833AECDDE6A4C8640F_inline (Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C * __this, const RuntimeMethod* method) { return (( SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * (*) (Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C *, const RuntimeMethod*))Enumerator_get_Current_m5EAB60888D4E661A01C7F32AD890D785F8B6225B_gshared_inline)(__this, method); } // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaEntity::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * SchemaEntity_get_Name_mB20AA73F025F99A004B20738C773CEB8D40B7EBA_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.SchemaEntity::get_Text() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_Text_mBDDEA973537098FDCC625FC2349A5D6A2092718D_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.SchemaEntity::get_Pubid() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_Pubid_mFC308D0C87C3A88CB67A813B56F97F538749E786_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.SchemaEntity::get_Url() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_Url_m5A96254918F00575C76A5CC66B5D23D15D77EF98_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaEntity::get_NData() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * SchemaEntity_get_NData_mFA6084E09F48F115394AEDF935A40D43F59EA9FC_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlQualifiedName::get_IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_get_IsEmpty_m694779833F49A6E81D29F112E3D39483A5967F93 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlEntity::.ctor(System.String,System.String,System.String,System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEntity__ctor_m424E2E84CDBC7042A4F14281D7EC76AF65D9834B (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, String_t* ___name0, String_t* ___strdata1, String_t* ___publicId2, String_t* ___systemId3, String_t* ___notationName4, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc5, const RuntimeMethod* method); // System.String System.Xml.Schema.SchemaEntity::get_DeclaredURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_DeclaredURI_m0E6729CDB1F1FBD637A9F2F951C60895AF8C94A3 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlEntity::SetBaseURI(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlEntity_SetBaseURI_m0A9F9BFB5EB283241D37C5FB76A75B196E9A02FC_inline (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, String_t* ___inBaseURI0, 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.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m5CE225D2553D42BFD59CAAA8E00BCABC95FB6501 (Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C *, const RuntimeMethod*))Enumerator_MoveNext_mAEC22D730EB290F4405C47EE9F330B3CD4E2DC68_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::Dispose() inline void Enumerator_Dispose_mC29BFE590DD617C72A33F5A07E5F5EEE31DC80AB (Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C *, const RuntimeMethod*))Enumerator_Dispose_m20B0D06631B9715D2C26F9F0D0665BF0092FF7A6_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::get_ParameterEntities() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * SchemaInfo_get_ParameterEntities_mAA1DDEE2B365C5D72CF8A4C20C1F98A6351C7C30 (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::set_Entities(System.Xml.XmlNamedNodeMap) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDocument_set_Entities_mB92A98D7A12C0D4707F952AF3CBAC627F3D65C92_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * ___value0, 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.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() inline Enumerator_t2C62E3AA8D6B2EBDDFB51E620DF8419B1F116ED2 Dictionary_2_GetEnumerator_mAF972197562BBA9EC67BB5A25A36EC863BC11176 (Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * __this, const RuntimeMethod* method) { return (( Enumerator_t2C62E3AA8D6B2EBDDFB51E620DF8419B1F116ED2 (*) (Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_mA44BBB15DFBD8E08B5E60E23AA5044D45C3F889F_gshared)(__this, 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.XmlSchemaDatatype System.Xml.Schema.SchemaDeclBase::get_Datatype() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * SchemaDeclBase_get_Datatype_mA6244D69EB46EA7A09CDB3BD3370B49B89A47FD1_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.SchemaDeclBase::get_Prefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaDeclBase_get_Prefix_mF758E713FDA809839D669B6E429AA694EF4588EB (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaDeclBase::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method); // System.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); // System.Xml.XmlParserContext System.Xml.XmlLoader::GetContext(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * XmlLoader_GetContext_mC656D66570FED1E0E14068E8FD7F000633A92268 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method); // System.Xml.XmlReader System.Xml.XmlLoader::CreateInnerXmlReader(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * XmlLoader_CreateInnerXmlReader_m23ADD78DC3BB730570FD09D8F2B3FF4E71EFF4B2 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, String_t* ___xmlFragment0, int32_t ___nt1, XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * ___context2, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc3, const RuntimeMethod* method); // System.Xml.XmlNamespaceManager System.Xml.XmlParserContext::get_NamespaceManager() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * XmlParserContext_get_NamespaceManager_m9DF0655B59F937EEE2C2ABC8E8B7067AA14A010E_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, 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::RemoveDuplicateNamespace(System.Xml.XmlElement,System.Xml.XmlNamespaceManager,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_RemoveDuplicateNamespace_m6FA345534C13D84B54C155EA8C3B98B8BD32C07B (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem0, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___mgr1, bool ___fCheckElemAttrs2, const RuntimeMethod* method); // System.String System.Xml.XmlLoader::EntitizeName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlLoader_EntitizeName_m49AD4ECC12DF362966C3D1E90A04BDCB8B1A49BC (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, String_t* ___name0, const RuntimeMethod* method); // 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); // System.Boolean System.Xml.Ref::Equal(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ref_Equal_mC7446C03C6E7E8A136230B02A6B4F9FA6B389242 (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlDocument::get_ActualLoadingStatus() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlDocument_get_ActualLoadingStatus_m132F4C9F3AF7325A4F7D75871F11F56555D2FA27_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::set_XmlValidatingReaderCompatibilityMode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_XmlValidatingReaderCompatibilityMode_mC1560DDC79C8BCDB26858DFABCDF3DC9BED97387 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::set_DisableUndeclaredEntityCheck(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_DisableUndeclaredEntityCheck_mB9FB8144B877DD69D695FE2C53AD87A2D19C4BB1_inline (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, bool ___value0, const RuntimeMethod* method); // System.Xml.Schema.SchemaInfo System.Xml.XmlDocumentType::get_DtdSchemaInfo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * XmlDocumentType_get_DtdSchemaInfo_m044BADB1D184372A1C09F862CC56C9BEF1A8DD05_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::SetDtdInfo(System.Xml.IDtdInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetDtdInfo_m61FC1B5DB3E8E07305B1AE13020E6965BCD6BBD1 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, RuntimeObject* ___newDtdInfo0, const RuntimeMethod* method); // System.String System.Xml.XmlParserContext::get_BaseURI() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_BaseURI_mDC9771AD1C8F20ABB620B6B8FB05FF8588DEB4E4_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlParserContext::get_DocTypeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_DocTypeName_mBB1E0FED037DAD590E11B29F6BD160BDA2A689A9_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlParserContext::get_PublicId() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_PublicId_m1135CB245A9628A1B67D2ECF5AA560DB69E9D32D_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlParserContext::get_SystemId() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_SystemId_mDF57A6C7FBCB6142D7DE370480F96740BD7791F8_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlParserContext::get_InternalSubset() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_InternalSubset_m8C6D38A985229CA2CD7EB25FD71FF37D5CFEA490_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::.ctor(System.String,System.Xml.XmlParserContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_m04EB57A015BD73AD74D950EB8CA4DE959F5862CA (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___xmlFragment0, XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * ___context1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlMiscConverter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlMiscConverter__ctor_mFEB85979C62F8370B521003E7B0B56F05D31E039 (XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, 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.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); // 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.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); // 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); // 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); // 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); // 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); // 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); // System.Object System.Xml.Schema.XmlMiscConverter::ChangeTypeWildcardDestination(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlMiscConverter_ChangeTypeWildcardDestination_m177A5ED2E88C7B5A5E6BD2863E09B00C78D911F7 (XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method); // 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); // 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); // 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); // 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); // 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); // 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); // 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); // 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.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); // System.Object System.Xml.Schema.XmlMiscConverter::ChangeTypeWildcardSource(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlMiscConverter_ChangeTypeWildcardSource_m6047F385A13550911CAFC03F0CD077780032AA3D (XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, 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.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m831AF2CEC0B180020D7FAEF0B0701039A3434D99 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, RuntimeObject * ___value1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method); // System.Void System.Xml.XmlName::.ctor(System.String,System.String,System.String,System.Int32,System.Xml.XmlDocument,System.Xml.XmlName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlName__ctor_m993F9A1DBA7F29813BCCF059490FDFE8E1883FAB (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, int32_t ___hashCode3, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___ownerDoc4, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___next5, const RuntimeMethod* method); // System.Void System.Xml.XmlNameEx::.ctor(System.String,System.String,System.String,System.Int32,System.Xml.XmlDocument,System.Xml.XmlName,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNameEx__ctor_m416586A9D42A30E2FEC7C03CC6E010EB7E90947F (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, int32_t ___hashCode3, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___ownerDoc4, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___next5, RuntimeObject* ___schemaInfo6, const RuntimeMethod* method); // System.Void System.Xml.XmlNameEx::SetValidity(System.Xml.Schema.XmlSchemaValidity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNameEx_SetValidity_mC91EEB182BEB7AFEA6340DCD2F327BFB51723D70 (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlNameEx::SetIsDefault(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNameEx_SetIsDefault_mBAC15FFF5B89170CCD5ED9D194345CE28E5387E8 (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlNameEx::SetIsNil(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNameEx_SetIsNil_mDD2EC3EAF5E85F77B9ED6DF25A0468D288EFBA5A (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlDocument::get_CanReportValidity() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlDocument_get_CanReportValidity_m904E0976974126FFE5D5E2D2758F4B89EC9075AA_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlNamedNodeMap::FindNodeOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNamedNodeMap_FindNodeOffset_m44D37FF053E899226FCF31B07B41C63A8DD33178 (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, String_t* ___name0, 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.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.XmlNode System.Xml.XmlNamedNodeMap::ReplaceNodeAt(System.Int32,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNamedNodeMap_ReplaceNodeAt_mED1453C90B30B9E39031D70510D38303421F559E (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, int32_t ___i0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node1, 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.Collections.IEnumerator System.Xml.XmlNamedNodeMap/SmallXmlNodeList::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SmallXmlNodeList_GetEnumerator_mB22BFB1AD52DA04FA5D10B8C62D996894DF967C8 (SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNamedNodeMap/SmallXmlNodeList::Add(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlNodeList_Add_m23AA92A77C388F16C324B3DABE2FB17E3DA5DCF6 (SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlNamedNodeMap/SmallXmlNodeList::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlNodeList_RemoveAt_mA3D7ACC3756E6109DBA4F77F83E2AF9A639A0FCE (SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Xml.XmlNamedNodeMap/SmallXmlNodeList::Insert(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlNodeList_Insert_m746B9DDFD7B78894075135B2902335F4E6B4465B (SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Xml.XmlNamespaceManager/NamespaceDeclaration::Set(System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceDeclaration_Set_mE6E6F7B98C17F9565B0EF691EA013D0A0CED2A1C (NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 * __this, String_t* ___prefix0, String_t* ___uri1, int32_t ___scopeId2, int32_t ___previousNsIndex3, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) inline void Dictionary_2_set_Item_mBC85AF861FB031847847F0B30707EC7AC252D572 (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * __this, String_t* ___key0, int32_t ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 *, String_t*, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_m9BDED5248054C2E86ECBA732FE7BCDAA32D0A118_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlNamespaceManager::LookupNamespaceDecl(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNamespaceManager_LookupNamespaceDecl_m51D3F629C9788D7081F017E207A6E41A7966E2DA (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * __this, String_t* ___prefix0, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) inline void Dictionary_2__ctor_mEC554451CB98B6F31912A513825E0ACFD4FC2763 (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_m5CD823F646F17C2F5B1FB501DCDC0FE22BEBA864_gshared)(__this, ___capacity0, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) inline void Dictionary_2__ctor_m374496B3B8F3532FC52B465384E6C950DDA79F8B (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_mBD7199657787018123B7B8F2B048B503D484C097_gshared)(__this, ___capacity0, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) inline void Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668 (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_set_Item_mE6BF870B04922441F9F2760E782DEE6EE682615A_gshared)(__this, ___key0, ___value1, method); } // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::get_Keys() inline KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * Dictionary_2_get_Keys_m69FA0927978855661A3EA0DC3B9AE1D00FCE4825 (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, const RuntimeMethod* method) { return (( KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, const RuntimeMethod*))Dictionary_2_get_Keys_m771BB389A4CB93B7EDBDC71F503B50049B8999C7_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator System.Collections.Generic.Dictionary`2/KeyCollection::GetEnumerator() inline Enumerator_t02FBEF5309FE3C4F8A7A1140B9590258FF5FA547 KeyCollection_GetEnumerator_mBEA854721D5E7717F856476B1E4563A59661CBF7 (KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * __this, const RuntimeMethod* method) { return (( Enumerator_t02FBEF5309FE3C4F8A7A1140B9590258FF5FA547 (*) (KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D *, const RuntimeMethod*))KeyCollection_GetEnumerator_m6B4DC134BB6777F8C99D26315F359E069004CF13_gshared)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_m8E06A6DF244254BF419D7EC23A9A6809E19A544D (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * __this, String_t* ___key0, int32_t* ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 *, String_t*, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_mD30FE5F3EA63CD6831E4AA9E6901323436D6F9A4_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.String::Equals(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mCB0E1C045647658CF6B7C646F98F938750AB1B19 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // 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); // System.Void System.Xml.XmlNode::UnnestTextNodes(System.Xml.XmlNode,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_UnnestTextNodes_mDDF8F2063E639E3416A03B0AC8E86A9818DA06E9 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___prevNode0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___nextNode1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlNode::AncestorNode(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNode_AncestorNode_mAD8557E379C49F4B2C5810337135A37452C97CF9 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlNode::HasReadOnlyParent(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNode_HasReadOnlyParent_mF2AF1C3B5B005B113835B069DC064C8B198B654A (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___n0, 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.Void System.Xml.XmlNode::AppendChildText(System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_AppendChildText_m0462C1366B56FB55B04821B890A521155952CC1A (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, StringBuilder_t * ___builder0, const RuntimeMethod* method); // System.String System.Xml.XmlEntityReference::get_ChildBaseURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlEntityReference_get_ChildBaseURI_mEECCAFAFA9976549B810CDB4A77B37F0E6FF60EC (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlNumeric10Converter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNumeric10Converter__ctor_m4355E1E23B1214106A6C527434E60E0BB0DD29DB (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, 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.Decimal System.Xml.XmlConvert::ToInteger(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 XmlConvert_ToInteger_mC2580BA65EEFE11717B5367B5E199577976F37C3 (String_t* ___s0, const RuntimeMethod* method); // System.Decimal System.Decimal::op_Implicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Decimal_op_Implicit_mA83342DEE0725CF242454832BD0306090E80CCF9 (int32_t ___value0, const RuntimeMethod* method); // System.Decimal System.Decimal::op_Implicit(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Decimal_op_Implicit_m0736049F15FA2C68B5EC46BDED5E98F82D475A56 (int64_t ___value0, const RuntimeMethod* method); // System.Object System.Xml.Schema.XmlNumeric10Converter::ChangeTypeWildcardDestination(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlNumeric10Converter_ChangeTypeWildcardDestination_mA5E8B944590B4C1B42186FD29E8015543CF18A65 (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method); // 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); // 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); // 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.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); // 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.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.Decimal System.Decimal::Truncate(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Decimal_Truncate_m3DA6F823D24930958FCA4301A45A0BC09E0B24A6 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d0, 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.Object System.Xml.Schema.XmlNumeric10Converter::ChangeTypeWildcardSource(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlNumeric10Converter_ChangeTypeWildcardSource_m74AAABE99429DC7FE84C21099BA86FE323D41298 (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method); // 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); // 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); // 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.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); // 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); // 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); // 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); // 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); // 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); // System.Decimal System.Decimal::op_Implicit(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Decimal_op_Implicit_mF6E8CA683C4FB32AE9BF12A02506B8F04C3DDD18 (uint64_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlNumeric2Converter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNumeric2Converter__ctor_m4C8C43D5B42E11ADFBF4767F98DEF39B4A2EF5C2 (XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, 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.Double System.Xml.XmlConvert::ToDouble(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlConvert_ToDouble_mF7E9690E7C181E6A7227DB85229167C13E883E95 (String_t* ___s0, 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.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mFA18F44AD286528699A2C1FC6579F4DB0B6F53A5 (double ___value0, const RuntimeMethod* method); // 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); // System.Void System.Xml.XmlParserContext::.ctor(System.Xml.XmlNameTable,System.Xml.XmlNamespaceManager,System.String,System.String,System.String,System.String,System.String,System.String,System.Xml.XmlSpace,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlParserContext__ctor_m63996BF18C49BBBBD15CE1D745A149A1B9CB4574 (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nt0, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___nsMgr1, String_t* ___docTypeName2, String_t* ___pubId3, String_t* ___sysId4, String_t* ___internalSubset5, String_t* ___baseURI6, String_t* ___xmlLang7, int32_t ___xmlSpace8, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___enc9, 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.XmlProcessingInstruction::set_Data(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlProcessingInstruction_set_Data_m046C586C52D35DAD42015DBB06F09EDAA9FAB645 (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlQualifiedName::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method); // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate System.Xml.XmlQualifiedName::GetHashCodeDelegate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * XmlQualifiedName_GetHashCodeDelegate_m8C86016FB2339A5574F08BC848740FF318FC4D42 (const RuntimeMethod* method); // System.Int32 System.Xml.XmlQualifiedName/HashCodeOfStringDelegate::Invoke(System.String,System.Int32,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashCodeOfStringDelegate_Invoke_m87607B71AC70881412D955FBD48211D8DDA64523 (HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * __this, String_t* ___s0, int32_t ___sLen1, int64_t ___additionalEntropy2, 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.Boolean System.Xml.XmlQualifiedName::op_Inequality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Inequality_m41E46D4716F1168DF9152C551CD2F79231750271 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___a0, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___b1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlQualifiedName::op_Equality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Equality_m2A644E46A9CB20B0E072ED47DE4E95E92B420A22 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___a0, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___b1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlQualifiedName::IsRandomizedHashingDisabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_IsRandomizedHashingDisabled_m7418A6E56207A7F17EA73CB18270A4A7B7340200 (const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m2DDEF37DF33D28F579BA8E03F4376B67D91F0DEB (Type_t * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodInfo::op_Inequality(System.Reflection.MethodInfo,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Inequality_m36E5F5CEC053740C69E67E46BEDA47F9794BC94D (MethodInfo_t * ___left0, MethodInfo_t * ___right1, const RuntimeMethod* method); // System.Delegate System.Delegate::CreateDelegate(System.Type,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_mFC46DEA52542B51D94BB899B68FD599295A4753A (Type_t * ___type0, MethodInfo_t * ___method1, const RuntimeMethod* method); // System.Void System.Xml.XmlQualifiedName/HashCodeOfStringDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashCodeOfStringDelegate__ctor_m844FB602B7099CDD0B3C4CE8849B84110227A8BA (HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * __this, RuntimeObject * ___object0, intptr_t ___method1, 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) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m73A954A83BC208D5CA3B1F1D328DDF6C29453E79 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlReader::SkipSubtree() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReader_SkipSubtree_m1A8675CF593E83ABD420F580CBF1547BE45D9572 (XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlReader::IsTextualNode(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReader_IsTextualNode_m6DA7EB5E2D707AA9D2BE5268F599F3D46F690075 (int32_t ___nodeType0, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.String,System.Xml.IXmlLineInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mD914FCEA232C6D28F8CC897B416487E85843FDEC (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, String_t* ___arg1, RuntimeObject* ___lineInfo2, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Xml.IXmlLineInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m8A068AD0CFB426A59D5EB80AE41D908BDE1E1DD2 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, RuntimeObject* ___lineInfo2, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_Initialize_mB93DD90394577198A189E985956971EB4659355E (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::CheckReadOnly(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, String_t* ___propertyName0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_IsXmlResolverSet(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IsXmlResolverSet_m4374404167E732ADF4FF5D5699DA1A2763B4A048_inline (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSet::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSet__ctor_m392AAF6C6A920E071739BC9681C2CC17B73560C9 (XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::Initialize(System.Xml.XmlResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_Initialize_m56F1A5671961C72B0C90F6C502E1F035A0168AF7 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___resolver0, const RuntimeMethod* method); // System.Xml.XmlResolver System.Xml.XmlReaderSettings::CreateDefaultResolver() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * XmlReaderSettings_CreateDefaultResolver_mF0DA4B4ADB28930414CFD0CF9B04671F39D01C71 (const RuntimeMethod* method); // System.Void System.Xml.XmlUrlResolver::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUrlResolver__ctor_m6CDB6CC5B0725F9723A7632AF1ED062E877DD449 (XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, const RuntimeMethod*))Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_gshared_inline)(__this, method); } // !0 System.Nullable`1::get_Value() inline bool Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378 (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, const RuntimeMethod*))Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378_gshared)(__this, method); } // System.Boolean System.Xml.BinaryCompatibility::get_TargetsAtLeast_Desktop_V4_5_2() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BinaryCompatibility_get_TargetsAtLeast_Desktop_V4_5_2_mDEFDF9D5E7D544663030CF84399725D0A2025D22_inline (const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, bool ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, bool, const RuntimeMethod*))Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A_gshared)(__this, ___value0, method); } // System.Void System.Xml.Serialization.ReflectionHelper::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionHelper__ctor_m047E272CCD98B372A237956ABA5C1A203A113EBF (ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064 * __this, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlAttributeOverrides::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeOverrides__ctor_m0FDFB6B018E714C8F5E6BB7D8422FBC3FDA05702 (XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F * __this, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlReflectionImporter::ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlReflectionImporter_ImportTypeMapping_mF9EA2A270B4B1DEA56FC524567DB94798376A550 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, Type_t * ___type0, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___root1, String_t* ___defaultNamespace2, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90 (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Xml.Serialization.TypeData System.Xml.Serialization.TypeTranslator::GetTypeData(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * TypeTranslator_GetTypeData_mCCF6ACBDA188128044B25420124E8A2CD0885E84 (Type_t * ___type0, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlReflectionImporter::ImportTypeMapping(System.Xml.Serialization.TypeData,System.Xml.Serialization.XmlRootAttribute,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlReflectionImporter_ImportTypeMapping_m38C791045054E02E1ADFB323CDA9DF334F9A39D8 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___typeData0, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___root1, String_t* ___defaultNamespace2, 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.Xml.Serialization.SchemaTypes System.Xml.Serialization.TypeData::get_SchemaType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlReflectionImporter::ImportClassMapping(System.Xml.Serialization.TypeData,System.Xml.Serialization.XmlRootAttribute,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlReflectionImporter_ImportClassMapping_m3F50FDE3630A2DD3DD4F56A15582B4F874BA5241 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___typeData0, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___root1, String_t* ___defaultNamespace2, bool ___isBaseType3, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlReflectionImporter::ImportListMapping(System.Xml.Serialization.TypeData,System.Xml.Serialization.XmlRootAttribute,System.String,System.Xml.Serialization.XmlAttributes,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlReflectionImporter_ImportListMapping_m0492DC46D491F550CB2BCD2FD27EEEC4698A0DB0 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___typeData0, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___root1, String_t* ___defaultNamespace2, XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * ___atts3, int32_t ___nestingLevel4, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlReflectionImporter::ImportXmlNodeMapping(System.Xml.Serialization.TypeData,System.Xml.Serialization.XmlRootAttribute,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlReflectionImporter_ImportXmlNodeMapping_m64DB4F7D5CF21D152C2686B60FA12F658504A6AB (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___typeData0, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___root1, String_t* ___defaultNamespace2, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlReflectionImporter::ImportPrimitiveMapping(System.Xml.Serialization.TypeData,System.Xml.Serialization.XmlRootAttribute,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlReflectionImporter_ImportPrimitiveMapping_m94196C94B3F1BB96FAFBAE19335C51D35717010D (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___typeData0, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___root1, String_t* ___defaultNamespace2, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlReflectionImporter::ImportEnumMapping(System.Xml.Serialization.TypeData,System.Xml.Serialization.XmlRootAttribute,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlReflectionImporter_ImportEnumMapping_mB68267ED6FFC8A593317F108634F55681B136A95 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___typeData0, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___root1, String_t* ___defaultNamespace2, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlReflectionImporter::ImportXmlSerializableMapping(System.Xml.Serialization.TypeData,System.Xml.Serialization.XmlRootAttribute,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlReflectionImporter_ImportXmlSerializableMapping_mF2D893E7039484C327C171B03A1857CEBF11B8C1 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___typeData0, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___root1, String_t* ___defaultNamespace2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlMapping::SetKey(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlMapping_SetKey_m5B06D619DEFD4B580B09AA449335965ACE07AA82_inline (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, String_t* ___key0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlMapping::set_RelatedMaps(System.Collections.ArrayList) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlMapping_set_RelatedMaps_mA129C8C27F935064681D608B11F8DF177FA3B858_inline (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlMapping::set_Format(System.Xml.Serialization.SerializationFormat) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlMapping_set_Format_m9EB27B9A5E734B6C1F7E13C6D4640E76A7FD2DCF_inline (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m4A65916B1316FBF45ECDF1FF7FAC9E3CA30C112C (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, Exception_t * ___innerException1, 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.Boolean System.Xml.Serialization.XmlReflectionImporter::CanBeNull(System.Xml.Serialization.TypeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReflectionImporter_CanBeNull_m74FE1D10AB7DF8C33AF0A47D8B06A0375695F4EE (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___type0, 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.Boolean System.Xml.Serialization.TypeData::get_IsListType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeData_get_IsListType_m3CBCB6B25D4337E243E39B514ACF19144C4A6E82 (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method); // System.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); // System.String System.Xml.Serialization.TypeData::get_FullTypeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeData_get_FullTypeName_mFFCC7D2CB2D25AB7EB9FB3B395515A52B19D9A29_inline (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method); // 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); // System.Xml.Serialization.XmlRootAttribute System.Xml.Serialization.XmlAttributes::get_XmlRoot() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * XmlAttributes_get_XmlRoot_m660513A35CE5B36F688B0A19001FA6E6E73D9EE9_inline (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeAttribute System.Xml.Serialization.XmlAttributes::get_XmlType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 * XmlAttributes_get_XmlType_m00784DFC2AE7D981A8455CAAB9A18F1E5B3E7F9A_inline (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeAttribute::get_Namespace() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeAttribute_get_Namespace_m71B386CC850B097BD069DACA436AE0D4A459C858_inline (XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeAttribute::get_TypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeAttribute_get_TypeName_m4F990247967405BF066CC73DE42EF5B33002474D (XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 * __this, 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.Boolean System.Xml.Serialization.XmlTypeAttribute::get_IncludeInSchema() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTypeAttribute_get_IncludeInSchema_m0A9657E25F040E13B36BEE03E860040BA626C926_inline (XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlRootAttribute::get_ElementName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlRootAttribute_get_ElementName_mC660E6FE49AF0626C781832D904D1B1A9612038E (XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlRootAttribute::get_Namespace() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlRootAttribute_get_Namespace_m0A911502725F9726BDDEE6EE3F38D02DA70097BD_inline (XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlRootAttribute::get_IsNullable() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlRootAttribute_get_IsNullable_m891FFFF4D901032D8F70819DC2A31322765AC54F_inline (XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializableMapping::.ctor(System.Xml.Serialization.XmlRootAttribute,System.String,System.String,System.Xml.Serialization.TypeData,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializableMapping__ctor_m008BA4407BE5133C350E37A5E4B9CFF9B86CC99C (XmlSerializableMapping_tD6A58399CD5AF9C7284D42BBDED717DD161EEEE5 * __this, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___root0, String_t* ___elementName1, String_t* ___ns2, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___typeData3, String_t* ___xmlType4, String_t* ___xmlTypeNamespace5, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.TypeData::get_IsXsdType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeData_get_IsXsdType_m75389176FE4780C65C3EDC58960C62E52A51CD08 (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapping::.ctor(System.String,System.String,System.Xml.Serialization.TypeData,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapping__ctor_m99427222BCBFD01F5498490316D0DC57419CFC28 (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, String_t* ___elementName0, String_t* ___ns1, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___typeData2, String_t* ___xmlType3, String_t* ___xmlTypeNamespace4, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapping::set_IncludeInSchema(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapping_set_IncludeInSchema_mFC3062C13722A8C22B205186420ED38E1F604038_inline (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapping::set_IsNullable(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapping_set_IsNullable_mD56AE3E111996A952C37635EA57BB375C6535009_inline (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.ReflectionHelper::CheckSerializableType(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionHelper_CheckSerializableType_m9EC0F006F23E70D9441DA9CED140A631D1B31DA8 (Type_t * ___type0, bool ___allowPrivateConstructors1, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlReflectionImporter::GetTypeNamespace(System.Xml.Serialization.TypeData,System.Xml.Serialization.XmlRootAttribute,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlReflectionImporter_GetTypeNamespace_mC5A1A3C2CBD2B7CDECDB2E7A2AEE1E2F2E8D580E (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___typeData0, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___root1, String_t* ___defaultNamespace2, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.ReflectionHelper::GetRegisteredClrType(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ReflectionHelper_GetRegisteredClrType_m4BFA672D5A5BEB57FFBE7B8A10914860FAF9BC36 (ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064 * __this, Type_t * ___type0, String_t* ___ns1, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlReflectionImporter::CreateTypeMapping(System.Xml.Serialization.TypeData,System.Xml.Serialization.XmlRootAttribute,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlReflectionImporter_CreateTypeMapping_mFB79F4CE883EAC32D9804A0DCDCA5DC4ADBD413B (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___typeData0, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___root1, String_t* ___defaultXmlType2, String_t* ___defaultNamespace3, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapping::get_XmlTypeNamespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapping_get_XmlTypeNamespace_m84FB57272C654790B04BCCA3901AA92AF1C8EDA6 (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.ReflectionHelper::RegisterClrType(System.Xml.Serialization.XmlTypeMapping,System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionHelper_RegisterClrType_m7BE8D0A8841FDE79CCC033385A3A7DB3235A1D80 (ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___map0, Type_t * ___type1, String_t* ___ns2, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapping::get_XmlType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapping_get_XmlType_m97D3C310989DEA0D8C5DDE2A74BA1866DA7E5C99_inline (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.ReflectionHelper::RegisterSchemaType(System.Xml.Serialization.XmlTypeMapping,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionHelper_RegisterSchemaType_mD63658F35808E6758F10C00786FE1C23F3F82593 (ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___map0, String_t* ___xmlType1, String_t* ___ns2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.ClassMap::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClassMap__ctor_mC6B7986FA969B86913A3610EC462174EB03F55C7 (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlMapping::set_ObjectMap(System.Xml.Serialization.ObjectMap) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlMapping_set_ObjectMap_m0F4C130CF2DB92999D96F22538AC256EC06B49C9_inline (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * ___value0, const RuntimeMethod* method); // System.Collections.Generic.List`1 System.Xml.Serialization.XmlReflectionImporter::GetReflectionMembers(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC * XmlReflectionImporter_GetReflectionMembers_m18746B2BCF5ABAA3FF5E24C6021F445ED832FCD8 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t45E2F508673B5A5650440D9BDB9ECAD348603980 List_1_GetEnumerator_m1F5EB2582CC7E7006F397A1C5F96399B14A26F88 (List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC * __this, const RuntimeMethod* method) { return (( Enumerator_t45E2F508673B5A5650440D9BDB9ECAD348603980 (*) (List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC *, const RuntimeMethod*))List_1_GetEnumerator_m1739A5E25DF502A6984F9B98CFCAC2D3FABCF233_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * Enumerator_get_Current_m9482B8C20AFA1BCC4DD4320652A73ADB6878AB8C_inline (Enumerator_t45E2F508673B5A5650440D9BDB9ECAD348603980 * __this, const RuntimeMethod* method) { return (( XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * (*) (Enumerator_t45E2F508673B5A5650440D9BDB9ECAD348603980 *, const RuntimeMethod*))Enumerator_get_Current_m9C4EBBD2108B51885E750F927D7936290C8E20EE_gshared_inline)(__this, method); } // System.Xml.Serialization.XmlAttributes System.Xml.Serialization.XmlReflectionMember::get_XmlAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * XmlReflectionMember_get_XmlAttributes_m55C4166601EDBC0C7ABB07EC926485C010F888D1 (XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * __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); } // !0 System.Nullable`1::GetValueOrDefault() inline bool Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mA982FD834370E78FAE934EE999954639E5B5B7E9 (Enumerator_t45E2F508673B5A5650440D9BDB9ECAD348603980 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t45E2F508673B5A5650440D9BDB9ECAD348603980 *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m11F4C4D99988E1B8F9659AA6E4C64A8DB1634F35 (Enumerator_t45E2F508673B5A5650440D9BDB9ECAD348603980 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t45E2F508673B5A5650440D9BDB9ECAD348603980 *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // System.Void System.Comparison`1::.ctor(System.Object,System.IntPtr) inline void Comparison_1__ctor_m91472DC830C2B94D3BCFB190CBD895039F92307B (Comparison_1_t44AF266C7D621EBE70F2BF21FFA6B7C2C260453A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Comparison_1_t44AF266C7D621EBE70F2BF21FFA6B7C2C260453A *, RuntimeObject *, intptr_t, const RuntimeMethod*))Comparison_1__ctor_mDE1798563694D30022D3B7E1010347C573690B4A_gshared)(__this, ___object0, ___method1, method); } // System.Void System.Collections.Generic.List`1::Sort(System.Comparison`1) inline void List_1_Sort_m28B396C4B4C12C810D8E243177B13FDE421C83C2 (List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC * __this, Comparison_1_t44AF266C7D621EBE70F2BF21FFA6B7C2C260453A * ___comparison0, const RuntimeMethod* method) { (( void (*) (List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC *, Comparison_1_t44AF266C7D621EBE70F2BF21FFA6B7C2C260453A *, const RuntimeMethod*))List_1_Sort_m5EB3F127CD42F1ACA97F4DB8754C49F23B64D750_gshared)(__this, ___comparison0, method); } // System.Boolean System.Xml.Serialization.XmlAttributes::get_XmlIgnore() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlAttributes_get_XmlIgnore_mDE8D8BE2B8F92D3264F13D785E0D4225AE70C9DE_inline (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method); // System.Type System.Xml.Serialization.XmlReflectionMember::get_DeclaringType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * XmlReflectionMember_get_DeclaringType_mD719A7D17301246AE02FCB95CBC9EFCEFEDB3853_inline (XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * __this, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlReflectionImporter::ImportClassMapping(System.Type,System.Xml.Serialization.XmlRootAttribute,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlReflectionImporter_ImportClassMapping_mA9F44DCC5C2247C734FFB47F234C69C8F247923F (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, Type_t * ___type0, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___root1, String_t* ___defaultNamespace2, bool ___isBaseType3, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlTypeMapping::get_HasXmlTypeNamespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapping_get_HasXmlTypeNamespace_m2452AA7124F5B1A8696230CC469DE3326E2A1A9F (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapMember System.Xml.Serialization.XmlReflectionImporter::CreateMapMember(System.Type,System.Xml.Serialization.XmlReflectionMember,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * XmlReflectionImporter_CreateMapMember_mC68576807BD5C885583F2C722CE6B466F37A173A (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, Type_t * ___declaringType0, XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * ___rmember1, String_t* ___defaultNamespace2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMember::CheckOptionalValueType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_CheckOptionalValueType_m0ACA5E71F135BBE0BEFDFEE7D7B12BFFA21CAB49 (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.ClassMap::AddMember(System.Xml.Serialization.XmlTypeMapMember) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClassMap_AddMember_m59D36DD3335ABF9FFC40375986350D4F05B52C18 (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ___member0, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlReflectionMember::get_MemberName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlReflectionMember_get_MemberName_mC09A44FCF1CF59DA1A3378317271646E088757B3_inline (XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * __this, const RuntimeMethod* method); // System.Collections.ArrayList System.Xml.Serialization.XmlTypeMapping::get_DerivedTypes() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * XmlTypeMapping_get_DerivedTypes_m63ABD00406604F86FE15EE6BBC3EAEB9C6B6EAF7_inline (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlReflectionImporter::ImportTypeMapping(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlReflectionImporter_ImportTypeMapping_m215C25D9153B68D89A46F39DCA112AB77A165359 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, Type_t * ___type0, String_t* ___defaultNamespace1, const RuntimeMethod* method); // System.Xml.Serialization.ObjectMap System.Xml.Serialization.XmlMapping::get_ObjectMap() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * XmlMapping_get_ObjectMap_m7B06F5CA0492C1860E924B54F29D3ABF908F77C9_inline (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapping::set_BaseMap(System.Xml.Serialization.XmlTypeMapping) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapping_set_BaseMap_m75694732FDD9E30E1D827DDED2E33FAC6774F766_inline (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___value0, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.ClassMap::get_HasSimpleContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ClassMap_get_HasSimpleContent_m18576AB8E61ABF14D04D4F8E4DDD66C0FC4EC7FF (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.ClassMap::SetCanBeSimpleType(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ClassMap_SetCanBeSimpleType_m9A6BBBA7D4B39871677C0234B2C4725CB78A9660_inline (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, bool ___can0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlReflectionImporter::RegisterDerivedMap(System.Xml.Serialization.XmlTypeMapping,System.Xml.Serialization.XmlTypeMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReflectionImporter_RegisterDerivedMap_m9385972BCB1CD41A2A4819F94EF259056A03BBA6 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___map0, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___derivedMap1, const RuntimeMethod* method); // System.Collections.ICollection System.Xml.Serialization.ClassMap::get_ElementMembers() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ClassMap_get_ElementMembers_m30583103C73D6B9FCB936FF39D814F8D381910D1_inline (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method); // System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapping::get_TypeData() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.TypeData::get_TypeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeData_get_TypeName_m668AE0E924392266E74D909657C056F8AAA596B7_inline (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapping::get_BaseMap() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlTypeMapping_get_BaseMap_m6202ECE86BAF66E17C989E6DCC97FBC463DD639B_inline (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlReflectionImporter::ImportIncludedTypes(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReflectionImporter_ImportIncludedTypes_m15477180E730E5FA1E7DECCC6AEE1951888ABD66 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, Type_t * ___type0, String_t* ___defaultNamespace1, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapMember System.Xml.Serialization.ClassMap::get_XmlTextCollector() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ClassMap_get_XmlTextCollector_mCD1E9DCA3A54BCEA7DB7F1E0175508C08677849E_inline (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method); // System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapMember::get_TypeData() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapMember::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapMember_get_Name_mF4296DFD6FB56C6F2592A975362C5187FAD5F036_inline (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlReflectionImporter::ImportTypeMapping(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlReflectionImporter_ImportTypeMapping_m36C45A176E8266C6B53BBA407E926ACA4F72802B (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.ListMap::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListMap__ctor_m35415A73A7CA6CE2B3ADB613291DEF2CB39CC5DA (ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlAttributes::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributes__ctor_m761DCBA3414BFF5B255A5D56132B0753A71E97D0 (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method); // System.Type System.Xml.Serialization.TypeData::get_ListItemType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeData_get_ListItemType_m7701AC967B5DD742A2525C4853116EDBF66F73F3 (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapElementInfoList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfoList__ctor_m61B67EDC5797D896962B7B503260F69FEA1E2B97 (XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * __this, const RuntimeMethod* method); // System.Xml.Serialization.XmlArrayItemAttributes System.Xml.Serialization.XmlAttributes::get_XmlArrayItems() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB * XmlAttributes_get_XmlArrayItems_mB0B6351F521D19EC4810D27B7B89CDF477E01A3D_inline (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlArrayItemAttribute::get_Namespace() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlArrayItemAttribute_get_Namespace_m540093674268E0D9CFB2A3C956D97882FB761450_inline (XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaForm System.Xml.Serialization.XmlArrayItemAttribute::get_Form() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlArrayItemAttribute_get_Form_mBE29B9F35D11E995C7B4169F84289EA5523379C1_inline (XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Serialization.XmlArrayItemAttribute::get_NestingLevel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlArrayItemAttribute_get_NestingLevel_m1246E008EEA78D69F58C9959DEB75A7975C87FE6_inline (XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * __this, const RuntimeMethod* method); // System.Type System.Xml.Serialization.XmlArrayItemAttribute::get_Type() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * XmlArrayItemAttribute_get_Type_m2500D53AC5E45EB0D196A1C0381DA21CCAFCC285_inline (XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * __this, const RuntimeMethod* method); // 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); // System.Xml.Serialization.TypeData System.Xml.Serialization.TypeTranslator::GetTypeData(System.Type,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * TypeTranslator_GetTypeData_m34ECB131DF1502AA0C92FEFCDBB86D0192F486C2 (Type_t * ___runtimeType0, String_t* ___xmlDataType1, bool ___underlyingEnumType2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapElementInfo::.ctor(System.Xml.Serialization.XmlTypeMapMember,System.Xml.Serialization.TypeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo__ctor_mF6007B11354DB3416455EA0AE568C6FF92542B04 (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ___member0, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___type1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_Namespace(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_Namespace_m428970C4B7182555B6636BF9AC3945F634705F69_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapElementInfo::get_Namespace() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_Namespace_mC9E436A358B8900AFDB3C7E5E91002873ACF84B2_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_Form(System.Xml.Schema.XmlSchemaForm) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_Form_m85F81039CF7C52FAA0B57F5B151F15EB37954EBF_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlArrayItemAttribute::get_IsNullableSpecified() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlArrayItemAttribute_get_IsNullableSpecified_m5D178C070F4FE4945C45B89041865D94225003AA_inline (XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlArrayItemAttribute::get_IsNullable() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlArrayItemAttribute_get_IsNullable_m094CB9CBB98C47D54DCAC0D097FE6B843DA3D8E6_inline (XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * __this, const RuntimeMethod* method); // System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapElementInfo::get_TypeData() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_IsNullable(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_IsNullable_m041AC6E38489107B983C09E52E0FC5ABC52DF6C7_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_NestingLevel(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_NestingLevel_mBE87E71FD314CFDDE13BABCB6018D3C6178709AD_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, int32_t ___value0, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlReflectionImporter::ImportListMapping(System.Type,System.Xml.Serialization.XmlRootAttribute,System.String,System.Xml.Serialization.XmlAttributes,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlReflectionImporter_ImportListMapping_mC8FD5F70A19B3597086D57941CCF68372E716AF0 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, Type_t * ___type0, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___root1, String_t* ___defaultNamespace2, XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * ___atts3, int32_t ___nestingLevel4, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_MappedType(System.Xml.Serialization.XmlTypeMapping) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_MappedType_m7DFC1FE2449F33CCB76C521EA95669DFDE4FB620_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___value0, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.TypeData::get_IsComplexType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeData_get_IsComplexType_m7F74C117E649C691E8EF8989A7CB470A59405A28 (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method); // 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); // System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_ElementName(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_ElementName_mD96BF1649FA7885FA25FE2144CB7DC116B194FAB_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, String_t* ___value0, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapElementInfo::get_MappedType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlMapping::get_ElementName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlMapping_get_ElementName_m325D48DC1385A3577E5B4948F1F116861A215CEF_inline (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.ListMap::set_ItemInfo(System.Xml.Serialization.XmlTypeMapElementInfoList) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ListMap_set_ItemInfo_m4FFE44794DBBCE25C4FFEE0077F4D7E092E8A2D5_inline (ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * __this, XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * ___value0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m67326AC4F1380817D6F2FDA2AFD61E5085C2E128 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method); // System.String System.Xml.Serialization.TypeTranslator::GetArrayName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeTranslator_GetArrayName_mC21C9EA401D0CD4F6BA9EAAA0E10FD99C5B5AA04 (String_t* ___elemName0, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapElementInfo::get_ElementName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_ElementName_m1B5D0CAFCC6513CBCFCF1BD3977A519B21C4BFFC_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.ReflectionHelper::GetRegisteredSchemaType(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ReflectionHelper_GetRegisteredSchemaType_m8F59BDFFDD62EE238F8073D62893C2F10E3EDDBB (ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064 * __this, String_t* ___xmlType0, String_t* ___ns1, const RuntimeMethod* method); // System.Type System.Xml.Serialization.XmlIncludeAttribute::get_Type() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * XmlIncludeAttribute_get_Type_mE52337BF96ED8BD12584009795EE037B8ADEF53F_inline (XmlIncludeAttribute_tCFBD14CDEA32E248DAFE2560072A8E8129453E0C * __this, const RuntimeMethod* method); // System.String[] System.Enum::GetNames(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* Enum_GetNames_m70EF6DD36162EFC6D1C38D19BBB9F83B38F06A08 (Type_t * ___enumType0, const RuntimeMethod* method); // System.Reflection.FieldInfo System.Type::GetField(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FieldInfo_t * Type_GetField_m7E0197C80896690B5F5DBCCE44E3354FFDA13D2C (Type_t * __this, String_t* ___name0, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlEnumAttribute::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlEnumAttribute_get_Name_mCA9823DAF5BAEAD04D9DDB3D3688976454571904_inline (XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.EnumMap/EnumMapMember::.ctor(System.String,System.String,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumMapMember__ctor_m294B6251365C62EA2862953FA6CCDEFCFD68EF01 (EnumMapMember_tFA6EE72534779063BD134A3DF65945A5337B4D78 * __this, String_t* ___xmlName0, String_t* ___enumName1, int64_t ___value2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.EnumMap::.ctor(System.Xml.Serialization.EnumMap/EnumMapMember[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumMap__ctor_mDC8093C615DA83B0510D26C3927D2D68B4A0062B (EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC * __this, EnumMapMemberU5BU5D_t07A96D3D51D0592FBA40BC8DB07055475869F868* ___members0, bool ___isFlags1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mD174F0348C695711312BF84DF3401B4DB4B1588C (List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC * __this, const RuntimeMethod* method) { (( void (*) (List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, 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.Void System.Xml.Serialization.XmlReflectionMember::.ctor(System.String,System.Type,System.Xml.Serialization.XmlAttributes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReflectionMember__ctor_m0B063A8FFF4F58C25B19F798843EBBF4010C9361 (XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * __this, String_t* ___name0, Type_t * ___type1, XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * ___attributes2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlReflectionMember::set_DeclaringType(System.Type) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlReflectionMember_set_DeclaringType_m865F6D639E3DEE36CEE038DE10467E80480C3102_inline (XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * __this, Type_t * ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m18EAA218BB8A2659B872520B57D68F44449EA52A (List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC * __this, XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC *, XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.Boolean System.Type::get_IsInterface() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsInterface_mB10C34DEE8B22E1597C813211BBED17DD724FC07 (Type_t * __this, const RuntimeMethod* method); // System.Type System.Xml.Serialization.TypeData::GetGenericListItemType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeData_GetGenericListItemType_m6C2943E5118DD1ACAD59F7C46B413963E677486B (Type_t * ___type0, const RuntimeMethod* method); // System.Type System.Xml.Serialization.XmlReflectionMember::get_MemberType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * XmlReflectionMember_get_MemberType_m146B8FD175EF935D44A000753B19C049AC32C1B9_inline (XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * __this, const RuntimeMethod* 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.String System.Xml.Serialization.XmlArrayAttribute::get_Namespace() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlArrayAttribute_get_Namespace_mECDD6969B5F738AF94A29B94073822169C20CEBE_inline (XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaForm System.Xml.Serialization.XmlArrayAttribute::get_Form() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlArrayAttribute_get_Form_m5466F34C7D0A1D9ABD3B0D3A5710C6194583609B_inline (XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * __this, const RuntimeMethod* method); // System.Xml.Serialization.XmlAnyAttributeAttribute System.Xml.Serialization.XmlAttributes::get_XmlAnyAttribute() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlAnyAttributeAttribute_t425ACE58EEBC7D08A1B23CD06B03CA75B8D5B094 * XmlAttributes_get_XmlAnyAttribute_m9EBCA2F82D756CE9AAEBCA403A1E4A32B972662F_inline (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMemberAnyAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberAnyAttribute__ctor_mFD9A0BD561243CFBA234CD0484D9723BB056C5AA (XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE * __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.Collections.CollectionBase::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CollectionBase_get_Count_mF8C430B07361F591072B2BF01DC0376D8D28EB08 (CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMemberAnyElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberAnyElement__ctor_m77D1AED4F74CD46C6E7D6CACBE8C9B54B394DE40 (XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * __this, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapElementInfoList System.Xml.Serialization.XmlReflectionImporter::ImportAnyElementInfo(System.String,System.Xml.Serialization.XmlReflectionMember,System.Xml.Serialization.XmlTypeMapMemberElement,System.Xml.Serialization.XmlAttributes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * XmlReflectionImporter_ImportAnyElementInfo_m612496B9BC3DB3097E0947AD8FC363A0497B35C5 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, String_t* ___defaultNamespace0, XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * ___rmember1, XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * ___member2, XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * ___atts3, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMemberElement::set_ElementInfo(System.Xml.Serialization.XmlTypeMapElementInfoList) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMemberElement_set_ElementInfo_mEA2E30D91B4F1BBD5828E55A4381B3AD9046F280_inline (XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * __this, XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * ___value0, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlAttributes::get_Xmlns() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlAttributes_get_Xmlns_m2D2F20297D37E22BA33F31C25B6EE47156A459E5_inline (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMemberNamespaces::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberNamespaces__ctor_m4DE8A1F2CE51643F53C17DFC02103193C8CBB0E9 (XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D * __this, const RuntimeMethod* method); // System.Xml.Serialization.XmlAttributeAttribute System.Xml.Serialization.XmlAttributes::get_XmlAttribute() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * XmlAttributes_get_XmlAttribute_m4DA607B6AC6CD6CA740A7F0D6D469ABE157E269A_inline (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __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.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMemberAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberAttribute__ctor_m35E83608883D6792BED1B43F5A5CD22A636A5008 (XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * __this, const RuntimeMethod* method); // 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); // System.Void System.Xml.Serialization.XmlTypeMapMemberAttribute::set_AttributeName(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMemberAttribute_set_AttributeName_m732E2BC71B8E09089DF46CBBA29620E1463CFD26_inline (XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapMemberAttribute::get_AttributeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapMemberAttribute_get_AttributeName_mBAAB2635861C23CB95E96133A90677DB2155CE4D_inline (XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * __this, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::EncodeName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_EncodeName_m306D39D0A22195DCD6525E870C289DD195307630 (String_t* ___name0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMemberAttribute::set_MappedType(System.Xml.Serialization.XmlTypeMapping) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMemberAttribute_set_MappedType_mA96949EF31180953CC98AC89967CF9C42B173E0D_inline (XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___value0, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlAttributeAttribute::get_Namespace() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlAttributeAttribute_get_Namespace_m36BA9646465FB94C21F9DA75C232B5A836F21575_inline (XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaForm System.Xml.Serialization.XmlAttributeAttribute::get_Form() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlAttributeAttribute_get_Form_m7692836B2A913C4CC0A9AE93E280C08A40A741AC_inline (XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMemberAttribute::set_Form(System.Xml.Schema.XmlSchemaForm) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMemberAttribute_set_Form_m1D56219E47820FD74C37C27461953FCCA5AD2F8F_inline (XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMemberAttribute::set_Namespace(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMemberAttribute_set_Namespace_m83077B25E78B93CD70F6C488627FA17D314FC036_inline (XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * __this, String_t* ___value0, const RuntimeMethod* method); // 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); // System.Xml.Serialization.XmlElementAttribute System.Xml.Serialization.XmlElementAttributes::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * XmlElementAttributes_get_Item_m2088E7FAD5F544A9C9B0E74CA717D2E499C5944B (XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Type System.Xml.Serialization.XmlElementAttribute::get_Type() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * XmlElementAttribute_get_Type_m6B3A7DCC38BFF5C5C1D2CDDA60256DE1838768CD_inline (XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * __this, const RuntimeMethod* method); // System.Xml.Serialization.XmlTextAttribute System.Xml.Serialization.XmlAttributes::get_XmlText() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E * XmlAttributes_get_XmlText_m743D89AFE4BFA7D53A14574F0868B80D2496D104_inline (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMemberFlatList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberFlatList__ctor_m5BDC5B974DFEAC1CDA10BEA6BEFFC2971B903352 (XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMemberFlatList::set_ListMap(System.Xml.Serialization.ListMap) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMemberFlatList_set_ListMap_mAA11145FA15A6884AA8D7752DA3D3330A56D0AA8_inline (XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 * __this, ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * ___value0, const RuntimeMethod* method); // System.Xml.Serialization.ListMap System.Xml.Serialization.XmlTypeMapMemberFlatList::get_ListMap() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * XmlTypeMapMemberFlatList_get_ListMap_mB29ED2E0F2F91D5FC005F9CDAAEC3801B577E401_inline (XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 * __this, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapElementInfoList System.Xml.Serialization.XmlReflectionImporter::ImportElementInfo(System.Type,System.String,System.String,System.Type,System.Xml.Serialization.XmlTypeMapMemberElement,System.Xml.Serialization.XmlAttributes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * XmlReflectionImporter_ImportElementInfo_m689C58C95ED121AD20819437B1371E8CCE5377A5 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, Type_t * ___cls0, String_t* ___defaultName1, String_t* ___defaultNamespace2, Type_t * ___defaultType3, XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * ___member4, XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * ___atts5, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapElementInfoList System.Xml.Serialization.ListMap::get_ItemInfo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * ListMap_get_ItemInfo_mA9B850D7B956E576FEDE1CBEFD168EC5556A971C_inline (ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapMemberElement::get_ChoiceMember() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapMemberElement_get_ChoiceMember_m9AE51BC723134EEB149DDE1F6190E14508A56FA4_inline (XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.ListMap::set_ChoiceMember(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ListMap_set_ChoiceMember_mD594E76DC46BE942E1F48BEA7BF641FACF4DD3F0_inline (ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMemberList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberList__ctor_m0F2FFB8D08145919E4C7AA1ABA4BB1CDE6B00CB8 (XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82 * __this, const RuntimeMethod* method); // 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); // System.Boolean System.Xml.Serialization.XmlArrayAttribute::get_IsNullable() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlArrayAttribute_get_IsNullable_mC356F2B97E0B1B057AC7DA9DC75EB0DE80265CE0_inline (XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * __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.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_ExplicitOrder(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_ExplicitOrder_m031CAF15B3BCFBF63B2DE6D71EAC9DDCE04B4130_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, int32_t ___value0, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapElementInfoList System.Xml.Serialization.XmlTypeMapMemberElement::get_ElementInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * XmlTypeMapMemberElement_get_ElementInfo_m6C24B41268D415B81089124ED86D6427FE3D998C (XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMemberElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberElement__ctor_m1414569E82ADB1E785739BD9784256B165C9EB70 (XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * __this, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlAttributes::get_XmlDefaultValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * XmlAttributes_get_XmlDefaultValue_m3812CBB291FD5E5FD065BC0A1EACBE4EFD142484_inline (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlReflectionImporter::GetDefaultValue(System.Xml.Serialization.TypeData,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlReflectionImporter_GetDefaultValue_mAF92F5C3A00A3431F010D17D9241807894CAB134 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___typeData0, RuntimeObject * ___defaultValue1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMember::set_DefaultValue(System.Object) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_DefaultValue_mA77C8EA2DCDE1EEA87AE9D72D5E76F589DD3DAE6_inline (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMember::set_TypeData(System.Xml.Serialization.TypeData) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_TypeData_m9102126647C26867085D1350E1EDC183CF502BD9_inline (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMember::set_Name(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_Name_mBF5742A0132103DE37987D9EA6F3678F80D77AB0_inline (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlReflectionMember::get_IsReturnValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlReflectionMember_get_IsReturnValue_m8B85CC31AD23E0153EBF6E8569AF7737E38CD9A4_inline (XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMember::set_IsReturnValue(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_IsReturnValue_mAB0F6902B832F1D3A7242B2A58B04B1A12113B1F (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlReflectionImporter::ImportTextElementInfo(System.Xml.Serialization.XmlTypeMapElementInfoList,System.Type,System.Xml.Serialization.XmlTypeMapMemberElement,System.Xml.Serialization.XmlAttributes,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReflectionImporter_ImportTextElementInfo_mB0A28F28F1550E064B302F9BBC92926F89052669 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * ___list0, Type_t * ___defaultType1, XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * ___member2, XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * ___atts3, String_t* ___defaultNamespace4, const RuntimeMethod* method); // System.Xml.Serialization.XmlChoiceIdentifierAttribute System.Xml.Serialization.XmlAttributes::get_XmlChoiceIdentifier() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlChoiceIdentifierAttribute_t631E9D90F1B31767C61EEDF899EC5233B57BB067 * XmlAttributes_get_XmlChoiceIdentifier_m1E8FC3362D649B7B46EBDEEAA9B708869E7662B7_inline (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method); // 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); // System.Void System.Xml.Serialization.XmlTypeMapMemberElement::set_ChoiceMember(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMemberElement_set_ChoiceMember_mDC47BA61048B75963C4D8E5789D5A84F532792D7_inline (XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mCA053C6F9F80091150799BA7B4EDE7E4A3262E77 (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMemberElement::set_ChoiceTypeData(System.Xml.Serialization.TypeData) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMemberElement_set_ChoiceTypeData_mF5ECB6F0DD23A7B111228D7FBA4780EFA55CA6DA_inline (XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___value0, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlElementAttribute::get_DataType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlElementAttribute_get_DataType_m7E2E497D46553092655A71222F30C281FCD9BAD4 (XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaForm System.Xml.Serialization.XmlElementAttribute::get_Form() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlElementAttribute_get_Form_mB9261C8155A12EE03C7A8AF93377206D41501E67_inline (XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaForm System.Xml.Serialization.XmlTypeMapElementInfo::get_Form() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlTypeMapElementInfo_get_Form_m294ACF0C0C2CD53DC9A5F4435810866396DDFCC3_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlElementAttribute::get_Namespace() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlElementAttribute_get_Namespace_mF2DA857F00B2341F46AD2EA3E957F2BBFFB75908_inline (XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlElementAttribute::get_IsNullable() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlElementAttribute_get_IsNullable_m2077CA3F3B3A4B55429D31E4C2EB3851216576FE_inline (XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::get_IsNullable() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTypeMapElementInfo_get_IsNullable_mB063B0F861F54D1DD176FCB66B4FF532D8E8C402_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.TypeData::get_IsNullable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeData_get_IsNullable_mD24CD1E465C07ADBA559890CC8DB5FD2100BEADF (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___values0, const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m2CD22B92BC86D731EC55ED4D2A970491CBFD1C51 (RuntimeObject* ___provider0, String_t* ___format1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlElementAttribute::get_ElementName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlElementAttribute_get_ElementName_mC1A0DF9F8F2EA0F7A6AAF9961AE459166B59D3EC (XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.EnumMap::GetEnumName(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EnumMap_GetEnumName_m27EE7F778C8E65530E97367331A14ABA2A86BC39 (EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC * __this, String_t* ___typeName0, String_t* ___xmlName1, const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA3BB834FA13052393D767E65AD6AA9F5895106B8 (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, RuntimeObject * ___arg24, const RuntimeMethod* method); // System.Object System.Enum::Parse(System.Type,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_Parse_mBF078678C6B2C5116261811AFBBFAE524D4D4BB4 (Type_t * ___enumType0, String_t* ___value1, bool ___ignoreCase2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_ChoiceValue(System.Object) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_ChoiceValue_mDF1E5216A38F7911327D731FD8DBEAD93CB48CAA_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // 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); // System.String System.Xml.Serialization.XmlAnyElementAttribute::get_Namespace() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlAnyElementAttribute_get_Namespace_mBE42C3CE521A6F6FB7EE53A0036294B0DC75DE47_inline (XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_IsUnnamedAnyElement(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_IsUnnamedAnyElement_mD4F5E05C761B584F531A0C8DF8DDD95ED3C9FCE0 (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, bool ___value0, 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.Xml.Serialization.XmlTypeMapMemberElement::set_IsXmlTextCollector(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMemberElement_set_IsXmlTextCollector_m6D8322F1020B99C91DB0CB462FAE6596FC763D1E_inline (XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * __this, bool ___value0, const RuntimeMethod* method); // System.Type System.Xml.Serialization.XmlTextAttribute::get_Type() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * XmlTextAttribute_get_Type_mCE89138881363643CA1975DC70E1F060C60A90CA_inline (XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTextAttribute::get_DataType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextAttribute_get_DataType_m5A6F5067C4D1EB72A92752324722BCA2EFF7F85A (XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E * __this, const RuntimeMethod* method); // System.Xml.Serialization.TypeData System.Xml.Serialization.TypeData::get_ListItemTypeData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * TypeData_get_ListItemTypeData_m0FA3A62DFB823ECD4B3DA4987FD66C54789ABDD6 (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_IsTextElement(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_IsTextElement_m7BB3A8B86D0FD4C9622BF60850DFD94E689B039C (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_WrappedElement(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_WrappedElement_m47E5F5A0432D44A66827AC669A742C28587AFABF_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean System.Type::get_IsValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsValueType_m9CCCB4759C2D5A890096F8DBA66DAAEFE9D913FB (Type_t * __this, const RuntimeMethod* method); // System.String System.Enum::Format(System.Type,System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_Format_m5DC032DAC7A40136EEB6E2CFEBC0E0B40131C36D (Type_t * ___enumType0, RuntimeObject * ___value1, String_t* ___format2, 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); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Stream System.Xml.XmlDownloadManager::GetStream(System.Uri,System.Net.ICredentials,System.Net.IWebProxy,System.Net.Cache.RequestCachePolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * XmlDownloadManager_GetStream_m927E7BBEDB3F068C01794E13C36CE5A34062662E (XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, RuntimeObject* ___credentials1, RuntimeObject* ___proxy2, RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * ___cachePolicy3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC05DD95A56B355AAD74E9CE147B236E03FF8905E); s_Il2CppMethodInitialized = true; } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri0; NullCheck(L_0); String_t* L_1; L_1 = Uri_get_Scheme_mEC4980E1C82DE3963007E33C759742A02A26FF29(L_0, /*hidden argument*/NULL); bool L_2; L_2 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_1, _stringLiteralC05DD95A56B355AAD74E9CE147B236E03FF8905E, /*hidden argument*/NULL); if (!L_2) { goto IL_0022; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_3 = ___uri0; NullCheck(L_3); String_t* L_4; L_4 = Uri_get_LocalPath_mED5287A7F9ADF1CCBAFD77221135A37C133F067E(L_3, /*hidden argument*/NULL); FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * L_5 = (FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 *)il2cpp_codegen_object_new(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_il2cpp_TypeInfo_var); FileStream__ctor_m35041565358368A57B0A06A7D7FABB9563AF359A(L_5, L_4, 3, 1, 1, 1, /*hidden argument*/NULL); return L_5; } IL_0022: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_6 = ___uri0; RuntimeObject* L_7 = ___credentials1; RuntimeObject* L_8 = ___proxy2; RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * L_9 = ___cachePolicy3; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_10; L_10 = XmlDownloadManager_GetNonFileStream_m72785401C2FA0F2A2C861BCFFBC13DB564E12E47(__this, L_6, L_7, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.IO.Stream System.Xml.XmlDownloadManager::GetNonFileStream(System.Uri,System.Net.ICredentials,System.Net.IWebProxy,System.Net.Cache.RequestCachePolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * XmlDownloadManager_GetNonFileStream_m72785401C2FA0F2A2C861BCFFBC13DB564E12E47 (XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, RuntimeObject* ___credentials1, RuntimeObject* ___proxy2, RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * ___cachePolicy3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlCachedStream_t16365C843A7DEB2CD28A1C6550229581A2913D83_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * V_0 = NULL; WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * V_1 = NULL; HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * V_2 = NULL; XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * V_3 = NULL; bool V_4 = false; OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D * V_5 = NULL; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri0; IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_il2cpp_TypeInfo_var); WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_1; L_1 = WebRequest_Create_m7495BFDB572824A5A54210D88A2EE70DEA104E2D(L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject* L_2 = ___credentials1; if (!L_2) { goto IL_0011; } } { WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_3 = V_0; RuntimeObject* L_4 = ___credentials1; NullCheck(L_3); VirtActionInvoker1< RuntimeObject* >::Invoke(15 /* System.Void System.Net.WebRequest::set_Credentials(System.Net.ICredentials) */, L_3, L_4); } IL_0011: { RuntimeObject* L_5 = ___proxy2; if (!L_5) { goto IL_001b; } } { WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_6 = V_0; RuntimeObject* L_7 = ___proxy2; NullCheck(L_6); VirtActionInvoker1< RuntimeObject* >::Invoke(18 /* System.Void System.Net.WebRequest::set_Proxy(System.Net.IWebProxy) */, L_6, L_7); } IL_001b: { RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * L_8 = ___cachePolicy3; if (!L_8) { goto IL_0027; } } { WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_9 = V_0; RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * L_10 = ___cachePolicy3; NullCheck(L_9); VirtActionInvoker1< RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * >::Invoke(8 /* System.Void System.Net.WebRequest::set_CachePolicy(System.Net.Cache.RequestCachePolicy) */, L_9, L_10); } IL_0027: { WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_11 = V_0; NullCheck(L_11); WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * L_12; L_12 = VirtFuncInvoker0< WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * >::Invoke(20 /* System.Net.WebResponse System.Net.WebRequest::GetResponse() */, L_11); V_1 = L_12; WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E * L_13 = V_0; V_2 = ((HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A *)IsInstClass((RuntimeObject*)L_13, HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var)); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_14 = V_2; if (!L_14) { goto IL_0104; } } { V_3 = __this; V_4 = (bool)0; } IL_0040: try { // begin try (depth: 1) { XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * L_15 = V_3; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_15, (bool*)(&V_4), /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_16 = __this->get_connections_0(); if (L_16) { goto IL_005b; } } IL_0050: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_17 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_17, /*hidden argument*/NULL); __this->set_connections_0(L_17); } IL_005b: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_18 = __this->get_connections_0(); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_19 = V_2; NullCheck(L_19); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_20; L_20 = HttpWebRequest_get_Address_m8B4240A8AD46F12716B28F8549750BA30D2E368B_inline(L_19, /*hidden argument*/NULL); NullCheck(L_20); String_t* L_21; L_21 = Uri_get_Host_m05E1D82C4E6B14A2369AEDED218F9089DE336E64(L_20, /*hidden argument*/NULL); NullCheck(L_18); RuntimeObject * L_22; L_22 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_18, L_21); V_5 = ((OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D *)CastclassClass((RuntimeObject*)L_22, OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D_il2cpp_TypeInfo_var)); OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D * L_23 = V_5; if (L_23) { goto IL_0083; } } IL_007c: { OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D * L_24 = (OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D *)il2cpp_codegen_object_new(OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D_il2cpp_TypeInfo_var); OpenedHost__ctor_m0FB08FD979C96E5E83286C9879ECDCC2F4F217AB(L_24, /*hidden argument*/NULL); V_5 = L_24; } IL_0083: { OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D * L_25 = V_5; NullCheck(L_25); int32_t L_26 = L_25->get_nonCachedConnectionsCount_0(); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_27 = V_2; NullCheck(L_27); ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * L_28; L_28 = HttpWebRequest_get_ServicePoint_m87CA558F0C7B4A6D585F42616771173F75DE2567(L_27, /*hidden argument*/NULL); NullCheck(L_28); int32_t L_29; L_29 = ServicePoint_get_ConnectionLimit_mDF34A9CA341979EF0E5A547DC0E3281BBBEE72FF(L_28, /*hidden argument*/NULL); if ((((int32_t)L_26) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1))))) { goto IL_00e4; } } IL_0099: { OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D * L_30 = V_5; NullCheck(L_30); int32_t L_31 = L_30->get_nonCachedConnectionsCount_0(); if (L_31) { goto IL_00ba; } } IL_00a2: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_32 = __this->get_connections_0(); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_33 = V_2; NullCheck(L_33); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_34; L_34 = HttpWebRequest_get_Address_m8B4240A8AD46F12716B28F8549750BA30D2E368B_inline(L_33, /*hidden argument*/NULL); NullCheck(L_34); String_t* L_35; L_35 = Uri_get_Host_m05E1D82C4E6B14A2369AEDED218F9089DE336E64(L_34, /*hidden argument*/NULL); OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D * L_36 = V_5; NullCheck(L_32); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(14 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_32, L_35, L_36); } IL_00ba: { OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D * L_37 = V_5; OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D * L_38 = L_37; NullCheck(L_38); int32_t L_39 = L_38->get_nonCachedConnectionsCount_0(); NullCheck(L_38); L_38->set_nonCachedConnectionsCount_0(((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1))); WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * L_40 = V_1; NullCheck(L_40); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_41; L_41 = VirtFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(11 /* System.IO.Stream System.Net.WebResponse::GetResponseStream() */, L_40); HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * L_42 = V_2; NullCheck(L_42); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_43; L_43 = HttpWebRequest_get_Address_m8B4240A8AD46F12716B28F8549750BA30D2E368B_inline(L_42, /*hidden argument*/NULL); NullCheck(L_43); String_t* L_44; L_44 = Uri_get_Host_m05E1D82C4E6B14A2369AEDED218F9089DE336E64(L_43, /*hidden argument*/NULL); XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * L_45 = (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 *)il2cpp_codegen_object_new(XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1_il2cpp_TypeInfo_var); XmlRegisteredNonCachedStream__ctor_m081041EA73D3FC8BC1859DA296084E29DD94C19F(L_45, L_41, __this, L_44, /*hidden argument*/NULL); V_6 = L_45; IL2CPP_LEAVE(0x10B, FINALLY_00f9); } IL_00e4: { WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * L_46 = V_1; NullCheck(L_46); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_47; L_47 = VirtFuncInvoker0< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * >::Invoke(12 /* System.Uri System.Net.WebResponse::get_ResponseUri() */, L_46); WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * L_48 = V_1; NullCheck(L_48); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_49; L_49 = VirtFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(11 /* System.IO.Stream System.Net.WebResponse::GetResponseStream() */, L_48); XmlCachedStream_t16365C843A7DEB2CD28A1C6550229581A2913D83 * L_50 = (XmlCachedStream_t16365C843A7DEB2CD28A1C6550229581A2913D83 *)il2cpp_codegen_object_new(XmlCachedStream_t16365C843A7DEB2CD28A1C6550229581A2913D83_il2cpp_TypeInfo_var); XmlCachedStream__ctor_m07A18788CA9C71ED5B4718F29D34B94406703F0F(L_50, L_47, L_49, /*hidden argument*/NULL); V_6 = L_50; IL2CPP_LEAVE(0x10B, FINALLY_00f9); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00f9; } FINALLY_00f9: { // begin finally (depth: 1) { bool L_51 = V_4; if (!L_51) { goto IL_0103; } } IL_00fd: { XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * L_52 = V_3; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_52, /*hidden argument*/NULL); } IL_0103: { IL2CPP_END_FINALLY(249) } } // end finally (depth: 1) IL2CPP_CLEANUP(249) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x10B, IL_010b) } IL_0104: { WebResponse_t4EB79E9B7A899FD18A4AE51B7FE4FBE9A2D636B0 * L_53 = V_1; NullCheck(L_53); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_54; L_54 = VirtFuncInvoker0< Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * >::Invoke(11 /* System.IO.Stream System.Net.WebResponse::GetResponseStream() */, L_53); return L_54; } IL_010b: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_55 = V_6; return L_55; } } // System.Void System.Xml.XmlDownloadManager::Remove(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDownloadManager_Remove_mDB809C83C927D285B55574D4A4F8267CBE282306 (XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * __this, String_t* ___host0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * V_0 = NULL; bool V_1 = false; OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D * V_2 = NULL; int32_t V_3 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = __this; V_1 = (bool)0; } IL_0004: try { // begin try (depth: 1) { XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * L_0 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_0, (bool*)(&V_1), /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get_connections_0(); String_t* L_2 = ___host0; 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); V_2 = ((OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D *)CastclassClass((RuntimeObject*)L_3, OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D_il2cpp_TypeInfo_var)); OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D * L_4 = V_2; if (!L_4) { goto IL_0040; } } IL_0021: { OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D * L_5 = V_2; OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D * L_6 = L_5; NullCheck(L_6); int32_t L_7 = L_6->get_nonCachedConnectionsCount_0(); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); int32_t L_8 = V_3; NullCheck(L_6); L_6->set_nonCachedConnectionsCount_0(L_8); int32_t L_9 = V_3; if (L_9) { goto IL_0040; } } IL_0034: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_10 = __this->get_connections_0(); String_t* L_11 = ___host0; NullCheck(L_10); VirtActionInvoker1< RuntimeObject * >::Invoke(27 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_10, L_11); } IL_0040: { IL2CPP_LEAVE(0x4C, FINALLY_0042); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0042; } FINALLY_0042: { // begin finally (depth: 1) { bool L_12 = V_1; if (!L_12) { goto IL_004b; } } IL_0045: { XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * L_13 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_13, /*hidden argument*/NULL); } IL_004b: { IL2CPP_END_FINALLY(66) } } // end finally (depth: 1) IL2CPP_CLEANUP(66) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4C, IL_004c) } IL_004c: { return; } } // System.Threading.Tasks.Task`1 System.Xml.XmlDownloadManager::GetStreamAsync(System.Uri,System.Net.ICredentials,System.Net.IWebProxy,System.Net.Cache.RequestCachePolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * XmlDownloadManager_GetStreamAsync_m8651CC7437004016BCBB9742D71972CBAAB94E62 (XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, RuntimeObject* ___credentials1, RuntimeObject* ___proxy2, RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * ___cachePolicy3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1__ctor_mA813817A60ED4735C625B85C5BE3EF3E61AF94A6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t652BE01BF70FA8EF807283E66441D40D3CE1BC0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_Run_TisStream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_m5D74F33FA5815E5F1DB8F347076A24FFA297703D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass4_0_U3CGetStreamAsyncU3Eb__0_mD810D700ED1233BCA865347F84A2EE0A699E4D0C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass4_0_t1CB18D171B35CF191BC6883D5C7E384F9F137C0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC05DD95A56B355AAD74E9CE147B236E03FF8905E); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass4_0_t1CB18D171B35CF191BC6883D5C7E384F9F137C0B * V_0 = NULL; { U3CU3Ec__DisplayClass4_0_t1CB18D171B35CF191BC6883D5C7E384F9F137C0B * L_0 = (U3CU3Ec__DisplayClass4_0_t1CB18D171B35CF191BC6883D5C7E384F9F137C0B *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass4_0_t1CB18D171B35CF191BC6883D5C7E384F9F137C0B_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass4_0__ctor_mA8C38071F0962C139DD7DB555CD1BDE4BD9D00B7(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass4_0_t1CB18D171B35CF191BC6883D5C7E384F9F137C0B * L_1 = V_0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2 = ___uri0; NullCheck(L_1); L_1->set_uri_0(L_2); U3CU3Ec__DisplayClass4_0_t1CB18D171B35CF191BC6883D5C7E384F9F137C0B * L_3 = V_0; NullCheck(L_3); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_4 = L_3->get_uri_0(); NullCheck(L_4); String_t* L_5; L_5 = Uri_get_Scheme_mEC4980E1C82DE3963007E33C759742A02A26FF29(L_4, /*hidden argument*/NULL); bool L_6; L_6 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_5, _stringLiteralC05DD95A56B355AAD74E9CE147B236E03FF8905E, /*hidden argument*/NULL); if (!L_6) { goto IL_0036; } } { U3CU3Ec__DisplayClass4_0_t1CB18D171B35CF191BC6883D5C7E384F9F137C0B * L_7 = V_0; Func_1_t652BE01BF70FA8EF807283E66441D40D3CE1BC0B * L_8 = (Func_1_t652BE01BF70FA8EF807283E66441D40D3CE1BC0B *)il2cpp_codegen_object_new(Func_1_t652BE01BF70FA8EF807283E66441D40D3CE1BC0B_il2cpp_TypeInfo_var); Func_1__ctor_mA813817A60ED4735C625B85C5BE3EF3E61AF94A6(L_8, L_7, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass4_0_U3CGetStreamAsyncU3Eb__0_mD810D700ED1233BCA865347F84A2EE0A699E4D0C_RuntimeMethod_var), /*hidden argument*/Func_1__ctor_mA813817A60ED4735C625B85C5BE3EF3E61AF94A6_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * L_9; L_9 = Task_Run_TisStream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_m5D74F33FA5815E5F1DB8F347076A24FFA297703D(L_8, /*hidden argument*/Task_Run_TisStream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_m5D74F33FA5815E5F1DB8F347076A24FFA297703D_RuntimeMethod_var); return L_9; } IL_0036: { U3CU3Ec__DisplayClass4_0_t1CB18D171B35CF191BC6883D5C7E384F9F137C0B * L_10 = V_0; NullCheck(L_10); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_11 = L_10->get_uri_0(); RuntimeObject* L_12 = ___credentials1; RuntimeObject* L_13 = ___proxy2; RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * L_14 = ___cachePolicy3; Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * L_15; L_15 = XmlDownloadManager_GetNonFileStreamAsync_m075FD73BF73B9C8E231E40AD4C956FE1F76709B1(__this, L_11, L_12, L_13, L_14, /*hidden argument*/NULL); return L_15; } } // System.Threading.Tasks.Task`1 System.Xml.XmlDownloadManager::GetNonFileStreamAsync(System.Uri,System.Net.ICredentials,System.Net.IWebProxy,System.Net.Cache.RequestCachePolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * XmlDownloadManager_GetNonFileStreamAsync_m075FD73BF73B9C8E231E40AD4C956FE1F76709B1 (XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, RuntimeObject* ___credentials1, RuntimeObject* ___proxy2, RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * ___cachePolicy3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_mA34110362D6355E1CF66EB2FD4686F03F9706662_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782_m10FB49F43785475716F22C9B19CDFE97221D7758_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m1CC6A1431B22FEB84E8608D920C0A38A35C23502_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782 V_0; memset((&V_0), 0, sizeof(V_0)); AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F V_1; memset((&V_1), 0, sizeof(V_1)); { (&V_0)->set_U3CU3E4__this_7(__this); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___uri0; (&V_0)->set_uri_2(L_0); RuntimeObject* L_1 = ___credentials1; (&V_0)->set_credentials_3(L_1); RuntimeObject* L_2 = ___proxy2; (&V_0)->set_proxy_4(L_2); RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * L_3 = ___cachePolicy3; (&V_0)->set_cachePolicy_5(L_3); IL2CPP_RUNTIME_CLASS_INIT(AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F L_4; L_4 = AsyncTaskMethodBuilder_1_Create_mA34110362D6355E1CF66EB2FD4686F03F9706662(/*hidden argument*/AsyncTaskMethodBuilder_1_Create_mA34110362D6355E1CF66EB2FD4686F03F9706662_RuntimeMethod_var); (&V_0)->set_U3CU3Et__builder_1(L_4); (&V_0)->set_U3CU3E1__state_0((-1)); U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782 L_5 = V_0; AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F L_6 = L_5.get_U3CU3Et__builder_1(); V_1 = L_6; AsyncTaskMethodBuilder_1_Start_TisU3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782_m10FB49F43785475716F22C9B19CDFE97221D7758((AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F *)(&V_1), (U3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782 *)(&V_0), /*hidden argument*/AsyncTaskMethodBuilder_1_Start_TisU3CGetNonFileStreamAsyncU3Ed__5_t3C3436560486693053CFE79D503DE114BD57F782_m10FB49F43785475716F22C9B19CDFE97221D7758_RuntimeMethod_var); AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F * L_7 = (&V_0)->get_address_of_U3CU3Et__builder_1(); Task_1_t9886BD44244DCD8CA9A7E5EF87684455E7FFF602 * L_8; L_8 = AsyncTaskMethodBuilder_1_get_Task_m1CC6A1431B22FEB84E8608D920C0A38A35C23502((AsyncTaskMethodBuilder_1_t445B001B32525A5C755DE950EBBD09544620B90F *)L_7, /*hidden argument*/AsyncTaskMethodBuilder_1_get_Task_m1CC6A1431B22FEB84E8608D920C0A38A35C23502_RuntimeMethod_var); return L_8; } } // System.Void System.Xml.XmlDownloadManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDownloadManager__ctor_m20609FF8F46937FB1891AF0C30E939299056B1AF (XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.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) { 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 = ___doc2; XmlLinkedNode__ctor_m5D69904A83B963E33353140D64EC323118BB14E8(__this, L_0, /*hidden argument*/NULL); ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->set_parentNode_0((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = ___doc2; 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*)&_stringLiteral1608C82B466107946B52772199E59009D15CA084)), /*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*)&XmlElement__ctor_m3B8F2AB4A766B70D8B55D1B2F0D2EAB331861920_RuntimeMethod_var))); } IL_0049: { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_12 = ___name0; __this->set_name_2(L_12); bool L_13 = ___empty1; if (!L_13) { goto IL_005a; } } { __this->set_lastChild_4(__this); } IL_005a: { return; } } // System.Void System.Xml.XmlElement::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement__ctor_m7EF87BE7BF1F09B5E43F24BA0B3F8EAF88E5F9C1 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __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_AddXmlName_mFAE6AC9E0E1E235388C67440F2887F8F829AAD0C(L_0, L_1, L_2, L_3, (RuntimeObject*)NULL, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_5 = ___doc3; XmlElement__ctor_m3B8F2AB4A766B70D8B55D1B2F0D2EAB331861920(__this, L_4, (bool)1, L_5, /*hidden argument*/NULL); return; } } // System.Xml.XmlName System.Xml.XmlElement::get_XmlName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlElement_get_XmlName_m3EACA407019707B92B5B842EA39B6764AA250815 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_2(); return L_0; } } // System.Void System.Xml.XmlElement::set_XmlName(System.Xml.XmlName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement_set_XmlName_m6BF0CB16BB12B567796E028798409659F0878366 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___value0, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = ___value0; __this->set_name_2(L_0); return; } } // System.Xml.XmlNode System.Xml.XmlElement::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlElement_CloneNode_mB6F2DD483FDFE2442911063D233AF500FF73A79F (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, bool ___deep0, 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*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * V_0 = NULL; bool V_1 = false; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * V_2 = NULL; RuntimeObject* V_3 = NULL; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_4 = NULL; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_5 = NULL; RuntimeObject* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { 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); bool L_2; L_2 = XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681_inline(L_1, /*hidden argument*/NULL); V_1 = L_2; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_3 = V_0; NullCheck(L_3); XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(L_3, (bool)1, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_4 = V_0; String_t* L_5; L_5 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_Prefix() */, __this); String_t* L_6; L_6 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, __this); String_t* L_7; L_7 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, __this); NullCheck(L_4); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_8; L_8 = VirtFuncInvoker3< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *, String_t*, String_t*, String_t* >::Invoke(61 /* System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String,System.String,System.String) */, L_4, L_5, L_6, L_7); V_2 = L_8; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_9 = V_0; bool L_10 = V_1; NullCheck(L_9); XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(L_9, L_10, /*hidden argument*/NULL); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_11 = V_2; NullCheck(L_11); bool L_12; L_12 = XmlElement_get_IsEmpty_m8C9AB1215A12FA21E396B75F832B59F5C7C498E9(L_11, /*hidden argument*/NULL); bool L_13; L_13 = XmlElement_get_IsEmpty_m8C9AB1215A12FA21E396B75F832B59F5C7C498E9(__this, /*hidden argument*/NULL); if ((((int32_t)L_12) == ((int32_t)L_13))) { goto IL_004f; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_14 = V_2; bool L_15; L_15 = XmlElement_get_IsEmpty_m8C9AB1215A12FA21E396B75F832B59F5C7C498E9(__this, /*hidden argument*/NULL); NullCheck(L_14); XmlElement_set_IsEmpty_mE5B520F63BDFB84E37B795E2B7F0BAA54981EA25(L_14, L_15, /*hidden argument*/NULL); } IL_004f: { bool L_16; L_16 = VirtFuncInvoker0< bool >::Invoke(47 /* System.Boolean System.Xml.XmlElement::get_HasAttributes() */, __this); if (!L_16) { goto IL_00cc; } } { XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_17; L_17 = VirtFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(14 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, __this); NullCheck(L_17); RuntimeObject* L_18; L_18 = VirtFuncInvoker0< RuntimeObject* >::Invoke(8 /* System.Collections.IEnumerator System.Xml.XmlNamedNodeMap::GetEnumerator() */, L_17); V_3 = L_18; } IL_0063: try { // begin try (depth: 1) { goto IL_00ae; } IL_0065: { RuntimeObject* L_19 = V_3; NullCheck(L_19); RuntimeObject * L_20; L_20 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_19); V_4 = ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_20, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_21 = V_4; NullCheck(L_21); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_22; L_22 = VirtFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, bool >::Invoke(27 /* System.Xml.XmlNode System.Xml.XmlNode::CloneNode(System.Boolean) */, L_21, (bool)1); V_5 = ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_22, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_23 = V_4; if (!((XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 *)IsInstClass((RuntimeObject*)L_23, XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var))) { goto IL_00a0; } } IL_008a: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_24 = V_4; NullCheck(L_24); bool L_25; L_25 = VirtFuncInvoker0< bool >::Invoke(47 /* System.Boolean System.Xml.XmlAttribute::get_Specified() */, L_24); if (L_25) { goto IL_00a0; } } IL_0093: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_26 = V_5; NullCheck(((XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 *)CastclassClass((RuntimeObject*)L_26, XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var))); XmlUnspecifiedAttribute_SetSpecified_mF9C15FC0EA42FC85CAA50C4D5D996F4127840D44_inline(((XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 *)CastclassClass((RuntimeObject*)L_26, XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var)), (bool)0, /*hidden argument*/NULL); } IL_00a0: { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_27 = V_2; NullCheck(L_27); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_28; L_28 = VirtFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(14 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_27); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_29 = V_5; NullCheck(L_28); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_30; L_30 = XmlAttributeCollection_InternalAppendAttribute_mCC8097D43C7A04D76D6CEDE8660E4084CD1BF703(L_28, L_29, /*hidden argument*/NULL); } IL_00ae: { RuntimeObject* L_31 = V_3; NullCheck(L_31); bool L_32; L_32 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_31); if (L_32) { goto IL_0065; } } IL_00b6: { IL2CPP_LEAVE(0xCC, FINALLY_00b8); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: { // begin finally (depth: 1) { RuntimeObject* L_33 = V_3; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_33, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_34 = V_6; if (!L_34) { goto IL_00cb; } } IL_00c4: { RuntimeObject* L_35 = V_6; NullCheck(L_35); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_35); } IL_00cb: { IL2CPP_END_FINALLY(184) } } // end finally (depth: 1) IL2CPP_CLEANUP(184) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xCC, IL_00cc) } IL_00cc: { bool L_36 = ___deep0; if (!L_36) { goto IL_00d8; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_37 = V_2; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_38 = V_0; bool L_39 = ___deep0; NullCheck(L_37); VirtActionInvoker3< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, bool >::Invoke(28 /* System.Void System.Xml.XmlNode::CopyChildren(System.Xml.XmlDocument,System.Xml.XmlNode,System.Boolean) */, L_37, L_38, __this, L_39); } IL_00d8: { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_40 = V_2; return L_40; } } // System.String System.Xml.XmlElement::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlElement_get_Name_m8D031D478693B0B6DAA30CCA5C5A12D9C5440A51 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_2(); 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.XmlElement::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlElement_get_LocalName_m9E96FF3B34DF03782B861D2B7467EE2790499825 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_2(); 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.XmlElement::get_NamespaceURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlElement_get_NamespaceURI_mF981824AE90E22D3B6B0EFD2D5038B8EE3EE04B0 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_2(); 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.XmlElement::get_Prefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlElement_get_Prefix_mEBA3875BFCD099A42F60F128FF7934889FE0D86B (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_2(); 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.XmlElement::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlElement_get_NodeType_mC08520CBB616EA42949C293314DED7BFC5829A4A (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { return (int32_t)(1); } } // System.Xml.XmlNode System.Xml.XmlElement::get_ParentNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlElement_get_ParentNode_mAEF363CD22F6C38E825B76559DDF73B5647A2345 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); return L_0; } } // System.Xml.XmlDocument System.Xml.XmlElement::get_OwnerDocument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * XmlElement_get_OwnerDocument_m219A04DAF56D43F32B0FDAAB476484372AE96244 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = __this->get_name_2(); NullCheck(L_0); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1; L_1 = XmlName_get_OwnerDocument_m482B5B19F0B4564C2309D47811B04F0A5753F3FF_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Xml.XmlElement::get_IsContainer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlElement_get_IsContainer_m5C30D6F77852AEEA1ABCD5EEAA7E5CF3758A2307 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Xml.XmlNode System.Xml.XmlElement::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlElement_AppendChildForLoad_mBA87D709766CBF35BBE74A71FF924860CED6D37A (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __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_4(); if (!L_7) { goto IL_002b; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_8 = __this->get_lastChild_4(); if ((!(((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_8) == ((RuntimeObject*)(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)__this)))) { goto IL_0042; } } IL_002b: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_9 = V_1; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_10 = V_1; NullCheck(L_9); L_9->set_next_1(L_10); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_11 = V_1; __this->set_lastChild_4(L_11); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_12 = V_1; NullCheck(L_12); VirtActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(41 /* System.Void System.Xml.XmlNode::SetParentForLoad(System.Xml.XmlNode) */, L_12, __this); goto IL_0083; } IL_0042: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_13 = __this->get_lastChild_4(); V_2 = L_13; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_14 = V_1; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_15 = V_2; NullCheck(L_15); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_16 = L_15->get_next_1(); NullCheck(L_14); L_14->set_next_1(L_16); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_17 = V_2; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_18 = V_1; NullCheck(L_17); L_17->set_next_1(L_18); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_19 = V_1; __this->set_lastChild_4(L_19); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_20 = V_2; NullCheck(L_20); bool L_21; L_21 = VirtFuncInvoker0< bool >::Invoke(46 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_20); if (!L_21) { goto IL_007c; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_22 = V_1; NullCheck(L_22); bool L_23; L_23 = VirtFuncInvoker0< bool >::Invoke(46 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_22); if (!L_23) { goto IL_007c; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_24 = V_2; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_25 = V_1; XmlNode_NestTextNodes_mED83B3CE556B31D68DC0FD4890D273E8A1C9D3C1(L_24, L_25, /*hidden argument*/NULL); goto IL_0083; } IL_007c: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_26 = V_1; NullCheck(L_26); VirtActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(41 /* System.Void System.Xml.XmlNode::SetParentForLoad(System.Xml.XmlNode) */, L_26, __this); } IL_0083: { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_27 = V_0; if (!L_27) { goto IL_008d; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_28 = ___doc1; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_29 = V_0; NullCheck(L_28); VirtActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(45 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, L_28, L_29); } IL_008d: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_30 = V_1; return L_30; } } // System.Boolean System.Xml.XmlElement::get_IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlElement_get_IsEmpty_m8C9AB1215A12FA21E396B75F832B59F5C7C498E9 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0 = __this->get_lastChild_4(); return (bool)((((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_0) == ((RuntimeObject*)(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)__this))? 1 : 0); } } // System.Void System.Xml.XmlElement::set_IsEmpty(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement_set_IsEmpty_mE5B520F63BDFB84E37B795E2B7F0BAA54981EA25 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; if (!L_0) { goto IL_001a; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_1 = __this->get_lastChild_4(); if ((((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_1) == ((RuntimeObject*)(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)__this))) { goto IL_002a; } } { XmlElement_RemoveAllChildren_mFB672E41CB9C66E965C09B69273771CABCCC68A3(__this, /*hidden argument*/NULL); __this->set_lastChild_4(__this); return; } IL_001a: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_2 = __this->get_lastChild_4(); if ((!(((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_2) == ((RuntimeObject*)(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)__this)))) { goto IL_002a; } } { __this->set_lastChild_4((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)NULL); } IL_002a: { return; } } // System.Xml.XmlLinkedNode System.Xml.XmlElement::get_LastNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * XmlElement_get_LastNode_m923829EA35AAE0217F3581A606146FEBA6FBE255 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0 = __this->get_lastChild_4(); if ((((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_0) == ((RuntimeObject*)(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)__this))) { goto IL_0010; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_1 = __this->get_lastChild_4(); return L_1; } IL_0010: { return (XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)NULL; } } // System.Void System.Xml.XmlElement::set_LastNode(System.Xml.XmlLinkedNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement_set_LastNode_m3A607C9554D32CE123C31CAAC24EE1BCD4993B2E (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___value0, const RuntimeMethod* method) { { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0 = ___value0; __this->set_lastChild_4(L_0); return; } } // System.Boolean System.Xml.XmlElement::IsValidChildType(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlElement_IsValidChildType_mB2F8641CD024C1F4D126A69E8B7ADB271040A28A (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, int32_t ___type0, const RuntimeMethod* method) { { int32_t L_0 = ___type0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))) { case 0: { goto IL_0042; } case 1: { goto IL_0044; } case 2: { goto IL_0042; } case 3: { goto IL_0042; } case 4: { goto IL_0042; } case 5: { goto IL_0044; } case 6: { goto IL_0042; } case 7: { goto IL_0042; } case 8: { goto IL_0044; } case 9: { goto IL_0044; } case 10: { goto IL_0044; } case 11: { goto IL_0044; } case 12: { goto IL_0042; } case 13: { goto IL_0042; } } } { goto IL_0044; } IL_0042: { return (bool)1; } IL_0044: { return (bool)0; } } // System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * XmlElement_get_Attributes_mFB3CCB61EA725D110EF05CEF8B64F05D03A9279C (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_0 = __this->get_attributes_3(); if (L_0) { goto IL_003e; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1; L_1 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_1); RuntimeObject * L_2 = L_1->get_objLock_40(); V_0 = L_2; V_1 = (bool)0; } IL_0016: try { // begin try (depth: 1) { RuntimeObject * L_3 = V_0; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_3, (bool*)(&V_1), /*hidden argument*/NULL); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_4 = __this->get_attributes_3(); if (L_4) { goto IL_0032; } } IL_0026: { XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_5 = (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 *)il2cpp_codegen_object_new(XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3_il2cpp_TypeInfo_var); XmlAttributeCollection__ctor_m0BE2C35E816610AA41C1DFF73D507C323E261A97(L_5, __this, /*hidden argument*/NULL); __this->set_attributes_3(L_5); } IL_0032: { IL2CPP_LEAVE(0x3E, FINALLY_0034); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0034; } FINALLY_0034: { // begin finally (depth: 1) { bool L_6 = V_1; if (!L_6) { goto IL_003d; } } IL_0037: { RuntimeObject * L_7 = V_0; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_7, /*hidden argument*/NULL); } IL_003d: { IL2CPP_END_FINALLY(52) } } // end finally (depth: 1) IL2CPP_CLEANUP(52) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3E, IL_003e) } IL_003e: { XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_8 = __this->get_attributes_3(); return L_8; } } // System.Boolean System.Xml.XmlElement::get_HasAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlElement_get_HasAttributes_m008C41B92694D17462115607BE233B5E6FF3CCF6 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_0 = __this->get_attributes_3(); if (L_0) { goto IL_000a; } } { return (bool)0; } IL_000a: { XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_1 = __this->get_attributes_3(); NullCheck(L_1); int32_t L_2; L_2 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_1); return (bool)((((int32_t)L_2) > ((int32_t)0))? 1 : 0); } } // System.Xml.XmlAttribute System.Xml.XmlElement::SetAttributeNode(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlElement_SetAttributeNode_m1F9CEC6EFAF548EE430D99D18CB0AB78DE6292CE (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___newAttr0, 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 = ___newAttr0; NullCheck(L_0); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_1; L_1 = VirtFuncInvoker0< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * >::Invoke(48 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, L_0); if (!L_1) { goto IL_0018; } } { String_t* L_2; L_2 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF011FDE885C7455F8FB042D3EC51AFA0D2624878)), /*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*)&XmlElement_SetAttributeNode_m1F9CEC6EFAF548EE430D99D18CB0AB78DE6292CE_RuntimeMethod_var))); } IL_0018: { XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_4; L_4 = VirtFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(14 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, __this); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_5 = ___newAttr0; NullCheck(L_4); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6; L_6 = VirtFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::SetNamedItem(System.Xml.XmlNode) */, L_4, L_5); return ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_6, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)); } } // System.Void System.Xml.XmlElement::WriteTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement_WriteTo_mB0C0651F5CEA3ADE1D54209BBF57A40F08C272AF (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___w0, 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*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_0_0_0_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0; L_0 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_1, /*hidden argument*/NULL); bool L_3; L_3 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001f; } } { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_4 = ___w0; XmlElement_WriteElementTo_m4CC850B717AA0B32D8775D6F96A468576E23FC08(L_4, __this, /*hidden argument*/NULL); return; } IL_001f: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_5 = ___w0; XmlElement_WriteStartElement_m4E629E6D41E9E96CE5642193CF767375FEB945CB(__this, L_5, /*hidden argument*/NULL); bool L_6; L_6 = XmlElement_get_IsEmpty_m8C9AB1215A12FA21E396B75F832B59F5C7C498E9(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_0035; } } { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_7 = ___w0; NullCheck(L_7); VirtActionInvoker0::Invoke(8 /* System.Void System.Xml.XmlWriter::WriteEndElement() */, L_7); return; } IL_0035: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_8 = ___w0; VirtActionInvoker1< XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * >::Invoke(38 /* System.Void System.Xml.XmlNode::WriteContentTo(System.Xml.XmlWriter) */, __this, L_8); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_9 = ___w0; NullCheck(L_9); VirtActionInvoker0::Invoke(9 /* System.Void System.Xml.XmlWriter::WriteFullEndElement() */, L_9); return; } } // System.Void System.Xml.XmlElement::WriteElementTo(System.Xml.XmlWriter,System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement_WriteElementTo_m4CC850B717AA0B32D8775D6F96A468576E23FC08 (XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___writer0, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___e1, 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*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_1 = NULL; { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_0 = ___e1; V_0 = L_0; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_1 = ___e1; V_1 = L_1; } IL_0004: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = V_1; ___e1 = ((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)IsInstClass((RuntimeObject*)L_2, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var)); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_3 = ___e1; if (!L_3) { goto IL_0056; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_4 = ___e1; NullCheck(L_4); Type_t * L_5; L_5 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_4, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_6, /*hidden argument*/NULL); bool L_8; L_8 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_5, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0056; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_9 = ___e1; XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_10 = ___writer0; NullCheck(L_9); XmlElement_WriteStartElement_m4E629E6D41E9E96CE5642193CF767375FEB945CB(L_9, L_10, /*hidden argument*/NULL); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_11 = ___e1; NullCheck(L_11); bool L_12; L_12 = XmlElement_get_IsEmpty_m8C9AB1215A12FA21E396B75F832B59F5C7C498E9(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_003d; } } { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_13 = ___writer0; NullCheck(L_13); VirtActionInvoker0::Invoke(8 /* System.Void System.Xml.XmlWriter::WriteEndElement() */, L_13); goto IL_006c; } IL_003d: { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_14 = ___e1; NullCheck(L_14); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_15 = L_14->get_lastChild_4(); if (L_15) { goto IL_004d; } } { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_16 = ___writer0; NullCheck(L_16); VirtActionInvoker0::Invoke(9 /* System.Void System.Xml.XmlWriter::WriteFullEndElement() */, L_16); goto IL_006c; } IL_004d: { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_17 = ___e1; NullCheck(L_17); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_18; L_18 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_17); V_1 = L_18; goto IL_0004; } IL_0056: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_19 = V_1; XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_20 = ___writer0; NullCheck(L_19); VirtActionInvoker1< XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * >::Invoke(37 /* System.Void System.Xml.XmlNode::WriteTo(System.Xml.XmlWriter) */, L_19, L_20); goto IL_006c; } IL_005f: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_21 = V_1; NullCheck(L_21); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_22; L_22 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_21); V_1 = L_22; XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_23 = ___writer0; NullCheck(L_23); VirtActionInvoker0::Invoke(9 /* System.Void System.Xml.XmlWriter::WriteFullEndElement() */, L_23); } IL_006c: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_24 = V_1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_25 = V_0; if ((((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_24) == ((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_25))) { goto IL_007e; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_26 = V_1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_27 = V_1; NullCheck(L_27); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_28; L_28 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_27); NullCheck(L_28); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_29; L_29 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(17 /* System.Xml.XmlNode System.Xml.XmlNode::get_LastChild() */, L_28); if ((((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_26) == ((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_29))) { goto IL_005f; } } IL_007e: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_30 = V_1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_31 = V_0; if ((((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_30) == ((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_31))) { goto IL_008e; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_32 = V_1; NullCheck(L_32); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_33; L_33 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(13 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_32); V_1 = L_33; goto IL_0004; } IL_008e: { return; } } // System.Void System.Xml.XmlElement::WriteStartElement(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement_WriteStartElement_m4E629E6D41E9E96CE5642193CF767375FEB945CB (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___w0, const RuntimeMethod* method) { XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * V_0 = NULL; int32_t V_1 = 0; { 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(7 /* System.Void System.Xml.XmlWriter::WriteStartElement(System.String,System.String,System.String) */, L_0, L_1, L_2, L_3); bool L_4; L_4 = VirtFuncInvoker0< bool >::Invoke(47 /* System.Boolean System.Xml.XmlElement::get_HasAttributes() */, __this); if (!L_4) { goto IL_0045; } } { XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_5; L_5 = VirtFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(14 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, __this); V_0 = L_5; V_1 = 0; goto IL_003c; } IL_002b: { XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_6 = V_0; int32_t L_7 = V_1; NullCheck(L_6); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_8; L_8 = XmlAttributeCollection_get_ItemOf_m894BDF6EBAD997061CDB95E4AF3ABC6A4CB0434F(L_6, L_7, /*hidden argument*/NULL); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_9 = ___w0; NullCheck(L_8); VirtActionInvoker1< XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * >::Invoke(37 /* System.Void System.Xml.XmlNode::WriteTo(System.Xml.XmlWriter) */, L_8, L_9); int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_003c: { int32_t L_11 = V_1; XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_12 = V_0; NullCheck(L_12); int32_t L_13; L_13 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_12); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_002b; } } IL_0045: { return; } } // System.Void System.Xml.XmlElement::WriteContentTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement_WriteContentTo_mEC298219E75C59F471E8D252F6BEDD9A40578B74 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __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.Void System.Xml.XmlElement::RemoveAllAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement_RemoveAllAttributes_m44A29440C822642A9CDE101BEBE8DD600E7008E5 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { bool L_0; L_0 = VirtFuncInvoker0< bool >::Invoke(47 /* System.Boolean System.Xml.XmlElement::get_HasAttributes() */, __this); if (!L_0) { goto IL_0013; } } { XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_1 = __this->get_attributes_3(); NullCheck(L_1); XmlAttributeCollection_RemoveAll_mD06952E7C2FD4E57DE9F1411619CB8037D51AA29(L_1, /*hidden argument*/NULL); } IL_0013: { return; } } // System.Void System.Xml.XmlElement::RemoveAll() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement_RemoveAll_m0CC0CC03D9D2BAA7DD3BD4C2E4AC4CCDB974B78A (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { XmlNode_RemoveAll_mDE9482286821C04627D4C556CCFBE0ED4063AA0E(__this, /*hidden argument*/NULL); VirtActionInvoker0::Invoke(49 /* System.Void System.Xml.XmlElement::RemoveAllAttributes() */, __this); return; } } // System.Void System.Xml.XmlElement::RemoveAllChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement_RemoveAllChildren_mFB672E41CB9C66E965C09B69273771CABCCC68A3 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { XmlNode_RemoveAll_mDE9482286821C04627D4C556CCFBE0ED4063AA0E(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlElement::set_InnerXml(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement_set_InnerXml_mD16DD0B4D6C90A71A9A5478D76F6090D56F721EC (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __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; } { XmlElement_RemoveAllChildren_mFB672E41CB9C66E965C09B69273771CABCCC68A3(__this, /*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); String_t* L_1 = ___value0; NullCheck(L_0); XmlLoader_LoadInnerXmlElement_mDE3B57DE85A6A25BEAF0C0D0A1CA8F5BA73F175E(L_0, __this, L_1, /*hidden argument*/NULL); return; } } // System.String System.Xml.XmlElement::get_InnerText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlElement_get_InnerText_m2901B25A2362A0DBB9713DF18E93E8CDFF88C05D (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = XmlNode_get_InnerText_mC4D331007A6366FC87C499062227ED912ABD9BF0(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Xml.XmlElement::set_InnerText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement_set_InnerText_m2CD61CA539BD5272626D7AE3DC7C6964A4A379B0 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, String_t* ___value0, const RuntimeMethod* method) { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_0 = NULL; { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0; L_0 = VirtFuncInvoker0< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(19 /* System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() */, __this); V_0 = L_0; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_1 = V_0; if (!L_1) { goto IL_0024; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)3)))) { goto IL_0024; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_4 = V_0; NullCheck(L_4); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_5 = L_4->get_next_1(); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_6 = V_0; if ((!(((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_5) == ((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_6)))) { goto IL_0024; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_7 = V_0; String_t* L_8 = ___value0; NullCheck(L_7); VirtActionInvoker1< String_t* >::Invoke(8 /* System.Void System.Xml.XmlNode::set_Value(System.String) */, L_7, L_8); return; } IL_0024: { XmlElement_RemoveAllChildren_mFB672E41CB9C66E965C09B69273771CABCCC68A3(__this, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_9; L_9 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); String_t* L_10 = ___value0; NullCheck(L_9); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_11; L_11 = VirtFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(56 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_9, L_10); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_12; L_12 = VirtFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) */, __this, L_11); return; } } // System.Xml.XmlNode System.Xml.XmlElement::get_NextSibling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlElement_get_NextSibling_mA3A2A3573EA11C442FE760C4F938849EBC79F142 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, const RuntimeMethod* method) { { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); if (!L_0) { goto IL_001d; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); NullCheck(L_1); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_2; L_2 = VirtFuncInvoker0< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(19 /* System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() */, L_1); if ((((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_2) == ((RuntimeObject*)(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)__this))) { goto IL_001d; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_3 = ((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)__this)->get_next_1(); return L_3; } IL_001d: { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } // System.Void System.Xml.XmlElement::SetParent(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement_SetParent_m89044014980C0A42ED9C2C737E3E8D248784D03E (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __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.XmlElementAttribute::.ctor(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElementAttribute__ctor_m012F146BFD5AC0449C0270DB7C5699EA3C60BB1F (XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * __this, String_t* ___elementName0, Type_t * ___type1, const RuntimeMethod* method) { { __this->set_order_6((-1)); Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___elementName0; __this->set_elementName_1(L_0); Type_t * L_1 = ___type1; __this->set_type_5(L_1); return; } } // System.String System.Xml.Serialization.XmlElementAttribute::get_DataType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlElementAttribute_get_DataType_m7E2E497D46553092655A71222F30C281FCD9BAD4 (XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * __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.XmlElementAttribute::get_ElementName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlElementAttribute_get_ElementName_mC1A0DF9F8F2EA0F7A6AAF9961AE459166B59D3EC (XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * __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.XmlElementAttribute::get_Form() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlElementAttribute_get_Form_mB9261C8155A12EE03C7A8AF93377206D41501E67 (XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_form_2(); return L_0; } } // System.String System.Xml.Serialization.XmlElementAttribute::get_Namespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlElementAttribute_get_Namespace_mF2DA857F00B2341F46AD2EA3E957F2BBFFB75908 (XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_3(); return L_0; } } // System.Boolean System.Xml.Serialization.XmlElementAttribute::get_IsNullable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlElementAttribute_get_IsNullable_m2077CA3F3B3A4B55429D31E4C2EB3851216576FE (XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isNullable_4(); return L_0; } } // System.Int32 System.Xml.Serialization.XmlElementAttribute::get_Order() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlElementAttribute_get_Order_m53392D09A67DB37F8F311F59B12610EF51DFFF94 (XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_order_6(); return L_0; } } // System.Type System.Xml.Serialization.XmlElementAttribute::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * XmlElementAttribute_get_Type_m6B3A7DCC38BFF5C5C1D2CDDA60256DE1838768CD (XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_type_5(); 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.Xml.Serialization.XmlElementAttribute System.Xml.Serialization.XmlElementAttributes::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * XmlElementAttributes_get_Item_m2088E7FAD5F544A9C9B0E74CA717D2E499C5944B (XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = CollectionBase_get_List_mC62920CA96CD5E586FB1C5F8174B882066891F95(__this, /*hidden argument*/NULL); int32_t L_1 = ___index0; NullCheck(L_0); RuntimeObject * L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_0, L_1); return ((XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 *)CastclassClass((RuntimeObject*)L_2, XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94_il2cpp_TypeInfo_var)); } } // 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) { 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); XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * 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.XmlElementAttributes::get_Order() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlElementAttributes_get_Order_m993B1012F9BB71B5F5E145D8E4F18C16CCD9493B (XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * __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*)&XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * 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 = ((XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 *)CastclassClass((RuntimeObject*)L_2, XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94_il2cpp_TypeInfo_var)); XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * L_3 = V_1; NullCheck(L_3); int32_t L_4; L_4 = XmlElementAttribute_get_Order_m53392D09A67DB37F8F311F59B12610EF51DFFF94_inline(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0027; } } IL_001e: { XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * L_5 = V_1; NullCheck(L_5); int32_t L_6; L_6 = XmlElementAttribute_get_Order_m53392D09A67DB37F8F311F59B12610EF51DFFF94_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.XmlElementAttributes::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElementAttributes__ctor_mFA665FABD8A7F7C33AFF7FB04A8FBBA7C7E162B0 (XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * __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.Serialization.XmlElementEventArgs::.ctor(System.Xml.XmlElement,System.Int32,System.Int32,System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElementEventArgs__ctor_m9F5260BE8BE76026C39D89BEA1C8546924D6A302 (XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F * __this, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem0, 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); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_0 = ___elem0; __this->set_elem_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.XmlElementEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElementEventHandler__ctor_mD7F059D45690D6940A76EA94327C277A56711579 (XmlElementEventHandler_t5110F67CA4FDC0867D3457AAC06E2E6DADA1DE29 * __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.XmlElementEventHandler::Invoke(System.Object,System.Xml.Serialization.XmlElementEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElementEventHandler_Invoke_m5515182C6F48AB2871249CAE9F1BB960B9F9213E (XmlElementEventHandler_t5110F67CA4FDC0867D3457AAC06E2E6DADA1DE29 * __this, RuntimeObject * ___sender0, XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F * ___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 *, XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F *, 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< XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtActionInvoker1< XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtActionInvoker1< XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F *, 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 *, XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); else GenericVirtActionInvoker2< RuntimeObject *, XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1); else VirtActionInvoker2< RuntimeObject *, XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1); } } else { if (___parameterCount == 1) { typedef void (*FunctionPointerType) (RuntimeObject *, XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } } } } // System.IAsyncResult System.Xml.Serialization.XmlElementEventHandler::BeginInvoke(System.Object,System.Xml.Serialization.XmlElementEventArgs,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlElementEventHandler_BeginInvoke_m1A9BBD003DAE273269D38ADA4B1ED12416ED35D1 (XmlElementEventHandler_t5110F67CA4FDC0867D3457AAC06E2E6DADA1DE29 * __this, RuntimeObject * ___sender0, XmlElementEventArgs_tA8D11D6FC02686886E8FFD87345A45B1C5F0AE5F * ___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.XmlElementEventHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElementEventHandler_EndInvoke_m3D70194F43BC99E9E596E1E625236FAB177D88F6 (XmlElementEventHandler_t5110F67CA4FDC0867D3457AAC06E2E6DADA1DE29 * __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.XmlEntity::.ctor(System.String,System.String,System.String,System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEntity__ctor_m424E2E84CDBC7042A4F14281D7EC76AF65D9834B (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, String_t* ___name0, String_t* ___strdata1, String_t* ___publicId2, String_t* ___systemId3, String_t* ___notationName4, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc5, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc5; XmlNode__ctor_m207DC6243081054B0B14F1BAB882D457B8CFD465(__this, L_0, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = ___doc5; NullCheck(L_1); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_2; L_2 = XmlDocument_get_NameTable_m0CCA0C27A27C84923F031F9789DD4F749D67AD53(L_1, /*hidden argument*/NULL); String_t* L_3 = ___name0; NullCheck(L_2); String_t* L_4; L_4 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_2, L_3); __this->set_name_4(L_4); String_t* L_5 = ___publicId2; __this->set_publicId_1(L_5); String_t* L_6 = ___systemId3; __this->set_systemId_2(L_6); String_t* L_7 = ___notationName4; __this->set_notationName_3(L_7); String_t* L_8 = ___strdata1; __this->set_unparsedReplacementStr_5(L_8); __this->set_childrenFoliating_8((bool)0); return; } } // System.Xml.XmlNode System.Xml.XmlEntity::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlEntity_CloneNode_m44C0E82A1CF28AFE0DB61E1710EA777BE80C1380 (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, bool ___deep0, const RuntimeMethod* method) { { String_t* L_0; L_0 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral49457BCC8BD0CC8C758CAB29E29AAC6EE6A36D9A)), /*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*)&XmlEntity_CloneNode_m44C0E82A1CF28AFE0DB61E1710EA777BE80C1380_RuntimeMethod_var))); } } // System.Boolean System.Xml.XmlEntity::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlEntity_get_IsReadOnly_mD18CF53C759A6F05388B4DA834AB89B272155330 (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.String System.Xml.XmlEntity::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlEntity_get_Name_m5820A0D68169CF671B2A33DEC2A2A236EA7F6B8A (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_4(); return L_0; } } // System.String System.Xml.XmlEntity::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlEntity_get_LocalName_m7E9EF0D0888C69B40948261DA37B5127F156D63A (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_4(); return L_0; } } // System.String System.Xml.XmlEntity::get_InnerText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlEntity_get_InnerText_mC5044DE0CC2C0635B8D0226C441758F170B8652B (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = XmlNode_get_InnerText_mC4D331007A6366FC87C499062227ED912ABD9BF0(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Xml.XmlEntity::set_InnerText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEntity_set_InnerText_m564FD5EED198500E23853449ED1AB3EC8DB19FDF (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __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*)&_stringLiteral25D1D73BA8562EE08FEEAC854199F8579DA2C728)), /*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*)&XmlEntity_set_InnerText_m564FD5EED198500E23853449ED1AB3EC8DB19FDF_RuntimeMethod_var))); } } // System.Boolean System.Xml.XmlEntity::get_IsContainer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlEntity_get_IsContainer_mA16BACAEE54A65B7E9D2CAEBC3A5BD550CDAE6C5 (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Xml.XmlLinkedNode System.Xml.XmlEntity::get_LastNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * XmlEntity_get_LastNode_m07260E0F92FFBAE7C36442DAFEFB6A2C4579BDBC (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, 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; } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0 = __this->get_lastChild_7(); if (L_0) { goto IL_0022; } } { bool L_1 = __this->get_childrenFoliating_8(); if (L_1) { goto IL_0022; } } { __this->set_childrenFoliating_8((bool)1); XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * L_2 = (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B *)il2cpp_codegen_object_new(XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B_il2cpp_TypeInfo_var); XmlLoader__ctor_mF5D358544A8546105CB2DC60D9D5969FCFF26967(L_2, /*hidden argument*/NULL); NullCheck(L_2); XmlLoader_ExpandEntity_mB914876C368C11CA6A2A83A4E52759EA2C738E81(L_2, __this, /*hidden argument*/NULL); } IL_0022: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_3 = __this->get_lastChild_7(); return L_3; } } // System.Void System.Xml.XmlEntity::set_LastNode(System.Xml.XmlLinkedNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEntity_set_LastNode_mAA772FECE3B7418D89C5FEB7DEE1CFE9E83D61D1 (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___value0, const RuntimeMethod* method) { { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0 = ___value0; __this->set_lastChild_7(L_0); return; } } // System.Boolean System.Xml.XmlEntity::IsValidChildType(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlEntity_IsValidChildType_m4B418417F56166655502397BD9998A4E8520F8DA (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, int32_t ___type0, const RuntimeMethod* method) { { int32_t L_0 = ___type0; if ((((int32_t)L_0) == ((int32_t)3))) { goto IL_0023; } } { int32_t L_1 = ___type0; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_0023; } } { int32_t L_2 = ___type0; if ((((int32_t)L_2) == ((int32_t)7))) { goto IL_0023; } } { int32_t L_3 = ___type0; if ((((int32_t)L_3) == ((int32_t)8))) { goto IL_0023; } } { int32_t L_4 = ___type0; if ((((int32_t)L_4) == ((int32_t)4))) { goto IL_0023; } } { int32_t L_5 = ___type0; if ((((int32_t)L_5) == ((int32_t)((int32_t)13)))) { goto IL_0023; } } { int32_t L_6 = ___type0; if ((((int32_t)L_6) == ((int32_t)((int32_t)14)))) { goto IL_0023; } } { int32_t L_7 = ___type0; return (bool)((((int32_t)L_7) == ((int32_t)5))? 1 : 0); } IL_0023: { return (bool)1; } } // System.Xml.XmlNodeType System.Xml.XmlEntity::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlEntity_get_NodeType_m03CBE82937FDAB4B33B25F88DC769688705BCA1A (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, const RuntimeMethod* method) { { return (int32_t)(6); } } // System.String System.Xml.XmlEntity::get_SystemId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlEntity_get_SystemId_m8BCDB233348C6CA78DC12DB3C39EFF4727592AB7 (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_systemId_2(); return L_0; } } // System.Void System.Xml.XmlEntity::set_InnerXml(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEntity_set_InnerXml_mBD5B8E465722BAA2ABAD6ABAEFB45757B6E9084F (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __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*)&_stringLiteralDB06DE16F44A88CD00ED1FDBEB9E9BFE0F4D1C2A)), /*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*)&XmlEntity_set_InnerXml_mBD5B8E465722BAA2ABAD6ABAEFB45757B6E9084F_RuntimeMethod_var))); } } // System.Void System.Xml.XmlEntity::WriteTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEntity_WriteTo_mC19E0AD81DBDE7E3E1E9E265B68669484AD6F544 (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___w0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.XmlEntity::WriteContentTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEntity_WriteContentTo_mB0DDBA61EFBD815AA827906FA2493707F964AC68 (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___w0, const RuntimeMethod* method) { { return; } } // System.String System.Xml.XmlEntity::get_BaseURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlEntity_get_BaseURI_m500A88A9C4FCFE68B018AC2BE488548DCE62F505 (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_baseURI_6(); return L_0; } } // System.Void System.Xml.XmlEntity::SetBaseURI(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEntity_SetBaseURI_m0A9F9BFB5EB283241D37C5FB76A75B196E9A02FC (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, String_t* ___inBaseURI0, const RuntimeMethod* method) { { String_t* L_0 = ___inBaseURI0; __this->set_baseURI_6(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.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) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc1; XmlLinkedNode__ctor_m5D69904A83B963E33353140D64EC323118BB14E8(__this, L_0, /*hidden argument*/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_0033; } } { 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_4) <= ((int32_t)0))) { goto IL_0033; } } { String_t* L_5 = ___name0; NullCheck(L_5); Il2CppChar L_6; L_6 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_5, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)35))))) { goto IL_0033; } } { String_t* L_7; L_7 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7FF349F9C3C625219F1F7A7D29EEEF01064CD1C1)), /*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*)&XmlEntityReference__ctor_m37F0842BAE1416D08F62C521367D650B89C61BE9_RuntimeMethod_var))); } IL_0033: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_9 = ___doc1; NullCheck(L_9); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_10; L_10 = XmlDocument_get_NameTable_m0CCA0C27A27C84923F031F9789DD4F749D67AD53(L_9, /*hidden argument*/NULL); String_t* L_11 = ___name0; NullCheck(L_10); String_t* L_12; L_12 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_10, L_11); __this->set_name_2(L_12); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_13 = ___doc1; NullCheck(L_13); L_13->set_fEntRefNodesPresent_17((bool)1); return; } } // System.String System.Xml.XmlEntityReference::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlEntityReference_get_Name_m0B9193E443A42B064A460F8C646ACD8C0BEA4656 (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_2(); return L_0; } } // System.String System.Xml.XmlEntityReference::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlEntityReference_get_LocalName_m5835792D46E91183E322ADEFD67CC27539CE5BA1 (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_2(); return L_0; } } // System.String System.Xml.XmlEntityReference::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlEntityReference_get_Value_m72B71AD4137D8685F37314EE24840CB5E5DB4118 (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, const RuntimeMethod* method) { { return (String_t*)NULL; } } // System.Void System.Xml.XmlEntityReference::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEntityReference_set_Value_mB21E4BD5E0F0007D27BC2AF47678EAC654AC91D1 (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __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*)&_stringLiteral9FEC92783BE6B523E2C117E0794061302D78945E)), /*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*)&XmlEntityReference_set_Value_mB21E4BD5E0F0007D27BC2AF47678EAC654AC91D1_RuntimeMethod_var))); } } // System.Xml.XmlNodeType System.Xml.XmlEntityReference::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlEntityReference_get_NodeType_m382509E23761682CE2878486C930FA8D2C452761 (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, const RuntimeMethod* method) { { return (int32_t)(5); } } // System.Xml.XmlNode System.Xml.XmlEntityReference::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlEntityReference_CloneNode_m43DE896513D97FFB89513D45730B033BADA6B469 (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __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(); NullCheck(L_0); XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_2; L_2 = VirtFuncInvoker1< XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 *, String_t* >::Invoke(53 /* System.Xml.XmlEntityReference System.Xml.XmlDocument::CreateEntityReference(System.String) */, L_0, L_1); return L_2; } } // System.Boolean System.Xml.XmlEntityReference::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlEntityReference_get_IsReadOnly_mA28C88E8B5FD6A2E20788CFBC9DD236DB94F51BE (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.Xml.XmlEntityReference::get_IsContainer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlEntityReference_get_IsContainer_mA2820A6B427E7C9BB16DEDBB872A493FC43A97BE (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Xml.XmlEntityReference::SetParent(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEntityReference_SetParent_m3627F257CC0935A819208B341E08122BC617CFE5 (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, 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 * L_0 = ___node0; XmlNode_SetParent_m021F240181C9BB6F6544ED159F683BBDE5C5CA2D(__this, L_0, /*hidden argument*/NULL); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_1; L_1 = VirtFuncInvoker0< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(19 /* System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() */, __this); if (L_1) { goto IL_0026; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ___node0; if (!L_2) { goto IL_0026; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = ___node0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_4; L_4 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); if ((((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_3) == ((RuntimeObject*)(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)L_4))) { goto IL_0026; } } { XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * L_5 = (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B *)il2cpp_codegen_object_new(XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B_il2cpp_TypeInfo_var); XmlLoader__ctor_mF5D358544A8546105CB2DC60D9D5969FCFF26967(L_5, /*hidden argument*/NULL); NullCheck(L_5); XmlLoader_ExpandEntityReference_m6A5DC6049742CE328968AC7DB1E46D24FA60425A(L_5, __this, /*hidden argument*/NULL); } IL_0026: { return; } } // System.Void System.Xml.XmlEntityReference::SetParentForLoad(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEntityReference_SetParentForLoad_mC266C9F9946B74B4C2B1B4704DCC3B6249466DD9 (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method) { { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___node0; VirtActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(40 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, __this, L_0); return; } } // System.Xml.XmlLinkedNode System.Xml.XmlEntityReference::get_LastNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * XmlEntityReference_get_LastNode_m59DB65A165BE022DCF4F16353C94AE40C402510F (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, const RuntimeMethod* method) { { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0 = __this->get_lastChild_3(); return L_0; } } // System.Void System.Xml.XmlEntityReference::set_LastNode(System.Xml.XmlLinkedNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEntityReference_set_LastNode_mEA0789FC4324DB0D27500169872766F926FD49B7 (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___value0, const RuntimeMethod* method) { { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0 = ___value0; __this->set_lastChild_3(L_0); return; } } // System.Boolean System.Xml.XmlEntityReference::IsValidChildType(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlEntityReference_IsValidChildType_m9DE91EE63D79D910B5ED539298A31938128D0C9E (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, int32_t ___type0, const RuntimeMethod* method) { { int32_t L_0 = ___type0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))) { case 0: { goto IL_0042; } case 1: { goto IL_0044; } case 2: { goto IL_0042; } case 3: { goto IL_0042; } case 4: { goto IL_0042; } case 5: { goto IL_0044; } case 6: { goto IL_0042; } case 7: { goto IL_0042; } case 8: { goto IL_0044; } case 9: { goto IL_0044; } case 10: { goto IL_0044; } case 11: { goto IL_0044; } case 12: { goto IL_0042; } case 13: { goto IL_0042; } } } { goto IL_0044; } IL_0042: { return (bool)1; } IL_0044: { return (bool)0; } } // System.Void System.Xml.XmlEntityReference::WriteTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEntityReference_WriteTo_m736A81176131BA9D7B461BB93D8F752258B25941 (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___w0, const RuntimeMethod* method) { { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = ___w0; String_t* L_1 = __this->get_name_2(); NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(15 /* System.Void System.Xml.XmlWriter::WriteEntityRef(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.XmlEntityReference::WriteContentTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEntityReference_WriteContentTo_m15AE2369F8132A2CB75A4064C032B66830854B62 (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __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; } } // System.String System.Xml.XmlEntityReference::get_BaseURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlEntityReference_get_BaseURI_mA59EFF1DD04F1C8D7BDA12CEB5B09F6A2BCC64DF (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __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_1 = VirtFuncInvoker0< String_t* >::Invoke(36 /* System.String System.Xml.XmlNode::get_BaseURI() */, L_0); return L_1; } } // System.String System.Xml.XmlEntityReference::ConstructBaseURI(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlEntityReference_ConstructBaseURI_mBB954A1CEBFD622AE352DCB5A220AF8E0557E04C (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, String_t* ___baseURI0, String_t* ___systemId1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; { String_t* L_0 = ___baseURI0; if (L_0) { goto IL_0005; } } { String_t* L_1 = ___systemId1; return L_1; } IL_0005: { String_t* L_2 = ___baseURI0; NullCheck(L_2); int32_t L_3; L_3 = String_LastIndexOf_m29D788F388576F13C5D522AD008A86859E5BA826(L_2, ((int32_t)47), /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); String_t* L_4 = ___baseURI0; V_1 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_002a; } } { int32_t L_6 = V_0; String_t* L_7 = ___baseURI0; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)L_6) >= ((int32_t)L_8))) { goto IL_002a; } } { String_t* L_9 = ___baseURI0; int32_t L_10 = V_0; NullCheck(L_9); String_t* L_11; L_11 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_9, 0, L_10, /*hidden argument*/NULL); V_1 = L_11; goto IL_0039; } IL_002a: { int32_t L_12 = V_0; if (L_12) { goto IL_0039; } } { String_t* L_13 = V_1; String_t* L_14; L_14 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_13, _stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40, /*hidden argument*/NULL); V_1 = L_14; } IL_0039: { String_t* L_15 = V_1; String_t* L_16 = ___systemId1; NullCheck(L_16); String_t* L_17; L_17 = String_Replace_mD912844A1141FE8771F55255C4A8D29C80C47618(L_16, ((int32_t)92), ((int32_t)47), /*hidden argument*/NULL); String_t* L_18; L_18 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_15, L_17, /*hidden argument*/NULL); return L_18; } } // System.String System.Xml.XmlEntityReference::get_ChildBaseURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlEntityReference_get_ChildBaseURI_mEECCAFAFA9976549B810CDB4A77B37F0E6FF60EC (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __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; } XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * V_0 = NULL; { 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(); NullCheck(L_0); XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * L_2; L_2 = XmlDocument_GetEntityNode_m42037E36DE52D878A296F6577B2677922EC4E809(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * L_3 = V_0; if (!L_3) { goto IL_0045; } } { XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * L_4 = V_0; NullCheck(L_4); String_t* L_5; L_5 = XmlEntity_get_SystemId_m8BCDB233348C6CA78DC12DB3C39EFF4727592AB7_inline(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_003e; } } { XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * L_6 = V_0; NullCheck(L_6); String_t* L_7; L_7 = XmlEntity_get_SystemId_m8BCDB233348C6CA78DC12DB3C39EFF4727592AB7_inline(L_6, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_003e; } } { XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * L_9 = V_0; NullCheck(L_9); String_t* L_10; L_10 = VirtFuncInvoker0< String_t* >::Invoke(36 /* System.String System.Xml.XmlNode::get_BaseURI() */, L_9); XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * L_11 = V_0; NullCheck(L_11); String_t* L_12; L_12 = XmlEntity_get_SystemId_m8BCDB233348C6CA78DC12DB3C39EFF4727592AB7_inline(L_11, /*hidden argument*/NULL); String_t* L_13; L_13 = XmlEntityReference_ConstructBaseURI_mBB954A1CEBFD622AE352DCB5A220AF8E0557E04C(__this, L_10, L_12, /*hidden argument*/NULL); return L_13; } IL_003e: { XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * L_14 = V_0; NullCheck(L_14); String_t* L_15; L_15 = VirtFuncInvoker0< String_t* >::Invoke(36 /* System.String System.Xml.XmlNode::get_BaseURI() */, L_14); return L_15; } IL_0045: { String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_16; } } #ifdef __clang__ #pragma 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.XmlEnumAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEnumAttribute__ctor_mF7FBA354F3ED12CB8B64B19A1A798C5F290916D2 (XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E * __this, String_t* ___name0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; __this->set_name_0(L_0); return; } } // System.String System.Xml.Serialization.XmlEnumAttribute::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlEnumAttribute_get_Name_mCA9823DAF5BAEAD04D9DDB3D3688976454571904 (XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_0(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m6AA71014CB31FB0C9DF0EDE841514F97B7E11B93 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_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*)&_stringLiteral0BA9045FCB28C8C8B2ACED641BB5013BAC05D492); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47EB169AEE74B181812673783C66416B39F5F464); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F0051E3370AA31B69F5CBF0E35FBE94ACAE0651); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1356901E9F96E6ACC91632889AE94286AFE4CD4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * V_1 = NULL; SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E V_2; memset((&V_2), 0, sizeof(V_2)); String_t* V_3 = NULL; { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; SystemException__ctor_m20F619D15EAA349C6CE181A65A47C336200EBD19(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_2 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (String_t_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); NullCheck(L_2); RuntimeObject * L_5; L_5 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_2, _stringLiteral9F0051E3370AA31B69F5CBF0E35FBE94ACAE0651, L_4, /*hidden argument*/NULL); __this->set_res_17(((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var))); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_6 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_0_0_0_var) }; Type_t * L_8; L_8 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_7, /*hidden argument*/NULL); NullCheck(L_6); RuntimeObject * L_9; L_9 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_6, _stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132, L_8, /*hidden argument*/NULL); __this->set_args_18(((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)Castclass((RuntimeObject*)L_9, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var))); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_10 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_11 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_12; L_12 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_11, /*hidden argument*/NULL); NullCheck(L_10); RuntimeObject * L_13; L_13 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_10, _stringLiteral0BA9045FCB28C8C8B2ACED641BB5013BAC05D492, L_12, /*hidden argument*/NULL); __this->set_lineNumber_19(((*(int32_t*)((int32_t*)UnBox(L_13, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))))); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_14 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_15 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_16; L_16 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_15, /*hidden argument*/NULL); NullCheck(L_14); RuntimeObject * L_17; L_17 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_14, _stringLiteralE1356901E9F96E6ACC91632889AE94286AFE4CD4, L_16, /*hidden argument*/NULL); __this->set_linePosition_20(((*(int32_t*)((int32_t*)UnBox(L_17, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))))); String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_sourceUri_21(L_18); V_0 = (String_t*)NULL; SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_19 = ___info0; NullCheck(L_19); SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_20; L_20 = SerializationInfo_GetEnumerator_m88A3A4E9DD1E1F276016B0205CF62DDB876B9575(L_19, /*hidden argument*/NULL); V_1 = L_20; goto IL_00ea; } IL_009e: { SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_21 = V_1; NullCheck(L_21); SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E L_22; L_22 = SerializationInfoEnumerator_get_Current_mD46A02033DA35A55D982FB2B3DD56CE56FDFB314(L_21, /*hidden argument*/NULL); V_2 = L_22; String_t* L_23; L_23 = SerializationEntry_get_Name_m1314B9BFC9D6CFCC607FF1B2B748583DAEB1D1E2_inline((SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E *)(&V_2), /*hidden argument*/NULL); V_3 = L_23; String_t* L_24 = V_3; bool L_25; L_25 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_24, _stringLiteral47EB169AEE74B181812673783C66416B39F5F464, /*hidden argument*/NULL); if (L_25) { goto IL_00c9; } } { String_t* L_26 = V_3; bool L_27; L_27 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_26, _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052, /*hidden argument*/NULL); if (L_27) { goto IL_00dd; } } { goto IL_00ea; } IL_00c9: { RuntimeObject * L_28; L_28 = SerializationEntry_get_Value_m7D4406AB9EF2F4ADE65FFC23C4F79EB1A3749BD6_inline((SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E *)(&V_2), /*hidden argument*/NULL); __this->set_sourceUri_21(((String_t*)CastclassSealed((RuntimeObject*)L_28, String_t_il2cpp_TypeInfo_var))); goto IL_00ea; } IL_00dd: { RuntimeObject * L_29; L_29 = SerializationEntry_get_Value_m7D4406AB9EF2F4ADE65FFC23C4F79EB1A3749BD6_inline((SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E *)(&V_2), /*hidden argument*/NULL); V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_29, String_t_il2cpp_TypeInfo_var)); } IL_00ea: { SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_30 = V_1; NullCheck(L_30); bool L_31; L_31 = SerializationInfoEnumerator_MoveNext_m661034C94476113FEB5A3C98A5EA9456ACFA2E9F(L_30, /*hidden argument*/NULL); if (L_31) { goto IL_009e; } } { String_t* L_32 = V_0; if (L_32) { goto IL_0119; } } { String_t* L_33 = __this->get_res_17(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_34 = __this->get_args_18(); int32_t L_35 = __this->get_lineNumber_19(); int32_t L_36 = __this->get_linePosition_20(); String_t* L_37; L_37 = XmlException_CreateMessage_mFF2E277D28B4C0387D7734290DB1B3652EBB66A8(L_33, L_34, L_35, L_36, /*hidden argument*/NULL); __this->set_message_22(L_37); return; } IL_0119: { __this->set_message_22((String_t*)NULL); return; } } // System.Void System.Xml.XmlException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException_GetObjectData_m792FDA84BA189F6AB82F9AD4B0DF800DF9051DF4 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0BA9045FCB28C8C8B2ACED641BB5013BAC05D492); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47EB169AEE74B181812673783C66416B39F5F464); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A962F7AAEC3B50EF4B2CD52A7A2C969B759A960); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F0051E3370AA31B69F5CBF0E35FBE94ACAE0651); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1356901E9F96E6ACC91632889AE94286AFE4CD4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132); s_Il2CppMethodInitialized = true; } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; Exception_GetObjectData_m2031046D41E7BEE3C743E918B358A336F99D6882(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_2 = ___info0; String_t* L_3 = __this->get_res_17(); NullCheck(L_2); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_2, _stringLiteral9F0051E3370AA31B69F5CBF0E35FBE94ACAE0651, L_3, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_4 = ___info0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = __this->get_args_18(); NullCheck(L_4); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_4, _stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132, (RuntimeObject *)(RuntimeObject *)L_5, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_6 = ___info0; int32_t L_7 = __this->get_lineNumber_19(); NullCheck(L_6); SerializationInfo_AddValue_m3DF5B182A63FFCD12287E97EA38944D0C6405BB5(L_6, _stringLiteral0BA9045FCB28C8C8B2ACED641BB5013BAC05D492, L_7, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_8 = ___info0; int32_t L_9 = __this->get_linePosition_20(); NullCheck(L_8); SerializationInfo_AddValue_m3DF5B182A63FFCD12287E97EA38944D0C6405BB5(L_8, _stringLiteralE1356901E9F96E6ACC91632889AE94286AFE4CD4, L_9, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_10 = ___info0; String_t* L_11 = __this->get_sourceUri_21(); NullCheck(L_10); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_10, _stringLiteral47EB169AEE74B181812673783C66416B39F5F464, L_11, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_12 = ___info0; NullCheck(L_12); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_12, _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052, _stringLiteral4A962F7AAEC3B50EF4B2CD52A7A2C969B759A960, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mCADC349BBEB808A35829D83028A25685CF19B902 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, const RuntimeMethod* method) { { XmlException__ctor_m4E096C7446FAB4E4B00FB2D530ED083A91E5C756(__this, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m4E096C7446FAB4E4B00FB2D530ED083A91E5C756 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; XmlException__ctor_m828060C266C3003539491FDB7F9BCEA07A24B352(__this, L_0, (Exception_t *)NULL, 0, 0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.Exception,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m828060C266C3003539491FDB7F9BCEA07A24B352 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___lineNumber2, int32_t ___linePosition3, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___innerException1; int32_t L_2 = ___lineNumber2; int32_t L_3 = ___linePosition3; XmlException__ctor_m69AC5BDB322F2F6A79D671CB2E262FD0C0482D7B(__this, L_0, L_1, L_2, L_3, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.Exception,System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m69AC5BDB322F2F6A79D671CB2E262FD0C0482D7B (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___lineNumber2, int32_t ___linePosition3, String_t* ___sourceUri4, 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*)&_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral872479F10B4968F255B608A3698CA1A7EE09888B); s_Il2CppMethodInitialized = true; } XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * G_B2_0 = NULL; XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * G_B3_1 = NULL; { String_t* L_0 = ___message0; int32_t L_1 = ___lineNumber2; int32_t L_2 = ___linePosition3; String_t* L_3; L_3 = XmlException_FormatUserMessage_m103774941F018DB5BFBBB2BE6758DE14BBD14184(L_0, L_1, L_2, /*hidden argument*/NULL); Exception_t * L_4 = ___innerException1; SystemException__ctor_m14A39C396B94BEE4EFEA201FB748572011855A94(__this, L_3, L_4, /*hidden argument*/NULL); Exception_set_HResult_mB9E603303A0678B32684B0EEC144334BAB0E6392_inline(__this, ((int32_t)-2146232000), /*hidden argument*/NULL); String_t* L_5 = ___message0; G_B1_0 = __this; if (!L_5) { G_B2_0 = __this; goto IL_0026; } } { G_B3_0 = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94; G_B3_1 = G_B1_0; goto IL_002b; } IL_0026: { G_B3_0 = _stringLiteral872479F10B4968F255B608A3698CA1A7EE09888B; G_B3_1 = G_B2_0; } IL_002b: { NullCheck(G_B3_1); G_B3_1->set_res_17(G_B3_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = L_6; String_t* L_8 = ___message0; NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (String_t*)L_8); __this->set_args_18(L_7); String_t* L_9 = ___sourceUri4; __this->set_sourceUri_21(L_9); int32_t L_10 = ___lineNumber2; __this->set_lineNumber_19(L_10); int32_t L_11 = ___linePosition3; __this->set_linePosition_20(L_11); return; } } // 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) { { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___args1; XmlException__ctor_mE47A3D5DED55E0DB0683E5AEB4591BCFBC03731C(__this, L_0, L_1, (Exception_t *)NULL, 0, 0, (String_t*)NULL, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; String_t* L_3 = ___arg1; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (String_t*)L_3); XmlException__ctor_mE47A3D5DED55E0DB0683E5AEB4591BCFBC03731C(__this, L_0, L_2, (Exception_t *)NULL, 0, 0, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m03CAEC2B479121570CA144795E7857BBB6411316 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, String_t* ___arg1, String_t* ___sourceUri2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; String_t* L_3 = ___arg1; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (String_t*)L_3); String_t* L_4 = ___sourceUri2; XmlException__ctor_mE47A3D5DED55E0DB0683E5AEB4591BCFBC03731C(__this, L_0, L_2, (Exception_t *)NULL, 0, 0, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.String,System.Xml.IXmlLineInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mD914FCEA232C6D28F8CC897B416487E85843FDEC (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, String_t* ___arg1, RuntimeObject* ___lineInfo2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; String_t* L_3 = ___arg1; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (String_t*)L_3); RuntimeObject* L_4 = ___lineInfo2; XmlException__ctor_m851582D192C74A655C34E1A4AC71777BC2CBC3B0(__this, L_0, L_2, L_4, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Xml.IXmlLineInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m8A068AD0CFB426A59D5EB80AE41D908BDE1E1DD2 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, RuntimeObject* ___lineInfo2, const RuntimeMethod* method) { { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___args1; RuntimeObject* L_2 = ___lineInfo2; XmlException__ctor_m851582D192C74A655C34E1A4AC71777BC2CBC3B0(__this, L_0, L_1, L_2, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Xml.IXmlLineInfo,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m851582D192C74A655C34E1A4AC71777BC2CBC3B0 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, RuntimeObject* ___lineInfo2, String_t* ___sourceUri3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlLineInfo_tA2EB52057E77921973EFB598BB874B5F2E41DD7B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * G_B2_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B2_1 = NULL; String_t* G_B2_2 = NULL; XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * G_B2_3 = NULL; RuntimeObject * G_B1_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B1_1 = NULL; String_t* G_B1_2 = NULL; XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * G_B1_3 = NULL; int32_t G_B3_0 = 0; RuntimeObject * G_B3_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B3_2 = NULL; String_t* G_B3_3 = NULL; XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * G_B3_4 = NULL; int32_t G_B5_0 = 0; RuntimeObject * G_B5_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B5_2 = NULL; String_t* G_B5_3 = NULL; XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * G_B5_4 = NULL; int32_t G_B4_0 = 0; RuntimeObject * G_B4_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B4_2 = NULL; String_t* G_B4_3 = NULL; XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * G_B4_4 = NULL; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; RuntimeObject * G_B6_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B6_3 = NULL; String_t* G_B6_4 = NULL; XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * G_B6_5 = NULL; { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___args1; RuntimeObject* L_2 = ___lineInfo2; G_B1_0 = NULL; G_B1_1 = L_1; G_B1_2 = L_0; G_B1_3 = __this; if (!L_2) { G_B2_0 = NULL; G_B2_1 = L_1; G_B2_2 = L_0; G_B2_3 = __this; goto IL_000f; } } { RuntimeObject* L_3 = ___lineInfo2; NullCheck(L_3); int32_t L_4; L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Xml.IXmlLineInfo::get_LineNumber() */, IXmlLineInfo_tA2EB52057E77921973EFB598BB874B5F2E41DD7B_il2cpp_TypeInfo_var, L_3); G_B3_0 = L_4; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; G_B3_4 = G_B1_3; goto IL_0010; } IL_000f: { G_B3_0 = 0; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; G_B3_4 = G_B2_3; } IL_0010: { RuntimeObject* L_5 = ___lineInfo2; G_B4_0 = G_B3_0; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; G_B4_3 = G_B3_3; G_B4_4 = G_B3_4; if (!L_5) { G_B5_0 = G_B3_0; G_B5_1 = G_B3_1; G_B5_2 = G_B3_2; G_B5_3 = G_B3_3; G_B5_4 = G_B3_4; goto IL_001b; } } { RuntimeObject* L_6 = ___lineInfo2; NullCheck(L_6); int32_t L_7; L_7 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Xml.IXmlLineInfo::get_LinePosition() */, IXmlLineInfo_tA2EB52057E77921973EFB598BB874B5F2E41DD7B_il2cpp_TypeInfo_var, L_6); G_B6_0 = L_7; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; G_B6_3 = G_B4_2; G_B6_4 = G_B4_3; G_B6_5 = G_B4_4; goto IL_001c; } IL_001b: { G_B6_0 = 0; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; G_B6_3 = G_B5_2; G_B6_4 = G_B5_3; G_B6_5 = G_B5_4; } IL_001c: { String_t* L_8 = ___sourceUri3; NullCheck(G_B6_5); XmlException__ctor_mE47A3D5DED55E0DB0683E5AEB4591BCFBC03731C(G_B6_5, G_B6_4, G_B6_3, (Exception_t *)G_B6_2, G_B6_1, G_B6_0, L_8, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; String_t* L_3 = ___arg1; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (String_t*)L_3); int32_t L_4 = ___lineNumber2; int32_t L_5 = ___linePosition3; XmlException__ctor_mE47A3D5DED55E0DB0683E5AEB4591BCFBC03731C(__this, L_0, L_2, (Exception_t *)NULL, L_4, L_5, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.String,System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mA08C48A3E6260E1CB28F4B47295ECE281D7C70CE (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, String_t* ___arg1, int32_t ___lineNumber2, int32_t ___linePosition3, String_t* ___sourceUri4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; String_t* L_3 = ___arg1; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (String_t*)L_3); int32_t L_4 = ___lineNumber2; int32_t L_5 = ___linePosition3; String_t* L_6 = ___sourceUri4; XmlException__ctor_mE47A3D5DED55E0DB0683E5AEB4591BCFBC03731C(__this, L_0, L_2, (Exception_t *)NULL, L_4, L_5, L_6, /*hidden argument*/NULL); return; } } // 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) { { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___args1; int32_t L_2 = ___lineNumber2; int32_t L_3 = ___linePosition3; XmlException__ctor_mE47A3D5DED55E0DB0683E5AEB4591BCFBC03731C(__this, L_0, L_1, (Exception_t *)NULL, L_2, L_3, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m4A3D0B32ECAF78CED628221C7F4F961C27115D27 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, int32_t ___lineNumber2, int32_t ___linePosition3, String_t* ___sourceUri4, const RuntimeMethod* method) { { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___args1; int32_t L_2 = ___lineNumber2; int32_t L_3 = ___linePosition3; String_t* L_4 = ___sourceUri4; XmlException__ctor_mE47A3D5DED55E0DB0683E5AEB4591BCFBC03731C(__this, L_0, L_1, (Exception_t *)NULL, L_2, L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Exception,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mEF03E364B370E06DE3E8B12EBB3C3B509BE27A06 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, Exception_t * ___innerException2, int32_t ___lineNumber3, int32_t ___linePosition4, const RuntimeMethod* method) { { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___args1; Exception_t * L_2 = ___innerException2; int32_t L_3 = ___lineNumber3; int32_t L_4 = ___linePosition4; XmlException__ctor_mE47A3D5DED55E0DB0683E5AEB4591BCFBC03731C(__this, L_0, L_1, L_2, L_3, L_4, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Exception,System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mE47A3D5DED55E0DB0683E5AEB4591BCFBC03731C (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, Exception_t * ___innerException2, int32_t ___lineNumber3, int32_t ___linePosition4, String_t* ___sourceUri5, const RuntimeMethod* method) { { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___args1; int32_t L_2 = ___lineNumber3; int32_t L_3 = ___linePosition4; String_t* L_4; L_4 = XmlException_CreateMessage_mFF2E277D28B4C0387D7734290DB1B3652EBB66A8(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); Exception_t * L_5 = ___innerException2; SystemException__ctor_m14A39C396B94BEE4EFEA201FB748572011855A94(__this, L_4, L_5, /*hidden argument*/NULL); Exception_set_HResult_mB9E603303A0678B32684B0EEC144334BAB0E6392_inline(__this, ((int32_t)-2146232000), /*hidden argument*/NULL); String_t* L_6 = ___res0; __this->set_res_17(L_6); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = ___args1; __this->set_args_18(L_7); String_t* L_8 = ___sourceUri5; __this->set_sourceUri_21(L_8); int32_t L_9 = ___lineNumber3; __this->set_lineNumber_19(L_9); int32_t L_10 = ___linePosition4; __this->set_linePosition_20(L_10); return; } } // System.String System.Xml.XmlException::FormatUserMessage(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlException_FormatUserMessage_m103774941F018DB5BFBBB2BE6758DE14BBD14184 (String_t* ___message0, int32_t ___lineNumber1, int32_t ___linePosition2, 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*)&_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral872479F10B4968F255B608A3698CA1A7EE09888B); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___message0; if (L_0) { goto IL_0011; } } { int32_t L_1 = ___lineNumber1; int32_t L_2 = ___linePosition2; String_t* L_3; L_3 = XmlException_CreateMessage_mFF2E277D28B4C0387D7734290DB1B3652EBB66A8(_stringLiteral872479F10B4968F255B608A3698CA1A7EE09888B, (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)NULL, L_1, L_2, /*hidden argument*/NULL); return L_3; } IL_0011: { int32_t L_4 = ___lineNumber1; if (L_4) { goto IL_0019; } } { int32_t L_5 = ___linePosition2; if (L_5) { goto IL_0019; } } { String_t* L_6 = ___message0; return L_6; } IL_0019: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = L_7; String_t* L_9 = ___message0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(0), (String_t*)L_9); int32_t L_10 = ___lineNumber1; int32_t L_11 = ___linePosition2; String_t* L_12; L_12 = XmlException_CreateMessage_mFF2E277D28B4C0387D7734290DB1B3652EBB66A8(_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94, L_8, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.String System.Xml.XmlException::CreateMessage(System.String,System.String[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlException_CreateMessage_mFF2E277D28B4C0387D7734290DB1B3652EBB66A8 (String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, int32_t ___lineNumber2, int32_t ___linePosition3, 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*)&_stringLiteral63D27168A6FFA4A02D5FDBA464A248377E88F4F4); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) { int32_t L_0 = ___lineNumber2; if (L_0) { goto IL_000d; } } IL_0003: { String_t* L_1 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = ___args1; String_t* L_3; L_3 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(L_1, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_004c; } IL_000d: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4; L_4 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); String_t* L_5; L_5 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)(&___lineNumber2), L_4, /*hidden argument*/NULL); V_1 = L_5; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); String_t* L_7; L_7 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)(&___linePosition3), L_6, /*hidden argument*/NULL); V_2 = L_7; String_t* L_8 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = ___args1; String_t* L_10; L_10 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(L_8, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_9, /*hidden argument*/NULL); V_0 = L_10; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)3); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = L_11; String_t* L_13 = V_0; NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(0), (String_t*)L_13); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = L_12; String_t* L_15 = V_1; NullCheck(L_14); ArrayElementTypeCheck (L_14, L_15); (L_14)->SetAt(static_cast(1), (String_t*)L_15); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_16 = L_14; String_t* L_17 = V_2; NullCheck(L_16); ArrayElementTypeCheck (L_16, L_17); (L_16)->SetAt(static_cast(2), (String_t*)L_17); String_t* L_18; L_18 = Res_GetString_mBB75EBDA17899DE1529F13F98ECD54D5EDDA7D17(_stringLiteral63D27168A6FFA4A02D5FDBA464A248377E88F4F4, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_16, /*hidden argument*/NULL); V_0 = L_18; } IL_004c: { String_t* L_19 = V_0; V_3 = L_19; goto IL_0064; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MissingManifestResourceException_tAC74F21ADC46CCB2BCC710464434E3B97F72FACB_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0050; } throw e; } CATCH_0050: { // begin catch(System.Resources.MissingManifestResourceException) String_t* L_20 = ___res0; String_t* L_21; L_21 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral16C0D1A98D99C5FB32B981C3E41FDB407A083C18)), L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D)), /*hidden argument*/NULL); V_3 = L_21; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0064; } // end catch (depth: 1) IL_0064: { String_t* L_22 = V_3; return L_22; } } // 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) { Il2CppChar G_B2_0 = 0x0; Il2CppChar G_B1_0 = 0x0; int32_t G_B3_0 = 0; Il2CppChar G_B3_1 = 0x0; { String_t* L_0 = ___data0; int32_t L_1 = ___invCharIndex1; NullCheck(L_0); Il2CppChar L_2; L_2 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, L_1, /*hidden argument*/NULL); int32_t L_3 = ___invCharIndex1; String_t* L_4 = ___data0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); G_B1_0 = L_2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))) < ((int32_t)L_5))) { G_B2_0 = L_2; goto IL_0015; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_001e; } IL_0015: { String_t* L_6 = ___data0; int32_t L_7 = ___invCharIndex1; NullCheck(L_6); Il2CppChar L_8; L_8 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_8)); G_B3_1 = G_B2_0; } IL_001e: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9; L_9 = XmlException_BuildCharExceptionArgs_m65E6BAAF1BBC77E8359E7365E64C35C159A4B8BC(G_B3_1, G_B3_0, /*hidden argument*/NULL); return L_9; } } // System.String[] System.Xml.XmlException::BuildCharExceptionArgs(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* XmlException_BuildCharExceptionArgs_m0F085E40E6B5FF127E5424137B2CE4C22570288B (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___data0, int32_t ___length1, int32_t ___invCharIndex2, const RuntimeMethod* method) { int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___data0; int32_t L_1 = ___invCharIndex2; NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); int32_t L_4 = ___invCharIndex2; int32_t L_5 = ___length1; G_B1_0 = ((int32_t)(L_3)); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))) < ((int32_t)L_5))) { G_B2_0 = ((int32_t)(L_3)); goto IL_000c; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_0011; } IL_000c: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = ___data0; int32_t L_7 = ___invCharIndex2; NullCheck(L_6); int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); uint16_t L_9 = (uint16_t)(L_6)->GetAt(static_cast(L_8)); G_B3_0 = ((int32_t)(L_9)); G_B3_1 = G_B2_0; } IL_0011: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10; L_10 = XmlException_BuildCharExceptionArgs_m65E6BAAF1BBC77E8359E7365E64C35C159A4B8BC(G_B3_1, G_B3_0, /*hidden argument*/NULL); return L_10; } } // System.String[] System.Xml.XmlException::BuildCharExceptionArgs(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* XmlException_BuildCharExceptionArgs_m65E6BAAF1BBC77E8359E7365E64C35C159A4B8BC (Il2CppChar ___invChar0, Il2CppChar ___nextChar1, const RuntimeMethod* method) { 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*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38C378162D10735E8E753443B3094057777252AC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); s_Il2CppMethodInitialized = true; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_0 = NULL; int32_t V_1 = 0; { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)2); V_0 = L_0; Il2CppChar L_1 = ___invChar0; bool L_2; L_2 = XmlCharType_IsHighSurrogate_mFECF903FC11D52720888F53BDA7AA58440126065(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_004a; } } { Il2CppChar L_3 = ___nextChar1; if (!L_3) { goto IL_004a; } } { Il2CppChar L_4 = ___nextChar1; Il2CppChar L_5 = ___invChar0; int32_t L_6; L_6 = XmlCharType_CombineSurrogateChar_m7ADCD651DDD6EBFB5B07A43A75FDEC5E3B1B7EE4(L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)2); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = L_8; Il2CppChar L_10 = ___invChar0; NullCheck(L_9); (L_9)->SetAt(static_cast(0), (Il2CppChar)L_10); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = L_9; Il2CppChar L_12 = ___nextChar1; NullCheck(L_11); (L_11)->SetAt(static_cast(1), (Il2CppChar)L_12); String_t* L_13; L_13 = String_CreateString_mC7F57CE6ED768CF86591160424FE55D5CBA7C344(NULL, L_11, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_13); (L_7)->SetAt(static_cast(0), (String_t*)L_13); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_15; L_15 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); int32_t L_16 = V_1; int32_t L_17 = L_16; RuntimeObject * L_18 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_17); String_t* L_19; L_19 = String_Format_m65D1D384B19FD8F7BD8BC71EE2B75E00488853DB(L_15, _stringLiteral38C378162D10735E8E753443B3094057777252AC, L_18, /*hidden argument*/NULL); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_19); (L_14)->SetAt(static_cast(1), (String_t*)L_19); goto IL_007e; } IL_004a: { Il2CppChar L_20 = ___invChar0; if (L_20) { goto IL_0057; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_21 = V_0; NullCheck(L_21); ArrayElementTypeCheck (L_21, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); (L_21)->SetAt(static_cast(0), (String_t*)_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); goto IL_0066; } IL_0057: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_22 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_23; L_23 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); String_t* L_24; L_24 = Char_ToString_m06BE905F629AFE67313D613EC0ABFA8572CAEFC2((Il2CppChar*)(&___invChar0), L_23, /*hidden argument*/NULL); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_24); (L_22)->SetAt(static_cast(0), (String_t*)L_24); } IL_0066: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_25 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_26; L_26 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); Il2CppChar L_27 = ___invChar0; int32_t L_28 = ((int32_t)L_27); RuntimeObject * L_29 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_28); String_t* L_30; L_30 = String_Format_m65D1D384B19FD8F7BD8BC71EE2B75E00488853DB(L_26, _stringLiteral38C378162D10735E8E753443B3094057777252AC, L_29, /*hidden argument*/NULL); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_30); (L_25)->SetAt(static_cast(1), (String_t*)L_30); } IL_007e: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_31 = V_0; return L_31; } } // System.Int32 System.Xml.XmlException::get_LineNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlException_get_LineNumber_m1890569BD9643EAA7C65BBD9D4AFDD61F26D05FE (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_lineNumber_19(); return L_0; } } // System.Int32 System.Xml.XmlException::get_LinePosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlException_get_LinePosition_m14A930E44BC5663709B44694913BCB5E61BD5FDD (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_linePosition_20(); return L_0; } } // System.String System.Xml.XmlException::get_Message() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlException_get_Message_m811FB67949E8227BB095C61A936900F988E4CB6C (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_message_22(); if (!L_0) { goto IL_000f; } } { String_t* L_1 = __this->get_message_22(); return L_1; } IL_000f: { String_t* L_2; L_2 = Exception_get_Message_mC7A96CEBF52567CEF612C8C75A99A735A83E883F(__this, /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.XmlException::get_ResString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlException_get_ResString_m789D5A88B14F9D2B2B4DEA38DA6EC2E172993761 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_res_17(); 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.Serialization.XmlIgnoreAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlIgnoreAttribute__ctor_m7AEADBFECEDFB68758E77C889675A03D4BDA5908 (XmlIgnoreAttribute_t478DB7B508B6987B3CC531BABD12177E5CD7DDF6 * __this, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__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.XmlImplementation::.ctor(System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlImplementation__ctor_m02BACC3AFEBF8E1F973D793E33E1FE174BDD5104 (XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * __this, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nt0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_0 = ___nt0; __this->set_nameTable_0(L_0); return; } } // System.Xml.XmlDocument System.Xml.XmlImplementation::CreateDocument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * XmlImplementation_CreateDocument_m35FED51DF578FF44F2FCB21AB2898850047D7F9D (XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * __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; } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)il2cpp_codegen_object_new(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); XmlDocument__ctor_m43B868426E05CE674112BBEB6E87751CFB3203D3(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Xml.XmlNameTable System.Xml.XmlImplementation::get_NameTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * XmlImplementation_get_NameTable_m921E8F86F9377EE9084A630D2F95342234AAE003 (XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * __this, const RuntimeMethod* method) { { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_0 = __this->get_nameTable_0(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type System.Xml.Serialization.XmlIncludeAttribute::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * XmlIncludeAttribute_get_Type_mE52337BF96ED8BD12584009795EE037B8ADEF53F (XmlIncludeAttribute_tCFBD14CDEA32E248DAFE2560072A8E8129453E0C * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_type_0(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void 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) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc0; XmlNode__ctor_m207DC6243081054B0B14F1BAB882D457B8CFD465(__this, L_0, /*hidden argument*/NULL); __this->set_next_1((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)NULL); return; } } // System.Xml.XmlNode System.Xml.XmlLinkedNode::get_PreviousSibling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlLinkedNode_get_PreviousSibling_mC7447F6C68CEEC471C481F28DF69537DD9744D56 (XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * __this, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_1 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_2 = 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; if (!L_1) { goto IL_0025; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = V_0; NullCheck(L_2); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3; L_3 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_2); V_1 = L_3; goto IL_0020; } IL_0013: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = V_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); V_2 = L_5; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = V_2; if ((((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_6) == ((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)__this))) { goto IL_0023; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = V_2; V_1 = L_7; } IL_0020: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = V_1; if (L_8) { goto IL_0013; } } IL_0023: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = V_1; return L_9; } IL_0025: { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } // System.Xml.XmlNode System.Xml.XmlLinkedNode::get_NextSibling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlLinkedNode_get_NextSibling_m7AC0F3A794192A529410272650C93AECA61297EB (XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * __this, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = 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; if (!L_1) { goto IL_001f; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_2 = __this->get_next_1(); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = V_0; NullCheck(L_3); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4; L_4 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_3); if ((((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_2) == ((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_4))) { goto IL_001f; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_5 = __this->get_next_1(); return L_5; } IL_001f: { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * L_0 = ___atomicConverter0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); XmlBaseConverter__ctor_m072615A81DBEB908FDC4B17281BC9ECC4FD71AFD(__this, L_0, /*hidden argument*/NULL); XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * L_1 = ___atomicConverter0; __this->set_atomicConverter_32(L_1); return; } } // System.Void System.Xml.Schema.XmlListConverter::.ctor(System.Xml.Schema.XmlBaseConverter,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlListConverter__ctor_m5D0251EF7A3D3B8B7B87CE950382C8C1054F2476 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * ___atomicConverter0, Type_t * ___clrTypeDefault1, 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; } { XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * L_0 = ___atomicConverter0; Type_t * L_1 = ___clrTypeDefault1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); XmlBaseConverter__ctor_mA8A52CA1291E958C71717A53BD213C4DA1FB86B6(__this, L_0, L_1, /*hidden argument*/NULL); XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * L_2 = ___atomicConverter0; __this->set_atomicConverter_32(L_2); return; } } // System.Void System.Xml.Schema.XmlListConverter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlListConverter__ctor_mA57F3038784C8BB10CA694189E558202B6C71747 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __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.XmlListConverter::Create(System.Xml.Schema.XmlValueConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * XmlListConverter_Create_mB3DA5326AE1E69797FFCEDB8B843359C57BF2335 (XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___atomicConverter0, 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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_0 = ___atomicConverter0; IL2CPP_RUNTIME_CLASS_INIT(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1 = ((XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var))->get_Untyped_34(); if ((!(((RuntimeObject*)(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 *)L_0) == ((RuntimeObject*)(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 *)L_1)))) { goto IL_000e; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_2 = ((XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var))->get_UntypedList_35(); return L_2; } IL_000e: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_3 = ___atomicConverter0; IL2CPP_RUNTIME_CLASS_INIT(XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_il2cpp_TypeInfo_var); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_4 = ((XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_il2cpp_TypeInfo_var))->get_Item_32(); if ((!(((RuntimeObject*)(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 *)L_3) == ((RuntimeObject*)(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 *)L_4)))) { goto IL_001c; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_il2cpp_TypeInfo_var); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_5 = ((XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_il2cpp_TypeInfo_var))->get_ItemList_33(); return L_5; } IL_001c: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_6 = ___atomicConverter0; IL2CPP_RUNTIME_CLASS_INIT(XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_il2cpp_TypeInfo_var); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_7 = ((XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_il2cpp_TypeInfo_var))->get_AnyAtomic_33(); if ((!(((RuntimeObject*)(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 *)L_6) == ((RuntimeObject*)(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 *)L_7)))) { goto IL_002a; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_il2cpp_TypeInfo_var); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_8 = ((XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_il2cpp_TypeInfo_var))->get_AnyAtomicList_34(); return L_8; } IL_002a: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_9 = ___atomicConverter0; XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * L_10 = (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *)il2cpp_codegen_object_new(XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D_il2cpp_TypeInfo_var); XmlListConverter__ctor_m4B75A94998828129EE80166FFB9177AF2047E17C(L_10, ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 *)CastclassClass((RuntimeObject*)L_9, XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_10; } } // System.Object System.Xml.Schema.XmlListConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlListConverter_ChangeType_mD9C14B47BC99C4A27ABB9CD6E2E750A5214AC23A (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __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*)&Type_t_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*)&XmlListConverter_ChangeType_mD9C14B47BC99C4A27ABB9CD6E2E750A5214AC23A_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*)&XmlListConverter_ChangeType_mD9C14B47BC99C4A27ABB9CD6E2E750A5214AC23A_RuntimeMethod_var))); } IL_0022: { RuntimeObject * L_5 = ___value0; Type_t * L_6 = ___destinationType1; RuntimeObject* L_7 = ___nsResolver2; RuntimeObject * L_8; L_8 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_5, L_6, L_7); return L_8; } } // System.Object System.Xml.Schema.XmlListConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlListConverter_ChangeListType_mB826BBF0AE270EE1D3FDE44AAA08CBD7336214FE (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __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*)&String_t_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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m7EB986C5C76F5F37E773C0B36794B0584B18CA03_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_mCC2F3B7EC332C823318876C73CDEF2B41368372F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m7647A566B3BAF65E33CE091598D951B8A850EF7F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisDateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_m2A061FA61E22BBF8945BA0FBDB26239E6338263D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisDateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_m67E14F3803837CE531A719D512EC004D23A56B15_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m7084411DEE501307DEA2EA40122704E7152D9BFF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m6BEBA60BA179707839A4456F1FA3690E77BCE813_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_mD928FA7E155D7BC8014BD995E2A4A184347990F7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m15714A23D7C6701FB536EBFBDAA15DE6C97DEB81_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_mDD1F72EF7560BCCDA6DB25FC9D441BD204763DCB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisRuntimeObject_m67401E3B3A55B23E4975F0ACDB6D71CB12C00F7F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisSByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_m4BE75BE01AD0B9442E284F30311EFE22BE4853F6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m732749002501767553BB0EC8E96EAB7E85628666_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisString_t_m39B3E342C44ACE6850A0430FB4369718F8188730_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisTimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_mC083BFA043EC296F49553CC3771F3FE741CE8A15_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m586B58E3697C0A2474F4154812CF23D753E69482_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m5307DF081EBEE484E60F40EB50C8D20BDB43AE96_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mB1B5B6225DD0325B4EFED267FCF77EAAE38B4B1C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisUri_t4A915E1CC15B2C650F478099AD448E9466CBF612_m87852306989E8DE9A41589FE4B4BB7FD6C91E4C0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisXPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_m5AFFD96DC530E20EFC49015B867D071FAECB1080_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisXPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_mCFA33D6475D06025076F67801A0D42090C711531_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisXmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_m7E61F578F2BB0B1B1A8FFC9B30C8577B2680ED3E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisXmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_m892F5C2D502D5FF68CE7DA861C7D728331E553A6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; { RuntimeObject * L_0 = ___value0; NullCheck(L_0); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_0, /*hidden argument*/NULL); V_0 = L_1; Type_t * L_2 = ___destinationType1; 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_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_4; L_4 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_001c; } } { Type_t * L_5; L_5 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_5; } IL_001c: { RuntimeObject * L_6 = ___value0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_6, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var))) { goto IL_002d; } } { Type_t * L_7 = ___destinationType1; bool L_8; L_8 = XmlListConverter_IsListType_m52AD207537D65C4F1CF7B2781115B82247E2A4B6(__this, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0036; } } IL_002d: { Type_t * L_9 = V_0; Type_t * L_10 = ___destinationType1; Exception_t * L_11; L_11 = XmlListConverter_CreateInvalidClrMappingException_m30A35929A5D711E0F5C324D3037510B225B6FCB4(__this, L_9, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlListConverter_ChangeListType_mB826BBF0AE270EE1D3FDE44AAA08CBD7336214FE_RuntimeMethod_var))); } IL_0036: { Type_t * L_12 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_13 = ((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_14; L_14 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0060; } } { Type_t * L_15 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_16 = ((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_17; L_17 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0052; } } { RuntimeObject * L_18 = ___value0; return L_18; } IL_0052: { RuntimeObject * L_19 = ___value0; RuntimeObject* L_20 = ___nsResolver2; String_t* L_21; L_21 = XmlListConverter_ListAsString_m850B4E414D44460FA7264B442A03173F16BC46C3(__this, ((RuntimeObject*)Castclass((RuntimeObject*)L_19, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var)), L_20, /*hidden argument*/NULL); return L_21; } IL_0060: { Type_t * L_22 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_23 = ((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_24; L_24 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_22, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_007b; } } { RuntimeObject * L_25 = ___value0; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_26; L_26 = XmlListConverter_StringAsList_m272B3D760403B14DEE5AF9138545973257792249(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_25, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); ___value0 = L_26; } IL_007b: { Type_t * L_27 = ___destinationType1; NullCheck(L_27); bool L_28; L_28 = Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1(L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_029b; } } { Type_t * L_29 = ___destinationType1; NullCheck(L_29); Type_t * L_30; L_30 = VirtFuncInvoker0< Type_t * >::Invoke(102 /* System.Type System.Type::GetElementType() */, L_29); V_1 = L_30; Type_t * L_31 = V_1; 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_ObjectType_14(); 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_00a3; } } { RuntimeObject * L_34 = ___value0; RuntimeObject* L_35 = ___nsResolver2; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_36; L_36 = XmlListConverter_ToArray_TisRuntimeObject_m67401E3B3A55B23E4975F0ACDB6D71CB12C00F7F(__this, L_34, L_35, /*hidden argument*/XmlListConverter_ToArray_TisRuntimeObject_m67401E3B3A55B23E4975F0ACDB6D71CB12C00F7F_RuntimeMethod_var); return (RuntimeObject *)L_36; } IL_00a3: { Type_t * L_37 = V_0; Type_t * L_38 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_39; L_39 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_37, L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_00ae; } } { RuntimeObject * L_40 = ___value0; return L_40; } IL_00ae: { Type_t * L_41 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_42 = ((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_43; L_43 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_41, L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_00c4; } } { RuntimeObject * L_44 = ___value0; RuntimeObject* L_45 = ___nsResolver2; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_46; L_46 = XmlListConverter_ToArray_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m7EB986C5C76F5F37E773C0B36794B0584B18CA03(__this, L_44, L_45, /*hidden argument*/XmlListConverter_ToArray_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m7EB986C5C76F5F37E773C0B36794B0584B18CA03_RuntimeMethod_var); return (RuntimeObject *)L_46; } IL_00c4: { Type_t * L_47 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_48 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ByteType_15(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_49; L_49 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_47, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_00da; } } { RuntimeObject * L_50 = ___value0; RuntimeObject* L_51 = ___nsResolver2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_52; L_52 = XmlListConverter_ToArray_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m7647A566B3BAF65E33CE091598D951B8A850EF7F(__this, L_50, L_51, /*hidden argument*/XmlListConverter_ToArray_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m7647A566B3BAF65E33CE091598D951B8A850EF7F_RuntimeMethod_var); return (RuntimeObject *)L_52; } IL_00da: { Type_t * L_53 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_54 = ((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_55; L_55 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_53, L_54, /*hidden argument*/NULL); if (!L_55) { goto IL_00f0; } } { RuntimeObject * L_56 = ___value0; RuntimeObject* L_57 = ___nsResolver2; ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_58; L_58 = XmlListConverter_ToArray_TisByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_mCC2F3B7EC332C823318876C73CDEF2B41368372F(__this, L_56, L_57, /*hidden argument*/XmlListConverter_ToArray_TisByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_mCC2F3B7EC332C823318876C73CDEF2B41368372F_RuntimeMethod_var); return (RuntimeObject *)L_58; } IL_00f0: { Type_t * L_59 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_60 = ((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_61; L_61 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_59, L_60, /*hidden argument*/NULL); if (!L_61) { goto IL_0106; } } { RuntimeObject * L_62 = ___value0; RuntimeObject* L_63 = ___nsResolver2; DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1* L_64; L_64 = XmlListConverter_ToArray_TisDateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_m67E14F3803837CE531A719D512EC004D23A56B15(__this, L_62, L_63, /*hidden argument*/XmlListConverter_ToArray_TisDateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_m67E14F3803837CE531A719D512EC004D23A56B15_RuntimeMethod_var); return (RuntimeObject *)L_64; } IL_0106: { Type_t * L_65 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_66 = ((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_67; L_67 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_65, L_66, /*hidden argument*/NULL); if (!L_67) { goto IL_011c; } } { RuntimeObject * L_68 = ___value0; RuntimeObject* L_69 = ___nsResolver2; DateTimeOffsetU5BU5D_t81746224316E5FC7189685EFB35488C8CED41826* L_70; L_70 = XmlListConverter_ToArray_TisDateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_m2A061FA61E22BBF8945BA0FBDB26239E6338263D(__this, L_68, L_69, /*hidden argument*/XmlListConverter_ToArray_TisDateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_m2A061FA61E22BBF8945BA0FBDB26239E6338263D_RuntimeMethod_var); return (RuntimeObject *)L_70; } IL_011c: { Type_t * L_71 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_72 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DecimalType_9(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_73; L_73 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_71, L_72, /*hidden argument*/NULL); if (!L_73) { goto IL_0132; } } { RuntimeObject * L_74 = ___value0; RuntimeObject* L_75 = ___nsResolver2; DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* L_76; L_76 = XmlListConverter_ToArray_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m7084411DEE501307DEA2EA40122704E7152D9BFF(__this, L_74, L_75, /*hidden argument*/XmlListConverter_ToArray_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m7084411DEE501307DEA2EA40122704E7152D9BFF_RuntimeMethod_var); return (RuntimeObject *)L_76; } IL_0132: { Type_t * L_77 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_78 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DoubleType_22(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_79; L_79 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_77, L_78, /*hidden argument*/NULL); if (!L_79) { goto IL_0148; } } { RuntimeObject * L_80 = ___value0; RuntimeObject* L_81 = ___nsResolver2; DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_82; L_82 = XmlListConverter_ToArray_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m6BEBA60BA179707839A4456F1FA3690E77BCE813(__this, L_80, L_81, /*hidden argument*/XmlListConverter_ToArray_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m6BEBA60BA179707839A4456F1FA3690E77BCE813_RuntimeMethod_var); return (RuntimeObject *)L_82; } IL_0148: { Type_t * L_83 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_84 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int16Type_16(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_85; L_85 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_83, L_84, /*hidden argument*/NULL); if (!L_85) { goto IL_015e; } } { RuntimeObject * L_86 = ___value0; RuntimeObject* L_87 = ___nsResolver2; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_88; L_88 = XmlListConverter_ToArray_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_mD928FA7E155D7BC8014BD995E2A4A184347990F7(__this, L_86, L_87, /*hidden argument*/XmlListConverter_ToArray_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_mD928FA7E155D7BC8014BD995E2A4A184347990F7_RuntimeMethod_var); return (RuntimeObject *)L_88; } IL_015e: { Type_t * L_89 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_90 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int32Type_10(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_91; L_91 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_89, L_90, /*hidden argument*/NULL); if (!L_91) { goto IL_0174; } } { RuntimeObject * L_92 = ___value0; RuntimeObject* L_93 = ___nsResolver2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_94; L_94 = XmlListConverter_ToArray_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m15714A23D7C6701FB536EBFBDAA15DE6C97DEB81(__this, L_92, L_93, /*hidden argument*/XmlListConverter_ToArray_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m15714A23D7C6701FB536EBFBDAA15DE6C97DEB81_RuntimeMethod_var); return (RuntimeObject *)L_94; } IL_0174: { Type_t * L_95 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_96 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int64Type_11(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_97; L_97 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_95, L_96, /*hidden argument*/NULL); if (!L_97) { goto IL_018a; } } { RuntimeObject * L_98 = ___value0; RuntimeObject* L_99 = ___nsResolver2; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_100; L_100 = XmlListConverter_ToArray_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_mDD1F72EF7560BCCDA6DB25FC9D441BD204763DCB(__this, L_98, L_99, /*hidden argument*/XmlListConverter_ToArray_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_mDD1F72EF7560BCCDA6DB25FC9D441BD204763DCB_RuntimeMethod_var); return (RuntimeObject *)L_100; } IL_018a: { Type_t * L_101 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_102 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_SByteType_17(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_103; L_103 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_101, L_102, /*hidden argument*/NULL); if (!L_103) { goto IL_01a0; } } { RuntimeObject * L_104 = ___value0; RuntimeObject* L_105 = ___nsResolver2; SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_106; L_106 = XmlListConverter_ToArray_TisSByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_m4BE75BE01AD0B9442E284F30311EFE22BE4853F6(__this, L_104, L_105, /*hidden argument*/XmlListConverter_ToArray_TisSByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_m4BE75BE01AD0B9442E284F30311EFE22BE4853F6_RuntimeMethod_var); return (RuntimeObject *)L_106; } IL_01a0: { Type_t * L_107 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_108 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_SingleType_23(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_109; L_109 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_107, L_108, /*hidden argument*/NULL); if (!L_109) { goto IL_01b6; } } { RuntimeObject * L_110 = ___value0; RuntimeObject* L_111 = ___nsResolver2; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_112; L_112 = XmlListConverter_ToArray_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m732749002501767553BB0EC8E96EAB7E85628666(__this, L_110, L_111, /*hidden argument*/XmlListConverter_ToArray_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m732749002501767553BB0EC8E96EAB7E85628666_RuntimeMethod_var); return (RuntimeObject *)L_112; } IL_01b6: { Type_t * L_113 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_114 = ((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_115; L_115 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_113, L_114, /*hidden argument*/NULL); if (!L_115) { goto IL_01cc; } } { RuntimeObject * L_116 = ___value0; RuntimeObject* L_117 = ___nsResolver2; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_118; L_118 = XmlListConverter_ToArray_TisString_t_m39B3E342C44ACE6850A0430FB4369718F8188730(__this, L_116, L_117, /*hidden argument*/XmlListConverter_ToArray_TisString_t_m39B3E342C44ACE6850A0430FB4369718F8188730_RuntimeMethod_var); return (RuntimeObject *)L_118; } IL_01cc: { Type_t * L_119 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_120 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_TimeSpanType_30(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_121; L_121 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_119, L_120, /*hidden argument*/NULL); if (!L_121) { goto IL_01e2; } } { RuntimeObject * L_122 = ___value0; RuntimeObject* L_123 = ___nsResolver2; TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545* L_124; L_124 = XmlListConverter_ToArray_TisTimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_mC083BFA043EC296F49553CC3771F3FE741CE8A15(__this, L_122, L_123, /*hidden argument*/XmlListConverter_ToArray_TisTimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_mC083BFA043EC296F49553CC3771F3FE741CE8A15_RuntimeMethod_var); return (RuntimeObject *)L_124; } IL_01e2: { Type_t * L_125 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_126 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UInt16Type_18(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_127; L_127 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_125, L_126, /*hidden argument*/NULL); if (!L_127) { goto IL_01f8; } } { RuntimeObject * L_128 = ___value0; RuntimeObject* L_129 = ___nsResolver2; UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_130; L_130 = XmlListConverter_ToArray_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m586B58E3697C0A2474F4154812CF23D753E69482(__this, L_128, L_129, /*hidden argument*/XmlListConverter_ToArray_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m586B58E3697C0A2474F4154812CF23D753E69482_RuntimeMethod_var); return (RuntimeObject *)L_130; } IL_01f8: { Type_t * L_131 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_132 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UInt32Type_19(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_133; L_133 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_131, L_132, /*hidden argument*/NULL); if (!L_133) { goto IL_020e; } } { RuntimeObject * L_134 = ___value0; RuntimeObject* L_135 = ___nsResolver2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_136; L_136 = XmlListConverter_ToArray_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m5307DF081EBEE484E60F40EB50C8D20BDB43AE96(__this, L_134, L_135, /*hidden argument*/XmlListConverter_ToArray_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m5307DF081EBEE484E60F40EB50C8D20BDB43AE96_RuntimeMethod_var); return (RuntimeObject *)L_136; } IL_020e: { Type_t * L_137 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_138 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UInt64Type_20(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_139; L_139 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_137, L_138, /*hidden argument*/NULL); if (!L_139) { goto IL_0224; } } { RuntimeObject * L_140 = ___value0; RuntimeObject* L_141 = ___nsResolver2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_142; L_142 = XmlListConverter_ToArray_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mB1B5B6225DD0325B4EFED267FCF77EAAE38B4B1C(__this, L_140, L_141, /*hidden argument*/XmlListConverter_ToArray_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mB1B5B6225DD0325B4EFED267FCF77EAAE38B4B1C_RuntimeMethod_var); return (RuntimeObject *)L_142; } IL_0224: { Type_t * L_143 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_144 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UriType_29(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_145; L_145 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_143, L_144, /*hidden argument*/NULL); if (!L_145) { goto IL_023a; } } { RuntimeObject * L_146 = ___value0; RuntimeObject* L_147 = ___nsResolver2; UriU5BU5D_tC686E8C5B661035A1A4E16DDDCDEC4949DDB6A00* L_148; L_148 = XmlListConverter_ToArray_TisUri_t4A915E1CC15B2C650F478099AD448E9466CBF612_m87852306989E8DE9A41589FE4B4BB7FD6C91E4C0(__this, L_146, L_147, /*hidden argument*/XmlListConverter_ToArray_TisUri_t4A915E1CC15B2C650F478099AD448E9466CBF612_m87852306989E8DE9A41589FE4B4BB7FD6C91E4C0_RuntimeMethod_var); return (RuntimeObject *)L_148; } IL_023a: { Type_t * L_149 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_150 = ((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_151; L_151 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_149, L_150, /*hidden argument*/NULL); if (!L_151) { goto IL_0250; } } { RuntimeObject * L_152 = ___value0; RuntimeObject* L_153 = ___nsResolver2; XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9* L_154; L_154 = XmlListConverter_ToArray_TisXmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_m7E61F578F2BB0B1B1A8FFC9B30C8577B2680ED3E(__this, L_152, L_153, /*hidden argument*/XmlListConverter_ToArray_TisXmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_m7E61F578F2BB0B1B1A8FFC9B30C8577B2680ED3E_RuntimeMethod_var); return (RuntimeObject *)L_154; } IL_0250: { Type_t * L_155 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_156 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlQualifiedNameType_28(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_157; L_157 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_155, L_156, /*hidden argument*/NULL); if (!L_157) { goto IL_0266; } } { RuntimeObject * L_158 = ___value0; RuntimeObject* L_159 = ___nsResolver2; XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97* L_160; L_160 = XmlListConverter_ToArray_TisXmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_m892F5C2D502D5FF68CE7DA861C7D728331E553A6(__this, L_158, L_159, /*hidden argument*/XmlListConverter_ToArray_TisXmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_m892F5C2D502D5FF68CE7DA861C7D728331E553A6_RuntimeMethod_var); return (RuntimeObject *)L_160; } IL_0266: { Type_t * L_161 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_162 = ((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_163; L_163 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_161, L_162, /*hidden argument*/NULL); if (!L_163) { goto IL_027c; } } { RuntimeObject * L_164 = ___value0; RuntimeObject* L_165 = ___nsResolver2; XPathItemU5BU5D_t1CA2C0DFA3C223B4D6D55B5C8EEBAE6F03048466* L_166; L_166 = XmlListConverter_ToArray_TisXPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_m5AFFD96DC530E20EFC49015B867D071FAECB1080(__this, L_164, L_165, /*hidden argument*/XmlListConverter_ToArray_TisXPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_m5AFFD96DC530E20EFC49015B867D071FAECB1080_RuntimeMethod_var); return (RuntimeObject *)L_166; } IL_027c: { Type_t * L_167 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_168 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathNavigatorType_31(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_169; L_169 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_167, L_168, /*hidden argument*/NULL); if (!L_169) { goto IL_0292; } } { RuntimeObject * L_170 = ___value0; RuntimeObject* L_171 = ___nsResolver2; XPathNavigatorU5BU5D_tA353A28494A4B90917938F631210FB020A8E4BF8* L_172; L_172 = XmlListConverter_ToArray_TisXPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_mCFA33D6475D06025076F67801A0D42090C711531(__this, L_170, L_171, /*hidden argument*/XmlListConverter_ToArray_TisXPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_mCFA33D6475D06025076F67801A0D42090C711531_RuntimeMethod_var); return (RuntimeObject *)L_172; } IL_0292: { Type_t * L_173 = V_0; Type_t * L_174 = ___destinationType1; Exception_t * L_175; L_175 = XmlListConverter_CreateInvalidClrMappingException_m30A35929A5D711E0F5C324D3037510B225B6FCB4(__this, L_173, L_174, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_175, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlListConverter_ChangeListType_mB826BBF0AE270EE1D3FDE44AAA08CBD7336214FE_RuntimeMethod_var))); } IL_029b: { Type_t * L_176 = V_0; Type_t * L_177; L_177 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_178; L_178 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_176, L_177, /*hidden argument*/NULL); if (!L_178) { goto IL_02b8; } } { Type_t * L_179 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_180 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectArrayType_6(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_181; L_181 = Type_op_Inequality_m519B1E8F2F1E2101ADF863401FCAE38210395368(L_179, L_180, /*hidden argument*/NULL); if (!L_181) { goto IL_02b8; } } { RuntimeObject * L_182 = ___value0; return L_182; } IL_02b8: { RuntimeObject * L_183 = ___value0; RuntimeObject* L_184 = ___nsResolver2; RuntimeObject* L_185; L_185 = XmlListConverter_ToList_m376A5DEA4CE968219A37DD83A5CC0FD69ADF7928(__this, L_183, L_184, /*hidden argument*/NULL); return L_185; } } // System.Boolean System.Xml.Schema.XmlListConverter::IsListType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlListConverter_IsListType_m52AD207537D65C4F1CF7B2781115B82247E2A4B6 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, Type_t * ___type0, 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*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; 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_IListType_5(); 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_0034; } } { Type_t * L_3 = ___type0; 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_ICollectionType_3(); 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_0034; } } { Type_t * L_6 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_7 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_IEnumerableType_4(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_8; L_8 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_6, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0034; } } { Type_t * L_9 = ___type0; 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_0036; } } IL_0034: { return (bool)1; } IL_0036: { Type_t * L_12 = ___type0; NullCheck(L_12); bool L_13; L_13 = Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1(L_12, /*hidden argument*/NULL); return L_13; } } // System.Collections.IList System.Xml.Schema.XmlListConverter::ToList(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlListConverter_ToList_m376A5DEA4CE968219A37DD83A5CC0FD69ADF7928 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * V_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_2 = NULL; int32_t V_3 = 0; RuntimeObject* V_4 = NULL; RuntimeObject * V_5 = NULL; RuntimeObject* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___list0; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0044; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)L_3); V_2 = L_4; V_3 = 0; goto IL_0039; } IL_001a: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = V_2; int32_t L_6 = V_3; XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_7 = __this->get_atomicConverter_32(); RuntimeObject* L_8 = V_0; int32_t L_9 = V_3; NullCheck(L_8); RuntimeObject * L_10; L_10 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_8, L_9); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_11 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); RuntimeObject* L_12 = ___nsResolver1; NullCheck(L_7); RuntimeObject * L_13; L_13 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, L_7, L_10, L_11, L_12); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_13); (L_5)->SetAt(static_cast(L_6), (RuntimeObject *)L_13); int32_t L_14 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0039: { int32_t L_15 = V_3; RuntimeObject* L_16 = V_0; NullCheck(L_16); int32_t L_17; L_17 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_16); if ((((int32_t)L_15) < ((int32_t)L_17))) { goto IL_001a; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_18 = V_2; return (RuntimeObject*)L_18; } IL_0044: { RuntimeObject * L_19 = ___list0; List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_20 = (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)il2cpp_codegen_object_new(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_il2cpp_TypeInfo_var); List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B(L_20, /*hidden argument*/List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_RuntimeMethod_var); V_1 = L_20; NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_19, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var))); RuntimeObject* L_21; L_21 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_19, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var))); V_4 = L_21; } IL_0057: try { // begin try (depth: 1) { goto IL_007b; } IL_0059: { RuntimeObject* L_22 = V_4; NullCheck(L_22); RuntimeObject * L_23; L_23 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_22); V_5 = L_23; List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_24 = V_1; XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_25 = __this->get_atomicConverter_32(); RuntimeObject * L_26 = V_5; 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_ObjectType_14(); RuntimeObject* L_28 = ___nsResolver1; NullCheck(L_25); RuntimeObject * L_29; L_29 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, L_25, L_26, L_27, L_28); NullCheck(L_24); List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E(L_24, L_29, /*hidden argument*/List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_RuntimeMethod_var); } IL_007b: { RuntimeObject* L_30 = V_4; NullCheck(L_30); bool L_31; L_31 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_30); if (L_31) { goto IL_0059; } } IL_0084: { IL2CPP_LEAVE(0x9B, FINALLY_0086); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0086; } FINALLY_0086: { // begin finally (depth: 1) { RuntimeObject* L_32 = V_4; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_32, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_33 = V_6; if (!L_33) { goto IL_009a; } } IL_0093: { RuntimeObject* L_34 = V_6; NullCheck(L_34); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_34); } IL_009a: { IL2CPP_END_FINALLY(134) } } // end finally (depth: 1) IL2CPP_CLEANUP(134) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x9B, IL_009b) } IL_009b: { List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_35 = V_1; return L_35; } } // System.Collections.Generic.List`1 System.Xml.Schema.XmlListConverter::StringAsList(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * XmlListConverter_StringAsList_m272B3D760403B14DEE5AF9138545973257792249 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m468E89F534D7F4463B96A099275295DF689B2323_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_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); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1; L_1 = XmlConvert_SplitString_m5EDBDD6AC9A11F521EF5FAD18E1F37CF023163F1(L_0, /*hidden argument*/NULL); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_2 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m468E89F534D7F4463B96A099275295DF689B2323(L_2, (RuntimeObject*)(RuntimeObject*)L_1, /*hidden argument*/List_1__ctor_m468E89F534D7F4463B96A099275295DF689B2323_RuntimeMethod_var); return L_2; } } // System.String System.Xml.Schema.XmlListConverter::ListAsString(System.Collections.IEnumerable,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlListConverter_ListAsString_m850B4E414D44460FA7264B442A03173F16BC46C3 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject * V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { 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; RuntimeObject* L_1 = ___list0; NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_1); V_1 = L_2; } IL_000d: try { // begin try (depth: 1) { goto IL_003e; } 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 = L_4; RuntimeObject * L_5 = V_2; if (!L_5) { goto IL_003e; } } IL_0019: { StringBuilder_t * L_6 = V_0; NullCheck(L_6); int32_t L_7; L_7 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002a; } } IL_0021: { StringBuilder_t * L_8 = V_0; NullCheck(L_8); StringBuilder_t * L_9; L_9 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_8, ((int32_t)32), /*hidden argument*/NULL); } IL_002a: { StringBuilder_t * L_10 = V_0; XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_11 = __this->get_atomicConverter_32(); RuntimeObject * L_12 = V_2; RuntimeObject* L_13 = ___nsResolver1; NullCheck(L_11); String_t* L_14; L_14 = VirtFuncInvoker2< String_t*, RuntimeObject *, RuntimeObject* >::Invoke(52 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) */, L_11, L_12, L_13); NullCheck(L_10); StringBuilder_t * L_15; L_15 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_10, L_14, /*hidden argument*/NULL); } IL_003e: { RuntimeObject* L_16 = V_1; 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_000f; } } IL_0046: { IL2CPP_LEAVE(0x59, FINALLY_0048); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0048; } FINALLY_0048: { // begin finally (depth: 1) { RuntimeObject* L_18 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_18, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_19 = V_3; if (!L_19) { goto IL_0058; } } IL_0052: { RuntimeObject* L_20 = V_3; NullCheck(L_20); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_20); } IL_0058: { IL2CPP_END_FINALLY(72) } } // end finally (depth: 1) IL2CPP_CLEANUP(72) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x59, IL_0059) } IL_0059: { 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.Exception System.Xml.Schema.XmlListConverter::CreateInvalidClrMappingException(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlListConverter_CreateInvalidClrMappingException_m30A35929A5D711E0F5C324D3037510B225B6FCB4 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __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*)&_stringLiteralA3A680A717A901731935F51F62C0FDFEF792BDD2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC171503077BD6B1C438A3FEA9F31DB637C7C763A); 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(_stringLiteralC171503077BD6B1C438A3FEA9F31DB637C7C763A, 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(_stringLiteralA3A680A717A901731935F51F62C0FDFEF792BDD2, 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; } } #ifdef __clang__ #pragma 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.XmlLoader::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader__ctor_mF5D358544A8546105CB2DC60D9D5969FCFF26967 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // 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) { 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*)&XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc0; __this->set_doc_0(L_0); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_1 = ___reader1; NullCheck(L_1); Type_t * L_2; L_2 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_1, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_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_0031; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_6 = ___reader1; NullCheck(((XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 *)CastclassClass((RuntimeObject*)L_6, XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var))); XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_7; L_7 = XmlTextReader_get_Impl_mF1F74E7D8B05F5B8DFD02CDB1F68694DAE4C919C_inline(((XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 *)CastclassClass((RuntimeObject*)L_6, XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); __this->set_reader_1(L_7); goto IL_0038; } IL_0031: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_8 = ___reader1; __this->set_reader_1(L_8); } IL_0038: { bool L_9 = ___preserveWhitespace2; __this->set_preserveWhitespace_2(L_9); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_10 = ___doc0; if (L_10) { goto IL_0052; } } { String_t* L_11; L_11 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBE8285B3FBB68E69672F471D9C7CD01AFC710E52)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlLoader_Load_m9B55980AB036FAC52C09EF42BE27AB58F31E31BA_RuntimeMethod_var))); } IL_0052: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_13 = ___reader1; if (L_13) { goto IL_0065; } } { String_t* L_14; L_14 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEF5E4E7AE49599D22FDECF4CBDE50AE7C9C1DD38)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_15 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlLoader_Load_m9B55980AB036FAC52C09EF42BE27AB58F31E31BA_RuntimeMethod_var))); } IL_0065: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_16 = ___doc0; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_17 = ___reader1; NullCheck(L_17); String_t* L_18; L_18 = VirtFuncInvoker0< String_t* >::Invoke(13 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_17); NullCheck(L_16); XmlDocument_SetBaseURI_m31BDB1234D5BA3E8593E9F245A9D7DD27D90ADE7_inline(L_16, L_18, /*hidden argument*/NULL); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_19 = ___reader1; NullCheck(L_19); XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_20; L_20 = VirtFuncInvoker0< XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * >::Invoke(5 /* System.Xml.XmlReaderSettings System.Xml.XmlReader::get_Settings() */, L_19); if (!L_20) { goto IL_0098; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_21 = ___reader1; NullCheck(L_21); XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_22; L_22 = VirtFuncInvoker0< XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * >::Invoke(5 /* System.Xml.XmlReaderSettings System.Xml.XmlReader::get_Settings() */, L_21); NullCheck(L_22); int32_t L_23; L_23 = XmlReaderSettings_get_ValidationType_m9ED8E4F543926256EAC4E052764A786FCE05C449_inline(L_22, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) == ((uint32_t)4)))) { goto IL_0098; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_24 = ___doc0; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_25 = ___reader1; NullCheck(L_25); XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_26; L_26 = VirtFuncInvoker0< XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * >::Invoke(5 /* System.Xml.XmlReaderSettings System.Xml.XmlReader::get_Settings() */, L_25); NullCheck(L_26); XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * L_27; L_27 = XmlReaderSettings_get_Schemas_m32995B1763A0F40F83F711CA83627D50755D71E2(L_26, /*hidden argument*/NULL); NullCheck(L_24); XmlDocument_set_Schemas_m280471322832DE2070B53C6E6C54583DBE377D13_inline(L_24, L_27, /*hidden argument*/NULL); } IL_0098: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_28 = __this->get_reader_1(); NullCheck(L_28); int32_t L_29; L_29 = VirtFuncInvoker0< int32_t >::Invoke(26 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, L_28); if ((((int32_t)L_29) == ((int32_t)1))) { goto IL_00b4; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_30 = __this->get_reader_1(); NullCheck(L_30); bool L_31; L_31 = VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean System.Xml.XmlReader::Read() */, L_30); if (L_31) { goto IL_00b4; } } { return; } IL_00b4: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_32 = ___doc0; XmlLoader_LoadDocSequence_mD49A018F55D0D844D2C5040443A95F6D23169198(__this, L_32, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlLoader::LoadDocSequence(System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_LoadDocSequence_mD49A018F55D0D844D2C5040443A95F6D23169198 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___parentDoc0, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; { V_0 = (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; goto IL_001b; } IL_0004: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___parentDoc0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = V_0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_2 = ___parentDoc0; NullCheck(L_0); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3; L_3 = VirtFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_0, L_1, L_2); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_4 = __this->get_reader_1(); NullCheck(L_4); bool L_5; L_5 = VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean System.Xml.XmlReader::Read() */, L_4); if (L_5) { goto IL_001b; } } { return; } IL_001b: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6; L_6 = XmlLoader_LoadNode_mE0EC6871563BDC5D83D885173186D5182A15D2A4(__this, (bool)1, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = L_6; V_0 = L_7; if (L_7) { goto IL_0004; } } { return; } } // 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) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * G_B9_0 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * G_B8_0 = NULL; { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc0; __this->set_doc_0(L_0); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_1 = ___reader1; __this->set_reader_1(L_1); __this->set_preserveWhitespace_2((bool)1); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_2 = ___doc0; if (L_2) { goto IL_0028; } } { String_t* L_3; L_3 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBE8285B3FBB68E69672F471D9C7CD01AFC710E52)), /*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*)&XmlLoader_ReadCurrentNode_mE6664ABA90D4091FAC61C72D47C22598A9902468_RuntimeMethod_var))); } IL_0028: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_5 = ___reader1; if (L_5) { goto IL_003b; } } { String_t* L_6; L_6 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEF5E4E7AE49599D22FDECF4CBDE50AE7C9C1DD38)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlLoader_ReadCurrentNode_mE6664ABA90D4091FAC61C72D47C22598A9902468_RuntimeMethod_var))); } IL_003b: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_8 = ___reader1; NullCheck(L_8); int32_t L_9; L_9 = VirtFuncInvoker0< int32_t >::Invoke(26 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, L_8); if (L_9) { goto IL_004a; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_10 = ___reader1; NullCheck(L_10); bool L_11; L_11 = VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean System.Xml.XmlReader::Read() */, L_10); } IL_004a: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_12 = ___reader1; NullCheck(L_12); int32_t L_13; L_13 = VirtFuncInvoker0< int32_t >::Invoke(26 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, L_12); if ((!(((uint32_t)L_13) == ((uint32_t)1)))) { goto IL_006b; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_14; L_14 = XmlLoader_LoadNode_mE0EC6871563BDC5D83D885173186D5182A15D2A4(__this, (bool)1, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_15 = L_14; NullCheck(L_15); int32_t L_16; L_16 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_15); G_B8_0 = L_15; if ((((int32_t)L_16) == ((int32_t)2))) { G_B9_0 = L_15; goto IL_006a; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_17 = ___reader1; NullCheck(L_17); bool L_18; L_18 = VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean System.Xml.XmlReader::Read() */, L_17); G_B9_0 = G_B8_0; } IL_006a: { return G_B9_0; } IL_006b: { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } // System.Xml.XmlNode System.Xml.XmlLoader::LoadNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlLoader_LoadNode_mE0EC6871563BDC5D83D885173186D5182A15D2A4 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, bool ___skipOverWhitespace0, 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; } XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * V_0 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_1 = NULL; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * V_2 = NULL; RuntimeObject* V_3 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_4 = NULL; int32_t V_5 = 0; bool V_6 = false; XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * V_7 = NULL; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_8 = NULL; { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0 = __this->get_reader_1(); V_0 = L_0; V_1 = (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } IL_0009: { V_4 = (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_1 = V_0; NullCheck(L_1); int32_t L_2; L_2 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_1); V_5 = L_2; int32_t L_3 = V_5; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))) { case 0: { goto IL_0066; } case 1: { goto IL_017a; } case 2: { goto IL_0187; } case 3: { goto IL_01df; } case 4: { goto IL_016a; } case 5: { goto IL_0238; } case 6: { goto IL_01fe; } case 7: { goto IL_0219; } case 8: { goto IL_0238; } case 9: { goto IL_022e; } case 10: { goto IL_0238; } case 11: { goto IL_0238; } case 12: { goto IL_01b7; } case 13: { goto IL_019f; } case 14: { goto IL_0117; } case 15: { goto IL_0178; } case 16: { goto IL_01f4; } } } { goto IL_0238; } IL_0066: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_4 = V_0; NullCheck(L_4); bool L_5; L_5 = VirtFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_4); V_6 = L_5; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_6 = __this->get_doc_0(); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_7 = V_0; NullCheck(L_7); String_t* L_8; L_8 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_7); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_9 = V_0; NullCheck(L_9); String_t* L_10; L_10 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_9); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_11 = V_0; NullCheck(L_11); String_t* L_12; L_12 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_11); NullCheck(L_6); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_13; L_13 = VirtFuncInvoker3< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *, String_t*, String_t*, String_t* >::Invoke(61 /* System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String,System.String,System.String) */, L_6, L_8, L_10, L_12); V_2 = L_13; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_14 = V_2; bool L_15 = V_6; NullCheck(L_14); XmlElement_set_IsEmpty_mE5B520F63BDFB84E37B795E2B7F0BAA54981EA25(L_14, L_15, /*hidden argument*/NULL); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_16 = V_0; NullCheck(L_16); bool L_17; L_17 = VirtFuncInvoker0< bool >::Invoke(20 /* System.Boolean System.Xml.XmlReader::MoveToFirstAttribute() */, L_16); if (!L_17) { goto IL_00c5; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_18 = V_2; NullCheck(L_18); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_19; L_19 = VirtFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(14 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_18); V_7 = L_19; } IL_00a4: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_20; L_20 = XmlLoader_LoadAttributeNode_m72E64D3F37BA529D722627406F29DE567B266BB2(__this, /*hidden argument*/NULL); V_8 = L_20; XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_21 = V_7; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_22 = V_8; NullCheck(L_21); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_23; L_23 = XmlAttributeCollection_Append_m38C817C6F498FD65F262169490947B40BA887782(L_21, L_22, /*hidden argument*/NULL); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_24 = V_0; NullCheck(L_24); bool L_25; L_25 = VirtFuncInvoker0< bool >::Invoke(21 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_24); if (L_25) { goto IL_00a4; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_26 = V_0; NullCheck(L_26); bool L_27; L_27 = VirtFuncInvoker0< bool >::Invoke(22 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, L_26); } IL_00c5: { bool L_28 = V_6; if (L_28) { goto IL_00e1; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_29 = V_1; if (!L_29) { goto IL_00da; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_30 = V_1; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_31 = V_2; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_32 = __this->get_doc_0(); NullCheck(L_30); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_33; L_33 = VirtFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_30, L_31, L_32); } IL_00da: { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_34 = V_2; V_1 = L_34; goto IL_025b; } IL_00e1: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_35 = V_0; NullCheck(L_35); RuntimeObject* L_36; L_36 = VirtFuncInvoker0< RuntimeObject* >::Invoke(16 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlReader::get_SchemaInfo() */, L_35); V_3 = L_36; RuntimeObject* L_37 = V_3; if (!L_37) { goto IL_010f; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_38 = V_2; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_39 = __this->get_doc_0(); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_40 = V_2; NullCheck(L_40); String_t* L_41; L_41 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_Prefix() */, L_40); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_42 = V_2; NullCheck(L_42); String_t* L_43; L_43 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_42); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_44 = V_2; NullCheck(L_44); String_t* L_45; L_45 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_44); RuntimeObject* L_46 = V_3; NullCheck(L_39); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_47; L_47 = XmlDocument_AddXmlName_mFAE6AC9E0E1E235388C67440F2887F8F829AAD0C(L_39, L_41, L_43, L_45, L_46, /*hidden argument*/NULL); NullCheck(L_38); XmlElement_set_XmlName_m6BF0CB16BB12B567796E028798409659F0878366_inline(L_38, L_47, /*hidden argument*/NULL); } IL_010f: { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_48 = V_2; V_4 = L_48; goto IL_0244; } IL_0117: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_49 = V_1; if (L_49) { goto IL_011c; } } { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } IL_011c: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_50 = V_0; NullCheck(L_50); RuntimeObject* L_51; L_51 = VirtFuncInvoker0< RuntimeObject* >::Invoke(16 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlReader::get_SchemaInfo() */, L_50); V_3 = L_51; RuntimeObject* L_52 = V_3; if (!L_52) { goto IL_0154; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_53 = V_1; V_2 = ((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)IsInstClass((RuntimeObject*)L_53, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var)); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_54 = V_2; if (!L_54) { goto IL_0154; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_55 = V_2; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_56 = __this->get_doc_0(); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_57 = V_2; NullCheck(L_57); String_t* L_58; L_58 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_Prefix() */, L_57); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_59 = V_2; NullCheck(L_59); String_t* L_60; L_60 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_59); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_61 = V_2; NullCheck(L_61); String_t* L_62; L_62 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_61); RuntimeObject* L_63 = V_3; NullCheck(L_56); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_64; L_64 = XmlDocument_AddXmlName_mFAE6AC9E0E1E235388C67440F2887F8F829AAD0C(L_56, L_58, L_60, L_62, L_63, /*hidden argument*/NULL); NullCheck(L_55); XmlElement_set_XmlName_m6BF0CB16BB12B567796E028798409659F0878366_inline(L_55, L_64, /*hidden argument*/NULL); } IL_0154: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_65 = V_1; NullCheck(L_65); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_66; L_66 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_65); if (L_66) { goto IL_015e; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_67 = V_1; return L_67; } IL_015e: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_68 = V_1; NullCheck(L_68); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_69; L_69 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_68); V_1 = L_69; goto IL_025b; } IL_016a: { XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_70; L_70 = XmlLoader_LoadEntityReferenceNode_mDE0023179947F0B2F6D5D213873677F0073C2175(__this, (bool)0, /*hidden argument*/NULL); V_4 = L_70; goto IL_0244; } IL_0178: { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } IL_017a: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_71; L_71 = XmlLoader_LoadAttributeNode_m72E64D3F37BA529D722627406F29DE567B266BB2(__this, /*hidden argument*/NULL); V_4 = L_71; goto IL_0244; } IL_0187: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_72 = __this->get_doc_0(); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_73 = V_0; NullCheck(L_73); String_t* L_74; L_74 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_73); NullCheck(L_72); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_75; L_75 = VirtFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(56 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_72, L_74); V_4 = L_75; goto IL_0244; } IL_019f: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_76 = __this->get_doc_0(); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_77 = V_0; NullCheck(L_77); String_t* L_78; L_78 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_77); NullCheck(L_76); XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * L_79; L_79 = VirtFuncInvoker1< XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 *, String_t* >::Invoke(57 /* System.Xml.XmlSignificantWhitespace System.Xml.XmlDocument::CreateSignificantWhitespace(System.String) */, L_76, L_78); V_4 = L_79; goto IL_0244; } IL_01b7: { bool L_80 = __this->get_preserveWhitespace_2(); if (!L_80) { goto IL_01d4; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_81 = __this->get_doc_0(); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_82 = V_0; NullCheck(L_82); String_t* L_83; L_83 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_82); NullCheck(L_81); XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C * L_84; L_84 = VirtFuncInvoker1< XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C *, String_t* >::Invoke(58 /* System.Xml.XmlWhitespace System.Xml.XmlDocument::CreateWhitespace(System.String) */, L_81, L_83); V_4 = L_84; goto IL_0244; } IL_01d4: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_85 = V_1; if (L_85) { goto IL_025b; } } { bool L_86 = ___skipOverWhitespace0; if (L_86) { goto IL_025b; } } { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } IL_01df: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_87 = __this->get_doc_0(); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_88 = V_0; NullCheck(L_88); String_t* L_89; L_89 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_88); NullCheck(L_87); XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * L_90; L_90 = VirtFuncInvoker1< XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA *, String_t* >::Invoke(49 /* System.Xml.XmlCDataSection System.Xml.XmlDocument::CreateCDataSection(System.String) */, L_87, L_89); V_4 = L_90; goto IL_0244; } IL_01f4: { XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * L_91; L_91 = XmlLoader_LoadDeclarationNode_m39E315764B4F78F48FBED9637A1674A6295AB463(__this, /*hidden argument*/NULL); V_4 = L_91; goto IL_0244; } IL_01fe: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_92 = __this->get_doc_0(); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_93 = V_0; NullCheck(L_93); String_t* L_94; L_94 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlReader::get_Name() */, L_93); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_95 = V_0; NullCheck(L_95); String_t* L_96; L_96 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_95); NullCheck(L_92); XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * L_97; L_97 = VirtFuncInvoker2< XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE *, String_t*, String_t* >::Invoke(54 /* System.Xml.XmlProcessingInstruction System.Xml.XmlDocument::CreateProcessingInstruction(System.String,System.String) */, L_92, L_94, L_96); V_4 = L_97; goto IL_0244; } IL_0219: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_98 = __this->get_doc_0(); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_99 = V_0; NullCheck(L_99); String_t* L_100; L_100 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_99); NullCheck(L_98); XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 * L_101; L_101 = VirtFuncInvoker1< XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 *, String_t* >::Invoke(50 /* System.Xml.XmlComment System.Xml.XmlDocument::CreateComment(System.String) */, L_98, L_100); V_4 = L_101; goto IL_0244; } IL_022e: { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_102; L_102 = XmlLoader_LoadDocumentTypeNode_mE3D6BDF47DA58759F4D758C9E3F31A722DA3DA15(__this, /*hidden argument*/NULL); V_4 = L_102; goto IL_0244; } IL_0238: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_103 = V_0; NullCheck(L_103); int32_t L_104; L_104 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_103); Exception_t * L_105; L_105 = XmlLoader_UnexpectedNodeType_m556BC74BDB9AA55DD3ED27C97772642201846615(L_104, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_105, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlLoader_LoadNode_mE0EC6871563BDC5D83D885173186D5182A15D2A4_RuntimeMethod_var))); } IL_0244: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_106 = V_1; if (!L_106) { goto IL_0258; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_107 = V_1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_108 = V_4; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_109 = __this->get_doc_0(); NullCheck(L_107); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_110; L_110 = VirtFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_107, L_108, L_109); goto IL_025b; } IL_0258: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_111 = V_4; return L_111; } IL_025b: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_112 = V_0; NullCheck(L_112); bool L_113; L_113 = VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean System.Xml.XmlReader::Read() */, L_112); if (L_113) { goto IL_0009; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_114 = V_1; if (!L_114) { goto IL_027a; } } { goto IL_0272; } IL_026b: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_115 = V_1; NullCheck(L_115); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_116; L_116 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_115); V_1 = L_116; } IL_0272: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_117 = V_1; NullCheck(L_117); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_118; L_118 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_117); if (L_118) { goto IL_026b; } } IL_027a: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_119 = V_1; return L_119; } } // System.Xml.XmlAttribute System.Xml.XmlLoader::LoadAttributeNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlLoader_LoadAttributeNode_m72E64D3F37BA529D722627406F29DE567B266BB2 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __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; } XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * V_0 = NULL; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_1 = NULL; RuntimeObject* V_2 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_3 = NULL; int32_t V_4 = 0; { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0 = __this->get_reader_1(); V_0 = L_0; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_1 = V_0; NullCheck(L_1); bool L_2; L_2 = VirtFuncInvoker0< bool >::Invoke(15 /* System.Boolean System.Xml.XmlReader::get_IsDefault() */, L_1); if (!L_2) { goto IL_0016; } } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_3; L_3 = XmlLoader_LoadDefaultAttribute_m860BB06A5BB900E32872F8220AFA4E6350945924(__this, /*hidden argument*/NULL); return L_3; } IL_0016: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_4 = __this->get_doc_0(); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_5 = V_0; NullCheck(L_5); String_t* L_6; L_6 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_5); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_7 = V_0; NullCheck(L_7); String_t* L_8; L_8 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_7); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_9 = V_0; NullCheck(L_9); String_t* L_10; L_10 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_9); NullCheck(L_4); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_11; L_11 = 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_4, L_6, L_8, L_10); V_1 = L_11; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_12 = V_0; NullCheck(L_12); RuntimeObject* L_13; L_13 = VirtFuncInvoker0< RuntimeObject* >::Invoke(16 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlReader::get_SchemaInfo() */, L_12); V_2 = L_13; RuntimeObject* L_14 = V_2; if (!L_14) { goto IL_00fb; } } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_15 = V_1; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_16 = __this->get_doc_0(); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_17 = V_1; NullCheck(L_17); String_t* L_18; L_18 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_Prefix() */, L_17); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_19 = V_1; NullCheck(L_19); String_t* L_20; L_20 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_19); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_21 = V_1; NullCheck(L_21); String_t* L_22; L_22 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_21); RuntimeObject* L_23 = V_2; NullCheck(L_16); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_24; L_24 = XmlDocument_AddAttrXmlName_m0D2ECDDCAA54A68EC3811E69FA4CF493EBA85A57(L_16, L_18, L_20, L_22, L_23, /*hidden argument*/NULL); NullCheck(L_15); XmlAttribute_set_XmlName_m304F68B9D5B5C58D53B5FDD19FDE62F8EFA9A0A4_inline(L_15, L_24, /*hidden argument*/NULL); goto IL_00fb; } IL_006a: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_25 = V_0; NullCheck(L_25); int32_t L_26; L_26 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_25); V_4 = L_26; int32_t L_27 = V_4; if ((((int32_t)L_27) == ((int32_t)3))) { goto IL_007e; } } { int32_t L_28 = V_4; if ((((int32_t)L_28) == ((int32_t)5))) { goto IL_0092; } } { goto IL_00e1; } IL_007e: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_29 = __this->get_doc_0(); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_30 = V_0; NullCheck(L_30); String_t* L_31; L_31 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_30); NullCheck(L_29); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_32; L_32 = VirtFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(56 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_29, L_31); V_3 = L_32; goto IL_00ed; } IL_0092: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_33 = __this->get_doc_0(); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_34 = V_0; NullCheck(L_34); String_t* L_35; L_35 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_34); NullCheck(L_33); XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_36; L_36 = VirtFuncInvoker1< XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 *, String_t* >::Invoke(53 /* System.Xml.XmlEntityReference System.Xml.XmlDocument::CreateEntityReference(System.String) */, L_33, L_35); V_3 = L_36; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_37 = V_0; NullCheck(L_37); bool L_38; L_38 = VirtFuncInvoker0< bool >::Invoke(30 /* System.Boolean System.Xml.XmlReader::get_CanResolveEntity() */, L_37); if (!L_38) { goto IL_00ed; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_39 = V_0; NullCheck(L_39); VirtActionInvoker0::Invoke(31 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_39); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_40 = V_3; XmlLoader_LoadAttributeValue_m8D878F964CB195A2739E68F6D3A5E48CC0B61781(__this, L_40, (bool)0, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_41 = V_3; NullCheck(L_41); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_42; L_42 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_41); if (L_42) { goto IL_00ed; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_43 = V_3; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_44 = __this->get_doc_0(); String_t* L_45 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_44); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_46; L_46 = VirtFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(56 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_44, L_45); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_47 = __this->get_doc_0(); NullCheck(L_43); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_48; L_48 = VirtFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_43, L_46, L_47); goto IL_00ed; } IL_00e1: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_49 = V_0; NullCheck(L_49); int32_t L_50; L_50 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_49); Exception_t * L_51; L_51 = XmlLoader_UnexpectedNodeType_m556BC74BDB9AA55DD3ED27C97772642201846615(L_50, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_51, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlLoader_LoadAttributeNode_m72E64D3F37BA529D722627406F29DE567B266BB2_RuntimeMethod_var))); } IL_00ed: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_52 = V_1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_53 = V_3; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_54 = __this->get_doc_0(); NullCheck(L_52); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_55; L_55 = VirtFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_52, L_53, L_54); } IL_00fb: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_56 = V_0; NullCheck(L_56); bool L_57; L_57 = VirtFuncInvoker0< bool >::Invoke(23 /* System.Boolean System.Xml.XmlReader::ReadAttributeValue() */, L_56); if (L_57) { goto IL_006a; } } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_58 = V_1; return L_58; } } // System.Xml.XmlAttribute System.Xml.XmlLoader::LoadDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlLoader_LoadDefaultAttribute_m860BB06A5BB900E32872F8220AFA4E6350945924 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, 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; } XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * V_0 = NULL; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_1 = NULL; RuntimeObject* V_2 = NULL; XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * V_3 = NULL; { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0 = __this->get_reader_1(); V_0 = L_0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = __this->get_doc_0(); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_2); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_4 = V_0; NullCheck(L_4); String_t* L_5; L_5 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_4); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_6 = V_0; NullCheck(L_6); String_t* L_7; L_7 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_6); NullCheck(L_1); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_8; L_8 = VirtFuncInvoker3< XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *, String_t*, String_t*, String_t* >::Invoke(60 /* System.Xml.XmlAttribute System.Xml.XmlDocument::CreateDefaultAttribute(System.String,System.String,System.String) */, L_1, L_3, L_5, L_7); V_1 = L_8; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_9 = V_0; NullCheck(L_9); RuntimeObject* L_10; L_10 = VirtFuncInvoker0< RuntimeObject* >::Invoke(16 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlReader::get_SchemaInfo() */, L_9); V_2 = L_10; RuntimeObject* L_11 = V_2; if (!L_11) { goto IL_0053; } } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_12 = V_1; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_13 = __this->get_doc_0(); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_14 = V_1; NullCheck(L_14); String_t* L_15; L_15 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_Prefix() */, L_14); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_16 = V_1; NullCheck(L_16); String_t* L_17; L_17 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_16); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_18 = V_1; NullCheck(L_18); String_t* L_19; L_19 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_18); RuntimeObject* L_20 = V_2; NullCheck(L_13); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_21; L_21 = XmlDocument_AddAttrXmlName_m0D2ECDDCAA54A68EC3811E69FA4CF493EBA85A57(L_13, L_15, L_17, L_19, L_20, /*hidden argument*/NULL); NullCheck(L_12); XmlAttribute_set_XmlName_m304F68B9D5B5C58D53B5FDD19FDE62F8EFA9A0A4_inline(L_12, L_21, /*hidden argument*/NULL); } IL_0053: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_22 = V_1; XmlLoader_LoadAttributeValue_m8D878F964CB195A2739E68F6D3A5E48CC0B61781(__this, L_22, (bool)0, /*hidden argument*/NULL); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_23 = V_1; V_3 = ((XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 *)IsInstClass((RuntimeObject*)L_23, XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var)); XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * L_24 = V_3; if (!L_24) { goto IL_006c; } } { XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * L_25 = V_3; NullCheck(L_25); XmlUnspecifiedAttribute_SetSpecified_mF9C15FC0EA42FC85CAA50C4D5D996F4127840D44_inline(L_25, (bool)0, /*hidden argument*/NULL); } IL_006c: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_26 = V_1; return L_26; } } // System.Void System.Xml.XmlLoader::LoadAttributeValue(System.Xml.XmlNode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_LoadAttributeValue_m8D878F964CB195A2739E68F6D3A5E48CC0B61781 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___parent0, bool ___direct1, 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*)&XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * V_0 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_1 = NULL; int32_t V_2 = 0; XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * G_B8_0 = NULL; XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * G_B13_0 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * G_B17_0 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * G_B16_0 = NULL; XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * G_B18_0 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * G_B18_1 = NULL; { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0 = __this->get_reader_1(); V_0 = L_0; goto IL_00eb; } IL_000c: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_1 = V_0; NullCheck(L_1); int32_t L_2; L_2 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_1); V_2 = L_2; int32_t L_3 = V_2; if ((((int32_t)L_3) == ((int32_t)3))) { goto IL_0025; } } { int32_t L_4 = V_2; if ((((int32_t)L_4) == ((int32_t)5))) { goto IL_0053; } } { int32_t L_5 = V_2; if ((((int32_t)L_5) == ((int32_t)((int32_t)16)))) { goto IL_0052; } } { goto IL_00d1; } IL_0025: { bool L_6 = ___direct1; if (L_6) { goto IL_003b; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_7 = __this->get_doc_0(); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_8 = V_0; NullCheck(L_8); String_t* L_9; L_9 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_8); NullCheck(L_7); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_10; L_10 = VirtFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(56 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_7, L_9); G_B8_0 = L_10; goto IL_004c; } IL_003b: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_11 = V_0; NullCheck(L_11); String_t* L_12; L_12 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_11); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_13 = __this->get_doc_0(); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_14 = (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *)il2cpp_codegen_object_new(XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240_il2cpp_TypeInfo_var); XmlText__ctor_m3B02FD062F74A1E957C6B1A9F67E055FD1997C32(L_14, L_12, L_13, /*hidden argument*/NULL); G_B8_0 = L_14; } IL_004c: { V_1 = G_B8_0; goto IL_00dd; } IL_0052: { return; } IL_0053: { bool L_15 = ___direct1; if (L_15) { goto IL_006e; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_16 = __this->get_doc_0(); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_17 = __this->get_reader_1(); NullCheck(L_17); String_t* L_18; L_18 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_17); NullCheck(L_16); XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_19; L_19 = VirtFuncInvoker1< XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 *, String_t* >::Invoke(53 /* System.Xml.XmlEntityReference System.Xml.XmlDocument::CreateEntityReference(System.String) */, L_16, L_18); G_B13_0 = L_19; goto IL_0084; } IL_006e: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_20 = __this->get_reader_1(); NullCheck(L_20); String_t* L_21; L_21 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_20); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_22 = __this->get_doc_0(); XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_23 = (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 *)il2cpp_codegen_object_new(XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94_il2cpp_TypeInfo_var); XmlEntityReference__ctor_m37F0842BAE1416D08F62C521367D650B89C61BE9(L_23, L_21, L_22, /*hidden argument*/NULL); G_B13_0 = L_23; } IL_0084: { V_1 = G_B13_0; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_24 = V_0; NullCheck(L_24); bool L_25; L_25 = VirtFuncInvoker0< bool >::Invoke(30 /* System.Boolean System.Xml.XmlReader::get_CanResolveEntity() */, L_24); if (!L_25) { goto IL_00dd; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_26 = V_0; NullCheck(L_26); VirtActionInvoker0::Invoke(31 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_26); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_27 = V_1; bool L_28 = ___direct1; XmlLoader_LoadAttributeValue_m8D878F964CB195A2739E68F6D3A5E48CC0B61781(__this, L_27, L_28, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_29 = V_1; NullCheck(L_29); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_30; L_30 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_29); if (L_30) { goto IL_00dd; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_31 = V_1; bool L_32 = ___direct1; G_B16_0 = L_31; if (L_32) { G_B17_0 = L_31; goto IL_00b9; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_33 = __this->get_doc_0(); String_t* L_34 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_33); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_35; L_35 = VirtFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(56 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_33, L_34); G_B18_0 = L_35; G_B18_1 = G_B16_0; goto IL_00c3; } IL_00b9: { String_t* L_36 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_37 = (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *)il2cpp_codegen_object_new(XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240_il2cpp_TypeInfo_var); XmlText__ctor_mAB8871691868FF285D140B0786F61438E519DEEA(L_37, L_36, /*hidden argument*/NULL); G_B18_0 = L_37; G_B18_1 = G_B17_0; } IL_00c3: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_38 = __this->get_doc_0(); NullCheck(G_B18_1); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_39; L_39 = VirtFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, G_B18_1, G_B18_0, L_38); goto IL_00dd; } IL_00d1: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_40 = V_0; NullCheck(L_40); int32_t L_41; L_41 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_40); Exception_t * L_42; L_42 = XmlLoader_UnexpectedNodeType_m556BC74BDB9AA55DD3ED27C97772642201846615(L_41, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlLoader_LoadAttributeValue_m8D878F964CB195A2739E68F6D3A5E48CC0B61781_RuntimeMethod_var))); } IL_00dd: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_43 = ___parent0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_44 = V_1; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_45 = __this->get_doc_0(); NullCheck(L_43); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_46; L_46 = VirtFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_43, L_44, L_45); } IL_00eb: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_47 = V_0; NullCheck(L_47); bool L_48; L_48 = VirtFuncInvoker0< bool >::Invoke(23 /* System.Boolean System.Xml.XmlReader::ReadAttributeValue() */, L_47); if (L_48) { goto IL_000c; } } { return; } } // System.Xml.XmlEntityReference System.Xml.XmlLoader::LoadEntityReferenceNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * XmlLoader_LoadEntityReferenceNode_mDE0023179947F0B2F6D5D213873677F0073C2175 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, bool ___direct0, 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*)&XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * V_0 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_1 = NULL; XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * G_B3_0 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * G_B8_0 = NULL; { bool L_0 = ___direct0; if (L_0) { goto IL_001b; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = __this->get_doc_0(); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_2 = __this->get_reader_1(); NullCheck(L_2); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlReader::get_Name() */, L_2); NullCheck(L_1); XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_4; L_4 = VirtFuncInvoker1< XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 *, String_t* >::Invoke(53 /* System.Xml.XmlEntityReference System.Xml.XmlDocument::CreateEntityReference(System.String) */, L_1, L_3); G_B3_0 = L_4; goto IL_0031; } IL_001b: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_5 = __this->get_reader_1(); NullCheck(L_5); String_t* L_6; L_6 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlReader::get_Name() */, L_5); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_7 = __this->get_doc_0(); XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_8 = (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 *)il2cpp_codegen_object_new(XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94_il2cpp_TypeInfo_var); XmlEntityReference__ctor_m37F0842BAE1416D08F62C521367D650B89C61BE9(L_8, L_6, L_7, /*hidden argument*/NULL); G_B3_0 = L_8; } IL_0031: { V_0 = G_B3_0; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_9 = __this->get_reader_1(); NullCheck(L_9); bool L_10; L_10 = VirtFuncInvoker0< bool >::Invoke(30 /* System.Boolean System.Xml.XmlReader::get_CanResolveEntity() */, L_9); if (!L_10) { goto IL_00b1; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_11 = __this->get_reader_1(); NullCheck(L_11); VirtActionInvoker0::Invoke(31 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_11); goto IL_0070; } IL_004c: { bool L_12 = ___direct0; if (L_12) { goto IL_0058; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_13; L_13 = XmlLoader_LoadNode_mE0EC6871563BDC5D83D885173186D5182A15D2A4(__this, (bool)0, /*hidden argument*/NULL); G_B8_0 = L_13; goto IL_005e; } IL_0058: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_14; L_14 = XmlLoader_LoadNodeDirect_m3F863AFB2C66947E080F81182FD282EDDC9872C4(__this, /*hidden argument*/NULL); G_B8_0 = L_14; } IL_005e: { V_1 = G_B8_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_15 = V_1; if (!L_15) { goto IL_0070; } } { XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_16 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_17 = V_1; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_18 = __this->get_doc_0(); NullCheck(L_16); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_19; L_19 = VirtFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_16, L_17, L_18); } IL_0070: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_20 = __this->get_reader_1(); NullCheck(L_20); bool L_21; L_21 = VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean System.Xml.XmlReader::Read() */, L_20); if (!L_21) { goto IL_008c; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_22 = __this->get_reader_1(); NullCheck(L_22); int32_t L_23; L_23 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_22); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)16))))) { goto IL_004c; } } IL_008c: { XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_24 = V_0; NullCheck(L_24); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_25; L_25 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(17 /* System.Xml.XmlNode System.Xml.XmlNode::get_LastChild() */, L_24); if (L_25) { goto IL_00b1; } } { XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_26 = V_0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_27 = __this->get_doc_0(); String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_27); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_29; L_29 = VirtFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(56 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_27, L_28); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_30 = __this->get_doc_0(); NullCheck(L_26); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_31; L_31 = VirtFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_26, L_29, L_30); } IL_00b1: { XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_32 = V_0; return L_32; } } // System.Xml.XmlDeclaration System.Xml.XmlLoader::LoadDeclarationNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * XmlLoader_LoadDeclarationNode_m39E315764B4F78F48FBED9637A1674A6295AB463 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral29988D0F9BCADFABFF66CBF5AB73096D1CAE3128); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BAA302A400A1B9C6F712ED9DBE1D7010A5034BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; { V_0 = (String_t*)NULL; V_1 = (String_t*)NULL; V_2 = (String_t*)NULL; goto IL_0065; } IL_0008: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0 = __this->get_reader_1(); NullCheck(L_0); String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlReader::get_Name() */, L_0); V_3 = L_1; String_t* L_2 = V_3; bool L_3; L_3 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_2, _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052, /*hidden argument*/NULL); if (L_3) { goto IL_003d; } } { String_t* L_4 = V_3; bool L_5; L_5 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_4, _stringLiteral29988D0F9BCADFABFF66CBF5AB73096D1CAE3128, /*hidden argument*/NULL); if (L_5) { goto IL_004b; } } { String_t* L_6 = V_3; bool L_7; L_7 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_6, _stringLiteral5BAA302A400A1B9C6F712ED9DBE1D7010A5034BF, /*hidden argument*/NULL); if (L_7) { goto IL_0059; } } { goto IL_0065; } IL_003d: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_8 = __this->get_reader_1(); NullCheck(L_8); String_t* L_9; L_9 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_8); V_0 = L_9; goto IL_0065; } IL_004b: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_10 = __this->get_reader_1(); NullCheck(L_10); String_t* L_11; L_11 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_10); V_1 = L_11; goto IL_0065; } IL_0059: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_12 = __this->get_reader_1(); NullCheck(L_12); String_t* L_13; L_13 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_12); V_2 = L_13; } IL_0065: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_14 = __this->get_reader_1(); NullCheck(L_14); bool L_15; L_15 = VirtFuncInvoker0< bool >::Invoke(21 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_14); if (L_15) { goto IL_0008; } } { String_t* L_16 = V_0; if (L_16) { goto IL_008b; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_17 = __this->get_reader_1(); NullCheck(L_17); String_t* L_18; L_18 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_17); XmlLoader_ParseXmlDeclarationValue_m7D60DB334B178D6E87C7D079308CA8C0696D13EB(L_18, (String_t**)(&V_0), (String_t**)(&V_1), (String_t**)(&V_2), /*hidden argument*/NULL); } IL_008b: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_19 = __this->get_doc_0(); String_t* L_20 = V_0; String_t* L_21 = V_1; String_t* L_22 = V_2; NullCheck(L_19); XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * L_23; L_23 = 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_19, L_20, L_21, L_22); return L_23; } } // System.Xml.XmlDocumentType System.Xml.XmlLoader::LoadDocumentTypeNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * XmlLoader_LoadDocumentTypeNode_mE3D6BDF47DA58759F4D758C9E3F31A722DA3DA15 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F1BC4D23D8E5661364EBEC728BE303959F6CF91); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD4DAA1A26807E1A567D68B161E6A95701A3FD560); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * V_4 = NULL; RuntimeObject* V_5 = NULL; String_t* V_6 = NULL; { V_0 = (String_t*)NULL; V_1 = (String_t*)NULL; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0 = __this->get_reader_1(); NullCheck(L_0); String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_0); V_2 = L_1; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_2 = __this->get_reader_1(); NullCheck(L_2); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_2); V_3 = L_3; goto IL_0063; } IL_001e: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_4 = __this->get_reader_1(); NullCheck(L_4); String_t* L_5; L_5 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlReader::get_Name() */, L_4); V_6 = L_5; String_t* L_6 = V_6; bool L_7; L_7 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_6, _stringLiteral1F1BC4D23D8E5661364EBEC728BE303959F6CF91, /*hidden argument*/NULL); if (L_7) { goto IL_0049; } } { String_t* L_8 = V_6; bool L_9; L_9 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_8, _stringLiteralD4DAA1A26807E1A567D68B161E6A95701A3FD560, /*hidden argument*/NULL); if (L_9) { goto IL_0057; } } { goto IL_0063; } IL_0049: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_10 = __this->get_reader_1(); NullCheck(L_10); String_t* L_11; L_11 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_10); V_0 = L_11; goto IL_0063; } IL_0057: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_12 = __this->get_reader_1(); NullCheck(L_12); String_t* L_13; L_13 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_12); V_1 = L_13; } IL_0063: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_14 = __this->get_reader_1(); NullCheck(L_14); bool L_15; L_15 = VirtFuncInvoker0< bool >::Invoke(21 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_14); if (L_15) { goto IL_001e; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_16 = __this->get_doc_0(); String_t* L_17 = V_3; String_t* L_18 = V_0; String_t* L_19 = V_1; String_t* L_20 = V_2; NullCheck(L_16); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_21; L_21 = 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_16, L_17, L_18, L_19, L_20); V_4 = L_21; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_22 = __this->get_reader_1(); NullCheck(L_22); RuntimeObject* L_23; L_23 = VirtFuncInvoker0< RuntimeObject* >::Invoke(39 /* System.Xml.IDtdInfo System.Xml.XmlReader::get_DtdInfo() */, L_22); V_5 = L_23; RuntimeObject* L_24 = V_5; if (!L_24) { goto IL_009e; } } { RuntimeObject* L_25 = V_5; XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_26 = V_4; XmlLoader_LoadDocumentType_m7FB94891A1FDAA814F9E5245C36015D89E004114(__this, L_25, L_26, /*hidden argument*/NULL); goto IL_00a6; } IL_009e: { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_27 = V_4; XmlLoader_ParseDocumentType_m05C412AAC3CDE7A77775EEB1E3951F1101061150(__this, L_27, /*hidden argument*/NULL); } IL_00a6: { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_28 = V_4; return L_28; } } // System.Xml.XmlNode System.Xml.XmlLoader::LoadNodeDirect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlLoader_LoadNodeDirect_m3F863AFB2C66947E080F81182FD282EDDC9872C4 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * V_0 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_1 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_2 = NULL; int32_t V_3 = 0; bool V_4 = false; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * V_5 = NULL; XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * V_6 = NULL; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_7 = NULL; { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0 = __this->get_reader_1(); V_0 = L_0; V_1 = (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } IL_0009: { V_2 = (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_1 = V_0; NullCheck(L_1); int32_t L_2; L_2 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_1); V_3 = L_2; int32_t L_3 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))) { case 0: { goto IL_005f; } case 1: { goto IL_0119; } case 2: { goto IL_0168; } case 3: { goto IL_0181; } case 4: { goto IL_010c; } case 5: { goto IL_01d7; } case 6: { goto IL_019a; } case 7: { goto IL_01be; } case 8: { goto IL_01d7; } case 9: { goto IL_01d7; } case 10: { goto IL_01d7; } case 11: { goto IL_01d7; } case 12: { goto IL_0141; } case 13: { goto IL_0125; } case 14: { goto IL_00f6; } case 15: { goto IL_01fd; } } } { goto IL_01d7; } IL_005f: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_4 = __this->get_reader_1(); NullCheck(L_4); bool L_5; L_5 = VirtFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_4); V_4 = L_5; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_6 = __this->get_reader_1(); NullCheck(L_6); String_t* L_7; L_7 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_6); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_8 = __this->get_reader_1(); NullCheck(L_8); String_t* L_9; L_9 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_8); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_10 = __this->get_reader_1(); NullCheck(L_10); String_t* L_11; L_11 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_10); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_12 = __this->get_doc_0(); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_13 = (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)il2cpp_codegen_object_new(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); XmlElement__ctor_m7EF87BE7BF1F09B5E43F24BA0B3F8EAF88E5F9C1(L_13, L_7, L_9, L_11, L_12, /*hidden argument*/NULL); V_5 = L_13; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_14 = V_5; bool L_15 = V_4; NullCheck(L_14); XmlElement_set_IsEmpty_mE5B520F63BDFB84E37B795E2B7F0BAA54981EA25(L_14, L_15, /*hidden argument*/NULL); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_16 = __this->get_reader_1(); NullCheck(L_16); bool L_17; L_17 = VirtFuncInvoker0< bool >::Invoke(20 /* System.Boolean System.Xml.XmlReader::MoveToFirstAttribute() */, L_16); if (!L_17) { goto IL_00d3; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_18 = V_5; NullCheck(L_18); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_19; L_19 = VirtFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(14 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_18); V_6 = L_19; } IL_00b9: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_20; L_20 = XmlLoader_LoadAttributeNodeDirect_m13022CF1BAF25B295F0125C21A9E70AB4BC5EC87(__this, /*hidden argument*/NULL); V_7 = L_20; XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_21 = V_6; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_22 = V_7; NullCheck(L_21); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_23; L_23 = XmlAttributeCollection_Append_m38C817C6F498FD65F262169490947B40BA887782(L_21, L_22, /*hidden argument*/NULL); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_24 = V_0; NullCheck(L_24); bool L_25; L_25 = VirtFuncInvoker0< bool >::Invoke(21 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_24); if (L_25) { goto IL_00b9; } } IL_00d3: { bool L_26 = V_4; if (L_26) { goto IL_00ee; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_27 = V_1; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_28 = V_5; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_29 = __this->get_doc_0(); NullCheck(L_27); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_30; L_30 = VirtFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_27, L_28, L_29); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_31 = V_5; V_1 = L_31; goto IL_01fd; } IL_00ee: { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_32 = V_5; V_2 = L_32; goto IL_01e8; } IL_00f6: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_33 = V_1; NullCheck(L_33); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_34; L_34 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_33); if (L_34) { goto IL_0100; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_35 = V_1; return L_35; } IL_0100: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_36 = V_1; NullCheck(L_36); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_37; L_37 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_36); V_1 = L_37; goto IL_01fd; } IL_010c: { XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_38; L_38 = XmlLoader_LoadEntityReferenceNode_mDE0023179947F0B2F6D5D213873677F0073C2175(__this, (bool)1, /*hidden argument*/NULL); V_2 = L_38; goto IL_01e8; } IL_0119: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_39; L_39 = XmlLoader_LoadAttributeNodeDirect_m13022CF1BAF25B295F0125C21A9E70AB4BC5EC87(__this, /*hidden argument*/NULL); V_2 = L_39; goto IL_01e8; } IL_0125: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_40 = __this->get_reader_1(); NullCheck(L_40); String_t* L_41; L_41 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_40); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_42 = __this->get_doc_0(); XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * L_43 = (XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 *)il2cpp_codegen_object_new(XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6_il2cpp_TypeInfo_var); XmlSignificantWhitespace__ctor_m4FDED87C74B89927C8B1A817A5E56EA11570908B(L_43, L_41, L_42, /*hidden argument*/NULL); V_2 = L_43; goto IL_01e8; } IL_0141: { bool L_44 = __this->get_preserveWhitespace_2(); if (!L_44) { goto IL_01fd; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_45 = __this->get_reader_1(); NullCheck(L_45); String_t* L_46; L_46 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_45); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_47 = __this->get_doc_0(); XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C * L_48 = (XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C *)il2cpp_codegen_object_new(XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C_il2cpp_TypeInfo_var); XmlWhitespace__ctor_m3A108BEE96CE7575F27A1DED29804E41C8B847D0(L_48, L_46, L_47, /*hidden argument*/NULL); V_2 = L_48; goto IL_01e8; } IL_0168: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_49 = __this->get_reader_1(); NullCheck(L_49); String_t* L_50; L_50 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_49); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_51 = __this->get_doc_0(); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_52 = (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *)il2cpp_codegen_object_new(XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240_il2cpp_TypeInfo_var); XmlText__ctor_m3B02FD062F74A1E957C6B1A9F67E055FD1997C32(L_52, L_50, L_51, /*hidden argument*/NULL); V_2 = L_52; goto IL_01e8; } IL_0181: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_53 = __this->get_reader_1(); NullCheck(L_53); String_t* L_54; L_54 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_53); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_55 = __this->get_doc_0(); XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * L_56 = (XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA *)il2cpp_codegen_object_new(XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA_il2cpp_TypeInfo_var); XmlCDataSection__ctor_m7627C8277D242E9C27B55D71AE63A94FF7F42C28(L_56, L_54, L_55, /*hidden argument*/NULL); V_2 = L_56; goto IL_01e8; } IL_019a: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_57 = __this->get_reader_1(); NullCheck(L_57); String_t* L_58; L_58 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlReader::get_Name() */, L_57); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_59 = __this->get_reader_1(); NullCheck(L_59); String_t* L_60; L_60 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_59); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_61 = __this->get_doc_0(); XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * L_62 = (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE *)il2cpp_codegen_object_new(XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE_il2cpp_TypeInfo_var); XmlProcessingInstruction__ctor_mB08CD58B8FC50C36BE6B4715C658A3FD9C4D9ACA(L_62, L_58, L_60, L_61, /*hidden argument*/NULL); V_2 = L_62; goto IL_01e8; } IL_01be: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_63 = __this->get_reader_1(); NullCheck(L_63); String_t* L_64; L_64 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_63); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_65 = __this->get_doc_0(); XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 * L_66 = (XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 *)il2cpp_codegen_object_new(XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66_il2cpp_TypeInfo_var); XmlComment__ctor_m16B823CBCB20A2DDBAF0769CED08B16C07DD744C(L_66, L_64, L_65, /*hidden argument*/NULL); V_2 = L_66; goto IL_01e8; } IL_01d7: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_67 = __this->get_reader_1(); NullCheck(L_67); int32_t L_68; L_68 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_67); Exception_t * L_69; L_69 = XmlLoader_UnexpectedNodeType_m556BC74BDB9AA55DD3ED27C97772642201846615(L_68, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_69, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlLoader_LoadNodeDirect_m3F863AFB2C66947E080F81182FD282EDDC9872C4_RuntimeMethod_var))); } IL_01e8: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_70 = V_1; if (!L_70) { goto IL_01fb; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_71 = V_1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_72 = V_2; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_73 = __this->get_doc_0(); NullCheck(L_71); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_74; L_74 = VirtFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_71, L_72, L_73); goto IL_01fd; } IL_01fb: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_75 = V_2; return L_75; } IL_01fd: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_76 = V_0; NullCheck(L_76); bool L_77; L_77 = VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean System.Xml.XmlReader::Read() */, L_76); if (L_77) { goto IL_0009; } } { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } // System.Xml.XmlAttribute System.Xml.XmlLoader::LoadAttributeNodeDirect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlLoader_LoadAttributeNodeDirect_m13022CF1BAF25B295F0125C21A9E70AB4BC5EC87 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, 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*)&XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * V_0 = NULL; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_1 = NULL; XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * V_2 = NULL; { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0 = __this->get_reader_1(); V_0 = L_0; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_1 = V_0; NullCheck(L_1); bool L_2; L_2 = VirtFuncInvoker0< bool >::Invoke(15 /* System.Boolean System.Xml.XmlReader::get_IsDefault() */, L_1); if (!L_2) { goto IL_003e; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_3); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_5 = V_0; NullCheck(L_5); String_t* L_6; L_6 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_5); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_7 = V_0; NullCheck(L_7); String_t* L_8; L_8 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_7); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_9 = __this->get_doc_0(); XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * L_10 = (XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 *)il2cpp_codegen_object_new(XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var); XmlUnspecifiedAttribute__ctor_m1C3FF58C6D59200A0E34294C09EDBFE4401C03E3(L_10, L_4, L_6, L_8, L_9, /*hidden argument*/NULL); V_2 = L_10; XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * L_11 = V_2; XmlLoader_LoadAttributeValue_m8D878F964CB195A2739E68F6D3A5E48CC0B61781(__this, L_11, (bool)1, /*hidden argument*/NULL); XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * L_12 = V_2; NullCheck(L_12); XmlUnspecifiedAttribute_SetSpecified_mF9C15FC0EA42FC85CAA50C4D5D996F4127840D44_inline(L_12, (bool)0, /*hidden argument*/NULL); XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * L_13 = V_2; return L_13; } IL_003e: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_14 = V_0; NullCheck(L_14); String_t* L_15; L_15 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_14); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_16 = V_0; NullCheck(L_16); String_t* L_17; L_17 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_16); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_18 = V_0; NullCheck(L_18); String_t* L_19; L_19 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_18); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_20 = __this->get_doc_0(); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_21 = (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)il2cpp_codegen_object_new(XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); XmlAttribute__ctor_m1CC4421CFD643E837A80EBD7C725CB0DD5E6F036(L_21, L_15, L_17, L_19, L_20, /*hidden argument*/NULL); V_1 = L_21; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_22 = V_1; XmlLoader_LoadAttributeValue_m8D878F964CB195A2739E68F6D3A5E48CC0B61781(__this, L_22, (bool)1, /*hidden argument*/NULL); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_23 = V_1; return L_23; } } // 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) { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * V_0 = NULL; { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_0 = ___dtNode0; 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; NullCheck(L_2); bool L_3; L_3 = XmlDocument_get_HasSetResolver_mC2C6B3468CB289554D1B1BBFB362D8F0A63D4792_inline(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001e; } } { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_4 = ___dtNode0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_5 = V_0; NullCheck(L_5); XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_6; L_6 = XmlDocument_GetResolver_m8FB9F7E522BD80FF4E7CB398BCE65D313E1C6D6C_inline(L_5, /*hidden argument*/NULL); XmlLoader_ParseDocumentType_mFEAA499A797885F5E8E4B99C00880923F1CD6BC5(__this, L_4, (bool)1, L_6, /*hidden argument*/NULL); return; } IL_001e: { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_7 = ___dtNode0; XmlLoader_ParseDocumentType_mFEAA499A797885F5E8E4B99C00880923F1CD6BC5(__this, L_7, (bool)0, (XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlLoader::ParseDocumentType(System.Xml.XmlDocumentType,System.Boolean,System.Xml.XmlResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_ParseDocumentType_mFEAA499A797885F5E8E4B99C00880923F1CD6BC5 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * ___dtNode0, bool ___bUseResolver1, XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___resolver2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParser_tD5A6D02A5CA749436148A452C1A6DBD8EFA76833_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * V_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * V_1 = NULL; DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557 * V_2 = NULL; RuntimeObject* V_3 = NULL; { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_0 = ___dtNode0; NullCheck(L_0); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1; L_1 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_0); __this->set_doc_0(L_1); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_2 = __this->get_doc_0(); NullCheck(L_2); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_3; L_3 = XmlDocument_get_NameTable_m0CCA0C27A27C84923F031F9789DD4F749D67AD53(L_2, /*hidden argument*/NULL); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_4 = (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 *)il2cpp_codegen_object_new(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465_il2cpp_TypeInfo_var); XmlNamespaceManager__ctor_m644ECD044F339BFAB6C580569F28E87B03740A6C(L_4, L_3, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_5 = __this->get_doc_0(); NullCheck(L_5); String_t* L_6; L_6 = VirtFuncInvoker0< String_t* >::Invoke(36 /* System.String System.Xml.XmlNode::get_BaseURI() */, L_5); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_8 = (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 *)il2cpp_codegen_object_new(XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28_il2cpp_TypeInfo_var); XmlParserContext__ctor_m277A2B9C0868F07AE3AB7BA3E53948F7FECB9B20(L_8, (XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 *)NULL, L_4, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, L_6, L_7, 0, /*hidden argument*/NULL); V_0 = L_8; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_9 = V_0; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_10 = (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 *)il2cpp_codegen_object_new(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4_il2cpp_TypeInfo_var); XmlTextReaderImpl__ctor_m068A7DCF326CCEB0144B3C28838A4C4D6DC793D5(L_10, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, 1, L_9, /*hidden argument*/NULL); V_1 = L_10; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_11 = V_1; XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_12 = ___dtNode0; NullCheck(L_12); bool L_13; L_13 = XmlDocumentType_get_ParseWithNamespaces_m0B06FD0B85241C23F59FDF8ABA65C59F6320A9DB_inline(L_12, /*hidden argument*/NULL); NullCheck(L_11); XmlTextReaderImpl_set_Namespaces_m4D0C64D58914FD0E67DFDA3B05C305033376CE72(L_11, L_13, /*hidden argument*/NULL); bool L_14 = ___bUseResolver1; if (!L_14) { goto IL_005b; } } { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_15 = V_1; XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_16 = ___resolver2; NullCheck(L_15); XmlTextReaderImpl_set_XmlResolver_m44FF2066BA2BC478D9FC42BA6619ED161906195E(L_15, L_16, /*hidden argument*/NULL); } IL_005b: { RuntimeObject* L_17; L_17 = DtdParser_Create_m8EDF1C7CECC8EF72E87D4024870C2C5D95E20B1A(/*hidden argument*/NULL); XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_18 = V_1; DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557 * L_19 = (DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557 *)il2cpp_codegen_object_new(DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557_il2cpp_TypeInfo_var); DtdParserProxy__ctor_m080E199E77CE80BF8AB44E5AE23D9AB3D1C5755C(L_19, L_18, /*hidden argument*/NULL); V_2 = L_19; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_20 = __this->get_doc_0(); NullCheck(L_20); String_t* L_21; L_21 = VirtFuncInvoker0< String_t* >::Invoke(36 /* System.String System.Xml.XmlNode::get_BaseURI() */, L_20); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_22 = ___dtNode0; NullCheck(L_22); String_t* L_23; L_23 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_22); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_24 = ___dtNode0; NullCheck(L_24); String_t* L_25; L_25 = XmlDocumentType_get_PublicId_m40162F4E886473F9CED7BA6DB746A9D87FCEC052_inline(L_24, /*hidden argument*/NULL); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_26 = ___dtNode0; NullCheck(L_26); String_t* L_27; L_27 = XmlDocumentType_get_SystemId_m13D5529B12AAC1D746290E215EEE55488797F48C_inline(L_26, /*hidden argument*/NULL); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_28 = ___dtNode0; NullCheck(L_28); String_t* L_29; L_29 = XmlDocumentType_get_InternalSubset_m47D58BEC6FC720A12886D22C9A68A7480F1BFF26_inline(L_28, /*hidden argument*/NULL); DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557 * L_30 = V_2; NullCheck(L_17); RuntimeObject* L_31; L_31 = InterfaceFuncInvoker6< RuntimeObject*, String_t*, String_t*, String_t*, String_t*, String_t*, RuntimeObject* >::Invoke(1 /* System.Xml.IDtdInfo System.Xml.IDtdParser::ParseFreeFloatingDtd(System.String,System.String,System.String,System.String,System.String,System.Xml.IDtdParserAdapter) */, IDtdParser_tD5A6D02A5CA749436148A452C1A6DBD8EFA76833_il2cpp_TypeInfo_var, L_17, L_21, L_23, L_25, L_27, L_29, L_30); V_3 = L_31; RuntimeObject* L_32 = V_3; XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_33 = ___dtNode0; XmlLoader_LoadDocumentType_m7FB94891A1FDAA814F9E5245C36015D89E004114(__this, L_32, L_33, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlLoader::LoadDocumentType(System.Xml.IDtdInfo,System.Xml.XmlDocumentType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_LoadDocumentType_m7FB94891A1FDAA814F9E5245C36015D89E004114 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, RuntimeObject* ___dtdInfo0, XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * ___dtNode1, 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*)&Dictionary_2_GetEnumerator_mAF972197562BBA9EC67BB5A25A36EC863BC11176_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_m5553BD4B1AC278E92A52670BAAA6012EFEF7CC12_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_mF2DFEED31B6A768D3F70A46AE94FFE8CF2939CDC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m76091F2A128252E9DCA425F161EB45F2DC9B3D4A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mC29BFE590DD617C72A33F5A07E5F5EEE31DC80AB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m5CE225D2553D42BFD59CAAA8E00BCABC95FB6501_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m85F1BE592F5A6080495783B6DE2F5DC53ADA6447_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m7E07BBADEFBF69C5577F84846A39A008EDBC229D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mBCFB3927AF48E21BA59498833AECDDE6A4C8640F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_t2C62E3AA8D6B2EBDDFB51E620DF8419B1F116ED2_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*)&SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueCollection_GetEnumerator_m2631C4B6AC95C392629AC272E834DA3A002C7080_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueCollection_GetEnumerator_mAC4FA858879FFCD93A95FFAB4B2DB848DBDF7DAC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * V_0 = NULL; RuntimeObject* V_1 = NULL; Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E V_2; memset((&V_2), 0, sizeof(V_2)); SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * V_3 = NULL; Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C V_4; memset((&V_4), 0, sizeof(V_4)); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * V_5 = NULL; XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * V_6 = NULL; SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * V_7 = NULL; XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * V_8 = NULL; SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * V_9 = NULL; RuntimeObject* V_10 = NULL; SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * V_11 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; String_t* G_B15_0 = NULL; String_t* G_B15_1 = NULL; String_t* G_B15_2 = NULL; String_t* G_B15_3 = NULL; String_t* G_B14_0 = NULL; String_t* G_B14_1 = NULL; String_t* G_B14_2 = NULL; String_t* G_B14_3 = NULL; String_t* G_B16_0 = NULL; String_t* G_B16_1 = NULL; String_t* G_B16_2 = NULL; String_t* G_B16_3 = NULL; String_t* G_B16_4 = NULL; String_t* G_B25_0 = NULL; String_t* G_B25_1 = NULL; String_t* G_B25_2 = NULL; String_t* G_B25_3 = NULL; String_t* G_B24_0 = NULL; String_t* G_B24_1 = NULL; String_t* G_B24_2 = NULL; String_t* G_B24_3 = NULL; String_t* G_B26_0 = NULL; String_t* G_B26_1 = NULL; String_t* G_B26_2 = NULL; String_t* G_B26_3 = NULL; String_t* G_B26_4 = NULL; { RuntimeObject* L_0 = ___dtdInfo0; V_0 = ((SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 *)IsInstClass((RuntimeObject*)L_0, SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5_il2cpp_TypeInfo_var)); SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_1 = V_0; if (L_1) { goto IL_001a; } } { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->get_Empty_5(); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_3 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var))); XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB080109AD5D6C864D18C1BFD1A3B9116504CCC72)), L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlLoader_LoadDocumentType_m7FB94891A1FDAA814F9E5245C36015D89E004114_RuntimeMethod_var))); } IL_001a: { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_4 = ___dtNode1; SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_5 = V_0; NullCheck(L_4); XmlDocumentType_set_DtdSchemaInfo_m2A2B4A126F4EA330CD02BAFC9C57422DF167DF02_inline(L_4, L_5, /*hidden argument*/NULL); SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_6 = V_0; if (!L_6) { goto IL_02d5; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_7 = __this->get_doc_0(); SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_8 = V_0; NullCheck(L_7); XmlDocument_set_DtdSchemaInfo_m1AF56BE37994CB289D682DDE25087BB5EB756917_inline(L_7, L_8, /*hidden argument*/NULL); SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_9 = V_0; NullCheck(L_9); Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * L_10; L_10 = SchemaInfo_get_Notations_m615DDF89AC678404C3AD22848E608B8597437A64(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_009d; } } { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_11 = V_0; NullCheck(L_11); Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * L_12; L_12 = SchemaInfo_get_Notations_m615DDF89AC678404C3AD22848E608B8597437A64(L_11, /*hidden argument*/NULL); NullCheck(L_12); ValueCollection_tD9F8742BCDE46BE10F45030D7DEE230F8F9D24FA * L_13; L_13 = Dictionary_2_get_Values_mF2DFEED31B6A768D3F70A46AE94FFE8CF2939CDC(L_12, /*hidden argument*/Dictionary_2_get_Values_mF2DFEED31B6A768D3F70A46AE94FFE8CF2939CDC_RuntimeMethod_var); NullCheck(L_13); Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E L_14; L_14 = ValueCollection_GetEnumerator_m2631C4B6AC95C392629AC272E834DA3A002C7080(L_13, /*hidden argument*/ValueCollection_GetEnumerator_m2631C4B6AC95C392629AC272E834DA3A002C7080_RuntimeMethod_var); V_2 = L_14; } IL_004c: try { // begin try (depth: 1) { goto IL_0084; } IL_004e: { SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * L_15; L_15 = Enumerator_get_Current_m7E07BBADEFBF69C5577F84846A39A008EDBC229D_inline((Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E *)(&V_2), /*hidden argument*/Enumerator_get_Current_m7E07BBADEFBF69C5577F84846A39A008EDBC229D_RuntimeMethod_var); V_3 = L_15; XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_16 = ___dtNode1; NullCheck(L_16); XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_17; L_17 = XmlDocumentType_get_Notations_m3AACD560964AA333D42AAB5609234C6D1E333B25(L_16, /*hidden argument*/NULL); SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * L_18 = V_3; NullCheck(L_18); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_19; L_19 = SchemaNotation_get_Name_m08D1A0F31266536764CE44A0633DCC84525E18F3_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); SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * L_21 = V_3; NullCheck(L_21); String_t* L_22; L_22 = SchemaNotation_get_Pubid_mF5506EEC55649230D39056045E6E3BEA6425EE2D_inline(L_21, /*hidden argument*/NULL); SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * L_23 = V_3; NullCheck(L_23); String_t* L_24; L_24 = SchemaNotation_get_SystemLiteral_m9DB468F07E2E95DFAF2D82A4165D5665E4F9EC6D_inline(L_23, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_25 = __this->get_doc_0(); XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92 * L_26 = (XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92 *)il2cpp_codegen_object_new(XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92_il2cpp_TypeInfo_var); XmlNotation__ctor_mA85A6CA3226706A696941A67752259D19D55112D(L_26, L_20, L_22, L_24, L_25, /*hidden argument*/NULL); NullCheck(L_17); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_27; L_27 = VirtFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::SetNamedItem(System.Xml.XmlNode) */, L_17, L_26); } IL_0084: { bool L_28; L_28 = Enumerator_MoveNext_m85F1BE592F5A6080495783B6DE2F5DC53ADA6447((Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E *)(&V_2), /*hidden argument*/Enumerator_MoveNext_m85F1BE592F5A6080495783B6DE2F5DC53ADA6447_RuntimeMethod_var); if (L_28) { goto IL_004e; } } IL_008d: { IL2CPP_LEAVE(0x9D, FINALLY_008f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008f; } FINALLY_008f: { // begin finally (depth: 1) Enumerator_Dispose_m76091F2A128252E9DCA425F161EB45F2DC9B3D4A((Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E *)(&V_2), /*hidden argument*/Enumerator_Dispose_m76091F2A128252E9DCA425F161EB45F2DC9B3D4A_RuntimeMethod_var); IL2CPP_END_FINALLY(143) } // end finally (depth: 1) IL2CPP_CLEANUP(143) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x9D, IL_009d) } IL_009d: { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_29 = V_0; NullCheck(L_29); Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * L_30; L_30 = SchemaInfo_get_GeneralEntities_m766F776B2DCD6503DD48FD924FF369CDD1F1CC94(L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_0145; } } { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_31 = V_0; NullCheck(L_31); Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * L_32; L_32 = SchemaInfo_get_GeneralEntities_m766F776B2DCD6503DD48FD924FF369CDD1F1CC94(L_31, /*hidden argument*/NULL); NullCheck(L_32); ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400 * L_33; L_33 = Dictionary_2_get_Values_m5553BD4B1AC278E92A52670BAAA6012EFEF7CC12(L_32, /*hidden argument*/Dictionary_2_get_Values_m5553BD4B1AC278E92A52670BAAA6012EFEF7CC12_RuntimeMethod_var); NullCheck(L_33); Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C L_34; L_34 = ValueCollection_GetEnumerator_mAC4FA858879FFCD93A95FFAB4B2DB848DBDF7DAC(L_33, /*hidden argument*/ValueCollection_GetEnumerator_mAC4FA858879FFCD93A95FFAB4B2DB848DBDF7DAC_RuntimeMethod_var); V_4 = L_34; } IL_00ba: try { // begin try (depth: 1) { goto IL_012c; } IL_00bc: { SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_35; L_35 = Enumerator_get_Current_mBCFB3927AF48E21BA59498833AECDDE6A4C8640F_inline((Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C *)(&V_4), /*hidden argument*/Enumerator_get_Current_mBCFB3927AF48E21BA59498833AECDDE6A4C8640F_RuntimeMethod_var); V_5 = L_35; SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_36 = V_5; NullCheck(L_36); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_37; L_37 = SchemaEntity_get_Name_mB20AA73F025F99A004B20738C773CEB8D40B7EBA_inline(L_36, /*hidden argument*/NULL); NullCheck(L_37); String_t* L_38; L_38 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_37, /*hidden argument*/NULL); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_39 = V_5; NullCheck(L_39); String_t* L_40; L_40 = SchemaEntity_get_Text_mBDDEA973537098FDCC625FC2349A5D6A2092718D_inline(L_39, /*hidden argument*/NULL); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_41 = V_5; NullCheck(L_41); String_t* L_42; L_42 = SchemaEntity_get_Pubid_mFC308D0C87C3A88CB67A813B56F97F538749E786_inline(L_41, /*hidden argument*/NULL); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_43 = V_5; NullCheck(L_43); String_t* L_44; L_44 = SchemaEntity_get_Url_m5A96254918F00575C76A5CC66B5D23D15D77EF98_inline(L_43, /*hidden argument*/NULL); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_45 = V_5; NullCheck(L_45); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_46; L_46 = SchemaEntity_get_NData_mFA6084E09F48F115394AEDF935A40D43F59EA9FC_inline(L_45, /*hidden argument*/NULL); NullCheck(L_46); bool L_47; L_47 = XmlQualifiedName_get_IsEmpty_m694779833F49A6E81D29F112E3D39483A5967F93(L_46, /*hidden argument*/NULL); G_B14_0 = L_44; G_B14_1 = L_42; G_B14_2 = L_40; G_B14_3 = L_38; if (L_47) { G_B15_0 = L_44; G_B15_1 = L_42; G_B15_2 = L_40; G_B15_3 = L_38; goto IL_0102; } } IL_00f4: { SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_48 = V_5; NullCheck(L_48); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_49; L_49 = SchemaEntity_get_NData_mFA6084E09F48F115394AEDF935A40D43F59EA9FC_inline(L_48, /*hidden argument*/NULL); NullCheck(L_49); String_t* L_50; L_50 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_49, /*hidden argument*/NULL); G_B16_0 = L_50; G_B16_1 = G_B14_0; G_B16_2 = G_B14_1; G_B16_3 = G_B14_2; G_B16_4 = G_B14_3; goto IL_0103; } IL_0102: { G_B16_0 = ((String_t*)(NULL)); G_B16_1 = G_B15_0; G_B16_2 = G_B15_1; G_B16_3 = G_B15_2; G_B16_4 = G_B15_3; } IL_0103: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_51 = __this->get_doc_0(); XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * L_52 = (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 *)il2cpp_codegen_object_new(XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13_il2cpp_TypeInfo_var); XmlEntity__ctor_m424E2E84CDBC7042A4F14281D7EC76AF65D9834B(L_52, G_B16_4, G_B16_3, G_B16_2, G_B16_1, G_B16_0, L_51, /*hidden argument*/NULL); V_6 = L_52; XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * L_53 = V_6; SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_54 = V_5; NullCheck(L_54); String_t* L_55; L_55 = SchemaEntity_get_DeclaredURI_m0E6729CDB1F1FBD637A9F2F951C60895AF8C94A3(L_54, /*hidden argument*/NULL); NullCheck(L_53); XmlEntity_SetBaseURI_m0A9F9BFB5EB283241D37C5FB76A75B196E9A02FC_inline(L_53, L_55, /*hidden argument*/NULL); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_56 = ___dtNode1; NullCheck(L_56); XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_57; L_57 = XmlDocumentType_get_Entities_m22051780B2E41F368B9584A87BE932CEF1239C94(L_56, /*hidden argument*/NULL); XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * L_58 = V_6; NullCheck(L_57); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_59; L_59 = VirtFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::SetNamedItem(System.Xml.XmlNode) */, L_57, L_58); } IL_012c: { bool L_60; L_60 = Enumerator_MoveNext_m5CE225D2553D42BFD59CAAA8E00BCABC95FB6501((Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C *)(&V_4), /*hidden argument*/Enumerator_MoveNext_m5CE225D2553D42BFD59CAAA8E00BCABC95FB6501_RuntimeMethod_var); if (L_60) { goto IL_00bc; } } IL_0135: { IL2CPP_LEAVE(0x145, FINALLY_0137); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0137; } FINALLY_0137: { // begin finally (depth: 1) Enumerator_Dispose_mC29BFE590DD617C72A33F5A07E5F5EEE31DC80AB((Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C *)(&V_4), /*hidden argument*/Enumerator_Dispose_mC29BFE590DD617C72A33F5A07E5F5EEE31DC80AB_RuntimeMethod_var); IL2CPP_END_FINALLY(311) } // end finally (depth: 1) IL2CPP_CLEANUP(311) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x145, IL_0145) } IL_0145: { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_61 = V_0; NullCheck(L_61); Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * L_62; L_62 = SchemaInfo_get_ParameterEntities_mAA1DDEE2B365C5D72CF8A4C20C1F98A6351C7C30(L_61, /*hidden argument*/NULL); if (!L_62) { goto IL_01ed; } } { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_63 = V_0; NullCheck(L_63); Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * L_64; L_64 = SchemaInfo_get_ParameterEntities_mAA1DDEE2B365C5D72CF8A4C20C1F98A6351C7C30(L_63, /*hidden argument*/NULL); NullCheck(L_64); ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400 * L_65; L_65 = Dictionary_2_get_Values_m5553BD4B1AC278E92A52670BAAA6012EFEF7CC12(L_64, /*hidden argument*/Dictionary_2_get_Values_m5553BD4B1AC278E92A52670BAAA6012EFEF7CC12_RuntimeMethod_var); NullCheck(L_65); Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C L_66; L_66 = ValueCollection_GetEnumerator_mAC4FA858879FFCD93A95FFAB4B2DB848DBDF7DAC(L_65, /*hidden argument*/ValueCollection_GetEnumerator_mAC4FA858879FFCD93A95FFAB4B2DB848DBDF7DAC_RuntimeMethod_var); V_4 = L_66; } IL_0162: try { // begin try (depth: 1) { goto IL_01d4; } IL_0164: { SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_67; L_67 = Enumerator_get_Current_mBCFB3927AF48E21BA59498833AECDDE6A4C8640F_inline((Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C *)(&V_4), /*hidden argument*/Enumerator_get_Current_mBCFB3927AF48E21BA59498833AECDDE6A4C8640F_RuntimeMethod_var); V_7 = L_67; SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_68 = V_7; NullCheck(L_68); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_69; L_69 = SchemaEntity_get_Name_mB20AA73F025F99A004B20738C773CEB8D40B7EBA_inline(L_68, /*hidden argument*/NULL); NullCheck(L_69); String_t* L_70; L_70 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_69, /*hidden argument*/NULL); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_71 = V_7; NullCheck(L_71); String_t* L_72; L_72 = SchemaEntity_get_Text_mBDDEA973537098FDCC625FC2349A5D6A2092718D_inline(L_71, /*hidden argument*/NULL); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_73 = V_7; NullCheck(L_73); String_t* L_74; L_74 = SchemaEntity_get_Pubid_mFC308D0C87C3A88CB67A813B56F97F538749E786_inline(L_73, /*hidden argument*/NULL); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_75 = V_7; NullCheck(L_75); String_t* L_76; L_76 = SchemaEntity_get_Url_m5A96254918F00575C76A5CC66B5D23D15D77EF98_inline(L_75, /*hidden argument*/NULL); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_77 = V_7; NullCheck(L_77); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_78; L_78 = SchemaEntity_get_NData_mFA6084E09F48F115394AEDF935A40D43F59EA9FC_inline(L_77, /*hidden argument*/NULL); NullCheck(L_78); bool L_79; L_79 = XmlQualifiedName_get_IsEmpty_m694779833F49A6E81D29F112E3D39483A5967F93(L_78, /*hidden argument*/NULL); G_B24_0 = L_76; G_B24_1 = L_74; G_B24_2 = L_72; G_B24_3 = L_70; if (L_79) { G_B25_0 = L_76; G_B25_1 = L_74; G_B25_2 = L_72; G_B25_3 = L_70; goto IL_01aa; } } IL_019c: { SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_80 = V_7; NullCheck(L_80); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_81; L_81 = SchemaEntity_get_NData_mFA6084E09F48F115394AEDF935A40D43F59EA9FC_inline(L_80, /*hidden argument*/NULL); NullCheck(L_81); String_t* L_82; L_82 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_81, /*hidden argument*/NULL); G_B26_0 = L_82; G_B26_1 = G_B24_0; G_B26_2 = G_B24_1; G_B26_3 = G_B24_2; G_B26_4 = G_B24_3; goto IL_01ab; } IL_01aa: { G_B26_0 = ((String_t*)(NULL)); G_B26_1 = G_B25_0; G_B26_2 = G_B25_1; G_B26_3 = G_B25_2; G_B26_4 = G_B25_3; } IL_01ab: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_83 = __this->get_doc_0(); XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * L_84 = (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 *)il2cpp_codegen_object_new(XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13_il2cpp_TypeInfo_var); XmlEntity__ctor_m424E2E84CDBC7042A4F14281D7EC76AF65D9834B(L_84, G_B26_4, G_B26_3, G_B26_2, G_B26_1, G_B26_0, L_83, /*hidden argument*/NULL); V_8 = L_84; XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * L_85 = V_8; SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_86 = V_7; NullCheck(L_86); String_t* L_87; L_87 = SchemaEntity_get_DeclaredURI_m0E6729CDB1F1FBD637A9F2F951C60895AF8C94A3(L_86, /*hidden argument*/NULL); NullCheck(L_85); XmlEntity_SetBaseURI_m0A9F9BFB5EB283241D37C5FB76A75B196E9A02FC_inline(L_85, L_87, /*hidden argument*/NULL); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_88 = ___dtNode1; NullCheck(L_88); XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_89; L_89 = XmlDocumentType_get_Entities_m22051780B2E41F368B9584A87BE932CEF1239C94(L_88, /*hidden argument*/NULL); XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * L_90 = V_8; NullCheck(L_89); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_91; L_91 = VirtFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::SetNamedItem(System.Xml.XmlNode) */, L_89, L_90); } IL_01d4: { bool L_92; L_92 = Enumerator_MoveNext_m5CE225D2553D42BFD59CAAA8E00BCABC95FB6501((Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C *)(&V_4), /*hidden argument*/Enumerator_MoveNext_m5CE225D2553D42BFD59CAAA8E00BCABC95FB6501_RuntimeMethod_var); if (L_92) { goto IL_0164; } } IL_01dd: { IL2CPP_LEAVE(0x1ED, FINALLY_01df); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01df; } FINALLY_01df: { // begin finally (depth: 1) Enumerator_Dispose_mC29BFE590DD617C72A33F5A07E5F5EEE31DC80AB((Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C *)(&V_4), /*hidden argument*/Enumerator_Dispose_mC29BFE590DD617C72A33F5A07E5F5EEE31DC80AB_RuntimeMethod_var); IL2CPP_END_FINALLY(479) } // end finally (depth: 1) IL2CPP_CLEANUP(479) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1ED, IL_01ed) } IL_01ed: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_93 = __this->get_doc_0(); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_94 = ___dtNode1; NullCheck(L_94); XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_95; L_95 = XmlDocumentType_get_Entities_m22051780B2E41F368B9584A87BE932CEF1239C94(L_94, /*hidden argument*/NULL); NullCheck(L_93); XmlDocument_set_Entities_mB92A98D7A12C0D4707F952AF3CBAC627F3D65C92_inline(L_93, L_95, /*hidden argument*/NULL); SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_96 = V_0; NullCheck(L_96); Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * L_97; L_97 = SchemaInfo_get_ElementDecls_m693F83C6FD11BDFA1D422BE8F036916818491177_inline(L_96, /*hidden argument*/NULL); NullCheck(L_97); Enumerator_t2C62E3AA8D6B2EBDDFB51E620DF8419B1F116ED2 L_98; L_98 = Dictionary_2_GetEnumerator_mAF972197562BBA9EC67BB5A25A36EC863BC11176(L_97, /*hidden argument*/Dictionary_2_GetEnumerator_mAF972197562BBA9EC67BB5A25A36EC863BC11176_RuntimeMethod_var); Enumerator_t2C62E3AA8D6B2EBDDFB51E620DF8419B1F116ED2 L_99 = L_98; RuntimeObject * L_100 = Box(Enumerator_t2C62E3AA8D6B2EBDDFB51E620DF8419B1F116ED2_il2cpp_TypeInfo_var, &L_99); V_1 = (RuntimeObject*)L_100; RuntimeObject* L_101 = V_1; if (!L_101) { goto IL_02d5; } } { RuntimeObject* L_102 = V_1; NullCheck(L_102); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_102); goto IL_02ca; } IL_0220: { RuntimeObject* L_103 = V_1; NullCheck(L_103); RuntimeObject * L_104; L_104 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var, L_103); V_9 = ((SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B *)CastclassSealed((RuntimeObject*)L_104, SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_il2cpp_TypeInfo_var)); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_105 = V_9; NullCheck(L_105); Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * L_106; L_106 = SchemaElementDecl_get_AttDefs_m8A9485A9D345A6E2694C4C9FB6A61965E582A2B9_inline(L_105, /*hidden argument*/NULL); if (!L_106) { goto IL_02ca; } } { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_107 = V_9; NullCheck(L_107); Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * L_108; L_108 = SchemaElementDecl_get_AttDefs_m8A9485A9D345A6E2694C4C9FB6A61965E582A2B9_inline(L_107, /*hidden argument*/NULL); NullCheck(L_108); Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67 L_109; L_109 = Dictionary_2_GetEnumerator_m37294E85AF3AA5A59EA8643FD7A75F3F7C328C8F(L_108, /*hidden argument*/Dictionary_2_GetEnumerator_m37294E85AF3AA5A59EA8643FD7A75F3F7C328C8F_RuntimeMethod_var); Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67 L_110 = L_109; RuntimeObject * L_111 = Box(Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67_il2cpp_TypeInfo_var, &L_110); V_10 = (RuntimeObject*)L_111; goto IL_02c1; } IL_024e: { RuntimeObject* L_112 = V_10; NullCheck(L_112); RuntimeObject * L_113; L_113 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var, L_112); V_11 = ((SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 *)CastclassSealed((RuntimeObject*)L_113, SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68_il2cpp_TypeInfo_var)); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_114 = V_11; NullCheck(L_114); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_115; L_115 = SchemaDeclBase_get_Datatype_mA6244D69EB46EA7A09CDB3BD3370B49B89A47FD1_inline(L_114, /*hidden argument*/NULL); NullCheck(L_115); int32_t L_116; L_116 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_115); if ((!(((uint32_t)L_116) == ((uint32_t)1)))) { goto IL_02c1; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_117 = __this->get_doc_0(); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_118 = __this->get_doc_0(); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_119 = V_9; NullCheck(L_119); String_t* L_120; L_120 = SchemaDeclBase_get_Prefix_mF758E713FDA809839D669B6E429AA694EF4588EB(L_119, /*hidden argument*/NULL); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_121 = V_9; NullCheck(L_121); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_122; L_122 = SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline(L_121, /*hidden argument*/NULL); NullCheck(L_122); String_t* L_123; L_123 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_122, /*hidden argument*/NULL); String_t* L_124 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_118); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_125; L_125 = XmlDocument_AddXmlName_mFAE6AC9E0E1E235388C67440F2887F8F829AAD0C(L_118, L_120, L_123, L_124, (RuntimeObject*)NULL, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_126 = __this->get_doc_0(); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_127 = V_11; NullCheck(L_127); String_t* L_128; L_128 = SchemaDeclBase_get_Prefix_mF758E713FDA809839D669B6E429AA694EF4588EB(L_127, /*hidden argument*/NULL); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_129 = V_11; NullCheck(L_129); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_130; L_130 = SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline(L_129, /*hidden argument*/NULL); NullCheck(L_130); String_t* L_131; L_131 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_130, /*hidden argument*/NULL); String_t* L_132 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_126); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_133; L_133 = XmlDocument_AddAttrXmlName_m0D2ECDDCAA54A68EC3811E69FA4CF493EBA85A57(L_126, L_128, L_131, L_132, (RuntimeObject*)NULL, /*hidden argument*/NULL); NullCheck(L_117); bool L_134; L_134 = XmlDocument_AddIdInfo_m0317D8BC240E156E59B96015FD3F724F9223CBF2(L_117, L_125, L_133, /*hidden argument*/NULL); goto IL_02ca; } IL_02c1: { RuntimeObject* L_135 = V_10; NullCheck(L_135); bool L_136; L_136 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_135); if (L_136) { goto IL_024e; } } IL_02ca: { RuntimeObject* L_137 = V_1; NullCheck(L_137); bool L_138; L_138 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_137); if (L_138) { goto IL_0220; } } IL_02d5: { return; } } // System.Xml.XmlParserContext System.Xml.XmlLoader::GetContext(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * XmlLoader_GetContext_mC656D66570FED1E0E14068E8FD7F000633A92268 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral916F4E7879C25AF1EA844F7068842D5508777C48); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * V_2 = NULL; String_t* V_3 = NULL; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * V_4 = NULL; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * V_5 = NULL; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_9 = NULL; RuntimeObject* V_10 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * G_B33_0 = NULL; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * G_B33_1 = NULL; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * G_B32_0 = NULL; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * G_B32_1 = NULL; String_t* G_B34_0 = NULL; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * G_B34_1 = NULL; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * G_B34_2 = NULL; String_t* G_B36_0 = NULL; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * G_B36_1 = NULL; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * G_B36_2 = NULL; String_t* G_B35_0 = NULL; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * G_B35_1 = NULL; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * G_B35_2 = NULL; String_t* G_B37_0 = NULL; String_t* G_B37_1 = NULL; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * G_B37_2 = NULL; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * G_B37_3 = NULL; String_t* G_B39_0 = NULL; String_t* G_B39_1 = NULL; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * G_B39_2 = NULL; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * G_B39_3 = NULL; String_t* G_B38_0 = NULL; String_t* G_B38_1 = NULL; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * G_B38_2 = NULL; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * G_B38_3 = NULL; String_t* G_B40_0 = NULL; String_t* G_B40_1 = NULL; String_t* G_B40_2 = NULL; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * G_B40_3 = NULL; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * G_B40_4 = NULL; String_t* G_B42_0 = NULL; String_t* G_B42_1 = NULL; String_t* G_B42_2 = NULL; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * G_B42_3 = NULL; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * G_B42_4 = NULL; String_t* G_B41_0 = NULL; String_t* G_B41_1 = NULL; String_t* G_B41_2 = NULL; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * G_B41_3 = NULL; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * G_B41_4 = NULL; String_t* G_B43_0 = NULL; String_t* G_B43_1 = NULL; String_t* G_B43_2 = NULL; String_t* G_B43_3 = NULL; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * G_B43_4 = NULL; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * G_B43_5 = NULL; { V_0 = (String_t*)NULL; V_1 = 0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = __this->get_doc_0(); NullCheck(L_0); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_1; L_1 = VirtFuncInvoker0< XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * >::Invoke(47 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, L_0); V_2 = L_1; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_2 = __this->get_doc_0(); NullCheck(L_2); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(36 /* System.String System.Xml.XmlNode::get_BaseURI() */, L_2); V_3 = L_3; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_4, /*hidden argument*/NULL); V_4 = L_4; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_5 = __this->get_doc_0(); NullCheck(L_5); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_6; L_6 = XmlDocument_get_NameTable_m0CCA0C27A27C84923F031F9789DD4F749D67AD53(L_5, /*hidden argument*/NULL); V_5 = L_6; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_7 = V_5; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_8 = (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 *)il2cpp_codegen_object_new(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465_il2cpp_TypeInfo_var); XmlNamespaceManager__ctor_m644ECD044F339BFAB6C580569F28E87B03740A6C(L_8, L_7, /*hidden argument*/NULL); V_6 = L_8; V_7 = (bool)0; goto IL_01f1; } IL_0041: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = ___node0; if (!((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)IsInstClass((RuntimeObject*)L_9, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var))) { goto IL_01e9; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10 = ___node0; NullCheck(((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)CastclassClass((RuntimeObject*)L_10, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var))); bool L_11; L_11 = VirtFuncInvoker0< bool >::Invoke(47 /* System.Boolean System.Xml.XmlElement::get_HasAttributes() */, ((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)CastclassClass((RuntimeObject*)L_10, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var))); if (!L_11) { goto IL_01e9; } } { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_12 = V_6; NullCheck(L_12); VirtActionInvoker0::Invoke(9 /* System.Void System.Xml.XmlNamespaceManager::PushScope() */, L_12); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_13 = ___node0; NullCheck(((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)CastclassClass((RuntimeObject*)L_13, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var))); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_14; L_14 = VirtFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(14 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, ((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)CastclassClass((RuntimeObject*)L_13, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var))); NullCheck(L_14); RuntimeObject* L_15; L_15 = VirtFuncInvoker0< RuntimeObject* >::Invoke(8 /* System.Collections.IEnumerator System.Xml.XmlNamedNodeMap::GetEnumerator() */, L_14); V_8 = L_15; } IL_0075: try { // begin try (depth: 1) { goto IL_01c6; } IL_007a: { RuntimeObject* L_16 = V_8; NullCheck(L_16); RuntimeObject * L_17; L_17 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_16); V_9 = ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_17, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_18 = V_9; NullCheck(L_18); String_t* L_19; L_19 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_Prefix() */, L_18); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_20 = __this->get_doc_0(); NullCheck(L_20); String_t* L_21 = L_20->get_strXmlns_28(); bool L_22; L_22 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_19, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00e0; } } IL_00a1: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_23 = V_4; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_24 = V_9; NullCheck(L_24); String_t* L_25; L_25 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_24); NullCheck(L_23); bool L_26; L_26 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(17 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_23, L_25); if (L_26) { goto IL_00e0; } } IL_00b1: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_27 = V_4; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_28 = V_9; NullCheck(L_28); String_t* L_29; L_29 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_28); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_30 = V_9; NullCheck(L_30); String_t* L_31; L_31 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_30); NullCheck(L_27); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(14 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_27, L_29, L_31); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_32 = V_6; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_33 = V_9; NullCheck(L_33); String_t* L_34; L_34 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_33); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_35 = V_9; NullCheck(L_35); String_t* L_36; L_36 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_35); NullCheck(L_32); VirtActionInvoker2< String_t*, String_t* >::Invoke(11 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_32, L_34, L_36); goto IL_01c6; } IL_00e0: { bool L_37 = V_7; if (L_37) { goto IL_0126; } } IL_00e4: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_38 = V_9; NullCheck(L_38); String_t* L_39; L_39 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_Prefix() */, L_38); NullCheck(L_39); int32_t L_40; L_40 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_39, /*hidden argument*/NULL); if (L_40) { goto IL_0126; } } IL_00f2: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_41 = V_9; NullCheck(L_41); String_t* L_42; L_42 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_41); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_43 = __this->get_doc_0(); NullCheck(L_43); String_t* L_44 = L_43->get_strXmlns_28(); bool L_45; L_45 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_42, L_44, /*hidden argument*/NULL); if (!L_45) { goto IL_0126; } } IL_010b: { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_46 = V_6; String_t* L_47 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_48 = V_9; NullCheck(L_48); String_t* L_49; L_49 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_48); NullCheck(L_46); VirtActionInvoker2< String_t*, String_t* >::Invoke(11 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_46, L_47, L_49); V_7 = (bool)1; goto IL_01c6; } IL_0126: { int32_t L_50 = V_1; if (L_50) { goto IL_0189; } } IL_0129: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_51 = V_9; NullCheck(L_51); String_t* L_52; L_52 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_Prefix() */, L_51); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_53 = __this->get_doc_0(); NullCheck(L_53); String_t* L_54 = L_53->get_strXml_29(); bool L_55; L_55 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_52, L_54, /*hidden argument*/NULL); if (!L_55) { goto IL_0189; } } IL_0142: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_56 = V_9; NullCheck(L_56); String_t* L_57; L_57 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_56); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_58 = __this->get_doc_0(); NullCheck(L_58); String_t* L_59 = L_58->get_strSpace_30(); bool L_60; L_60 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_57, L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_0189; } } IL_015b: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_61 = V_9; NullCheck(L_61); String_t* L_62; L_62 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_61); bool L_63; L_63 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_62, _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044, /*hidden argument*/NULL); if (!L_63) { goto IL_0172; } } IL_016e: { V_1 = 1; goto IL_01c6; } IL_0172: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_64 = V_9; NullCheck(L_64); String_t* L_65; L_65 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_64); bool L_66; L_66 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_65, _stringLiteral916F4E7879C25AF1EA844F7068842D5508777C48, /*hidden argument*/NULL); if (!L_66) { goto IL_01c6; } } IL_0185: { V_1 = 2; goto IL_01c6; } IL_0189: { String_t* L_67 = V_0; if (L_67) { goto IL_01c6; } } IL_018c: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_68 = V_9; NullCheck(L_68); String_t* L_69; L_69 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_Prefix() */, L_68); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_70 = __this->get_doc_0(); NullCheck(L_70); String_t* L_71 = L_70->get_strXml_29(); bool L_72; L_72 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_69, L_71, /*hidden argument*/NULL); if (!L_72) { goto IL_01c6; } } IL_01a5: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_73 = V_9; NullCheck(L_73); String_t* L_74; L_74 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_73); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_75 = __this->get_doc_0(); NullCheck(L_75); String_t* L_76 = L_75->get_strLang_31(); bool L_77; L_77 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_74, L_76, /*hidden argument*/NULL); if (!L_77) { goto IL_01c6; } } IL_01be: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_78 = V_9; NullCheck(L_78); String_t* L_79; L_79 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_78); V_0 = L_79; } IL_01c6: { RuntimeObject* L_80 = V_8; NullCheck(L_80); bool L_81; L_81 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_80); if (L_81) { goto IL_007a; } } IL_01d2: { IL2CPP_LEAVE(0x1E9, FINALLY_01d4); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01d4; } FINALLY_01d4: { // begin finally (depth: 1) { RuntimeObject* L_82 = V_8; V_10 = ((RuntimeObject*)IsInst((RuntimeObject*)L_82, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_83 = V_10; if (!L_83) { goto IL_01e8; } } IL_01e1: { RuntimeObject* L_84 = V_10; NullCheck(L_84); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_84); } IL_01e8: { IL2CPP_END_FINALLY(468) } } // end finally (depth: 1) IL2CPP_CLEANUP(468) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1E9, IL_01e9) } IL_01e9: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_85 = ___node0; NullCheck(L_85); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_86; L_86 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_85); ___node0 = L_86; } IL_01f1: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_87 = ___node0; if (!L_87) { goto IL_0200; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_88 = ___node0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_89 = __this->get_doc_0(); if ((!(((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_88) == ((RuntimeObject*)(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)L_89)))) { goto IL_0041; } } IL_0200: { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_90 = V_5; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_91 = V_6; XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_92 = V_2; G_B32_0 = L_91; G_B32_1 = L_90; if (!L_92) { G_B33_0 = L_91; G_B33_1 = L_90; goto IL_020f; } } { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_93 = V_2; NullCheck(L_93); String_t* L_94; L_94 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_93); G_B34_0 = L_94; G_B34_1 = G_B32_0; G_B34_2 = G_B32_1; goto IL_0210; } IL_020f: { G_B34_0 = ((String_t*)(NULL)); G_B34_1 = G_B33_0; G_B34_2 = G_B33_1; } IL_0210: { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_95 = V_2; G_B35_0 = G_B34_0; G_B35_1 = G_B34_1; G_B35_2 = G_B34_2; if (!L_95) { G_B36_0 = G_B34_0; G_B36_1 = G_B34_1; G_B36_2 = G_B34_2; goto IL_021b; } } { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_96 = V_2; NullCheck(L_96); String_t* L_97; L_97 = XmlDocumentType_get_PublicId_m40162F4E886473F9CED7BA6DB746A9D87FCEC052_inline(L_96, /*hidden argument*/NULL); G_B37_0 = L_97; G_B37_1 = G_B35_0; G_B37_2 = G_B35_1; G_B37_3 = G_B35_2; goto IL_021c; } IL_021b: { G_B37_0 = ((String_t*)(NULL)); G_B37_1 = G_B36_0; G_B37_2 = G_B36_1; G_B37_3 = G_B36_2; } IL_021c: { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_98 = V_2; G_B38_0 = G_B37_0; G_B38_1 = G_B37_1; G_B38_2 = G_B37_2; G_B38_3 = G_B37_3; if (!L_98) { G_B39_0 = G_B37_0; G_B39_1 = G_B37_1; G_B39_2 = G_B37_2; G_B39_3 = G_B37_3; goto IL_0227; } } { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_99 = V_2; NullCheck(L_99); String_t* L_100; L_100 = XmlDocumentType_get_SystemId_m13D5529B12AAC1D746290E215EEE55488797F48C_inline(L_99, /*hidden argument*/NULL); G_B40_0 = L_100; G_B40_1 = G_B38_0; G_B40_2 = G_B38_1; G_B40_3 = G_B38_2; G_B40_4 = G_B38_3; goto IL_0228; } IL_0227: { G_B40_0 = ((String_t*)(NULL)); G_B40_1 = G_B39_0; G_B40_2 = G_B39_1; G_B40_3 = G_B39_2; G_B40_4 = G_B39_3; } IL_0228: { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_101 = V_2; G_B41_0 = G_B40_0; G_B41_1 = G_B40_1; G_B41_2 = G_B40_2; G_B41_3 = G_B40_3; G_B41_4 = G_B40_4; if (!L_101) { G_B42_0 = G_B40_0; G_B42_1 = G_B40_1; G_B42_2 = G_B40_2; G_B42_3 = G_B40_3; G_B42_4 = G_B40_4; goto IL_0233; } } { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_102 = V_2; NullCheck(L_102); String_t* L_103; L_103 = XmlDocumentType_get_InternalSubset_m47D58BEC6FC720A12886D22C9A68A7480F1BFF26_inline(L_102, /*hidden argument*/NULL); G_B43_0 = L_103; G_B43_1 = G_B41_0; G_B43_2 = G_B41_1; G_B43_3 = G_B41_2; G_B43_4 = G_B41_3; G_B43_5 = G_B41_4; goto IL_0234; } IL_0233: { G_B43_0 = ((String_t*)(NULL)); G_B43_1 = G_B42_0; G_B43_2 = G_B42_1; G_B43_3 = G_B42_2; G_B43_4 = G_B42_3; G_B43_5 = G_B42_4; } IL_0234: { String_t* L_104 = V_3; String_t* L_105 = V_0; int32_t L_106 = V_1; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_107 = (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 *)il2cpp_codegen_object_new(XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28_il2cpp_TypeInfo_var); XmlParserContext__ctor_m277A2B9C0868F07AE3AB7BA3E53948F7FECB9B20(L_107, G_B43_5, G_B43_4, G_B43_3, G_B43_2, G_B43_1, G_B43_0, L_104, L_105, L_106, /*hidden argument*/NULL); return L_107; } } // 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) { XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * V_0 = NULL; bool V_1 = false; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_2 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___parentNode0; NullCheck(L_0); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1; L_1 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_0); __this->set_doc_0(L_1); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ___parentNode0; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_3; L_3 = XmlLoader_GetContext_mC656D66570FED1E0E14068E8FD7F000633A92268(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = ___innerxmltext1; int32_t L_5 = ___nt2; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_6 = V_0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_7 = __this->get_doc_0(); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_8; L_8 = XmlLoader_CreateInnerXmlReader_m23ADD78DC3BB730570FD09D8F2B3FF4E71EFF4B2(__this, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); __this->set_reader_1(L_8); } IL_0029: try { // begin try (depth: 1) { __this->set_preserveWhitespace_2((bool)1); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_9 = __this->get_doc_0(); NullCheck(L_9); bool L_10; L_10 = XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681_inline(L_9, /*hidden argument*/NULL); V_1 = L_10; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_11 = __this->get_doc_0(); NullCheck(L_11); XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(L_11, (bool)1, /*hidden argument*/NULL); int32_t L_12 = ___nt2; if ((!(((uint32_t)L_12) == ((uint32_t)6)))) { goto IL_0077; } } IL_004c: { V_2 = (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; goto IL_005e; } IL_0050: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_13 = ___parentNode0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_14 = V_2; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_15 = __this->get_doc_0(); NullCheck(L_13); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_16; L_16 = VirtFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_13, L_14, L_15); } IL_005e: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_17 = __this->get_reader_1(); NullCheck(L_17); bool L_18; L_18 = VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean System.Xml.XmlReader::Read() */, L_17); if (!L_18) { goto IL_00a1; } } IL_006b: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_19; L_19 = XmlLoader_LoadNodeDirect_m3F863AFB2C66947E080F81182FD282EDDC9872C4(__this, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_20 = L_19; V_2 = L_20; if (L_20) { goto IL_0050; } } IL_0075: { goto IL_00a1; } IL_0077: { V_3 = (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; goto IL_0089; } IL_007b: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_21 = ___parentNode0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_22 = V_3; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_23 = __this->get_doc_0(); NullCheck(L_21); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_24; L_24 = VirtFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_21, L_22, L_23); } IL_0089: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_25 = __this->get_reader_1(); NullCheck(L_25); bool L_26; L_26 = VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean System.Xml.XmlReader::Read() */, L_25); if (!L_26) { goto IL_00a1; } } IL_0096: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_27; L_27 = XmlLoader_LoadNode_mE0EC6871563BDC5D83D885173186D5182A15D2A4(__this, (bool)1, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_28 = L_27; V_3 = L_28; if (L_28) { goto IL_007b; } } IL_00a1: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_29 = __this->get_doc_0(); bool L_30 = V_1; NullCheck(L_29); XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(L_29, L_30, /*hidden argument*/NULL); IL2CPP_LEAVE(0xBB, FINALLY_00af); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00af; } FINALLY_00af: { // begin finally (depth: 1) XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_31 = __this->get_reader_1(); NullCheck(L_31); VirtActionInvoker0::Invoke(25 /* System.Void System.Xml.XmlReader::Close() */, L_31); IL2CPP_END_FINALLY(175) } // end finally (depth: 1) IL2CPP_CLEANUP(175) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xBB, IL_00bb) } IL_00bb: { XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_32 = V_0; NullCheck(L_32); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_33; L_33 = XmlParserContext_get_NamespaceManager_m9DF0655B59F937EEE2C2ABC8E8B7067AA14A010E_inline(L_32, /*hidden argument*/NULL); return L_33; } } // System.Void System.Xml.XmlLoader::LoadInnerXmlElement(System.Xml.XmlElement,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_LoadInnerXmlElement_mDE3B57DE85A6A25BEAF0C0D0A1CA8F5BA73F175E (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___node0, String_t* ___innerxmltext1, const RuntimeMethod* method) { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * V_0 = NULL; { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_0 = ___node0; String_t* L_1 = ___innerxmltext1; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_2; L_2 = XmlLoader_ParsePartialContent_mB68D0DF9BE3A865A541CA730E85A3FEA1DAB2E01(__this, L_0, L_1, 1, /*hidden argument*/NULL); V_0 = L_2; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_3 = ___node0; NullCheck(L_3); XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * L_4; L_4 = VirtFuncInvoker0< XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * >::Invoke(11 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_3); NullCheck(L_4); int32_t L_5; L_5 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_4); if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_0021; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_6 = ___node0; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_7 = V_0; XmlLoader_RemoveDuplicateNamespace_m6FA345534C13D84B54C155EA8C3B98B8BD32C07B(__this, L_6, L_7, (bool)0, /*hidden argument*/NULL); } IL_0021: { return; } } // 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) { { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_0 = ___node0; String_t* L_1 = ___innerxmltext1; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_2; L_2 = XmlLoader_ParsePartialContent_mB68D0DF9BE3A865A541CA730E85A3FEA1DAB2E01(__this, L_0, L_1, 2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlLoader::RemoveDuplicateNamespace(System.Xml.XmlElement,System.Xml.XmlNamespaceManager,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_RemoveDuplicateNamespace_m6FA345534C13D84B54C155EA8C3B98B8BD32C07B (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem0, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___mgr1, bool ___fCheckElemAttrs2, 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; } XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * V_0 = NULL; int32_t V_1 = 0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_2 = NULL; int32_t V_3 = 0; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_4 = NULL; String_t* V_5 = NULL; String_t* V_6 = NULL; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * V_7 = NULL; { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_0 = ___mgr1; NullCheck(L_0); VirtActionInvoker0::Invoke(9 /* System.Void System.Xml.XmlNamespaceManager::PushScope() */, L_0); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_1 = ___elem0; NullCheck(L_1); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_2; L_2 = VirtFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(14 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_1); V_0 = L_2; XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_3); V_1 = L_4; bool L_5 = ___fCheckElemAttrs2; if (!L_5) { goto IL_0108; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_0108; } } { int32_t L_7 = V_1; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); goto IL_0101; } IL_002a: { XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_8 = V_0; int32_t L_9 = V_3; NullCheck(L_8); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_10; L_10 = XmlAttributeCollection_get_ItemOf_m894BDF6EBAD997061CDB95E4AF3ABC6A4CB0434F(L_8, L_9, /*hidden argument*/NULL); V_4 = L_10; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_11 = V_4; NullCheck(L_11); String_t* L_12; L_12 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_Prefix() */, L_11); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_13 = __this->get_doc_0(); NullCheck(L_13); String_t* L_14 = L_13->get_strXmlns_28(); bool L_15; L_15 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_12, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0097; } } { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_16 = ___mgr1; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_17 = V_4; NullCheck(L_17); String_t* L_18; L_18 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_17); NullCheck(L_16); String_t* L_19; L_19 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(13 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, L_16, L_18); V_5 = L_19; String_t* L_20 = V_5; if (!L_20) { goto IL_0081; } } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_21 = V_4; NullCheck(L_21); String_t* L_22; L_22 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_21); String_t* L_23 = V_5; bool L_24; L_24 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_22, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_00fd; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_25 = ___elem0; NullCheck(L_25); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_26; L_26 = VirtFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(14 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_25); int32_t L_27 = V_3; NullCheck(L_26); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_28; L_28 = VirtFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, int32_t >::Invoke(11 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::RemoveNodeAt(System.Int32) */, L_26, L_27); goto IL_00fd; } IL_0081: { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_29 = ___mgr1; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_30 = V_4; NullCheck(L_30); String_t* L_31; L_31 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_30); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_32 = V_4; NullCheck(L_32); String_t* L_33; L_33 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_32); NullCheck(L_29); VirtActionInvoker2< String_t*, String_t* >::Invoke(11 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_29, L_31, L_33); goto IL_00fd; } IL_0097: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_34 = V_4; NullCheck(L_34); String_t* L_35; L_35 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_Prefix() */, L_34); NullCheck(L_35); int32_t L_36; L_36 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_35, /*hidden argument*/NULL); if (L_36) { goto IL_00fd; } } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_37 = V_4; NullCheck(L_37); String_t* L_38; L_38 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_37); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_39 = __this->get_doc_0(); NullCheck(L_39); String_t* L_40 = L_39->get_strXmlns_28(); bool L_41; L_41 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_38, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_00fd; } } { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_42 = ___mgr1; NullCheck(L_42); String_t* L_43; L_43 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlNamespaceManager::get_DefaultNamespace() */, L_42); V_6 = L_43; String_t* L_44 = V_6; if (!L_44) { goto IL_00e9; } } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_45 = V_4; NullCheck(L_45); String_t* L_46; L_46 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_45); String_t* L_47 = V_6; bool L_48; L_48 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_46, L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_00fd; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_49 = ___elem0; NullCheck(L_49); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_50; L_50 = VirtFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(14 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_49); int32_t L_51 = V_3; NullCheck(L_50); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_52; L_52 = VirtFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, int32_t >::Invoke(11 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::RemoveNodeAt(System.Int32) */, L_50, L_51); goto IL_00fd; } IL_00e9: { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_53 = ___mgr1; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_54 = V_4; NullCheck(L_54); String_t* L_55; L_55 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_54); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_56 = V_4; NullCheck(L_56); String_t* L_57; L_57 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_56); NullCheck(L_53); VirtActionInvoker2< String_t*, String_t* >::Invoke(11 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_53, L_55, L_57); } IL_00fd: { int32_t L_58 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)1)); } IL_0101: { int32_t L_59 = V_3; if ((((int32_t)L_59) >= ((int32_t)0))) { goto IL_002a; } } IL_0108: { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_60 = ___elem0; NullCheck(L_60); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_61; L_61 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_60); V_2 = L_61; goto IL_012e; } IL_0111: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_62 = V_2; V_7 = ((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)IsInstClass((RuntimeObject*)L_62, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var)); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_63 = V_7; if (!L_63) { goto IL_0127; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_64 = V_7; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_65 = ___mgr1; XmlLoader_RemoveDuplicateNamespace_m6FA345534C13D84B54C155EA8C3B98B8BD32C07B(__this, L_64, L_65, (bool)1, /*hidden argument*/NULL); } IL_0127: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_66 = V_2; NullCheck(L_66); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_67; L_67 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(13 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_66); V_2 = L_67; } IL_012e: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_68 = V_2; if (L_68) { goto IL_0111; } } { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_69 = ___mgr1; NullCheck(L_69); bool L_70; L_70 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Xml.XmlNamespaceManager::PopScope() */, L_69); return; } } // System.String System.Xml.XmlLoader::EntitizeName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlLoader_EntitizeName_m49AD4ECC12DF362966C3D1E90A04BDCB8B1A49BC (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; String_t* L_1; L_1 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(_stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E, L_0, _stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3, /*hidden argument*/NULL); return L_1; } } // System.Void System.Xml.XmlLoader::ExpandEntity(System.Xml.XmlEntity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_ExpandEntity_mB914876C368C11CA6A2A83A4E52759EA2C738E81 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * ___ent0, const RuntimeMethod* method) { { XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * L_0 = ___ent0; XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * L_1 = ___ent0; NullCheck(L_1); String_t* L_2; L_2 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_1); String_t* L_3; L_3 = XmlLoader_EntitizeName_m49AD4ECC12DF362966C3D1E90A04BDCB8B1A49BC(__this, L_2, /*hidden argument*/NULL); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_4; L_4 = XmlLoader_ParsePartialContent_mB68D0DF9BE3A865A541CA730E85A3FEA1DAB2E01(__this, L_0, L_3, 6, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlLoader::ExpandEntityReference(System.Xml.XmlEntityReference) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_ExpandEntityReference_m6A5DC6049742CE328968AC7DB1E46D24FA60425A (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * ___eref0, 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*)&XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1710B4477A01FFE20514D8AA61891F364D71C25B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral35B44AA64754DEDC52915E7F763C081CF5B004D9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral513659CEF285C73478E9829E41D7E4C23DB53E12); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral725B1CAFF9B49E1231FDA15B85166BBEFAA36A11); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral893D84FF4ED81AC205FBC0C67CBEE1C0C752B406); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96930EC8C6FD5250BB36A5E1040AB06A9588FD62); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5); s_Il2CppMethodInitialized = true; } bool V_0 = false; String_t* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_0 = ___eref0; NullCheck(L_0); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1; L_1 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_0); __this->set_doc_0(L_1); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_2 = __this->get_doc_0(); NullCheck(L_2); bool L_3; L_3 = XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681_inline(L_2, /*hidden argument*/NULL); V_0 = L_3; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_4 = __this->get_doc_0(); NullCheck(L_4); XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(L_4, (bool)1, /*hidden argument*/NULL); XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_5 = ___eref0; NullCheck(L_5); String_t* L_6; L_6 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_5); V_1 = L_6; String_t* L_7 = V_1; bool L_8; L_8 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_7, _stringLiteral35B44AA64754DEDC52915E7F763C081CF5B004D9, /*hidden argument*/NULL); if (L_8) { goto IL_0077; } } { String_t* L_9 = V_1; bool L_10; L_10 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_9, _stringLiteral1710B4477A01FFE20514D8AA61891F364D71C25B, /*hidden argument*/NULL); if (L_10) { goto IL_00a1; } } { String_t* L_11 = V_1; bool L_12; L_12 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_11, _stringLiteral96930EC8C6FD5250BB36A5E1040AB06A9588FD62, /*hidden argument*/NULL); if (L_12) { goto IL_00cb; } } { String_t* L_13 = V_1; bool L_14; L_14 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_13, _stringLiteral513659CEF285C73478E9829E41D7E4C23DB53E12, /*hidden argument*/NULL); if (L_14) { goto IL_00f5; } } { String_t* L_15 = V_1; bool L_16; L_16 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_15, _stringLiteral893D84FF4ED81AC205FBC0C67CBEE1C0C752B406, /*hidden argument*/NULL); if (L_16) { goto IL_011f; } } { goto IL_0149; } IL_0077: { XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_17 = ___eref0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_18 = __this->get_doc_0(); NullCheck(L_18); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_19; L_19 = VirtFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(56 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_18, _stringLiteral725B1CAFF9B49E1231FDA15B85166BBEFAA36A11); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_20 = __this->get_doc_0(); NullCheck(L_17); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_21; L_21 = VirtFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_17, L_19, L_20); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_22 = __this->get_doc_0(); bool L_23 = V_0; NullCheck(L_22); XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(L_22, L_23, /*hidden argument*/NULL); return; } IL_00a1: { XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_24 = ___eref0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_25 = __this->get_doc_0(); NullCheck(L_25); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_26; L_26 = VirtFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(56 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_25, _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_27 = __this->get_doc_0(); NullCheck(L_24); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_28; L_28 = VirtFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_24, L_26, L_27); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_29 = __this->get_doc_0(); bool L_30 = V_0; NullCheck(L_29); XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(L_29, L_30, /*hidden argument*/NULL); return; } IL_00cb: { XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_31 = ___eref0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_32 = __this->get_doc_0(); NullCheck(L_32); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_33; L_33 = VirtFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(56 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_32, _stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_34 = __this->get_doc_0(); NullCheck(L_31); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_35; L_35 = VirtFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_31, L_33, L_34); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_36 = __this->get_doc_0(); bool L_37 = V_0; NullCheck(L_36); XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(L_36, L_37, /*hidden argument*/NULL); return; } IL_00f5: { XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_38 = ___eref0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_39 = __this->get_doc_0(); NullCheck(L_39); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_40; L_40 = VirtFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(56 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_39, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_41 = __this->get_doc_0(); NullCheck(L_38); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_42; L_42 = VirtFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_38, L_40, L_41); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_43 = __this->get_doc_0(); bool L_44 = V_0; NullCheck(L_43); XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(L_43, L_44, /*hidden argument*/NULL); return; } IL_011f: { XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_45 = ___eref0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_46 = __this->get_doc_0(); NullCheck(L_46); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_47; L_47 = VirtFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(56 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_46, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_48 = __this->get_doc_0(); NullCheck(L_45); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_49; L_49 = VirtFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_45, L_47, L_48); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_50 = __this->get_doc_0(); bool L_51 = V_0; NullCheck(L_50); XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(L_50, L_51, /*hidden argument*/NULL); return; } IL_0149: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_52 = __this->get_doc_0(); NullCheck(L_52); XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_53; L_53 = XmlDocument_get_Entities_m0A2BA922218E21549F4166215BA17B834A251471(L_52, /*hidden argument*/NULL); NullCheck(L_53); RuntimeObject* L_54; L_54 = VirtFuncInvoker0< RuntimeObject* >::Invoke(8 /* System.Collections.IEnumerator System.Xml.XmlNamedNodeMap::GetEnumerator() */, L_53); V_2 = L_54; } IL_015a: try { // begin try (depth: 1) { goto IL_0190; } IL_015c: { RuntimeObject* L_55 = V_2; NullCheck(L_55); RuntimeObject * L_56; L_56 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_55); NullCheck(((XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 *)CastclassClass((RuntimeObject*)L_56, XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13_il2cpp_TypeInfo_var))); String_t* L_57; L_57 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, ((XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 *)CastclassClass((RuntimeObject*)L_56, XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13_il2cpp_TypeInfo_var))); XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_58 = ___eref0; NullCheck(L_58); String_t* L_59; L_59 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_58); bool L_60; L_60 = Ref_Equal_mC7446C03C6E7E8A136230B02A6B4F9FA6B389242(L_57, L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_0190; } } IL_0179: { XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_61 = ___eref0; XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_62 = ___eref0; NullCheck(L_62); String_t* L_63; L_63 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_62); String_t* L_64; L_64 = XmlLoader_EntitizeName_m49AD4ECC12DF362966C3D1E90A04BDCB8B1A49BC(__this, L_63, /*hidden argument*/NULL); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_65; L_65 = XmlLoader_ParsePartialContent_mB68D0DF9BE3A865A541CA730E85A3FEA1DAB2E01(__this, L_61, L_64, 5, /*hidden argument*/NULL); IL2CPP_LEAVE(0x1FF, FINALLY_019a); } IL_0190: { RuntimeObject* L_66 = V_2; NullCheck(L_66); bool L_67; L_67 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_66); if (L_67) { goto IL_015c; } } IL_0198: { IL2CPP_LEAVE(0x1AB, FINALLY_019a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_019a; } FINALLY_019a: { // begin finally (depth: 1) { RuntimeObject* L_68 = V_2; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_68, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_69 = V_3; if (!L_69) { goto IL_01aa; } } IL_01a4: { RuntimeObject* L_70 = V_3; NullCheck(L_70); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_70); } IL_01aa: { IL2CPP_END_FINALLY(410) } } // end finally (depth: 1) IL2CPP_CLEANUP(410) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1FF, IL_01ff) IL2CPP_JUMP_TBL(0x1AB, IL_01ab) } IL_01ab: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_71 = __this->get_doc_0(); NullCheck(L_71); bool L_72; L_72 = XmlDocument_get_ActualLoadingStatus_m132F4C9F3AF7325A4F7D75871F11F56555D2FA27_inline(L_71, /*hidden argument*/NULL); if (L_72) { goto IL_01e2; } } { XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_73 = ___eref0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_74 = __this->get_doc_0(); NullCheck(L_74); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_75; L_75 = VirtFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(56 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_74, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_76 = __this->get_doc_0(); NullCheck(L_73); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_77; L_77 = VirtFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_73, L_75, L_76); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_78 = __this->get_doc_0(); bool L_79 = V_0; NullCheck(L_78); XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(L_78, L_79, /*hidden argument*/NULL); return; } IL_01e2: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_80 = __this->get_doc_0(); bool L_81 = V_0; NullCheck(L_80); XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(L_80, L_81, /*hidden argument*/NULL); XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_82 = ___eref0; NullCheck(L_82); String_t* L_83; L_83 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_82); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_84 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var))); XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9(L_84, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCDFFBF7695883D821E64C727304FFE2682330A22)), L_83, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_84, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlLoader_ExpandEntityReference_m6A5DC6049742CE328968AC7DB1E46D24FA60425A_RuntimeMethod_var))); } IL_01ff: { return; } } // System.Xml.XmlReader System.Xml.XmlLoader::CreateInnerXmlReader(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * XmlLoader_CreateInnerXmlReader_m23ADD78DC3BB730570FD09D8F2B3FF4E71EFF4B2 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, String_t* ___xmlFragment0, int32_t ___nt1, XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * ___context2, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParser_tD5A6D02A5CA749436148A452C1A6DBD8EFA76833_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * V_1 = NULL; XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * V_2 = NULL; DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557 * V_3 = NULL; RuntimeObject* V_4 = NULL; { int32_t L_0 = ___nt1; V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)6))) { goto IL_000a; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)5)))) { goto IL_000c; } } IL_000a: { V_0 = 1; } IL_000c: { String_t* L_3 = ___xmlFragment0; int32_t L_4 = V_0; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_5 = ___context2; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_6 = (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 *)il2cpp_codegen_object_new(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4_il2cpp_TypeInfo_var); XmlTextReaderImpl__ctor_m068A7DCF326CCEB0144B3C28838A4C4D6DC793D5(L_6, L_3, L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_7 = V_1; NullCheck(L_7); XmlTextReaderImpl_set_XmlValidatingReaderCompatibilityMode_mC1560DDC79C8BCDB26858DFABCDF3DC9BED97387(L_7, (bool)1, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_8 = ___doc3; NullCheck(L_8); bool L_9; L_9 = XmlDocument_get_HasSetResolver_mC2C6B3468CB289554D1B1BBFB362D8F0A63D4792_inline(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0032; } } { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_10 = V_1; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_11 = ___doc3; NullCheck(L_11); XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_12; L_12 = XmlDocument_GetResolver_m8FB9F7E522BD80FF4E7CB398BCE65D313E1C6D6C_inline(L_11, /*hidden argument*/NULL); NullCheck(L_10); XmlTextReaderImpl_set_XmlResolver_m44FF2066BA2BC478D9FC42BA6619ED161906195E(L_10, L_12, /*hidden argument*/NULL); } IL_0032: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_13 = ___doc3; NullCheck(L_13); bool L_14; L_14 = XmlDocument_get_ActualLoadingStatus_m132F4C9F3AF7325A4F7D75871F11F56555D2FA27_inline(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0042; } } { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_15 = V_1; NullCheck(L_15); XmlTextReaderImpl_set_DisableUndeclaredEntityCheck_mB9FB8144B877DD69D695FE2C53AD87A2D19C4BB1_inline(L_15, (bool)1, /*hidden argument*/NULL); } IL_0042: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_16 = ___doc3; NullCheck(L_16); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_17; L_17 = VirtFuncInvoker0< XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * >::Invoke(47 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, L_16); V_2 = L_17; XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_18 = V_2; if (!L_18) { goto IL_00b6; } } { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_19 = V_1; XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_20 = V_2; NullCheck(L_20); bool L_21; L_21 = XmlDocumentType_get_ParseWithNamespaces_m0B06FD0B85241C23F59FDF8ABA65C59F6320A9DB_inline(L_20, /*hidden argument*/NULL); NullCheck(L_19); XmlTextReaderImpl_set_Namespaces_m4D0C64D58914FD0E67DFDA3B05C305033376CE72(L_19, L_21, /*hidden argument*/NULL); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_22 = V_2; NullCheck(L_22); SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_23; L_23 = XmlDocumentType_get_DtdSchemaInfo_m044BADB1D184372A1C09F862CC56C9BEF1A8DD05_inline(L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_006f; } } { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_24 = V_1; XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_25 = V_2; NullCheck(L_25); SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_26; L_26 = XmlDocumentType_get_DtdSchemaInfo_m044BADB1D184372A1C09F862CC56C9BEF1A8DD05_inline(L_25, /*hidden argument*/NULL); NullCheck(L_24); XmlTextReaderImpl_SetDtdInfo_m61FC1B5DB3E8E07305B1AE13020E6965BCD6BBD1(L_24, L_26, /*hidden argument*/NULL); goto IL_00b6; } IL_006f: { RuntimeObject* L_27; L_27 = DtdParser_Create_m8EDF1C7CECC8EF72E87D4024870C2C5D95E20B1A(/*hidden argument*/NULL); XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_28 = V_1; DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557 * L_29 = (DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557 *)il2cpp_codegen_object_new(DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557_il2cpp_TypeInfo_var); DtdParserProxy__ctor_m080E199E77CE80BF8AB44E5AE23D9AB3D1C5755C(L_29, L_28, /*hidden argument*/NULL); V_3 = L_29; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_30 = ___context2; NullCheck(L_30); String_t* L_31; L_31 = XmlParserContext_get_BaseURI_mDC9771AD1C8F20ABB620B6B8FB05FF8588DEB4E4_inline(L_30, /*hidden argument*/NULL); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_32 = ___context2; NullCheck(L_32); String_t* L_33; L_33 = XmlParserContext_get_DocTypeName_mBB1E0FED037DAD590E11B29F6BD160BDA2A689A9_inline(L_32, /*hidden argument*/NULL); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_34 = ___context2; NullCheck(L_34); String_t* L_35; L_35 = XmlParserContext_get_PublicId_m1135CB245A9628A1B67D2ECF5AA560DB69E9D32D_inline(L_34, /*hidden argument*/NULL); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_36 = ___context2; NullCheck(L_36); String_t* L_37; L_37 = XmlParserContext_get_SystemId_mDF57A6C7FBCB6142D7DE370480F96740BD7791F8_inline(L_36, /*hidden argument*/NULL); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_38 = ___context2; NullCheck(L_38); String_t* L_39; L_39 = XmlParserContext_get_InternalSubset_m8C6D38A985229CA2CD7EB25FD71FF37D5CFEA490_inline(L_38, /*hidden argument*/NULL); DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557 * L_40 = V_3; NullCheck(L_27); RuntimeObject* L_41; L_41 = InterfaceFuncInvoker6< RuntimeObject*, String_t*, String_t*, String_t*, String_t*, String_t*, RuntimeObject* >::Invoke(1 /* System.Xml.IDtdInfo System.Xml.IDtdParser::ParseFreeFloatingDtd(System.String,System.String,System.String,System.String,System.String,System.Xml.IDtdParserAdapter) */, IDtdParser_tD5A6D02A5CA749436148A452C1A6DBD8EFA76833_il2cpp_TypeInfo_var, L_27, L_31, L_33, L_35, L_37, L_39, L_40); V_4 = L_41; XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_42 = V_2; RuntimeObject* L_43 = V_4; NullCheck(L_42); XmlDocumentType_set_DtdSchemaInfo_m2A2B4A126F4EA330CD02BAFC9C57422DF167DF02_inline(L_42, ((SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 *)IsInstClass((RuntimeObject*)L_43, SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_44 = V_1; RuntimeObject* L_45 = V_4; NullCheck(L_44); XmlTextReaderImpl_SetDtdInfo_m61FC1B5DB3E8E07305B1AE13020E6965BCD6BBD1(L_44, L_45, /*hidden argument*/NULL); } IL_00b6: { int32_t L_46 = ___nt1; if ((((int32_t)L_46) == ((int32_t)6))) { goto IL_00be; } } { int32_t L_47 = ___nt1; if ((!(((uint32_t)L_47) == ((uint32_t)5)))) { goto IL_00cb; } } IL_00be: { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_48 = V_1; NullCheck(L_48); bool L_49; L_49 = VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean System.Xml.XmlReader::Read() */, L_48); XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_50 = V_1; NullCheck(L_50); VirtActionInvoker0::Invoke(31 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_50); } IL_00cb: { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_51 = V_1; return L_51; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral29988D0F9BCADFABFF66CBF5AB73096D1CAE3128); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BAA302A400A1B9C6F712ED9DBE1D7010A5034BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052); s_Il2CppMethodInitialized = true; } XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t** L_0 = ___version1; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); String_t** L_1 = ___encoding2; *((RuntimeObject **)L_1) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_1, (void*)(RuntimeObject *)NULL); String_t** L_2 = ___standalone3; *((RuntimeObject **)L_2) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)NULL); String_t* L_3 = ___strValue0; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_4 = (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 *)il2cpp_codegen_object_new(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4_il2cpp_TypeInfo_var); XmlTextReaderImpl__ctor_m04EB57A015BD73AD74D950EB8CA4DE959F5862CA(L_4, L_3, (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 *)NULL, /*hidden argument*/NULL); V_0 = L_4; } IL_0011: try { // begin try (depth: 1) { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_5 = V_0; NullCheck(L_5); bool L_6; L_6 = VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean System.Xml.XmlReader::Read() */, L_5); XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_7 = V_0; NullCheck(L_7); bool L_8; L_8 = VirtFuncInvoker1< bool, String_t* >::Invoke(19 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String) */, L_7, _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052); if (!L_8) { goto IL_002d; } } IL_0025: { String_t** L_9 = ___version1; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_10 = V_0; NullCheck(L_10); String_t* L_11; L_11 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_10); *((RuntimeObject **)L_9) = (RuntimeObject *)L_11; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_9, (void*)(RuntimeObject *)L_11); } IL_002d: { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_12 = V_0; NullCheck(L_12); bool L_13; L_13 = VirtFuncInvoker1< bool, String_t* >::Invoke(19 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String) */, L_12, _stringLiteral29988D0F9BCADFABFF66CBF5AB73096D1CAE3128); if (!L_13) { goto IL_0042; } } IL_003a: { String_t** L_14 = ___encoding2; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_15 = V_0; NullCheck(L_15); String_t* L_16; L_16 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_15); *((RuntimeObject **)L_14) = (RuntimeObject *)L_16; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_14, (void*)(RuntimeObject *)L_16); } IL_0042: { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_17 = V_0; NullCheck(L_17); bool L_18; L_18 = VirtFuncInvoker1< bool, String_t* >::Invoke(19 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String) */, L_17, _stringLiteral5BAA302A400A1B9C6F712ED9DBE1D7010A5034BF); if (!L_18) { goto IL_0057; } } IL_004f: { String_t** L_19 = ___standalone3; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_20 = V_0; NullCheck(L_20); String_t* L_21; L_21 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_20); *((RuntimeObject **)L_19) = (RuntimeObject *)L_21; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_19, (void*)(RuntimeObject *)L_21); } IL_0057: { IL2CPP_LEAVE(0x60, FINALLY_0059); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0059; } FINALLY_0059: { // begin finally (depth: 1) XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_22 = V_0; NullCheck(L_22); VirtActionInvoker0::Invoke(25 /* System.Void System.Xml.XmlReader::Close() */, L_22); IL2CPP_END_FINALLY(89) } // end finally (depth: 1) IL2CPP_CLEANUP(89) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x60, IL_0060) } IL_0060: { return; } } // System.Exception System.Xml.XmlLoader::UnexpectedNodeType(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlLoader_UnexpectedNodeType_m556BC74BDB9AA55DD3ED27C97772642201846615 (int32_t ___nodetype0, 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*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44C14DBC6A9EE22DDA5FE2FABA5577B801DFAD89); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); String_t* L_1; L_1 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(_stringLiteral44C14DBC6A9EE22DDA5FE2FABA5577B801DFAD89, /*hidden argument*/NULL); RuntimeObject * L_2 = Box(XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81_il2cpp_TypeInfo_var, (&___nodetype0)); NullCheck(L_2); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); ___nodetype0 = *(int32_t*)UnBox(L_2); String_t* L_4; L_4 = String_Format_m65D1D384B19FD8F7BD8BC71EE2B75E00488853DB(L_0, L_1, L_3, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_5 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_5, L_4, /*hidden argument*/NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Serialization.XmlMapping::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlMapping__ctor_mAE0C9F2C02CF5529CEA261B6DD0DA8F550B830E7 (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, String_t* ___elementName0, String_t* ___ns1, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___elementName0; __this->set__elementName_3(L_0); String_t* L_1 = ___ns1; __this->set__namespace_4(L_1); return; } } // System.String System.Xml.Serialization.XmlMapping::get_ElementName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlMapping_get_ElementName_m325D48DC1385A3577E5B4948F1F116861A215CEF (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__elementName_3(); return L_0; } } // System.String System.Xml.Serialization.XmlMapping::get_Namespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlMapping_get_Namespace_mC81A8F368DA39CCD355792888D951BE2A8B21835 (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__namespace_4(); return L_0; } } // System.Void System.Xml.Serialization.XmlMapping::SetKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlMapping_SetKey_m5B06D619DEFD4B580B09AA449335965ACE07AA82 (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, String_t* ___key0, const RuntimeMethod* method) { { String_t* L_0 = ___key0; __this->set_key_5(L_0); return; } } // System.Xml.Serialization.ObjectMap System.Xml.Serialization.XmlMapping::get_ObjectMap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * XmlMapping_get_ObjectMap_m7B06F5CA0492C1860E924B54F29D3ABF908F77C9 (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, const RuntimeMethod* method) { { ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * L_0 = __this->get_map_0(); return L_0; } } // System.Void System.Xml.Serialization.XmlMapping::set_ObjectMap(System.Xml.Serialization.ObjectMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlMapping_set_ObjectMap_m0F4C130CF2DB92999D96F22538AC256EC06B49C9 (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * ___value0, const RuntimeMethod* method) { { ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * L_0 = ___value0; __this->set_map_0(L_0); return; } } // System.Collections.ArrayList System.Xml.Serialization.XmlMapping::get_RelatedMaps() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * XmlMapping_get_RelatedMaps_m539C9707CDB76DF2DA83F24740675E7333806A9C (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_relatedMaps_1(); return L_0; } } // System.Void System.Xml.Serialization.XmlMapping::set_RelatedMaps(System.Collections.ArrayList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlMapping_set_RelatedMaps_mA129C8C27F935064681D608B11F8DF177FA3B858 (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___value0, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = ___value0; __this->set_relatedMaps_1(L_0); return; } } // System.Xml.Serialization.SerializationFormat System.Xml.Serialization.XmlMapping::get_Format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlMapping_get_Format_m0BD59E05857D8D2A3935324DBCBF819F234A38CC (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_format_2(); return L_0; } } // System.Void System.Xml.Serialization.XmlMapping::set_Format(System.Xml.Serialization.SerializationFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlMapping_set_Format_m9EB27B9A5E734B6C1F7E13C6D4640E76A7FD2DCF (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_format_2(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 System.Xml.Serialization.XmlMembersMapping::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlMembersMapping_get_Count_m322CD7CBDFF793BF91F6D9E969950291194E5825 (XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496 * __this, const RuntimeMethod* method) { { XmlMemberMappingU5BU5D_t78E3F87812D4D5F00632824BE14343BEDF0B4DD7* L_0 = __this->get__mapping_7(); NullCheck(L_0); return ((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); } } // System.Boolean System.Xml.Serialization.XmlMembersMapping::get_HasWrapperElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlMembersMapping_get_HasWrapperElement_m643EF14F5316338EFDF707D03FF4155F77D796B6 (XmlMembersMapping_t9429450C9CA8C974875C126DB30FC5A8641DE496 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__hasWrapperElement_6(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlMiscConverter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlMiscConverter__ctor_mFEB85979C62F8370B521003E7B0B56F05D31E039 (XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F * __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.XmlMiscConverter::Create(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * XmlMiscConverter_Create_mCF8D757C0FF25715E17872C6FDA4B9948621FE87 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F * L_1 = (XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F *)il2cpp_codegen_object_new(XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F_il2cpp_TypeInfo_var); XmlMiscConverter__ctor_mFEB85979C62F8370B521003E7B0B56F05D31E039(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.Schema.XmlMiscConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlMiscConverter_ToString_m7B71F429E93B4E7C676B123E4F015319300DC76F (XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F * __this, RuntimeObject * ___value0, RuntimeObject* ___nsResolver1, 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*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; int32_t V_1 = 0; { 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*)&XmlMiscConverter_ToString_m7B71F429E93B4E7C676B123E4F015319300DC76F_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_ByteArrayType_27(); 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_004b; } } { int32_t L_7; L_7 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_1 = L_7; int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)26)))) { goto IL_003f; } } { int32_t L_9 = V_1; if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)27))))) { goto IL_004b; } } { RuntimeObject * L_10 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_11; L_11 = XmlBaseConverter_Base64BinaryToString_m684175ECDA2A0C16615B5E685D636245DBFE9050(((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_10, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_11; } IL_003f: { RuntimeObject * L_12 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_13; L_13 = XmlConvert_ToBinHexString_m96E9A08250393ADEEEF5BC0C38409589D3C16BAD(((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_12, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_13; } IL_004b: { 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_005f; } } { RuntimeObject * L_17 = ___value0; return ((String_t*)CastclassSealed((RuntimeObject*)L_17, String_t_il2cpp_TypeInfo_var)); } IL_005f: { 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_UriType_29(); bool L_20; L_20 = XmlBaseConverter_IsDerivedFrom_m3E8446D6F251C9F30D877A6082523ABE7BF840FA(L_18, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0082; } } { int32_t L_21; L_21 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)28))))) { goto IL_0082; } } { RuntimeObject * L_22 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_23; L_23 = XmlBaseConverter_AnyUriToString_mA187798F0E39D6725196A0B18C37F4CDED94FDE8(((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)CastclassClass((RuntimeObject*)L_22, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_23; } IL_0082: { Type_t * L_24 = V_0; 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_TimeSpanType_30(); 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_00c9; } } { int32_t L_27; L_27 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_1 = L_27; int32_t L_28 = V_1; if ((((int32_t)L_28) == ((int32_t)((int32_t)17)))) { goto IL_00b1; } } { int32_t L_29 = V_1; if ((((int32_t)L_29) == ((int32_t)((int32_t)53)))) { goto IL_00bd; } } { int32_t L_30 = V_1; if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)54))))) { goto IL_00c9; } } { RuntimeObject * L_31 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_32; L_32 = XmlBaseConverter_DayTimeDurationToString_m2FA7F2072C1939103459E8D6129E19697C9B0CBE(((*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_31, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_32; } IL_00b1: { RuntimeObject * L_33 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_34; L_34 = XmlBaseConverter_DurationToString_mBA49E955CD7C7909932D2A45D123EF7D3EE70CD5(((*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_33, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_34; } IL_00bd: { RuntimeObject * L_35 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_36; L_36 = XmlBaseConverter_YearMonthDurationToString_mE6E32884567E73DEA9102AECC125AC45E193930F(((*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_35, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_36; } IL_00c9: { Type_t * L_37 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_38 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlQualifiedNameType_28(); bool L_39; L_39 = XmlBaseConverter_IsDerivedFrom_m3E8446D6F251C9F30D877A6082523ABE7BF840FA(L_37, L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_0101; } } { int32_t L_40; L_40 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_1 = L_40; int32_t L_41 = V_1; if ((((int32_t)L_41) == ((int32_t)((int32_t)29)))) { goto IL_00f4; } } { int32_t L_42 = V_1; if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)30))))) { goto IL_0101; } } { RuntimeObject * L_43 = ___value0; RuntimeObject* L_44 = ___nsResolver1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_45; L_45 = XmlBaseConverter_QNameToString_mDE5302DA70D4FC255DA3DF0D0E0ADC7006BAAD87(((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)CastclassClass((RuntimeObject*)L_43, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var)), L_44, /*hidden argument*/NULL); return L_45; } IL_00f4: { RuntimeObject * L_46 = ___value0; RuntimeObject* L_47 = ___nsResolver1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_48; L_48 = XmlBaseConverter_QNameToString_mDE5302DA70D4FC255DA3DF0D0E0ADC7006BAAD87(((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)CastclassClass((RuntimeObject*)L_46, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var)), L_47, /*hidden argument*/NULL); return L_48; } IL_0101: { RuntimeObject * L_49 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_50 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); RuntimeObject* L_51 = ___nsResolver1; RuntimeObject * L_52; L_52 = XmlMiscConverter_ChangeTypeWildcardDestination_m177A5ED2E88C7B5A5E6BD2863E09B00C78D911F7(__this, L_49, L_50, L_51, /*hidden argument*/NULL); return ((String_t*)CastclassSealed((RuntimeObject*)L_52, String_t_il2cpp_TypeInfo_var)); } } // System.Object System.Xml.Schema.XmlMiscConverter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlMiscConverter_ChangeType_mC6F5D9346C521FE39009D9D17FE4822C0B3090F5 (XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F * __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*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_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; } 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*)&XmlMiscConverter_ChangeType_mC6F5D9346C521FE39009D9D17FE4822C0B3090F5_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*)&XmlMiscConverter_ChangeType_mC6F5D9346C521FE39009D9D17FE4822C0B3090F5_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_ByteArrayType_27(); 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_0063; } } { int32_t L_12; L_12 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_0 = L_12; int32_t L_13 = V_0; if ((((int32_t)L_13) == ((int32_t)((int32_t)26)))) { goto IL_005c; } } { int32_t L_14 = V_0; if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)27))))) { goto IL_0063; } } { String_t* L_15 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16; L_16 = XmlBaseConverter_StringToBase64Binary_mCCCBA9FC9D7E0A86960753D43C4EA99E53566EF8(L_15, /*hidden argument*/NULL); return (RuntimeObject *)L_16; } IL_005c: { String_t* L_17 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18; L_18 = XmlBaseConverter_StringToHexBinary_mBE53ADC0FCB27F5A07E2296DF295403A26E36227(L_17, /*hidden argument*/NULL); return (RuntimeObject *)L_18; } IL_0063: { Type_t * L_19 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_20 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlQualifiedNameType_28(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_21; L_21 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_19, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0091; } } { int32_t L_22; L_22 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_0 = L_22; int32_t L_23 = V_0; if ((((int32_t)L_23) == ((int32_t)((int32_t)29)))) { goto IL_0089; } } { int32_t L_24 = V_0; if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)30))))) { goto IL_0091; } } { String_t* L_25 = ___value0; RuntimeObject* L_26 = ___nsResolver2; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_27; L_27 = XmlBaseConverter_StringToQName_mB62CC01A6A545A469104BC75778060A4BA3007CB(L_25, L_26, /*hidden argument*/NULL); return L_27; } IL_0089: { String_t* L_28 = ___value0; RuntimeObject* L_29 = ___nsResolver2; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_30; L_30 = XmlBaseConverter_StringToQName_mB62CC01A6A545A469104BC75778060A4BA3007CB(L_28, L_29, /*hidden argument*/NULL); return L_30; } IL_0091: { 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_StringType_12(); 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; } } { String_t* L_34 = ___value0; return L_34; } IL_00a0: { Type_t * L_35 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_36 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_TimeSpanType_30(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_37; L_37 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_35, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00e7; } } { int32_t L_38; L_38 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_0 = L_38; int32_t L_39 = V_0; if ((((int32_t)L_39) == ((int32_t)((int32_t)17)))) { goto IL_00cf; } } { int32_t L_40 = V_0; if ((((int32_t)L_40) == ((int32_t)((int32_t)53)))) { goto IL_00db; } } { int32_t L_41 = V_0; if ((!(((uint32_t)L_41) == ((uint32_t)((int32_t)54))))) { goto IL_00e7; } } { String_t* L_42 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_43; L_43 = XmlBaseConverter_StringToDayTimeDuration_m8AA9B6389BF72D8E17D77562A127CAFB175D97E0(L_42, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_44 = L_43; RuntimeObject * L_45 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_44); return L_45; } IL_00cf: { String_t* L_46 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_47; L_47 = XmlBaseConverter_StringToDuration_m252592A9442B15E00691A93CD2EDAEB294168507(L_46, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_48 = L_47; RuntimeObject * L_49 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_48); return L_49; } IL_00db: { String_t* L_50 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_51; L_51 = XmlBaseConverter_StringToYearMonthDuration_mF545818A7EE1C278E1685E395F15132729070825(L_50, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_52 = L_51; RuntimeObject * L_53 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_52); return L_53; } IL_00e7: { Type_t * L_54 = ___destinationType1; 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_UriType_29(); 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_0105; } } { int32_t L_57; L_57 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_57) == ((uint32_t)((int32_t)28))))) { goto IL_0105; } } { String_t* L_58 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_59; L_59 = XmlConvert_ToUri_m70145E949FD362A0D446630B25B00B1D000786AE(L_58, /*hidden argument*/NULL); return L_59; } IL_0105: { Type_t * L_60 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_61 = ((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_62; L_62 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_60, L_61, /*hidden argument*/NULL); if (!L_62) { goto IL_0120; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_63; L_63 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); String_t* L_64 = ___value0; RuntimeObject* L_65 = ___nsResolver2; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_66 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_mBE544B9A5915B023A9E59802A1C3D36B5632A6F7(L_66, L_63, L_64, L_65, /*hidden argument*/NULL); return L_66; } IL_0120: { String_t* L_67 = ___value0; Type_t * L_68 = ___destinationType1; RuntimeObject* L_69 = ___nsResolver2; RuntimeObject * L_70; L_70 = XmlMiscConverter_ChangeTypeWildcardSource_m6047F385A13550911CAFC03F0CD077780032AA3D(__this, L_67, L_68, L_69, /*hidden argument*/NULL); return L_70; } } // System.Object System.Xml.Schema.XmlMiscConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlMiscConverter_ChangeType_m0C70FE0418D44A54E97C1DA5D80FEB7BE9BBE1B2 (XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F * __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*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; int32_t V_1 = 0; { 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*)&XmlMiscConverter_ChangeType_m0C70FE0418D44A54E97C1DA5D80FEB7BE9BBE1B2_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*)&XmlMiscConverter_ChangeType_m0C70FE0418D44A54E97C1DA5D80FEB7BE9BBE1B2_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_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_00ad; } } { 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_ByteArrayType_27(); 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_0077; } } { int32_t L_17; L_17 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_1 = L_17; int32_t L_18 = V_1; if ((((int32_t)L_18) == ((int32_t)((int32_t)26)))) { goto IL_0070; } } { int32_t L_19 = V_1; if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)27))))) { goto IL_0077; } } { RuntimeObject * L_20 = ___value0; return (RuntimeObject *)((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_20, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); } IL_0070: { RuntimeObject * L_21 = ___value0; return (RuntimeObject *)((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_21, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); } IL_0077: { Type_t * L_22 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_23 = ((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_24; L_24 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_22, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_00ad; } } { int32_t L_25; L_25 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_1 = L_25; int32_t L_26 = V_1; if ((((int32_t)L_26) == ((int32_t)((int32_t)26)))) { goto IL_00a1; } } { int32_t L_27 = V_1; if ((!(((uint32_t)L_27) == ((uint32_t)((int32_t)27))))) { goto IL_00ad; } } { RuntimeObject * L_28 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29; L_29 = XmlBaseConverter_StringToBase64Binary_mCCCBA9FC9D7E0A86960753D43C4EA99E53566EF8(((String_t*)CastclassSealed((RuntimeObject*)L_28, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return (RuntimeObject *)L_29; } IL_00a1: { RuntimeObject * L_30 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31; L_31 = XmlBaseConverter_StringToHexBinary_mBE53ADC0FCB27F5A07E2296DF295403A26E36227(((String_t*)CastclassSealed((RuntimeObject*)L_30, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return (RuntimeObject *)L_31; } IL_00ad: { Type_t * L_32 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_33 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlQualifiedNameType_28(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_34; L_34 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_32, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_011e; } } { Type_t * L_35 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_36 = ((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_37; L_37 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_35, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00f2; } } { int32_t L_38; L_38 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_1 = L_38; int32_t L_39 = V_1; if ((((int32_t)L_39) == ((int32_t)((int32_t)29)))) { goto IL_00e5; } } { int32_t L_40 = V_1; if ((!(((uint32_t)L_40) == ((uint32_t)((int32_t)30))))) { goto IL_00f2; } } { RuntimeObject * L_41 = ___value0; RuntimeObject* L_42 = ___nsResolver2; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_43; L_43 = XmlBaseConverter_StringToQName_mB62CC01A6A545A469104BC75778060A4BA3007CB(((String_t*)CastclassSealed((RuntimeObject*)L_41, String_t_il2cpp_TypeInfo_var)), L_42, /*hidden argument*/NULL); return L_43; } IL_00e5: { RuntimeObject * L_44 = ___value0; RuntimeObject* L_45 = ___nsResolver2; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_46; L_46 = XmlBaseConverter_StringToQName_mB62CC01A6A545A469104BC75778060A4BA3007CB(((String_t*)CastclassSealed((RuntimeObject*)L_44, String_t_il2cpp_TypeInfo_var)), L_45, /*hidden argument*/NULL); return L_46; } IL_00f2: { Type_t * L_47 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_48 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlQualifiedNameType_28(); bool L_49; L_49 = XmlBaseConverter_IsDerivedFrom_m3E8446D6F251C9F30D877A6082523ABE7BF840FA(L_47, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_011e; } } { int32_t L_50; L_50 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_1 = L_50; int32_t L_51 = V_1; if ((((int32_t)L_51) == ((int32_t)((int32_t)29)))) { goto IL_0117; } } { int32_t L_52 = V_1; if ((!(((uint32_t)L_52) == ((uint32_t)((int32_t)30))))) { goto IL_011e; } } { RuntimeObject * L_53 = ___value0; return ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)CastclassClass((RuntimeObject*)L_53, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var)); } IL_0117: { RuntimeObject * L_54 = ___value0; return ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)CastclassClass((RuntimeObject*)L_54, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var)); } IL_011e: { Type_t * L_55 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_56 = ((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_57; L_57 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_55, L_56, /*hidden argument*/NULL); if (!L_57) { goto IL_0134; } } { RuntimeObject * L_58 = ___value0; RuntimeObject* L_59 = ___nsResolver2; String_t* L_60; L_60 = VirtFuncInvoker2< String_t*, RuntimeObject *, RuntimeObject* >::Invoke(52 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) */, __this, L_58, L_59); return L_60; } IL_0134: { Type_t * L_61 = ___destinationType1; 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_TimeSpanType_30(); 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_01e1; } } { Type_t * L_64 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_65 = ((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_66; L_66 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_64, L_65, /*hidden argument*/NULL); if (!L_66) { goto IL_019a; } } { int32_t L_67; L_67 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_1 = L_67; int32_t L_68 = V_1; if ((((int32_t)L_68) == ((int32_t)((int32_t)17)))) { goto IL_0178; } } { int32_t L_69 = V_1; if ((((int32_t)L_69) == ((int32_t)((int32_t)53)))) { goto IL_0189; } } { int32_t L_70 = V_1; if ((!(((uint32_t)L_70) == ((uint32_t)((int32_t)54))))) { goto IL_019a; } } { RuntimeObject * L_71 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_72; L_72 = XmlBaseConverter_StringToDayTimeDuration_m8AA9B6389BF72D8E17D77562A127CAFB175D97E0(((String_t*)CastclassSealed((RuntimeObject*)L_71, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_73 = L_72; RuntimeObject * L_74 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_73); return L_74; } IL_0178: { RuntimeObject * L_75 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_76; L_76 = XmlBaseConverter_StringToDuration_m252592A9442B15E00691A93CD2EDAEB294168507(((String_t*)CastclassSealed((RuntimeObject*)L_75, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_77 = L_76; RuntimeObject * L_78 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_77); return L_78; } IL_0189: { RuntimeObject * L_79 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_80; L_80 = XmlBaseConverter_StringToYearMonthDuration_mF545818A7EE1C278E1685E395F15132729070825(((String_t*)CastclassSealed((RuntimeObject*)L_79, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_81 = L_80; RuntimeObject * L_82 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_81); return L_82; } IL_019a: { Type_t * L_83 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_84 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_TimeSpanType_30(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_85; L_85 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_83, L_84, /*hidden argument*/NULL); if (!L_85) { goto IL_01e1; } } { int32_t L_86; L_86 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_1 = L_86; int32_t L_87 = V_1; if ((((int32_t)L_87) == ((int32_t)((int32_t)17)))) { goto IL_01c9; } } { int32_t L_88 = V_1; if ((((int32_t)L_88) == ((int32_t)((int32_t)53)))) { goto IL_01d5; } } { int32_t L_89 = V_1; if ((!(((uint32_t)L_89) == ((uint32_t)((int32_t)54))))) { goto IL_01e1; } } { RuntimeObject * L_90 = ___value0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_91 = ((*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_90, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var)))); RuntimeObject * L_92 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_91); return L_92; } IL_01c9: { RuntimeObject * L_93 = ___value0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_94 = ((*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_93, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var)))); RuntimeObject * L_95 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_94); return L_95; } IL_01d5: { RuntimeObject * L_96 = ___value0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_97 = ((*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_96, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var)))); RuntimeObject * L_98 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_97); return L_98; } IL_01e1: { Type_t * L_99 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_100 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UriType_29(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_101; L_101 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_99, L_100, /*hidden argument*/NULL); if (!L_101) { goto IL_022f; } } { Type_t * L_102 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_103 = ((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_104; L_104 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_102, L_103, /*hidden argument*/NULL); if (!L_104) { goto IL_0211; } } { int32_t L_105; L_105 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_105) == ((uint32_t)((int32_t)28))))) { goto IL_0211; } } { RuntimeObject * L_106 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_107; L_107 = XmlConvert_ToUri_m70145E949FD362A0D446630B25B00B1D000786AE(((String_t*)CastclassSealed((RuntimeObject*)L_106, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_107; } IL_0211: { Type_t * L_108 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_109 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UriType_29(); bool L_110; L_110 = XmlBaseConverter_IsDerivedFrom_m3E8446D6F251C9F30D877A6082523ABE7BF840FA(L_108, L_109, /*hidden argument*/NULL); if (!L_110) { goto IL_022f; } } { int32_t L_111; L_111 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_111) == ((uint32_t)((int32_t)28))))) { goto IL_022f; } } { RuntimeObject * L_112 = ___value0; return ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)CastclassClass((RuntimeObject*)L_112, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var)); } IL_022f: { Type_t * L_113 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_114 = ((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_115; L_115 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_113, L_114, /*hidden argument*/NULL); if (!L_115) { goto IL_0353; } } { Type_t * L_116 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_117 = ((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_118; L_118 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_116, L_117, /*hidden argument*/NULL); if (!L_118) { goto IL_0277; } } { int32_t L_119; L_119 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_1 = L_119; int32_t L_120 = V_1; if ((((int32_t)L_120) == ((int32_t)((int32_t)26)))) { goto IL_026a; } } { int32_t L_121 = V_1; if ((!(((uint32_t)L_121) == ((uint32_t)((int32_t)27))))) { goto IL_0277; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_122; L_122 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_123 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_124 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_124, L_122, L_123, /*hidden argument*/NULL); return L_124; } IL_026a: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_125; L_125 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_126 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_127 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_127, L_125, L_126, /*hidden argument*/NULL); return L_127; } IL_0277: { Type_t * L_128 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_129 = ((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_130; L_130 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_128, L_129, /*hidden argument*/NULL); if (!L_130) { goto IL_0297; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_131; L_131 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_132 = ___value0; RuntimeObject* L_133 = ___nsResolver2; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_134 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_mBE544B9A5915B023A9E59802A1C3D36B5632A6F7(L_134, L_131, ((String_t*)CastclassSealed((RuntimeObject*)L_132, String_t_il2cpp_TypeInfo_var)), L_133, /*hidden argument*/NULL); return L_134; } IL_0297: { Type_t * L_135 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_136 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_TimeSpanType_30(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_137; L_137 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_135, L_136, /*hidden argument*/NULL); if (!L_137) { goto IL_02e1; } } { int32_t L_138; L_138 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_1 = L_138; int32_t L_139 = V_1; if ((((int32_t)L_139) == ((int32_t)((int32_t)17)))) { goto IL_02c7; } } { int32_t L_140 = V_1; if ((((int32_t)L_140) == ((int32_t)((int32_t)53)))) { goto IL_02d4; } } { int32_t L_141 = V_1; if ((!(((uint32_t)L_141) == ((uint32_t)((int32_t)54))))) { goto IL_02e1; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_142; L_142 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_143 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_144 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_144, L_142, L_143, /*hidden argument*/NULL); return L_144; } IL_02c7: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_145; L_145 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_146 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_147 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_147, L_145, L_146, /*hidden argument*/NULL); return L_147; } IL_02d4: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_148; L_148 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_149 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_150 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_150, L_148, L_149, /*hidden argument*/NULL); return L_150; } IL_02e1: { Type_t * L_151 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_152 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UriType_29(); bool L_153; L_153 = XmlBaseConverter_IsDerivedFrom_m3E8446D6F251C9F30D877A6082523ABE7BF840FA(L_151, L_152, /*hidden argument*/NULL); if (!L_153) { goto IL_0305; } } { int32_t L_154; L_154 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_154) == ((uint32_t)((int32_t)28))))) { goto IL_0305; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_155; L_155 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_156 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_157 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_157, L_155, L_156, /*hidden argument*/NULL); return L_157; } IL_0305: { Type_t * L_158 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_159 = ((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_160; L_160 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_158, L_159, /*hidden argument*/NULL); if (!L_160) { goto IL_0319; } } { RuntimeObject * L_161 = ___value0; return ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_161, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)); } IL_0319: { Type_t * L_162 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_163 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlQualifiedNameType_28(); bool L_164; L_164 = XmlBaseConverter_IsDerivedFrom_m3E8446D6F251C9F30D877A6082523ABE7BF840FA(L_162, L_163, /*hidden argument*/NULL); if (!L_164) { goto IL_0353; } } { int32_t L_165; L_165 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_1 = L_165; int32_t L_166 = V_1; if ((((int32_t)L_166) == ((int32_t)((int32_t)29)))) { goto IL_0345; } } { int32_t L_167 = V_1; if ((!(((uint32_t)L_167) == ((uint32_t)((int32_t)30))))) { goto IL_0353; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_168; L_168 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_169 = ___value0; RuntimeObject* L_170 = ___nsResolver2; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_171 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m831AF2CEC0B180020D7FAEF0B0701039A3434D99(L_171, L_168, L_169, L_170, /*hidden argument*/NULL); return L_171; } IL_0345: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_172; L_172 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_173 = ___value0; RuntimeObject* L_174 = ___nsResolver2; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_175 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m831AF2CEC0B180020D7FAEF0B0701039A3434D99(L_175, L_172, L_173, L_174, /*hidden argument*/NULL); return L_175; } IL_0353: { Type_t * L_176 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_177 = ((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_178; L_178 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_176, L_177, /*hidden argument*/NULL); if (!L_178) { goto IL_0374; } } { Type_t * L_179 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_180 = ((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_181; L_181 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_179, L_180, /*hidden argument*/NULL); if (!L_181) { goto IL_0374; } } { RuntimeObject * L_182 = ___value0; return ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_182, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)); } IL_0374: { Type_t * L_183 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_184 = ((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_185; L_185 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_183, L_184, /*hidden argument*/NULL); if (!L_185) { goto IL_0394; } } { RuntimeObject * L_186 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_187 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); RuntimeObject* L_188 = ___nsResolver2; RuntimeObject * L_189; L_189 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_186, L_187, L_188); return ((XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 *)CastclassClass((RuntimeObject*)L_189, XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_il2cpp_TypeInfo_var)); } IL_0394: { Type_t * L_190 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_191 = ((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_192; L_192 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_190, L_191, /*hidden argument*/NULL); if (!L_192) { goto IL_03af; } } { RuntimeObject * L_193 = ___value0; Type_t * L_194 = ___destinationType1; RuntimeObject* L_195 = ___nsResolver2; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_193, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); RuntimeObject * L_196; L_196 = VirtFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(14 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type,System.Xml.IXmlNamespaceResolver) */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_193, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)), L_194, L_195); return L_196; } IL_03af: { RuntimeObject * L_197 = ___value0; Type_t * L_198 = ___destinationType1; RuntimeObject* L_199 = ___nsResolver2; RuntimeObject * L_200; L_200 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_197, L_198, L_199); return L_200; } } // System.Object System.Xml.Schema.XmlMiscConverter::ChangeTypeWildcardDestination(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlMiscConverter_ChangeTypeWildcardDestination_m177A5ED2E88C7B5A5E6BD2863E09B00C78D911F7 (XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F * __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*)&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; } { RuntimeObject * L_0 = ___value0; NullCheck(L_0); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_2 = ((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_3; L_3 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0020; } } { RuntimeObject * L_4 = ___value0; Type_t * L_5 = ___destinationType1; RuntimeObject* L_6 = ___nsResolver2; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_4, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); RuntimeObject * L_7; L_7 = VirtFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(14 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type,System.Xml.IXmlNamespaceResolver) */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_4, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)), L_5, L_6); return L_7; } IL_0020: { RuntimeObject * L_8 = ___value0; Type_t * L_9 = ___destinationType1; RuntimeObject* L_10 = ___nsResolver2; RuntimeObject * L_11; L_11 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_8, L_9, L_10); return L_11; } } // System.Object System.Xml.Schema.XmlMiscConverter::ChangeTypeWildcardSource(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlMiscConverter_ChangeTypeWildcardSource_m6047F385A13550911CAFC03F0CD077780032AA3D (XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F * __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*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_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(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((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_2; L_2 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0020; } } { RuntimeObject * L_3 = ___value0; 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_XmlAtomicValueType_13(); RuntimeObject* L_5 = ___nsResolver2; RuntimeObject * L_6; L_6 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_3, L_4, L_5); return ((XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 *)CastclassClass((RuntimeObject*)L_6, XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_il2cpp_TypeInfo_var)); } IL_0020: { RuntimeObject * L_7 = ___value0; Type_t * L_8 = ___destinationType1; RuntimeObject* L_9 = ___nsResolver2; RuntimeObject * L_10; L_10 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_7, L_8, L_9); 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.Xml.XmlName System.Xml.XmlName::Create(System.String,System.String,System.String,System.Int32,System.Xml.XmlDocument,System.Xml.XmlName,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlName_Create_m2AC9BF02B9EE728F49100B06360813E23351FA59 (String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, int32_t ___hashCode3, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___ownerDoc4, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___next5, RuntimeObject* ___schemaInfo6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___schemaInfo6; if (L_0) { goto IL_0012; } } { String_t* L_1 = ___prefix0; String_t* L_2 = ___localName1; String_t* L_3 = ___ns2; int32_t L_4 = ___hashCode3; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_5 = ___ownerDoc4; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_6 = ___next5; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_7 = (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 *)il2cpp_codegen_object_new(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63_il2cpp_TypeInfo_var); XmlName__ctor_m993F9A1DBA7F29813BCCF059490FDFE8E1883FAB(L_7, L_1, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } IL_0012: { String_t* L_8 = ___prefix0; String_t* L_9 = ___localName1; String_t* L_10 = ___ns2; int32_t L_11 = ___hashCode3; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_12 = ___ownerDoc4; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_13 = ___next5; RuntimeObject* L_14 = ___schemaInfo6; XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * L_15 = (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A *)il2cpp_codegen_object_new(XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A_il2cpp_TypeInfo_var); XmlNameEx__ctor_m416586A9D42A30E2FEC7C03CC6E010EB7E90947F(L_15, L_8, L_9, L_10, L_11, L_12, L_13, L_14, /*hidden argument*/NULL); return L_15; } } // System.Void System.Xml.XmlName::.ctor(System.String,System.String,System.String,System.Int32,System.Xml.XmlDocument,System.Xml.XmlName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlName__ctor_m993F9A1DBA7F29813BCCF059490FDFE8E1883FAB (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, int32_t ___hashCode3, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___ownerDoc4, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___next5, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___prefix0; __this->set_prefix_0(L_0); String_t* L_1 = ___localName1; __this->set_localName_1(L_1); String_t* L_2 = ___ns2; __this->set_ns_2(L_2); __this->set_name_3((String_t*)NULL); int32_t L_3 = ___hashCode3; __this->set_hashCode_4(L_3); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_4 = ___ownerDoc4; __this->set_ownerDoc_5(L_4); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_5 = ___next5; __this->set_next_6(L_5); return; } } // System.String System.Xml.XmlName::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823 (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_localName_1(); return L_0; } } // System.String System.Xml.XmlName::get_NamespaceURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlName_get_NamespaceURI_m31E2B1394E75BCDCA4C30C67747DED4347847302 (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_2(); return L_0; } } // System.String System.Xml.XmlName::get_Prefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621 (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_prefix_0(); return L_0; } } // System.Int32 System.Xml.XmlName::get_HashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlName_get_HashCode_mACB77835E878014F2D5F1E204246DCBB5B63F6D9 (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_hashCode_4(); return L_0; } } // System.Xml.XmlDocument System.Xml.XmlName::get_OwnerDocument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * XmlName_get_OwnerDocument_m482B5B19F0B4564C2309D47811B04F0A5753F3FF (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = __this->get_ownerDoc_5(); return L_0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * V_1 = NULL; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t* L_0 = __this->get_name_3(); if (L_0) { goto IL_0099; } } { String_t* L_1 = __this->get_prefix_0(); 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_008d; } } { String_t* L_3 = __this->get_localName_1(); 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_007f; } } { String_t* L_5 = __this->get_prefix_0(); String_t* L_6 = __this->get_localName_1(); String_t* L_7; L_7 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_5, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_6, /*hidden argument*/NULL); V_0 = L_7; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_8 = __this->get_ownerDoc_5(); NullCheck(L_8); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_9; L_9 = XmlDocument_get_NameTable_m0CCA0C27A27C84923F031F9789DD4F749D67AD53(L_8, /*hidden argument*/NULL); V_1 = L_9; V_2 = (bool)0; } IL_004c: try { // begin try (depth: 1) { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_10 = V_1; Monitor_Enter_m588C16057E70F436C528A800D32546E987CAF1BD(L_10, (bool*)(&V_2), /*hidden argument*/NULL); String_t* L_11 = __this->get_name_3(); if (L_11) { goto IL_0073; } } IL_005c: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_12 = __this->get_ownerDoc_5(); NullCheck(L_12); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_13; L_13 = XmlDocument_get_NameTable_m0CCA0C27A27C84923F031F9789DD4F749D67AD53(L_12, /*hidden argument*/NULL); String_t* L_14 = V_0; NullCheck(L_13); String_t* L_15; L_15 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_13, L_14); __this->set_name_3(L_15); } IL_0073: { IL2CPP_LEAVE(0x99, FINALLY_0075); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0075; } FINALLY_0075: { // begin finally (depth: 1) { bool L_16 = V_2; if (!L_16) { goto IL_007e; } } IL_0078: { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_17 = V_1; Monitor_Exit_m62365CE1CF6AD0E7396CEEB926F7B0C3FA8CABA1(L_17, /*hidden argument*/NULL); } IL_007e: { IL2CPP_END_FINALLY(117) } } // end finally (depth: 1) IL2CPP_CLEANUP(117) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x99, IL_0099) } IL_007f: { String_t* L_18 = __this->get_prefix_0(); __this->set_name_3(L_18); goto IL_0099; } IL_008d: { String_t* L_19 = __this->get_localName_1(); __this->set_name_3(L_19); } IL_0099: { String_t* L_20 = __this->get_name_3(); return L_20; } } // System.Xml.Schema.XmlSchemaValidity System.Xml.XmlName::get_Validity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlName_get_Validity_m477CFCD6C72154E60266A827AA58527C29D823D4 (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Boolean System.Xml.XmlName::get_IsDefault() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlName_get_IsDefault_mC660A74B513FC1764EB67F092B525A5F7B8941D8 (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Xml.XmlName::get_IsNil() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlName_get_IsNil_m53F6921D591C2D87A71B34D1522EF461859B1D83 (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Xml.Schema.XmlSchemaSimpleType System.Xml.XmlName::get_MemberType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * XmlName_get_MemberType_mD38D9FC303BDB2AE17AD0AA517EBCD068118620B (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { return (XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C *)NULL; } } // System.Xml.Schema.XmlSchemaType System.Xml.XmlName::get_SchemaType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * XmlName_get_SchemaType_m22E861E7519CC78B7C8DB7F36B7EB4CA4BAD2249 (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { return (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA *)NULL; } } // System.Xml.Schema.XmlSchemaElement System.Xml.XmlName::get_SchemaElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * XmlName_get_SchemaElement_m336CF91515FC2FC4DDCFF1C4E763F605C07F400D (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { return (XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A *)NULL; } } // System.Xml.Schema.XmlSchemaAttribute System.Xml.XmlName::get_SchemaAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 * XmlName_get_SchemaAttribute_mC8049F83688C286C95A7A5DACBD35CBEC1A3E841 (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { return (XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 *)NULL; } } // System.Boolean System.Xml.XmlName::Equals(System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlName_Equals_m6B94258621934419C8E2581280A8669DA7B7AC97 (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, RuntimeObject* ___schemaInfo0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___schemaInfo0; return (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } } // System.Int32 System.Xml.XmlName::GetHashCode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlName_GetHashCode_mC1D70B91295CD2D0A3105973C9A9D8C6BEF73856 (String_t* ___name0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; { V_0 = 0; String_t* L_0 = ___name0; if (!L_0) { goto IL_0041; } } { String_t* L_1 = ___name0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); goto IL_0029; } IL_0010: { String_t* L_3 = ___name0; int32_t L_4 = V_1; NullCheck(L_3); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; Il2CppChar L_6 = V_2; if ((((int32_t)L_6) == ((int32_t)((int32_t)58)))) { goto IL_002d; } } { int32_t L_7 = V_0; int32_t L_8 = V_0; Il2CppChar L_9 = V_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8<<(int32_t)7))^(int32_t)L_9)))); int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); } IL_0029: { int32_t L_11 = V_1; if ((((int32_t)L_11) >= ((int32_t)0))) { goto IL_0010; } } IL_002d: { int32_t L_12 = V_0; int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)((int32_t)((int32_t)L_13>>(int32_t)((int32_t)17))))); int32_t L_14 = V_0; int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)((int32_t)((int32_t)L_15>>(int32_t)((int32_t)11))))); int32_t L_16 = V_0; int32_t L_17 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)((int32_t)((int32_t)L_17>>(int32_t)5)))); } IL_0041: { int32_t L_18 = V_0; return L_18; } } #ifdef __clang__ #pragma 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.XmlNameEx::.ctor(System.String,System.String,System.String,System.Int32,System.Xml.XmlDocument,System.Xml.XmlName,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNameEx__ctor_m416586A9D42A30E2FEC7C03CC6E010EB7E90947F (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, int32_t ___hashCode3, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___ownerDoc4, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___next5, RuntimeObject* ___schemaInfo6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * G_B2_0 = NULL; XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * G_B1_0 = NULL; XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 * G_B3_0 = NULL; XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * G_B3_1 = NULL; { String_t* L_0 = ___prefix0; String_t* L_1 = ___localName1; String_t* L_2 = ___ns2; int32_t L_3 = ___hashCode3; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_4 = ___ownerDoc4; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_5 = ___next5; XmlName__ctor_m993F9A1DBA7F29813BCCF059490FDFE8E1883FAB(__this, L_0, L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); RuntimeObject* L_6 = ___schemaInfo6; NullCheck(L_6); int32_t L_7; L_7 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_6); XmlNameEx_SetValidity_mC91EEB182BEB7AFEA6340DCD2F327BFB51723D70(__this, L_7, /*hidden argument*/NULL); RuntimeObject* L_8 = ___schemaInfo6; NullCheck(L_8); bool L_9; L_9 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Xml.Schema.IXmlSchemaInfo::get_IsDefault() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_8); XmlNameEx_SetIsDefault_mBAC15FFF5B89170CCD5ED9D194345CE28E5387E8(__this, L_9, /*hidden argument*/NULL); RuntimeObject* L_10 = ___schemaInfo6; NullCheck(L_10); bool L_11; L_11 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Xml.Schema.IXmlSchemaInfo::get_IsNil() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_10); XmlNameEx_SetIsNil_mDD2EC3EAF5E85F77B9ED6DF25A0468D288EFBA5A(__this, L_11, /*hidden argument*/NULL); RuntimeObject* L_12 = ___schemaInfo6; NullCheck(L_12); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_13; L_13 = InterfaceFuncInvoker0< XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_12); __this->set_memberType_8(L_13); RuntimeObject* L_14 = ___schemaInfo6; NullCheck(L_14); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_15; L_15 = InterfaceFuncInvoker0< XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_14); __this->set_schemaType_9(L_15); RuntimeObject* L_16 = ___schemaInfo6; NullCheck(L_16); XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * L_17; L_17 = InterfaceFuncInvoker0< XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * >::Invoke(5 /* System.Xml.Schema.XmlSchemaElement System.Xml.Schema.IXmlSchemaInfo::get_SchemaElement() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_16); G_B1_0 = __this; if (L_17) { G_B2_0 = __this; goto IL_0063; } } { RuntimeObject* L_18 = ___schemaInfo6; NullCheck(L_18); XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 * L_19; L_19 = InterfaceFuncInvoker0< XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 * >::Invoke(6 /* System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.IXmlSchemaInfo::get_SchemaAttribute() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_18); G_B3_0 = L_19; G_B3_1 = G_B1_0; goto IL_006a; } IL_0063: { RuntimeObject* L_20 = ___schemaInfo6; NullCheck(L_20); XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * L_21; L_21 = InterfaceFuncInvoker0< XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * >::Invoke(5 /* System.Xml.Schema.XmlSchemaElement System.Xml.Schema.IXmlSchemaInfo::get_SchemaElement() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_20); G_B3_0 = ((XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 *)(L_21)); G_B3_1 = G_B2_0; } IL_006a: { NullCheck(G_B3_1); G_B3_1->set_decl_10(G_B3_0); return; } } // System.Xml.Schema.XmlSchemaValidity System.Xml.XmlNameEx::get_Validity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNameEx_get_Validity_m91ACD0BFBE0A82CC218D1C6BFEE0D402D10F4640 (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ((XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 *)__this)->get_ownerDoc_5(); NullCheck(L_0); bool L_1; L_1 = XmlDocument_get_CanReportValidity_m904E0976974126FFE5D5E2D2758F4B89EC9075AA_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000f; } } { return (int32_t)(0); } IL_000f: { uint8_t L_2 = __this->get_flags_7(); return (int32_t)(((int32_t)((int32_t)L_2&(int32_t)3))); } } // System.Boolean System.Xml.XmlNameEx::get_IsDefault() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNameEx_get_IsDefault_m0FA73DC97EA44B2CF9FFB37E12B8FB3E65B2F0A7 (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_flags_7(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)4))) <= ((uint32_t)0)))? 1 : 0); } } // System.Boolean System.Xml.XmlNameEx::get_IsNil() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNameEx_get_IsNil_mF75F72C6FDC71DB254536624B159A825F3BDE72F (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_flags_7(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)8))) <= ((uint32_t)0)))? 1 : 0); } } // System.Xml.Schema.XmlSchemaSimpleType System.Xml.XmlNameEx::get_MemberType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * XmlNameEx_get_MemberType_m24ADE8C86D99140C1BAF913B0FFB58ACF3615955 (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, const RuntimeMethod* method) { { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_0 = __this->get_memberType_8(); return L_0; } } // System.Xml.Schema.XmlSchemaType System.Xml.XmlNameEx::get_SchemaType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * XmlNameEx_get_SchemaType_m837A1A435039EED0D28AC1BFFC973582B92D5855 (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_schemaType_9(); return L_0; } } // System.Xml.Schema.XmlSchemaElement System.Xml.XmlNameEx::get_SchemaElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * XmlNameEx_get_SchemaElement_m7560C7477338F77AFA337A8D00BDA21E63DC6C58 (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = __this->get_decl_10(); return ((XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A *)IsInstClass((RuntimeObject*)L_0, XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A_il2cpp_TypeInfo_var)); } } // System.Xml.Schema.XmlSchemaAttribute System.Xml.XmlNameEx::get_SchemaAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 * XmlNameEx_get_SchemaAttribute_mC7A80DF788D39E0CC30277D4CADE596491DB22EA (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = __this->get_decl_10(); return ((XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 *)IsInstClass((RuntimeObject*)L_0, XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7_il2cpp_TypeInfo_var)); } } // System.Void System.Xml.XmlNameEx::SetValidity(System.Xml.Schema.XmlSchemaValidity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNameEx_SetValidity_mC91EEB182BEB7AFEA6340DCD2F327BFB51723D70 (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, int32_t ___value0, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_flags_7(); int32_t L_1 = ___value0; __this->set_flags_7((uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)-4)))|(int32_t)((int32_t)((uint8_t)L_1))))))); return; } } // System.Void System.Xml.XmlNameEx::SetIsDefault(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNameEx_SetIsDefault_mBAC15FFF5B89170CCD5ED9D194345CE28E5387E8 (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; if (!L_0) { goto IL_0013; } } { uint8_t L_1 = __this->get_flags_7(); __this->set_flags_7((uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_1|(int32_t)4))))); return; } IL_0013: { uint8_t L_2 = __this->get_flags_7(); __this->set_flags_7((uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)-5)))))); return; } } // System.Void System.Xml.XmlNameEx::SetIsNil(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNameEx_SetIsNil_mDD2EC3EAF5E85F77B9ED6DF25A0468D288EFBA5A (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; if (!L_0) { goto IL_0013; } } { uint8_t L_1 = __this->get_flags_7(); __this->set_flags_7((uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_1|(int32_t)8))))); return; } IL_0013: { uint8_t L_2 = __this->get_flags_7(); __this->set_flags_7((uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)-9)))))); return; } } // System.Boolean System.Xml.XmlNameEx::Equals(System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNameEx_Equals_m85459630E8C41B4AF18E2672321B364F51629C6C (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, RuntimeObject* ___schemaInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___schemaInfo0; if (!L_0) { goto IL_007d; } } { RuntimeObject* L_1 = ___schemaInfo0; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_1); uint8_t L_3 = __this->get_flags_7(); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)((int32_t)L_3&(int32_t)3)))))) { goto IL_007d; } } { RuntimeObject* L_4 = ___schemaInfo0; NullCheck(L_4); bool L_5; L_5 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Xml.Schema.IXmlSchemaInfo::get_IsDefault() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_4); uint8_t L_6 = __this->get_flags_7(); if ((!(((uint32_t)L_5) == ((uint32_t)((!(((uint32_t)((int32_t)((int32_t)L_6&(int32_t)4))) <= ((uint32_t)0)))? 1 : 0))))) { goto IL_007d; } } { RuntimeObject* L_7 = ___schemaInfo0; NullCheck(L_7); bool L_8; L_8 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Xml.Schema.IXmlSchemaInfo::get_IsNil() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_7); uint8_t L_9 = __this->get_flags_7(); if ((!(((uint32_t)L_8) == ((uint32_t)((!(((uint32_t)((int32_t)((int32_t)L_9&(int32_t)8))) <= ((uint32_t)0)))? 1 : 0))))) { goto IL_007d; } } { RuntimeObject* L_10 = ___schemaInfo0; NullCheck(L_10); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_11; L_11 = InterfaceFuncInvoker0< XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_10); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_12 = __this->get_memberType_8(); if ((!(((RuntimeObject*)(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C *)L_11) == ((RuntimeObject*)(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C *)L_12)))) { goto IL_007d; } } { RuntimeObject* L_13 = ___schemaInfo0; NullCheck(L_13); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_14; L_14 = InterfaceFuncInvoker0< XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_13); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_15 = __this->get_schemaType_9(); if ((!(((RuntimeObject*)(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA *)L_14) == ((RuntimeObject*)(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA *)L_15)))) { goto IL_007d; } } { RuntimeObject* L_16 = ___schemaInfo0; NullCheck(L_16); XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * L_17; L_17 = InterfaceFuncInvoker0< XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * >::Invoke(5 /* System.Xml.Schema.XmlSchemaElement System.Xml.Schema.IXmlSchemaInfo::get_SchemaElement() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_16); RuntimeObject * L_18 = __this->get_decl_10(); if ((!(((RuntimeObject*)(XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A *)L_17) == ((RuntimeObject*)(XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A *)((XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A *)IsInstClass((RuntimeObject*)L_18, XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A_il2cpp_TypeInfo_var)))))) { goto IL_007d; } } { RuntimeObject* L_19 = ___schemaInfo0; NullCheck(L_19); XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 * L_20; L_20 = InterfaceFuncInvoker0< XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 * >::Invoke(6 /* System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.IXmlSchemaInfo::get_SchemaAttribute() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_19); RuntimeObject * L_21 = __this->get_decl_10(); if ((!(((RuntimeObject*)(XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 *)L_20) == ((RuntimeObject*)(XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 *)((XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 *)IsInstClass((RuntimeObject*)L_21, XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7_il2cpp_TypeInfo_var)))))) { goto IL_007d; } } { return (bool)1; } IL_007d: { 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.XmlNameTable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNameTable__ctor_mB3D038C2C7617EC6321F39FEF5FE0B98100C1F22 (XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.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) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___parent0; __this->set_parent_0(L_0); return; } } // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::GetNamedItem(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNamedNodeMap_GetNamedItem_m4EE4F3B99DE20A68FB38BDBAB2A0C58B9F7CAF8D (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___name0; int32_t L_1; L_1 = XmlNamedNodeMap_FindNodeOffset_m44D37FF053E899226FCF31B07B41C63A8DD33178(__this, 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_001e; } } { SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_3 = __this->get_address_of_nodes_1(); int32_t L_4 = V_0; RuntimeObject * L_5; L_5 = SmallXmlNodeList_get_Item_mB9359FC058C97EE9AD78BB1131A921616814A90E((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_3, L_4, /*hidden argument*/NULL); return ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)CastclassClass((RuntimeObject*)L_5, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var)); } IL_001e: { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::SetNamedItem(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNamedNodeMap_SetNamedItem_m0D1ADBB99F1D494B52FF4CF9CB3A740EA4DDDBD1 (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method) { int32_t V_0 = 0; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___node0; if (L_0) { goto IL_0005; } } { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } IL_0005: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ___node0; NullCheck(L_1); String_t* L_2; L_2 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_1); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = ___node0; NullCheck(L_3); String_t* L_4; L_4 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_3); int32_t L_5; L_5 = XmlNamedNodeMap_FindNodeOffset_m44F371B544C2F3D922DD278ACAF580F041B681BC(__this, L_2, L_4, /*hidden argument*/NULL); V_0 = L_5; int32_t L_6 = V_0; if ((!(((uint32_t)L_6) == ((uint32_t)(-1))))) { goto IL_0026; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8; L_8 = VirtFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::AddNode(System.Xml.XmlNode) */, __this, L_7); return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } IL_0026: { int32_t L_9 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_11; L_11 = XmlNamedNodeMap_ReplaceNodeAt_mED1453C90B30B9E39031D70510D38303421F559E(__this, L_9, L_10, /*hidden argument*/NULL); return L_11; } } // 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) { { SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_0 = __this->get_address_of_nodes_1(); int32_t L_1; L_1 = SmallXmlNodeList_get_Count_m531CBC894FC78314798ED52A184AB776B4C1E482((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_0, /*hidden argument*/NULL); return L_1; } } // System.Collections.IEnumerator System.Xml.XmlNamedNodeMap::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlNamedNodeMap_GetEnumerator_mED99AC910B8159611B8C03AA44CC3131C5BA5989 (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, const RuntimeMethod* method) { { SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_0 = __this->get_address_of_nodes_1(); RuntimeObject* L_1; L_1 = SmallXmlNodeList_GetEnumerator_mB22BFB1AD52DA04FA5D10B8C62D996894DF967C8((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Xml.XmlNamedNodeMap::FindNodeOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNamedNodeMap_FindNodeOffset_m44D37FF053E899226FCF31B07B41C63A8DD33178 (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_2 = NULL; { int32_t L_0; L_0 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, __this); V_0 = L_0; V_1 = 0; goto IL_0031; } IL_000b: { SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_1 = __this->get_address_of_nodes_1(); int32_t L_2 = V_1; RuntimeObject * L_3; L_3 = SmallXmlNodeList_get_Item_mB9359FC058C97EE9AD78BB1131A921616814A90E((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_1, L_2, /*hidden argument*/NULL); V_2 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)CastclassClass((RuntimeObject*)L_3, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var)); String_t* L_4 = ___name0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = V_2; NullCheck(L_5); String_t* L_6; L_6 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_5); bool L_7; L_7 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_4, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002d; } } { int32_t L_8 = V_1; return L_8; } IL_002d: { int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0031: { int32_t L_10 = V_1; int32_t L_11 = V_0; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_000b; } } { return (-1); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_2 = NULL; { int32_t L_0; L_0 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, __this); V_0 = L_0; V_1 = 0; goto IL_003f; } IL_000b: { SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_1 = __this->get_address_of_nodes_1(); int32_t L_2 = V_1; RuntimeObject * L_3; L_3 = SmallXmlNodeList_get_Item_mB9359FC058C97EE9AD78BB1131A921616814A90E((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_1, L_2, /*hidden argument*/NULL); V_2 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)CastclassClass((RuntimeObject*)L_3, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var)); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = V_2; NullCheck(L_4); String_t* L_5; L_5 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_4); String_t* L_6 = ___localName0; bool L_7; L_7 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_003b; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = V_2; NullCheck(L_8); String_t* L_9; L_9 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_8); String_t* L_10 = ___namespaceURI1; bool L_11; L_11 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_003b; } } { int32_t L_12 = V_1; return L_12; } IL_003b: { int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_003f: { int32_t L_14 = V_1; int32_t L_15 = V_0; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_000b; } } { return (-1); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; String_t* V_1 = NULL; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * V_2 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___node0; 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)2)))) { goto IL_0017; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ___node0; NullCheck(((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_2, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var))); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_3; L_3 = VirtFuncInvoker0< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * >::Invoke(48 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_2, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var))); V_0 = L_3; goto IL_001e; } IL_0017: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = ___node0; NullCheck(L_4); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5; L_5 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_4); V_0 = L_5; } IL_001e: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = ___node0; NullCheck(L_6); String_t* L_7; L_7 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_6); V_1 = L_7; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = __this->get_parent_0(); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_11 = __this->get_parent_0(); String_t* L_12 = V_1; String_t* L_13 = V_1; NullCheck(L_8); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_14; L_14 = 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) */, L_8, L_9, L_10, L_11, L_12, L_13, 0); V_2 = L_14; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_15 = V_2; if (!L_15) { goto IL_004b; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_16 = __this->get_parent_0(); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_17 = V_2; NullCheck(L_16); VirtActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(44 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, L_16, L_17); } IL_004b: { SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_18 = __this->get_address_of_nodes_1(); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_19 = ___node0; SmallXmlNodeList_Add_m23AA92A77C388F16C324B3DABE2FB17E3DA5DCF6((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_18, L_19, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_20 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_21 = __this->get_parent_0(); NullCheck(L_20); VirtActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(40 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, L_20, L_21); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_22 = V_2; if (!L_22) { goto IL_0072; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_23 = __this->get_parent_0(); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_24 = V_2; NullCheck(L_23); VirtActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(45 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, L_23, L_24); } IL_0072: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_25 = ___node0; return L_25; } } // 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) { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * V_0 = NULL; { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = __this->get_parent_0(); NullCheck(L_0); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_3; L_3 = XmlDocument_GetInsertEventArgsForLoad_mB44E03A2F7197CB02F20DBDA4C62636439E76441(L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_4 = V_0; if (!L_4) { goto IL_0018; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_5 = ___doc1; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_6 = V_0; NullCheck(L_5); VirtActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(44 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, L_5, L_6); } IL_0018: { SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_7 = __this->get_address_of_nodes_1(); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = ___node0; SmallXmlNodeList_Add_m23AA92A77C388F16C324B3DABE2FB17E3DA5DCF6((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_7, L_8, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10 = __this->get_parent_0(); NullCheck(L_9); VirtActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(40 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, L_9, L_10); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_11 = V_0; if (!L_11) { goto IL_003a; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_12 = ___doc1; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_13 = V_0; NullCheck(L_12); VirtActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(45 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, L_12, L_13); } IL_003a: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_14 = ___node0; return L_14; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; String_t* V_1 = NULL; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * V_2 = NULL; { SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_0 = __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 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)CastclassClass((RuntimeObject*)L_2, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var)); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_3); V_1 = L_4; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = __this->get_parent_0(); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = __this->get_parent_0(); String_t* L_8 = V_1; String_t* L_9 = V_1; NullCheck(L_5); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_10; L_10 = 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) */, L_5, L_6, L_7, (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL, L_8, L_9, 1); V_2 = L_10; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_11 = V_2; if (!L_11) { goto IL_003f; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_12 = __this->get_parent_0(); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_13 = V_2; NullCheck(L_12); VirtActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(44 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, L_12, L_13); } IL_003f: { SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_14 = __this->get_address_of_nodes_1(); int32_t L_15 = ___i0; SmallXmlNodeList_RemoveAt_mA3D7ACC3756E6109DBA4F77F83E2AF9A639A0FCE((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_14, L_15, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_16 = V_0; NullCheck(L_16); VirtActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(40 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, L_16, (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_17 = V_2; if (!L_17) { goto IL_0061; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_18 = __this->get_parent_0(); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_19 = V_2; NullCheck(L_18); VirtActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(45 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, L_18, L_19); } IL_0061: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_20 = V_0; return L_20; } } // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::ReplaceNodeAt(System.Int32,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNamedNodeMap_ReplaceNodeAt_mED1453C90B30B9E39031D70510D38303421F559E (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, int32_t ___i0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node1, const RuntimeMethod* method) { { int32_t L_0 = ___i0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1; L_1 = VirtFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, int32_t >::Invoke(11 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::RemoveNodeAt(System.Int32) */, __this, L_0); int32_t L_2 = ___i0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = ___node1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4; L_4 = VirtFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, int32_t, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::InsertNodeAt(System.Int32,System.Xml.XmlNode) */, __this, L_2, L_3); return L_1; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; String_t* V_1 = NULL; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * V_2 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___node1; 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)2)))) { goto IL_0017; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ___node1; NullCheck(((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_2, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var))); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_3; L_3 = VirtFuncInvoker0< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * >::Invoke(48 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_2, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var))); V_0 = L_3; goto IL_001e; } IL_0017: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = ___node1; NullCheck(L_4); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5; L_5 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_4); V_0 = L_5; } IL_001e: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = ___node1; NullCheck(L_6); String_t* L_7; L_7 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_6); V_1 = L_7; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = __this->get_parent_0(); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = ___node1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_11 = __this->get_parent_0(); String_t* L_12 = V_1; String_t* L_13 = V_1; NullCheck(L_8); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_14; L_14 = 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) */, L_8, L_9, L_10, L_11, L_12, L_13, 0); V_2 = L_14; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_15 = V_2; if (!L_15) { goto IL_004b; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_16 = __this->get_parent_0(); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_17 = V_2; NullCheck(L_16); VirtActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(44 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, L_16, L_17); } IL_004b: { SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_18 = __this->get_address_of_nodes_1(); int32_t L_19 = ___i0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_20 = ___node1; SmallXmlNodeList_Insert_m746B9DDFD7B78894075135B2902335F4E6B4465B((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_18, L_19, L_20, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_21 = ___node1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_22 = __this->get_parent_0(); NullCheck(L_21); VirtActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(40 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, L_21, L_22); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_23 = V_2; if (!L_23) { goto IL_0073; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_24 = __this->get_parent_0(); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_25 = V_2; NullCheck(L_24); VirtActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(45 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, L_24, L_25); } IL_0073: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_26 = ___node1; return L_26; } } #ifdef __clang__ #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.XmlNamespaceManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNamespaceManager__ctor_mA04CAB0559468548EC72C74A2188AB3ACF892D0E (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlNamespaceManager::.ctor(System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNamespaceManager__ctor_m644ECD044F339BFAB6C580569F28E87B03740A6C (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * __this, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_0 = ___nameTable0; __this->set_nameTable_2(L_0); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_1 = ___nameTable0; NullCheck(L_1); String_t* L_2; L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_1, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); __this->set_xml_6(L_2); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_3 = ___nameTable0; NullCheck(L_3); String_t* L_4; L_4 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_3, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); __this->set_xmlNs_7(L_4); NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_5 = (NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5*)(NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5*)SZArrayNew(NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5_il2cpp_TypeInfo_var, (uint32_t)8); __this->set_nsdecls_0(L_5); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_6 = ___nameTable0; String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_6); String_t* L_8; L_8 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_6, L_7); V_0 = L_8; NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_9 = __this->get_nsdecls_0(); NullCheck(L_9); String_t* L_10 = V_0; String_t* L_11 = V_0; NamespaceDeclaration_Set_mE6E6F7B98C17F9565B0EF691EA013D0A0CED2A1C((NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 *)((L_9)->GetAddressAt(static_cast(0))), L_10, L_11, (-1), (-1), /*hidden argument*/NULL); NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_12 = __this->get_nsdecls_0(); NullCheck(L_12); String_t* L_13 = __this->get_xmlNs_7(); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_14 = ___nameTable0; 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, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); NamespaceDeclaration_Set_mE6E6F7B98C17F9565B0EF691EA013D0A0CED2A1C((NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 *)((L_12)->GetAddressAt(static_cast(1))), L_13, L_15, (-1), (-1), /*hidden argument*/NULL); NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_16 = __this->get_nsdecls_0(); NullCheck(L_16); String_t* L_17 = __this->get_xml_6(); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_18 = ___nameTable0; 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, _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); NamespaceDeclaration_Set_mE6E6F7B98C17F9565B0EF691EA013D0A0CED2A1C((NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 *)((L_16)->GetAddressAt(static_cast(2))), L_17, L_19, 0, (-1), /*hidden argument*/NULL); __this->set_lastDecl_1(2); __this->set_scopeId_3(1); return; } } // System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::get_NameTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * XmlNamespaceManager_get_NameTable_m1B258C7B15B48A55E2B3375471D60A5549D9E282 (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * __this, const RuntimeMethod* method) { { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_0 = __this->get_nameTable_2(); return L_0; } } // System.String System.Xml.XmlNamespaceManager::get_DefaultNamespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNamespaceManager_get_DefaultNamespace_m081C4F0748815CB15F86CD1F10C818668537B630 (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * __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* V_0 = NULL; { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); String_t* L_1; L_1 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(13 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, __this, L_0); V_0 = L_1; String_t* L_2 = V_0; if (!L_2) { goto IL_0011; } } { String_t* L_3 = V_0; return L_3; } IL_0011: { String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_4; } } // System.Void System.Xml.XmlNamespaceManager::PushScope() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNamespaceManager_PushScope_m704D89135F50A659F821C31E3E0C332F96D7C2FA (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_scopeId_3(); __this->set_scopeId_3(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); return; } } // System.Boolean System.Xml.XmlNamespaceManager::PopScope() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNamespaceManager_PopScope_mC55BB5B237EF81160CAAB95286500EF0B9EB3C63 (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mBC85AF861FB031847847F0B30707EC7AC252D572_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_lastDecl_1(); V_0 = L_0; int32_t L_1 = __this->get_scopeId_3(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_004b; } } { return (bool)0; } IL_0012: { bool L_2 = __this->get_useHashtable_5(); if (!L_2) { goto IL_0047; } } { Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * L_3 = __this->get_hashTable_4(); NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_4 = __this->get_nsdecls_0(); int32_t L_5 = V_0; NullCheck(L_4); String_t* L_6 = ((L_4)->GetAddressAt(static_cast(L_5)))->get_prefix_0(); NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_7 = __this->get_nsdecls_0(); int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = ((L_7)->GetAddressAt(static_cast(L_8)))->get_previousNsIndex_3(); NullCheck(L_3); Dictionary_2_set_Item_mBC85AF861FB031847847F0B30707EC7AC252D572(L_3, L_6, L_9, /*hidden argument*/Dictionary_2_set_Item_mBC85AF861FB031847847F0B30707EC7AC252D572_RuntimeMethod_var); } IL_0047: { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); } IL_004b: { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_11 = __this->get_nsdecls_0(); int32_t L_12 = V_0; NullCheck(L_11); int32_t L_13 = ((L_11)->GetAddressAt(static_cast(L_12)))->get_scopeId_2(); int32_t L_14 = __this->get_scopeId_3(); if ((((int32_t)L_13) == ((int32_t)L_14))) { goto IL_0012; } } { int32_t L_15 = V_0; __this->set_lastDecl_1(L_15); int32_t L_16 = __this->get_scopeId_3(); __this->set_scopeId_3(((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1))); return (bool)1; } } // System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNamespaceManager_AddNamespace_m2845CFA6672B2E1EBDB642E5CCA4D0F55AA807C0 (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * __this, String_t* ___prefix0, String_t* ___uri1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mEC554451CB98B6F31912A513825E0ACFD4FC2763_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mBC85AF861FB031847847F0B30707EC7AC252D572_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { String_t* L_0 = ___uri1; 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*)&_stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNamespaceManager_AddNamespace_m2845CFA6672B2E1EBDB642E5CCA4D0F55AA807C0_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___prefix0; if (L_2) { goto IL_001c; } } { 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*)&_stringLiteralCB5CDE966F99FDC7AE4101331D907BCEF208D664)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNamespaceManager_AddNamespace_m2845CFA6672B2E1EBDB642E5CCA4D0F55AA807C0_RuntimeMethod_var))); } IL_001c: { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_4 = __this->get_nameTable_2(); String_t* L_5 = ___prefix0; NullCheck(L_4); String_t* L_6; L_6 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_4, L_5); ___prefix0 = L_6; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_7 = __this->get_nameTable_2(); String_t* L_8 = ___uri1; NullCheck(L_7); String_t* L_9; L_9 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_7, L_8); ___uri1 = L_9; String_t* L_10 = __this->get_xml_6(); String_t* L_11 = ___prefix0; bool L_12; L_12 = Ref_Equal_mC7446C03C6E7E8A136230B02A6B4F9FA6B389242(L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0063; } } { String_t* L_13 = ___uri1; NullCheck(L_13); bool L_14; L_14 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_13, _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917, /*hidden argument*/NULL); if (L_14) { goto IL_0063; } } { String_t* L_15; L_15 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8E7DF6980ECEA2C11D2FD74A57D449FC8CFA87AE)), /*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*)&XmlNamespaceManager_AddNamespace_m2845CFA6672B2E1EBDB642E5CCA4D0F55AA807C0_RuntimeMethod_var))); } IL_0063: { String_t* L_17 = __this->get_xmlNs_7(); String_t* L_18 = ___prefix0; bool L_19; L_19 = Ref_Equal_mC7446C03C6E7E8A136230B02A6B4F9FA6B389242(L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0081; } } { String_t* L_20; L_20 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral33225D2308B5FA9B4FC47DE1A1D06D718E1911ED)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_21 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_21, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNamespaceManager_AddNamespace_m2845CFA6672B2E1EBDB642E5CCA4D0F55AA807C0_RuntimeMethod_var))); } IL_0081: { String_t* L_22 = ___prefix0; int32_t L_23; L_23 = XmlNamespaceManager_LookupNamespaceDecl_m51D3F629C9788D7081F017E207A6E41A7966E2DA(__this, L_22, /*hidden argument*/NULL); V_0 = L_23; V_1 = (-1); int32_t L_24 = V_0; if ((((int32_t)L_24) == ((int32_t)(-1)))) { goto IL_00bd; } } { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_25 = __this->get_nsdecls_0(); int32_t L_26 = V_0; NullCheck(L_25); int32_t L_27 = ((L_25)->GetAddressAt(static_cast(L_26)))->get_scopeId_2(); int32_t L_28 = __this->get_scopeId_3(); if ((!(((uint32_t)L_27) == ((uint32_t)L_28)))) { goto IL_00bb; } } { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_29 = __this->get_nsdecls_0(); int32_t L_30 = V_0; NullCheck(L_29); String_t* L_31 = ___uri1; ((L_29)->GetAddressAt(static_cast(L_30)))->set_uri_1(L_31); return; } IL_00bb: { int32_t L_32 = V_0; V_1 = L_32; } IL_00bd: { int32_t L_33 = __this->get_lastDecl_1(); NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_34 = __this->get_nsdecls_0(); NullCheck(L_34); if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length))), (int32_t)1)))))) { goto IL_00fc; } } { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_35 = __this->get_nsdecls_0(); NullCheck(L_35); NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_36 = (NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5*)(NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5*)SZArrayNew(NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length))), (int32_t)2))); V_2 = L_36; NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_37 = __this->get_nsdecls_0(); NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_38 = V_2; NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_39 = __this->get_nsdecls_0(); NullCheck(L_39); Array_Copy_m7EF35EEE2A8E2DC040222146974ADA2C3DACC229((RuntimeArray *)(RuntimeArray *)L_37, 0, (RuntimeArray *)(RuntimeArray *)L_38, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_39)->max_length))), /*hidden argument*/NULL); NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_40 = V_2; __this->set_nsdecls_0(L_40); } IL_00fc: { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_41 = __this->get_nsdecls_0(); int32_t L_42 = __this->get_lastDecl_1(); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); int32_t L_43 = V_3; __this->set_lastDecl_1(L_43); int32_t L_44 = V_3; NullCheck(L_41); String_t* L_45 = ___prefix0; String_t* L_46 = ___uri1; int32_t L_47 = __this->get_scopeId_3(); int32_t L_48 = V_1; NamespaceDeclaration_Set_mE6E6F7B98C17F9565B0EF691EA013D0A0CED2A1C((NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 *)((L_41)->GetAddressAt(static_cast(L_44))), L_45, L_46, L_47, L_48, /*hidden argument*/NULL); bool L_49 = __this->get_useHashtable_5(); if (!L_49) { goto IL_0141; } } { Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * L_50 = __this->get_hashTable_4(); String_t* L_51 = ___prefix0; int32_t L_52 = __this->get_lastDecl_1(); NullCheck(L_50); Dictionary_2_set_Item_mBC85AF861FB031847847F0B30707EC7AC252D572(L_50, L_51, L_52, /*hidden argument*/Dictionary_2_set_Item_mBC85AF861FB031847847F0B30707EC7AC252D572_RuntimeMethod_var); return; } IL_0141: { int32_t L_53 = __this->get_lastDecl_1(); if ((((int32_t)L_53) < ((int32_t)((int32_t)16)))) { goto IL_0197; } } { int32_t L_54 = __this->get_lastDecl_1(); Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * L_55 = (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 *)il2cpp_codegen_object_new(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162_il2cpp_TypeInfo_var); Dictionary_2__ctor_mEC554451CB98B6F31912A513825E0ACFD4FC2763(L_55, L_54, /*hidden argument*/Dictionary_2__ctor_mEC554451CB98B6F31912A513825E0ACFD4FC2763_RuntimeMethod_var); __this->set_hashTable_4(L_55); V_4 = 0; goto IL_0186; } IL_0161: { Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * L_56 = __this->get_hashTable_4(); NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_57 = __this->get_nsdecls_0(); int32_t L_58 = V_4; NullCheck(L_57); String_t* L_59 = ((L_57)->GetAddressAt(static_cast(L_58)))->get_prefix_0(); int32_t L_60 = V_4; NullCheck(L_56); Dictionary_2_set_Item_mBC85AF861FB031847847F0B30707EC7AC252D572(L_56, L_59, L_60, /*hidden argument*/Dictionary_2_set_Item_mBC85AF861FB031847847F0B30707EC7AC252D572_RuntimeMethod_var); int32_t L_61 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); } IL_0186: { int32_t L_62 = V_4; int32_t L_63 = __this->get_lastDecl_1(); if ((((int32_t)L_62) <= ((int32_t)L_63))) { goto IL_0161; } } { __this->set_useHashtable_5((bool)1); } IL_0197: { return; } } // System.Collections.IEnumerator System.Xml.XmlNamespaceManager::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlNamespaceManager_GetEnumerator_mD0CC3B79AC16EE524421A5878396E7CB6AECA7DF (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m374496B3B8F3532FC52B465384E6C950DDA79F8B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Keys_m69FA0927978855661A3EA0DC3B9AE1D00FCE4825_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_t02FBEF5309FE3C4F8A7A1140B9590258FF5FA547_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyCollection_GetEnumerator_mBEA854721D5E7717F856476B1E4563A59661CBF7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = __this->get_lastDecl_1(); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_1 = (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *)il2cpp_codegen_object_new(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5_il2cpp_TypeInfo_var); Dictionary_2__ctor_m374496B3B8F3532FC52B465384E6C950DDA79F8B(L_1, ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)), /*hidden argument*/Dictionary_2__ctor_m374496B3B8F3532FC52B465384E6C950DDA79F8B_RuntimeMethod_var); V_0 = L_1; V_1 = 0; goto IL_0051; } IL_0012: { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_2 = __this->get_nsdecls_0(); int32_t L_3 = V_1; NullCheck(L_2); String_t* L_4 = ((L_2)->GetAddressAt(static_cast(L_3)))->get_uri_1(); if (!L_4) { goto IL_004d; } } { Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_5 = V_0; NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_6 = __this->get_nsdecls_0(); int32_t L_7 = V_1; NullCheck(L_6); String_t* L_8 = ((L_6)->GetAddressAt(static_cast(L_7)))->get_prefix_0(); NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_9 = __this->get_nsdecls_0(); int32_t L_10 = V_1; NullCheck(L_9); String_t* L_11 = ((L_9)->GetAddressAt(static_cast(L_10)))->get_prefix_0(); NullCheck(L_5); Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668(L_5, L_8, L_11, /*hidden argument*/Dictionary_2_set_Item_m31C41E4FE938066440DAFD1E667C2F3986549668_RuntimeMethod_var); } IL_004d: { int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0051: { int32_t L_13 = V_1; int32_t L_14 = __this->get_lastDecl_1(); if ((((int32_t)L_13) <= ((int32_t)L_14))) { goto IL_0012; } } { Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_15 = V_0; NullCheck(L_15); KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * L_16; L_16 = Dictionary_2_get_Keys_m69FA0927978855661A3EA0DC3B9AE1D00FCE4825(L_15, /*hidden argument*/Dictionary_2_get_Keys_m69FA0927978855661A3EA0DC3B9AE1D00FCE4825_RuntimeMethod_var); NullCheck(L_16); Enumerator_t02FBEF5309FE3C4F8A7A1140B9590258FF5FA547 L_17; L_17 = KeyCollection_GetEnumerator_mBEA854721D5E7717F856476B1E4563A59661CBF7(L_16, /*hidden argument*/KeyCollection_GetEnumerator_mBEA854721D5E7717F856476B1E4563A59661CBF7_RuntimeMethod_var); Enumerator_t02FBEF5309FE3C4F8A7A1140B9590258FF5FA547 L_18 = L_17; RuntimeObject * L_19 = Box(Enumerator_t02FBEF5309FE3C4F8A7A1140B9590258FF5FA547_il2cpp_TypeInfo_var, &L_18); return (RuntimeObject*)L_19; } } // System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNamespaceManager_LookupNamespace_mF74C1AB564ACC6AA07E3AE61BB2F0DB03833E0D3 (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * __this, String_t* ___prefix0, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___prefix0; int32_t L_1; L_1 = XmlNamespaceManager_LookupNamespaceDecl_m51D3F629C9788D7081F017E207A6E41A7966E2DA(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_001e; } } { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_3 = __this->get_nsdecls_0(); int32_t L_4 = V_0; NullCheck(L_3); String_t* L_5 = ((L_3)->GetAddressAt(static_cast(L_4)))->get_uri_1(); return L_5; } IL_001e: { return (String_t*)NULL; } } // System.Int32 System.Xml.XmlNamespaceManager::LookupNamespaceDecl(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNamespaceManager_LookupNamespaceDecl_m51D3F629C9788D7081F017E207A6E41A7966E2DA (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * __this, String_t* ___prefix0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m8E06A6DF244254BF419D7EC23A9A6809E19A544D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { bool L_0 = __this->get_useHashtable_5(); if (!L_0) { goto IL_0047; } } { Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * L_1 = __this->get_hashTable_4(); String_t* L_2 = ___prefix0; NullCheck(L_1); bool L_3; L_3 = Dictionary_2_TryGetValue_m8E06A6DF244254BF419D7EC23A9A6809E19A544D(L_1, L_2, (int32_t*)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m8E06A6DF244254BF419D7EC23A9A6809E19A544D_RuntimeMethod_var); if (!L_3) { goto IL_0045; } } { goto IL_002c; } IL_001a: { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_4 = __this->get_nsdecls_0(); int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = ((L_4)->GetAddressAt(static_cast(L_5)))->get_previousNsIndex_3(); V_0 = L_6; } IL_002c: { int32_t L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)(-1)))) { goto IL_0043; } } { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_8 = __this->get_nsdecls_0(); int32_t L_9 = V_0; NullCheck(L_8); String_t* L_10 = ((L_8)->GetAddressAt(static_cast(L_9)))->get_uri_1(); if (!L_10) { goto IL_001a; } } IL_0043: { int32_t L_11 = V_0; return L_11; } IL_0045: { return (-1); } IL_0047: { int32_t L_12 = __this->get_lastDecl_1(); V_1 = L_12; goto IL_007d; } IL_0050: { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_13 = __this->get_nsdecls_0(); int32_t L_14 = V_1; NullCheck(L_13); String_t* L_15 = ((L_13)->GetAddressAt(static_cast(L_14)))->get_prefix_0(); String_t* L_16 = ___prefix0; if ((!(((RuntimeObject*)(String_t*)L_15) == ((RuntimeObject*)(String_t*)L_16)))) { goto IL_0079; } } { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_17 = __this->get_nsdecls_0(); int32_t L_18 = V_1; NullCheck(L_17); String_t* L_19 = ((L_17)->GetAddressAt(static_cast(L_18)))->get_uri_1(); if (!L_19) { goto IL_0079; } } { int32_t L_20 = V_1; return L_20; } IL_0079: { int32_t L_21 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1)); } IL_007d: { int32_t L_22 = V_1; if ((((int32_t)L_22) >= ((int32_t)0))) { goto IL_0050; } } { int32_t L_23 = __this->get_lastDecl_1(); V_2 = L_23; goto IL_00bc; } IL_008a: { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_24 = __this->get_nsdecls_0(); int32_t L_25 = V_2; NullCheck(L_24); String_t* L_26 = ((L_24)->GetAddressAt(static_cast(L_25)))->get_prefix_0(); String_t* L_27 = ___prefix0; bool L_28; L_28 = String_Equals_mCB0E1C045647658CF6B7C646F98F938750AB1B19(L_26, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00b8; } } { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_29 = __this->get_nsdecls_0(); int32_t L_30 = V_2; NullCheck(L_29); String_t* L_31 = ((L_29)->GetAddressAt(static_cast(L_30)))->get_uri_1(); if (!L_31) { goto IL_00b8; } } { int32_t L_32 = V_2; return L_32; } IL_00b8: { int32_t L_33 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)1)); } IL_00bc: { int32_t L_34 = V_2; if ((((int32_t)L_34) >= ((int32_t)0))) { goto IL_008a; } } { return (-1); } } // System.String System.Xml.XmlNamespaceManager::LookupPrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNamespaceManager_LookupPrefix_m425F9EF7884A37B60094DB976AE34668C52E37A9 (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * __this, String_t* ___uri0, const RuntimeMethod* method) { int32_t V_0 = 0; String_t* V_1 = NULL; { int32_t L_0 = __this->get_lastDecl_1(); V_0 = L_0; goto IL_0049; } IL_0009: { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_1 = __this->get_nsdecls_0(); int32_t L_2 = V_0; NullCheck(L_1); String_t* L_3 = ((L_1)->GetAddressAt(static_cast(L_2)))->get_uri_1(); String_t* L_4 = ___uri0; bool L_5; L_5 = String_Equals_mCB0E1C045647658CF6B7C646F98F938750AB1B19(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0045; } } { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_6 = __this->get_nsdecls_0(); int32_t L_7 = V_0; NullCheck(L_6); String_t* L_8 = ((L_6)->GetAddressAt(static_cast(L_7)))->get_prefix_0(); V_1 = L_8; String_t* L_9 = V_1; String_t* L_10; L_10 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(13 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, __this, L_9); String_t* L_11 = ___uri0; bool L_12; L_12 = String_Equals_mCB0E1C045647658CF6B7C646F98F938750AB1B19(L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0045; } } { String_t* L_13 = V_1; return L_13; } IL_0045: { int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)); } IL_0049: { int32_t L_15 = V_0; if ((((int32_t)L_15) >= ((int32_t)0))) { goto IL_0009; } } { return (String_t*)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode__ctor_mAC511AB5C6FA608DA32C9398AAB9756814CE2E36 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // 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) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc0; 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*)&XmlNode__ctor_m207DC6243081054B0B14F1BAB882D457B8CFD465_RuntimeMethod_var))); } IL_0019: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_3 = ___doc0; __this->set_parentNode_0(L_3); return; } } // System.String System.Xml.XmlNode::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNode_get_Value_m3269F006DE9360F7A6980197C75D20BA1EC40A63 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { { return (String_t*)NULL; } } // System.Void System.Xml.XmlNode::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_set_Value_m699A61B8F464D40FB786A96CFD3EE5E0C8C6C471 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, String_t* ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); String_t* L_1; L_1 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral254468B9B3F6F07A1FFFDB33F24DE6C9C383E0D6)), /*hidden argument*/NULL); int32_t L_2; L_2 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, __this); V_0 = L_2; RuntimeObject * L_3 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81_il2cpp_TypeInfo_var)), (&V_0)); NullCheck(L_3); String_t* L_4; L_4 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3); V_0 = *(int32_t*)UnBox(L_3); String_t* L_5; L_5 = String_Format_m65D1D384B19FD8F7BD8BC71EE2B75E00488853DB(L_0, L_1, L_4, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_6 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNode_set_Value_m699A61B8F464D40FB786A96CFD3EE5E0C8C6C471_RuntimeMethod_var))); } } // System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNode_get_ParentNode_mAE5BBA15BE0FF8FE4869BFCA1ECB6740C969B7A8 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, 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; } XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_0 = NULL; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_1 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = __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); if ((((int32_t)L_1) == ((int32_t)((int32_t)9)))) { goto IL_0016; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = __this->get_parentNode_0(); return L_2; } IL_0016: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = __this->get_parentNode_0(); NullCheck(L_3); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4; L_4 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_3); V_0 = ((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)IsInstClass((RuntimeObject*)L_4, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var)); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_5 = V_0; if (!L_5) { goto IL_0045; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_6 = V_0; V_1 = L_6; } IL_002c: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_7 = V_1; if ((!(((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_7) == ((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)))) { goto IL_0037; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = __this->get_parentNode_0(); return L_8; } IL_0037: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_9 = V_1; NullCheck(L_9); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_10 = L_9->get_next_1(); V_1 = L_10; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_11 = V_1; if (!L_11) { goto IL_0045; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_12 = V_1; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_13 = V_0; if ((!(((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_12) == ((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_13)))) { goto IL_002c; } } IL_0045: { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } // System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * XmlNode_get_ChildNodes_m79A5026EB76C90EC40CF1AC668060C755A017253 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlChildNodes_t2146FA67722B453134AC4DC4B33C3B670B8BE2BB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlChildNodes_t2146FA67722B453134AC4DC4B33C3B670B8BE2BB * L_0 = (XmlChildNodes_t2146FA67722B453134AC4DC4B33C3B670B8BE2BB *)il2cpp_codegen_object_new(XmlChildNodes_t2146FA67722B453134AC4DC4B33C3B670B8BE2BB_il2cpp_TypeInfo_var); XmlChildNodes__ctor_m447E865BB02D414739239B061BF2328552BAF0D7(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Xml.XmlNode System.Xml.XmlNode::get_PreviousSibling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNode_get_PreviousSibling_m6E1CFC4C582AA1D3BF77C3821A3ABADEEF9F0E09 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } // System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNode_get_NextSibling_m3A77EB7E743DF9B78C917565D969500A8DC6EDFB (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } // System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * XmlNode_get_Attributes_m38FFB30134CCD76CFABE0B754AA0211AB1072D73 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { { return (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 *)NULL; } } // System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * XmlNode_get_OwnerDocument_m8CFF730476C42A3D96BEF3B5A476E8B58CFC50DD (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __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 = __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); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)9))))) { goto IL_001b; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = __this->get_parentNode_0(); return ((XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)CastclassClass((RuntimeObject*)L_2, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var)); } IL_001b: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = __this->get_parentNode_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); return L_4; } } // System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNode_get_FirstChild_m608A11E859422F1131324FE6B6D7B4EFFB418C81 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_0 = NULL; { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0; L_0 = VirtFuncInvoker0< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(19 /* System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() */, __this); V_0 = L_0; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_1 = V_0; if (!L_1) { goto IL_0011; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_2 = V_0; NullCheck(L_2); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_3 = L_2->get_next_1(); return L_3; } IL_0011: { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } // System.Xml.XmlNode System.Xml.XmlNode::get_LastChild() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNode_get_LastChild_m7B527C0690D24F8C77C7AFFA20050703FCF5E289 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0; L_0 = VirtFuncInvoker0< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(19 /* System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() */, __this); return L_0; } } // System.Boolean System.Xml.XmlNode::get_IsContainer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNode_get_IsContainer_m3366F08B445E20FDC796B161D8FB81041F41F4AC (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * XmlNode_get_LastNode_m9CB959135B424720727D9A0CE6EE129DB7228E93 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { { return (XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)NULL; } } // System.Void System.Xml.XmlNode::set_LastNode(System.Xml.XmlLinkedNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_set_LastNode_mCB14554CF822AC8101E11F6DAD7561E08F182890 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___value0, const RuntimeMethod* method) { { return; } } // System.Boolean System.Xml.XmlNode::AncestorNode(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNode_AncestorNode_mAD8557E379C49F4B2C5810337135A37452C97CF9 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = 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; goto IL_0016; } IL_0009: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ___node0; if ((!(((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_1) == ((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_2)))) { goto IL_000f; } } { return (bool)1; } IL_000f: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = V_0; NullCheck(L_3); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4; L_4 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_3); V_0 = L_4; } IL_0016: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = V_0; if (!L_5) { goto IL_001d; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = V_0; if ((!(((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_6) == ((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)))) { goto IL_0009; } } IL_001d: { return (bool)0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_0 = NULL; String_t* V_1 = NULL; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * V_2 = NULL; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_3 = NULL; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_4 = NULL; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_5 = NULL; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_6 = NULL; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_7 = NULL; { bool L_0; L_0 = VirtFuncInvoker0< bool >::Invoke(18 /* System.Boolean System.Xml.XmlNode::get_IsContainer() */, __this); if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8B0ED13848CE950B6978D8664D9AA86276D1D7EC)), /*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*)&XmlNode_RemoveChild_mC77839B44A954B72F4AA2ED2FD9DEB58F13D1E10_RuntimeMethod_var))); } IL_0018: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = ___oldChild0; NullCheck(L_3); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4; L_4 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_3); if ((((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_4) == ((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this))) { goto IL_0031; } } { String_t* L_5; L_5 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral83B75ABE2D6148C9AF405ED548AE801DC19C6A02)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNode_RemoveChild_mC77839B44A954B72F4AA2ED2FD9DEB58F13D1E10_RuntimeMethod_var))); } IL_0031: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = ___oldChild0; V_0 = ((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)CastclassClass((RuntimeObject*)L_7, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var)); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_8 = V_0; NullCheck(L_8); String_t* L_9; L_9 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_8); V_1 = L_9; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_10 = V_0; String_t* L_11 = V_1; String_t* L_12 = V_1; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_13; L_13 = 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, L_10, __this, (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL, L_11, L_12, 1); V_2 = L_13; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_14 = V_2; if (!L_14) { goto IL_0056; } } { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_15 = V_2; VirtActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(44 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, __this, L_15); } IL_0056: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_16; L_16 = VirtFuncInvoker0< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(19 /* System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() */, __this); V_3 = L_16; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_17 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_18; L_18 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); if ((!(((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_17) == ((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_18)))) { goto IL_00c0; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_19 = V_0; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_20 = V_3; if ((!(((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_19) == ((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_20)))) { goto IL_0084; } } { VirtActionInvoker1< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(20 /* System.Void System.Xml.XmlNode::set_LastNode(System.Xml.XmlLinkedNode) */, __this, (XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)NULL); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_21 = V_0; NullCheck(L_21); L_21->set_next_1((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)NULL); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_22 = V_0; NullCheck(L_22); VirtActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(40 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, L_22, (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL); goto IL_014f; } IL_0084: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_23 = V_0; NullCheck(L_23); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_24 = L_23->get_next_1(); V_4 = L_24; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_25 = V_4; NullCheck(L_25); bool L_26; L_26 = VirtFuncInvoker0< bool >::Invoke(46 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_25); if (!L_26) { goto IL_00a5; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_27 = V_0; NullCheck(L_27); bool L_28; L_28 = VirtFuncInvoker0< bool >::Invoke(46 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_27); if (!L_28) { goto IL_00a5; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_29 = V_0; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_30 = V_4; XmlNode_UnnestTextNodes_mDDF8F2063E639E3416A03B0AC8E86A9818DA06E9(L_29, L_30, /*hidden argument*/NULL); } IL_00a5: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_31 = V_3; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_32 = V_4; NullCheck(L_31); L_31->set_next_1(L_32); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_33 = V_0; NullCheck(L_33); L_33->set_next_1((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)NULL); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_34 = V_0; NullCheck(L_34); VirtActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(40 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, L_34, (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL); goto IL_014f; } IL_00c0: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_35 = V_0; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_36 = V_3; if ((!(((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_35) == ((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_36)))) { goto IL_00f6; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_37 = V_0; NullCheck(L_37); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_38; L_38 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_PreviousSibling() */, L_37); V_5 = ((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)CastclassClass((RuntimeObject*)L_38, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var)); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_39 = V_5; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_40 = V_0; NullCheck(L_40); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_41 = L_40->get_next_1(); NullCheck(L_39); L_39->set_next_1(L_41); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_42 = V_5; VirtActionInvoker1< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(20 /* System.Void System.Xml.XmlNode::set_LastNode(System.Xml.XmlLinkedNode) */, __this, L_42); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_43 = V_0; NullCheck(L_43); L_43->set_next_1((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)NULL); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_44 = V_0; NullCheck(L_44); VirtActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(40 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, L_44, (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL); goto IL_014f; } IL_00f6: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_45 = V_0; NullCheck(L_45); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_46; L_46 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_PreviousSibling() */, L_45); V_6 = ((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)CastclassClass((RuntimeObject*)L_46, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var)); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_47 = V_0; NullCheck(L_47); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_48 = L_47->get_next_1(); V_7 = L_48; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_49 = V_7; NullCheck(L_49); bool L_50; L_50 = VirtFuncInvoker0< bool >::Invoke(46 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_49); if (!L_50) { goto IL_0138; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_51 = V_6; NullCheck(L_51); bool L_52; L_52 = VirtFuncInvoker0< bool >::Invoke(46 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_51); if (!L_52) { goto IL_0128; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_53 = V_6; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_54 = V_7; XmlNode_NestTextNodes_mED83B3CE556B31D68DC0FD4890D273E8A1C9D3C1(L_53, L_54, /*hidden argument*/NULL); goto IL_0138; } IL_0128: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_55 = V_0; NullCheck(L_55); bool L_56; L_56 = VirtFuncInvoker0< bool >::Invoke(46 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_55); if (!L_56) { goto IL_0138; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_57 = V_0; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_58 = V_7; XmlNode_UnnestTextNodes_mDDF8F2063E639E3416A03B0AC8E86A9818DA06E9(L_57, L_58, /*hidden argument*/NULL); } IL_0138: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_59 = V_6; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_60 = V_7; NullCheck(L_59); L_59->set_next_1(L_60); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_61 = V_0; NullCheck(L_61); L_61->set_next_1((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)NULL); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_62 = V_0; NullCheck(L_62); VirtActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(40 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, L_62, (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL); } IL_014f: { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_63 = V_2; if (!L_63) { goto IL_0159; } } { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_64 = V_2; VirtActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(45 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, __this, L_64); } IL_0159: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_65 = ___oldChild0; return L_65; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * V_0 = NULL; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * V_1 = NULL; String_t* V_2 = NULL; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * V_3 = NULL; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_4 = NULL; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_5 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_6 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_7 = 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; if (L_1) { goto IL_0011; } } { V_0 = ((XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)IsInstClass((RuntimeObject*)__this, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var)); } IL_0011: { bool L_2; L_2 = VirtFuncInvoker0< bool >::Invoke(18 /* System.Boolean System.Xml.XmlNode::get_IsContainer() */, __this); if (L_2) { goto IL_0029; } } { String_t* L_3; L_3 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6A27EFA262531B73C56149281CD01E877253B609)), /*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*)&XmlNode_AppendChild_mACC6D307F28E86D7739D03C89471A7F789F3553B_RuntimeMethod_var))); } IL_0029: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = ___newChild0; if ((((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this) == ((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_5))) { goto IL_0036; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = ___newChild0; bool L_7; L_7 = XmlNode_AncestorNode_mAD8557E379C49F4B2C5810337135A37452C97CF9(__this, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0046; } } IL_0036: { String_t* L_8; L_8 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral72B68EC7EE16DACDB68DF6B1DB68A228CDEC0C10)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNode_AppendChild_mACC6D307F28E86D7739D03C89471A7F789F3553B_RuntimeMethod_var))); } IL_0046: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10 = ___newChild0; NullCheck(L_10); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_11; L_11 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_10); if (!L_11) { goto IL_005b; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_12 = ___newChild0; NullCheck(L_12); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_13; L_13 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_12); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_14 = ___newChild0; NullCheck(L_13); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_15; L_15 = VirtFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(21 /* System.Xml.XmlNode System.Xml.XmlNode::RemoveChild(System.Xml.XmlNode) */, L_13, L_14); } IL_005b: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_16 = ___newChild0; NullCheck(L_16); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_17; L_17 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_16); V_1 = L_17; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_18 = V_1; if (!L_18) { goto IL_007d; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_19 = V_1; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_20 = V_0; if ((((RuntimeObject*)(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)L_19) == ((RuntimeObject*)(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)L_20))) { goto IL_007d; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_21 = V_1; if ((((RuntimeObject*)(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)L_21) == ((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this))) { goto IL_007d; } } { String_t* L_22; L_22 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral30C13821C826B173FCA1891444657D393513F574)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_23 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_23, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNode_AppendChild_mACC6D307F28E86D7739D03C89471A7F789F3553B_RuntimeMethod_var))); } IL_007d: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_24 = ___newChild0; NullCheck(L_24); int32_t L_25; L_25 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_24); if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)11))))) { goto IL_00b7; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_26 = ___newChild0; NullCheck(L_26); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_27; L_27 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_26); V_6 = L_27; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_28 = V_6; V_7 = L_28; goto IL_00b0; } IL_0095: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_29 = V_7; NullCheck(L_29); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_30; L_30 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(13 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_29); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_31 = ___newChild0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_32 = V_7; NullCheck(L_31); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_33; L_33 = VirtFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(21 /* System.Xml.XmlNode System.Xml.XmlNode::RemoveChild(System.Xml.XmlNode) */, L_31, L_32); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_34 = V_7; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_35; L_35 = VirtFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) */, __this, L_34); V_7 = L_30; } IL_00b0: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_36 = V_7; if (L_36) { goto IL_0095; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_37 = V_6; return L_37; } IL_00b7: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_38 = ___newChild0; if (!((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)IsInstClass((RuntimeObject*)L_38, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var))) { goto IL_00cd; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_39 = ___newChild0; NullCheck(L_39); int32_t L_40; L_40 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_39); bool L_41; L_41 = VirtFuncInvoker1< bool, int32_t >::Invoke(24 /* System.Boolean System.Xml.XmlNode::IsValidChildType(System.Xml.XmlNodeType) */, __this, L_40); if (L_41) { goto IL_00dd; } } IL_00cd: { String_t* L_42; L_42 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC5D6C64CCB50E5090409E08FDF71792E4E9A8F6D)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_43 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_43, L_42, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNode_AppendChild_mACC6D307F28E86D7739D03C89471A7F789F3553B_RuntimeMethod_var))); } IL_00dd: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_44 = ___newChild0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_45; L_45 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(17 /* System.Xml.XmlNode System.Xml.XmlNode::get_LastChild() */, __this); bool L_46; L_46 = VirtFuncInvoker2< bool, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(25 /* System.Boolean System.Xml.XmlNode::CanInsertAfter(System.Xml.XmlNode,System.Xml.XmlNode) */, __this, L_44, L_45); if (L_46) { goto IL_00fc; } } { String_t* L_47; L_47 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral52E7AA29D33516D76AAE995603260C880821A398)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_48 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_48, L_47, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_48, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNode_AppendChild_mACC6D307F28E86D7739D03C89471A7F789F3553B_RuntimeMethod_var))); } IL_00fc: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_49 = ___newChild0; NullCheck(L_49); String_t* L_50; L_50 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_49); V_2 = L_50; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_51 = ___newChild0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_52 = ___newChild0; NullCheck(L_52); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_53; L_53 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_52); String_t* L_54 = V_2; String_t* L_55 = V_2; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_56; L_56 = 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, L_51, L_53, __this, L_54, L_55, 0); V_3 = L_56; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_57 = V_3; if (!L_57) { goto IL_011f; } } { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_58 = V_3; VirtActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(44 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, __this, L_58); } IL_011f: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_59; L_59 = VirtFuncInvoker0< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(19 /* System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() */, __this); V_4 = L_59; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_60 = ___newChild0; V_5 = ((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)CastclassClass((RuntimeObject*)L_60, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var)); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_61 = V_4; if (L_61) { goto IL_014e; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_62 = V_5; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_63 = V_5; NullCheck(L_62); L_62->set_next_1(L_63); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_64 = V_5; VirtActionInvoker1< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(20 /* System.Void System.Xml.XmlNode::set_LastNode(System.Xml.XmlLinkedNode) */, __this, L_64); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_65 = V_5; NullCheck(L_65); VirtActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(40 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, L_65, __this); goto IL_0190; } IL_014e: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_66 = V_5; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_67 = V_4; NullCheck(L_67); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_68 = L_67->get_next_1(); NullCheck(L_66); L_66->set_next_1(L_68); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_69 = V_4; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_70 = V_5; NullCheck(L_69); L_69->set_next_1(L_70); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_71 = V_5; VirtActionInvoker1< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(20 /* System.Void System.Xml.XmlNode::set_LastNode(System.Xml.XmlLinkedNode) */, __this, L_71); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_72 = V_5; NullCheck(L_72); VirtActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(40 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, L_72, __this); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_73 = V_4; NullCheck(L_73); bool L_74; L_74 = VirtFuncInvoker0< bool >::Invoke(46 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_73); if (!L_74) { goto IL_0190; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_75 = V_5; NullCheck(L_75); bool L_76; L_76 = VirtFuncInvoker0< bool >::Invoke(46 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_75); if (!L_76) { goto IL_0190; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_77 = V_4; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_78 = V_5; XmlNode_NestTextNodes_mED83B3CE556B31D68DC0FD4890D273E8A1C9D3C1(L_77, L_78, /*hidden argument*/NULL); } IL_0190: { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_79 = V_3; if (!L_79) { goto IL_019a; } } { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_80 = V_3; VirtActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(45 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, __this, L_80); } IL_019a: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_81 = V_5; return L_81; } } // System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNode_AppendChildForLoad_mB5F3E5256885F875F7B7400E75A8F8E0E2F98770 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __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: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_6; L_6 = VirtFuncInvoker0< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(19 /* System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() */, __this); V_1 = L_6; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = ___newChild0; V_2 = ((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)CastclassClass((RuntimeObject*)L_7, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var)); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_8 = V_1; if (L_8) { goto IL_003b; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_9 = V_2; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_10 = V_2; NullCheck(L_9); L_9->set_next_1(L_10); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_11 = V_2; VirtActionInvoker1< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(20 /* System.Void System.Xml.XmlNode::set_LastNode(System.Xml.XmlLinkedNode) */, __this, L_11); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_12 = V_2; NullCheck(L_12); VirtActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(41 /* System.Void System.Xml.XmlNode::SetParentForLoad(System.Xml.XmlNode) */, L_12, __this); goto IL_0075; } IL_003b: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_13 = V_2; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_14 = V_1; 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_1; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_17 = V_2; NullCheck(L_16); L_16->set_next_1(L_17); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_18 = V_2; VirtActionInvoker1< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(20 /* System.Void System.Xml.XmlNode::set_LastNode(System.Xml.XmlLinkedNode) */, __this, L_18); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_19 = V_1; 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_006e; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_21 = V_2; 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_006e; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_23 = V_1; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_24 = V_2; XmlNode_NestTextNodes_mED83B3CE556B31D68DC0FD4890D273E8A1C9D3C1(L_23, L_24, /*hidden argument*/NULL); goto IL_0075; } IL_006e: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_25 = V_2; NullCheck(L_25); VirtActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(41 /* System.Void System.Xml.XmlNode::SetParentForLoad(System.Xml.XmlNode) */, L_25, __this); } IL_0075: { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_26 = V_0; if (!L_26) { goto IL_007f; } } { 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_007f: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_29 = V_2; return L_29; } } // System.Boolean System.Xml.XmlNode::IsValidChildType(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNode_IsValidChildType_m24091114A5C7A85DF170AEF4D61BD145E0934F62 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, int32_t ___type0, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Xml.XmlNode::CanInsertAfter(System.Xml.XmlNode,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNode_CanInsertAfter_m09EA78319ADEC22DE2A1541FB1B1E800D5F65239 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newChild0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___refChild1, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.Xml.XmlNode::get_HasChildNodes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNode_get_HasChildNodes_m67ADDD7AEE1E6085A90D74CA9CB0D1FA36D57F99 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0; L_0 = VirtFuncInvoker0< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(19 /* System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() */, __this); return (bool)((!(((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Void System.Xml.XmlNode::CopyChildren(System.Xml.XmlDocument,System.Xml.XmlNode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_CopyChildren_m31A64E8938119E967A318D55CBB1A1BB4BBC1A5E (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___container1, bool ___deep2, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___container1; 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 = V_0; bool L_3 = ___deep2; NullCheck(L_2); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4; L_4 = VirtFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, bool >::Invoke(27 /* System.Xml.XmlNode System.Xml.XmlNode::CloneNode(System.Boolean) */, L_2, L_3); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_5 = ___doc0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6; L_6 = VirtFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, __this, L_4, 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.String System.Xml.XmlNode::get_NamespaceURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNode_get_NamespaceURI_m807E3EC862ABED967BB70F80FA6215347C7B4AC3 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __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 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_0; } } // System.String System.Xml.XmlNode::get_Prefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNode_get_Prefix_mD1B37145F067CC430B5BDB8EBCCDA418280C50C3 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __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 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_0; } } // System.Boolean System.Xml.XmlNode::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNode_get_IsReadOnly_m9B0DB6559D699ACA8A97A440D696652E2AB74CF0 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); bool L_1; L_1 = XmlNode_HasReadOnlyParent_mF2AF1C3B5B005B113835B069DC064C8B198B654A(__this, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Xml.XmlNode::HasReadOnlyParent(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNode_HasReadOnlyParent_mF2AF1C3B5B005B113835B069DC064C8B198B654A (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___n0, 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; { goto IL_002c; } IL_0002: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___n0; 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 ((((int32_t)L_2) == ((int32_t)2))) { goto IL_0015; } } { int32_t L_3 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)5))) <= ((uint32_t)1)))) { goto IL_0024; } } { return (bool)1; } IL_0015: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = ___n0; NullCheck(((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_4, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var))); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_5; L_5 = VirtFuncInvoker0< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * >::Invoke(48 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_4, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var))); ___n0 = L_5; goto IL_002c; } IL_0024: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = ___n0; NullCheck(L_6); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7; L_7 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_6); ___n0 = L_7; } IL_002c: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = ___n0; if (L_8) { goto IL_0002; } } { return (bool)0; } } // System.Object System.Xml.XmlNode::System.ICloneable.Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlNode_System_ICloneable_Clone_m16DB7503EB5DF429754341B75ADE4C13F5E0D56B (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0; L_0 = VirtFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, bool >::Invoke(27 /* System.Xml.XmlNode System.Xml.XmlNode::CloneNode(System.Boolean) */, __this, (bool)1); return L_0; } } // System.Collections.IEnumerator System.Xml.XmlNode::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlNode_System_Collections_IEnumerable_GetEnumerator_mC7D6329FEF45EE989276469F9E13D5E60B90C9C1 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 * L_0 = (XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 *)il2cpp_codegen_object_new(XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559_il2cpp_TypeInfo_var); XmlChildEnumerator__ctor_m05CAB16D0FC521D715119DFE83D2B11C7BB2FD8D(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Collections.IEnumerator System.Xml.XmlNode::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlNode_GetEnumerator_mC187AF2BF73786D5CE179372FED102A19630C1FC (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 * L_0 = (XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 *)il2cpp_codegen_object_new(XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559_il2cpp_TypeInfo_var); XmlChildEnumerator__ctor_m05CAB16D0FC521D715119DFE83D2B11C7BB2FD8D(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Xml.XmlNode::AppendChildText(System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_AppendChildText_m0462C1366B56FB55B04821B890A521155952CC1A (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, StringBuilder_t * ___builder0, 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_0054; } IL_0009: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = V_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); if (L_2) { goto IL_0046; } } { 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)3))) { goto IL_0037; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = V_0; NullCheck(L_5); int32_t L_6; L_6 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_5); if ((((int32_t)L_6) == ((int32_t)4))) { goto IL_0037; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = V_0; NullCheck(L_7); int32_t L_8; L_8 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_7); if ((((int32_t)L_8) == ((int32_t)((int32_t)13)))) { goto IL_0037; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = V_0; NullCheck(L_9); int32_t L_10; L_10 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_9); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)14))))) { goto IL_004d; } } IL_0037: { StringBuilder_t * L_11 = ___builder0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_12 = V_0; NullCheck(L_12); String_t* L_13; L_13 = VirtFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_InnerText() */, L_12); NullCheck(L_11); StringBuilder_t * L_14; L_14 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_11, L_13, /*hidden argument*/NULL); goto IL_004d; } IL_0046: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_15 = V_0; StringBuilder_t * L_16 = ___builder0; NullCheck(L_15); XmlNode_AppendChildText_m0462C1366B56FB55B04821B890A521155952CC1A(L_15, L_16, /*hidden argument*/NULL); } IL_004d: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_17 = V_0; NullCheck(L_17); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_18; L_18 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(13 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_17); V_0 = L_18; } IL_0054: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_19 = V_0; if (L_19) { goto IL_0009; } } { return; } } // 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) { 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; } XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; StringBuilder_t * V_1 = NULL; int32_t V_2 = 0; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0; L_0 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); V_0 = L_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = V_0; if (L_1) { goto IL_0010; } } { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_2; } IL_0010: { 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); if (L_4) { goto IL_0033; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = V_0; NullCheck(L_5); int32_t L_6; L_6 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_5); V_2 = L_6; int32_t L_7 = V_2; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)3))) > ((uint32_t)1)))) { goto IL_002c; } } { int32_t L_8 = V_2; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)13)))) <= ((uint32_t)1)))) { goto IL_0033; } } IL_002c: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = V_0; NullCheck(L_9); String_t* L_10; L_10 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_9); return L_10; } IL_0033: { StringBuilder_t * L_11 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_11, /*hidden argument*/NULL); V_1 = L_11; StringBuilder_t * L_12 = V_1; XmlNode_AppendChildText_m0462C1366B56FB55B04821B890A521155952CC1A(__this, L_12, /*hidden argument*/NULL); StringBuilder_t * L_13 = V_1; NullCheck(L_13); String_t* L_14; L_14 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13); return L_14; } } // 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) { 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; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = V_0; if (!L_1) { goto IL_0023; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = V_0; NullCheck(L_2); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3; L_3 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(13 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_2); if (L_3) { goto IL_0023; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_4); if ((!(((uint32_t)L_5) == ((uint32_t)3)))) { goto IL_0023; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = V_0; String_t* L_7 = ___value0; NullCheck(L_6); VirtActionInvoker1< String_t* >::Invoke(8 /* System.Void System.Xml.XmlNode::set_Value(System.String) */, L_6, L_7); return; } IL_0023: { VirtActionInvoker0::Invoke(39 /* System.Void System.Xml.XmlNode::RemoveAll() */, __this); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_8; L_8 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); String_t* L_9 = ___value0; NullCheck(L_8); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_10; L_10 = VirtFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(56 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_8, L_9); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_11; L_11 = VirtFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) */, __this, L_10); return; } } // System.Void System.Xml.XmlNode::set_InnerXml(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_set_InnerXml_mDF4EFE0A704D135E52164E7CDF7AC9A1A58F388E (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __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*)&_stringLiteralDB06DE16F44A88CD00ED1FDBEB9E9BFE0F4D1C2A)), /*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*)&XmlNode_set_InnerXml_mDF4EFE0A704D135E52164E7CDF7AC9A1A58F388E_RuntimeMethod_var))); } } // System.String System.Xml.XmlNode::get_BaseURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNode_get_BaseURI_m2B44DFBF2731195855CD43A27CCA9FAE51025289 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; int32_t V_1 = 0; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0; L_0 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); V_0 = L_0; goto IL_003b; } IL_0009: { 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); V_1 = L_2; int32_t L_3 = V_1; if ((!(((uint32_t)L_3) == ((uint32_t)5)))) { goto IL_0020; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = V_0; NullCheck(((XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 *)CastclassClass((RuntimeObject*)L_4, XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94_il2cpp_TypeInfo_var))); String_t* L_5; L_5 = XmlEntityReference_get_ChildBaseURI_mEECCAFAFA9976549B810CDB4A77B37F0E6FF60EC(((XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 *)CastclassClass((RuntimeObject*)L_4, XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0020: { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)9)))) { goto IL_002d; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)6))) { goto IL_002d; } } { int32_t L_8 = V_1; if ((!(((uint32_t)L_8) == ((uint32_t)2)))) { goto IL_0034; } } IL_002d: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = V_0; NullCheck(L_9); String_t* L_10; L_10 = VirtFuncInvoker0< String_t* >::Invoke(36 /* System.String System.Xml.XmlNode::get_BaseURI() */, L_9); return L_10; } IL_0034: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_11 = V_0; NullCheck(L_11); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_12; L_12 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_11); V_0 = L_12; } IL_003b: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_13 = V_0; if (L_13) { goto IL_0009; } } { String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_14; } } // System.Void System.Xml.XmlNode::RemoveAll() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_RemoveAll_mDE9482286821C04627D4C556CCFBE0ED4063AA0E (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, 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_0018; } IL_0009: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = V_0; NullCheck(L_1); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2; L_2 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(13 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_1); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4; L_4 = VirtFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(21 /* System.Xml.XmlNode System.Xml.XmlNode::RemoveChild(System.Xml.XmlNode) */, __this, L_3); V_0 = L_2; } IL_0018: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = V_0; if (L_5) { goto IL_0009; } } { return; } } // System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_SetParent_m021F240181C9BB6F6544ED159F683BBDE5C5CA2D (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method) { { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___node0; if (L_0) { goto IL_0010; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1; L_1 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); __this->set_parentNode_0(L_1); return; } IL_0010: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ___node0; __this->set_parentNode_0(L_2); return; } } // System.Void System.Xml.XmlNode::SetParentForLoad(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_SetParentForLoad_mB7E2DA767CFA873DA0D327F6BEC644D5C40B5EFB (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method) { { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___node0; __this->set_parentNode_0(L_0); return; } } // System.Xml.XmlNode System.Xml.XmlNode::FindChild(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNode_FindChild_mB9E1EE4B1C73C888B6820B7A7F1EC08E316463CA (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, int32_t ___type0, 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_001b; } IL_0009: { 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 = ___type0; if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_0014; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = V_0; return L_4; } IL_0014: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = V_0; NullCheck(L_5); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6; L_6 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(13 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_5); V_0 = L_6; } IL_001b: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = V_0; if (L_7) { goto IL_0009; } } { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } // System.Xml.XmlNodeChangedEventArgs System.Xml.XmlNode::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 * XmlNode_GetEventArgs_mEC44ED0F39128811939F88B62B8EAEA17BA40024 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___oldParent1, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newParent2, String_t* ___oldValue3, String_t* ___newValue4, int32_t ___action5, 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; if (!L_1) { goto IL_0048; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0038; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = ___newParent2; if (!L_4) { goto IL_001d; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = ___newParent2; NullCheck(L_5); bool L_6; L_6 = VirtFuncInvoker0< bool >::Invoke(32 /* System.Boolean System.Xml.XmlNode::get_IsReadOnly() */, L_5); if (L_6) { goto IL_0028; } } IL_001d: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = ___oldParent1; if (!L_7) { goto IL_0038; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = ___oldParent1; NullCheck(L_8); bool L_9; L_9 = VirtFuncInvoker0< bool >::Invoke(32 /* System.Boolean System.Xml.XmlNode::get_IsReadOnly() */, L_8); if (!L_9) { goto IL_0038; } } IL_0028: { String_t* L_10; L_10 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral84B787B593EEF7C3B662B25A9ACCB9A9CF164BDB)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_11 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNode_GetEventArgs_mEC44ED0F39128811939F88B62B8EAEA17BA40024_RuntimeMethod_var))); } IL_0038: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_12 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_13 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_14 = ___oldParent1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_15 = ___newParent2; String_t* L_16 = ___oldValue3; String_t* L_17 = ___newValue4; int32_t L_18 = ___action5; NullCheck(L_12); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_19; L_19 = 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) */, L_12, L_13, L_14, L_15, L_16, L_17, L_18); return L_19; } IL_0048: { return (XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 *)NULL; } } // System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_BeforeEvent_mCE73EA831F444C2AF48137D02F1FBDAB7E41DECB (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * ___args0, const RuntimeMethod* method) { { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_0 = ___args0; if (!L_0) { goto IL_000f; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1; L_1 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_2 = ___args0; NullCheck(L_1); VirtActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(44 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, L_1, L_2); } IL_000f: { return; } } // System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_AfterEvent_mB5C7DB81BA41DB3F91A173EB211FBA01F66BF71B (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * ___args0, const RuntimeMethod* method) { { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_0 = ___args0; if (!L_0) { goto IL_000f; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1; L_1 = VirtFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_2 = ___args0; NullCheck(L_1); VirtActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(45 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, L_1, L_2); } IL_000f: { return; } } // System.Boolean System.Xml.XmlNode::get_IsText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNode_get_IsText_m48DC8FC4B09EC53880F187EE119E13AC219DBA13 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { { return (bool)0; } } // 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) { { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___nextNode1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ___prevNode0; NullCheck(L_0); L_0->set_parentNode_0(L_1); return; } } // System.Void System.Xml.XmlNode::UnnestTextNodes(System.Xml.XmlNode,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_UnnestTextNodes_mDDF8F2063E639E3416A03B0AC8E86A9818DA06E9 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___prevNode0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___nextNode1, const RuntimeMethod* method) { { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___nextNode1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ___prevNode0; NullCheck(L_1); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2; L_2 = VirtFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_1); NullCheck(L_0); L_0->set_parentNode_0(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma 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.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) { 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); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___node0; __this->set_node_2(L_0); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ___oldParent1; __this->set_oldParent_3(L_1); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ___newParent2; __this->set_newParent_4(L_2); int32_t L_3 = ___action5; __this->set_action_1(L_3); String_t* L_4 = ___oldValue3; __this->set_oldValue_5(L_4); String_t* L_5 = ___newValue4; __this->set_newValue_6(L_5); return; } } // System.Xml.XmlNodeChangedAction System.Xml.XmlNodeChangedEventArgs::get_Action() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNodeChangedEventArgs_get_Action_m7262623D702CF1A999921BA6E48B451210786AD6 (XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_action_1(); 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.XmlNodeChangedEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeChangedEventHandler__ctor_mC27C1B89B3BAC1DCC9A660C5C5C58273A36E498B (XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * __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.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) { 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 *, XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 *, 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< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 *, 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 *, XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); else GenericVirtActionInvoker2< RuntimeObject *, XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1); else VirtActionInvoker2< RuntimeObject *, XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1); } } else { if (___parameterCount == 1) { typedef void (*FunctionPointerType) (RuntimeObject *, XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } } } } // System.IAsyncResult System.Xml.XmlNodeChangedEventHandler::BeginInvoke(System.Object,System.Xml.XmlNodeChangedEventArgs,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlNodeChangedEventHandler_BeginInvoke_mF428AAC39612B7EABAB04AF4E2A0F17CE6394FE0 (XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * __this, RuntimeObject * ___sender0, XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * ___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.XmlNodeChangedEventHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeChangedEventHandler_EndInvoke_mEF5332117E51058B19DE8C51F36E7C1C9012F29F (XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * __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.XmlNodeEventArgs::.ctor(System.Xml.XmlNode,System.Int32,System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeEventArgs__ctor_mEED7307F3B2F890280B8C5F67520AA05005A1D79 (XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___xmlNode0, int32_t ___lineNumber1, int32_t ___linePosition2, RuntimeObject * ___o3, 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); RuntimeObject * L_0 = ___o3; __this->set_o_1(L_0); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ___xmlNode0; __this->set_xmlNode_2(L_1); int32_t L_2 = ___lineNumber1; __this->set_lineNumber_3(L_2); int32_t L_3 = ___linePosition2; __this->set_linePosition_4(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.Serialization.XmlNodeEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeEventHandler__ctor_mCB34A56F735FD5779206042F2D7855DCFB92553F (XmlNodeEventHandler_tF1C40439AD043BB08EEEAA54CC23FD03DF241563 * __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.XmlNodeEventHandler::Invoke(System.Object,System.Xml.Serialization.XmlNodeEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeEventHandler_Invoke_m7B2B32E7FE86B937D544C7E5CCEDBA50852123E7 (XmlNodeEventHandler_tF1C40439AD043BB08EEEAA54CC23FD03DF241563 * __this, RuntimeObject * ___sender0, XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED * ___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 *, XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED *, 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< XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtActionInvoker1< XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtActionInvoker1< XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED *, 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 *, XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); else GenericVirtActionInvoker2< RuntimeObject *, XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1); else VirtActionInvoker2< RuntimeObject *, XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1); } } else { if (___parameterCount == 1) { typedef void (*FunctionPointerType) (RuntimeObject *, XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } } } } // System.IAsyncResult System.Xml.Serialization.XmlNodeEventHandler::BeginInvoke(System.Object,System.Xml.Serialization.XmlNodeEventArgs,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlNodeEventHandler_BeginInvoke_m10C70A8E7500FDB637FBE71614D27579B0579BB5 (XmlNodeEventHandler_tF1C40439AD043BB08EEEAA54CC23FD03DF241563 * __this, RuntimeObject * ___sender0, XmlNodeEventArgs_t568353421AEC2AC5DE69CDD39A6015043EEFA4ED * ___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.XmlNodeEventHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeEventHandler_EndInvoke_mF79EDEC7B5CF256AACA7998B934C0D979D2F07BD (XmlNodeEventHandler_tF1C40439AD043BB08EEEAA54CC23FD03DF241563 * __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.XmlNodeList::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeList_System_IDisposable_Dispose_m82F26D904D70406472DE4E443020196A61221545 (XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * __this, const RuntimeMethod* method) { { VirtActionInvoker0::Invoke(8 /* System.Void System.Xml.XmlNodeList::PrivateDisposeNodeList() */, __this); return; } } // System.Void System.Xml.XmlNodeList::PrivateDisposeNodeList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeList_PrivateDisposeNodeList_mDA517D36D8B0AC506AA7A2C576009929C5B791CB (XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.XmlNodeList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeList__ctor_mDA4B70FD311E6022A0C159DA09B9F2A9CBEE647F (XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma 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.XmlNotation::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNotation__ctor_mA85A6CA3226706A696941A67752259D19D55112D (XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92 * __this, String_t* ___name0, String_t* ___publicId1, String_t* ___systemId2, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc3, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc3; XmlNode__ctor_m207DC6243081054B0B14F1BAB882D457B8CFD465(__this, L_0, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = ___doc3; NullCheck(L_1); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_2; L_2 = XmlDocument_get_NameTable_m0CCA0C27A27C84923F031F9789DD4F749D67AD53(L_1, /*hidden argument*/NULL); String_t* L_3 = ___name0; NullCheck(L_2); String_t* L_4; L_4 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_2, L_3); __this->set_name_3(L_4); String_t* L_5 = ___publicId1; __this->set_publicId_1(L_5); String_t* L_6 = ___systemId2; __this->set_systemId_2(L_6); return; } } // System.String System.Xml.XmlNotation::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNotation_get_Name_m71E3D87914411AFF8AE5BE40CC9E71DB81F354D4 (XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_3(); return L_0; } } // System.String System.Xml.XmlNotation::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNotation_get_LocalName_m2043A233130C9BC0506957B73D72722D5CA6777A (XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_3(); return L_0; } } // System.Xml.XmlNodeType System.Xml.XmlNotation::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNotation_get_NodeType_m3979390D798E4CE7CAA85EC9E83B1BDAC2B74CFA (XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)12)); } } // System.Xml.XmlNode System.Xml.XmlNotation::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNotation_CloneNode_m36F13D50332FF753B58628BCFEC7D571A813DF5F (XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92 * __this, bool ___deep0, const RuntimeMethod* method) { { String_t* L_0; L_0 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral49457BCC8BD0CC8C758CAB29E29AAC6EE6A36D9A)), /*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*)&XmlNotation_CloneNode_m36F13D50332FF753B58628BCFEC7D571A813DF5F_RuntimeMethod_var))); } } // System.Boolean System.Xml.XmlNotation::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNotation_get_IsReadOnly_mDE3926EF9C4A7743C6B133009C87ADC6A41C913C (XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Xml.XmlNotation::set_InnerXml(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNotation_set_InnerXml_m5BE8B376B3C8C63784352A3C5504FF0359B48903 (XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92 * __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*)&_stringLiteralDB06DE16F44A88CD00ED1FDBEB9E9BFE0F4D1C2A)), /*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*)&XmlNotation_set_InnerXml_m5BE8B376B3C8C63784352A3C5504FF0359B48903_RuntimeMethod_var))); } } // System.Void System.Xml.XmlNotation::WriteTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNotation_WriteTo_mABFFF789C2EAD417E0F5AD316EE4D30435354ADA (XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92 * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___w0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.XmlNotation::WriteContentTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNotation_WriteContentTo_mFA3AC3BCCCECBD65DF2C1CEEC54544B95EA7DE17 (XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92 * __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.Void System.Xml.Schema.XmlNumeric10Converter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNumeric10Converter__ctor_m4355E1E23B1214106A6C527434E60E0BB0DD29DB (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __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.XmlNumeric10Converter::Create(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * XmlNumeric10Converter_Create_mFAEF0DD77770233CCD3840206753303BA1AC8094 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * L_1 = (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A *)il2cpp_codegen_object_new(XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A_il2cpp_TypeInfo_var); XmlNumeric10Converter__ctor_m4355E1E23B1214106A6C527434E60E0BB0DD29DB(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Decimal System.Xml.Schema.XmlNumeric10Converter::ToDecimal(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 XmlNumeric10Converter_ToDecimal_m01B803BDCCEE224010B7E2457567CFDAA642CFC8 (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __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*)&XmlNumeric10Converter_ToDecimal_m01B803BDCCEE224010B7E2457567CFDAA642CFC8_RuntimeMethod_var))); } IL_000e: { int32_t L_2; L_2 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)14))))) { goto IL_001f; } } { String_t* L_3 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4; L_4 = XmlConvert_ToDecimal_m927342742687C6D8947928EB67FD4751149007D2(L_3, /*hidden argument*/NULL); return L_4; } IL_001f: { String_t* L_5 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_6; L_6 = XmlConvert_ToInteger_mC2580BA65EEFE11717B5367B5E199577976F37C3(L_5, /*hidden argument*/NULL); return L_6; } } // System.Decimal System.Xml.Schema.XmlNumeric10Converter::ToDecimal(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 XmlNumeric10Converter_ToDecimal_m520BBFC1112F55A8F16772CB3A582C5AFA9E085C (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __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*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); 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*)&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*)&XmlNumeric10Converter_ToDecimal_m520BBFC1112F55A8F16772CB3A582C5AFA9E085C_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_DecimalType_9(); 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 ((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_7, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_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_Int32Type_10(); 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(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_12; L_12 = Decimal_op_Implicit_mA83342DEE0725CF242454832BD0306090E80CCF9(((*(int32_t*)((int32_t*)UnBox(L_11, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_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_Int64Type_11(); 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; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_17; L_17 = Decimal_op_Implicit_m0736049F15FA2C68B5EC46BDED5E98F82D475A56(((*(int64_t*)((int64_t*)UnBox(L_16, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_17; } IL_005b: { 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_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_0075; } } { RuntimeObject * L_21 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_22; L_22 = VirtFuncInvoker1< Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , String_t* >::Invoke(22 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.String) */, __this, ((String_t*)CastclassSealed((RuntimeObject*)L_21, String_t_il2cpp_TypeInfo_var))); return L_22; } IL_0075: { Type_t * L_23 = V_0; 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_XmlAtomicValueType_13(); 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_0098; } } { RuntimeObject * L_26 = ___value0; 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_DecimalType_9(); NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_26, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); RuntimeObject * L_28; L_28 = VirtFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(13 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type) */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_26, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)), L_27); return ((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_28, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var)))); } IL_0098: { RuntimeObject * L_29 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_30 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DecimalType_9(); RuntimeObject * L_31; L_31 = XmlNumeric10Converter_ChangeTypeWildcardDestination_mA5E8B944590B4C1B42186FD29E8015543CF18A65(__this, L_29, L_30, (RuntimeObject*)NULL, /*hidden argument*/NULL); return ((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_31, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var)))); } } // System.Int32 System.Xml.Schema.XmlNumeric10Converter::ToInt32(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNumeric10Converter_ToInt32_m392AA1B9CF6BCC1FBF61273C8616C08E3F28250B (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, int64_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; } { int64_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); int32_t L_1; L_1 = XmlBaseConverter_Int64ToInt32_mEC0C41E484D22F819A55BB016B804DD709B80E93(L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Xml.Schema.XmlNumeric10Converter::ToInt32(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNumeric10Converter_ToInt32_mA8B951FC4AA0574D41056E2C513D38EEB757E415 (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __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); 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*)&XmlNumeric10Converter_ToInt32_mA8B951FC4AA0574D41056E2C513D38EEB757E415_RuntimeMethod_var))); } IL_000e: { int32_t L_2; L_2 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)14))))) { goto IL_0024; } } { String_t* L_3 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4; L_4 = XmlConvert_ToDecimal_m927342742687C6D8947928EB67FD4751149007D2(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); int32_t L_5; L_5 = XmlBaseConverter_DecimalToInt32_m012A0DC69EE789FDFE9CDE647A8186973CCAF3C4(L_4, /*hidden argument*/NULL); return L_5; } IL_0024: { String_t* L_6 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); int32_t L_7; L_7 = XmlConvert_ToInt32_m84811669F130BF79DE56045FA574E87CF4BDC7C7(L_6, /*hidden argument*/NULL); return L_7; } } // System.Int32 System.Xml.Schema.XmlNumeric10Converter::ToInt32(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNumeric10Converter_ToInt32_mC296001DD123F84AE6A59B83348FD26BFF038C08 (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __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*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); 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*)&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*)&XmlNumeric10Converter_ToInt32_mC296001DD123F84AE6A59B83348FD26BFF038C08_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_DecimalType_9(); 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(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); int32_t L_8; L_8 = XmlBaseConverter_DecimalToInt32_m012A0DC69EE789FDFE9CDE647A8186973CCAF3C4(((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_7, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_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_Int32Type_10(); 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 ((*(int32_t*)((int32_t*)UnBox(L_12, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_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_Int64Type_11(); 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; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); int32_t L_17; L_17 = XmlBaseConverter_Int64ToInt32_mEC0C41E484D22F819A55BB016B804DD709B80E93(((*(int64_t*)((int64_t*)UnBox(L_16, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_17; } IL_005b: { 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_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_0075; } } { RuntimeObject * L_21 = ___value0; int32_t L_22; L_22 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.String) */, __this, ((String_t*)CastclassSealed((RuntimeObject*)L_21, String_t_il2cpp_TypeInfo_var))); return L_22; } IL_0075: { Type_t * L_23 = V_0; 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_XmlAtomicValueType_13(); 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_008e; } } { RuntimeObject * L_26 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_26, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); int32_t L_27; L_27 = VirtFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 System.Xml.XPath.XPathItem::get_ValueAsInt() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_26, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); return L_27; } IL_008e: { RuntimeObject * L_28 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_29 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int32Type_10(); RuntimeObject * L_30; L_30 = XmlNumeric10Converter_ChangeTypeWildcardDestination_mA5E8B944590B4C1B42186FD29E8015543CF18A65(__this, L_28, L_29, (RuntimeObject*)NULL, /*hidden argument*/NULL); return ((*(int32_t*)((int32_t*)UnBox(L_30, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); } } // System.Int64 System.Xml.Schema.XmlNumeric10Converter::ToInt64(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlNumeric10Converter_ToInt64_mF594597BF4C9DD6555B9E648DAA75E1A37BD36C3 (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; return ((int64_t)((int64_t)L_0)); } } // System.Int64 System.Xml.Schema.XmlNumeric10Converter::ToInt64(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlNumeric10Converter_ToInt64_m1E5EE6D6A56DC2536B1BC87FD87D532F7964E1EE (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __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); 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*)&XmlNumeric10Converter_ToInt64_m1E5EE6D6A56DC2536B1BC87FD87D532F7964E1EE_RuntimeMethod_var))); } IL_000e: { int32_t L_2; L_2 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)14))))) { goto IL_0024; } } { String_t* L_3 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4; L_4 = XmlConvert_ToDecimal_m927342742687C6D8947928EB67FD4751149007D2(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); int64_t L_5; L_5 = XmlBaseConverter_DecimalToInt64_m821C877425125DBA0C27EFA4AB5A5C902A650FA1(L_4, /*hidden argument*/NULL); return L_5; } IL_0024: { String_t* L_6 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); int64_t L_7; L_7 = XmlConvert_ToInt64_m0B22AC6F9DAF2F3C1DA04647121C4F3BFCD2DA3A(L_6, /*hidden argument*/NULL); return L_7; } } // System.Int64 System.Xml.Schema.XmlNumeric10Converter::ToInt64(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlNumeric10Converter_ToInt64_m29C9F6A96FE38200E747D32689768E8BACA8EE1B (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __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*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); 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*)&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*)&XmlNumeric10Converter_ToInt64_m29C9F6A96FE38200E747D32689768E8BACA8EE1B_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_DecimalType_9(); 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(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); int64_t L_8; L_8 = XmlBaseConverter_DecimalToInt64_m821C877425125DBA0C27EFA4AB5A5C902A650FA1(((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_7, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_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_Int32Type_10(); 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 ((int64_t)((int64_t)((*(int32_t*)((int32_t*)UnBox(L_12, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_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_Int64Type_11(); 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; } } { RuntimeObject * L_16 = ___value0; return ((*(int64_t*)((int64_t*)UnBox(L_16, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))); } IL_0057: { Type_t * L_17 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_18 = ((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_19; L_19 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0071; } } { RuntimeObject * L_20 = ___value0; int64_t L_21; L_21 = VirtFuncInvoker1< int64_t, String_t* >::Invoke(20 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.String) */, __this, ((String_t*)CastclassSealed((RuntimeObject*)L_20, String_t_il2cpp_TypeInfo_var))); return L_21; } IL_0071: { Type_t * L_22 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_23 = ((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_24; L_24 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_22, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_008a; } } { RuntimeObject * L_25 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_25, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); int64_t L_26; L_26 = VirtFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.Xml.XPath.XPathItem::get_ValueAsLong() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_25, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); return L_26; } IL_008a: { RuntimeObject * L_27 = ___value0; 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_Int64Type_11(); RuntimeObject * L_29; L_29 = XmlNumeric10Converter_ChangeTypeWildcardDestination_mA5E8B944590B4C1B42186FD29E8015543CF18A65(__this, L_27, L_28, (RuntimeObject*)NULL, /*hidden argument*/NULL); return ((*(int64_t*)((int64_t*)UnBox(L_29, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))); } } // System.String System.Xml.Schema.XmlNumeric10Converter::ToString(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNumeric10Converter_ToString_m529403561F19FF2556494DB9D9453481CCD0F588 (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __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*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)14))))) { goto IL_0011; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_2; L_2 = XmlConvert_ToString_m55749B7D5111B0C5B22E39B0B72390EB68991C8F(L_1, /*hidden argument*/NULL); return L_2; } IL_0011: { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_3 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4; L_4 = Decimal_Truncate_m3DA6F823D24930958FCA4301A45A0BC09E0B24A6(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_5; L_5 = XmlConvert_ToString_m55749B7D5111B0C5B22E39B0B72390EB68991C8F(L_4, /*hidden argument*/NULL); return L_5; } } // System.String System.Xml.Schema.XmlNumeric10Converter::ToString(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNumeric10Converter_ToString_m8518A39A4FA0F43E34A0C44FFB0D3547C88095BD (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, int32_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; } { int32_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_ToString_mB1817B679C751F091D03EF8627AFF6CDEB507254(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.Schema.XmlNumeric10Converter::ToString(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNumeric10Converter_ToString_mFEDA091AA275B273AFC34E44A9A3E815B31B587E (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, int64_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; } { int64_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_ToString_m40C359814CAB573400B51484C02BF1F745377F7C(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.Schema.XmlNumeric10Converter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNumeric10Converter_ToString_m548906C6E49AE16F6D8ED31DF84F5766B81F1131 (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, RuntimeObject * ___value0, RuntimeObject* ___nsResolver1, 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*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); 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*)&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*)&XmlNumeric10Converter_ToString_m548906C6E49AE16F6D8ED31DF84F5766B81F1131_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_DecimalType_9(); 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*, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 >::Invoke(46 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Decimal) */, __this, ((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_7, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_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_Int32Type_10(); 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_0048; } } { RuntimeObject * L_12 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_13; L_13 = XmlConvert_ToString_mB1817B679C751F091D03EF8627AFF6CDEB507254(((*(int32_t*)((int32_t*)UnBox(L_12, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_13; } IL_0048: { 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_Int64Type_11(); 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_0061; } } { RuntimeObject * L_17 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_18; L_18 = XmlConvert_ToString_m40C359814CAB573400B51484C02BF1F745377F7C(((*(int64_t*)((int64_t*)UnBox(L_17, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_18; } IL_0061: { Type_t * L_19 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_20 = ((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_21; L_21 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_19, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0075; } } { RuntimeObject * L_22 = ___value0; return ((String_t*)CastclassSealed((RuntimeObject*)L_22, String_t_il2cpp_TypeInfo_var)); } IL_0075: { Type_t * L_23 = V_0; 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_XmlAtomicValueType_13(); 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_008e; } } { RuntimeObject * L_26 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_26, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); String_t* L_27; L_27 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_26, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); return L_27; } IL_008e: { RuntimeObject * L_28 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_29 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); RuntimeObject* L_30 = ___nsResolver1; RuntimeObject * L_31; L_31 = XmlNumeric10Converter_ChangeTypeWildcardDestination_mA5E8B944590B4C1B42186FD29E8015543CF18A65(__this, L_28, L_29, L_30, /*hidden argument*/NULL); return ((String_t*)CastclassSealed((RuntimeObject*)L_31, String_t_il2cpp_TypeInfo_var)); } } // System.Object System.Xml.Schema.XmlNumeric10Converter::ChangeType(System.Decimal,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlNumeric10Converter_ChangeType_mB6EB4C65C1768EDA489B008B8AF6D8FE59977901 (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __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); 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*)&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*)&XmlNumeric10Converter_ChangeType_mB6EB4C65C1768EDA489B008B8AF6D8FE59977901_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_DecimalType_9(); 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; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_10 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_11 = L_10; RuntimeObject * L_12 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_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_Int32Type_10(); 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_0056; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_16 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); int32_t L_17; L_17 = XmlBaseConverter_DecimalToInt32_m012A0DC69EE789FDFE9CDE647A8186973CCAF3C4(L_16, /*hidden argument*/NULL); int32_t L_18 = L_17; RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); return L_19; } IL_0056: { 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_Int64Type_11(); 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_006f; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_23 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); int64_t L_24; L_24 = XmlBaseConverter_DecimalToInt64_m821C877425125DBA0C27EFA4AB5A5C902A650FA1(L_23, /*hidden argument*/NULL); int64_t L_25 = L_24; RuntimeObject * L_26 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_25); return L_26; } IL_006f: { 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_StringType_12(); 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_0084; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_30 = ___value0; String_t* L_31; L_31 = VirtFuncInvoker1< String_t*, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 >::Invoke(46 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Decimal) */, __this, L_30); return L_31; } IL_0084: { Type_t * L_32 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_33 = ((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_34; L_34 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_32, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_00a3; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_35; L_35 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_36 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_37 = L_36; RuntimeObject * L_38 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_37); XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_39 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_39, L_35, L_38, /*hidden argument*/NULL); return L_39; } IL_00a3: { Type_t * L_40 = ___destinationType1; 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_XPathItemType_21(); 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_00c2; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_43; L_43 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_44 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_45 = L_44; RuntimeObject * L_46 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_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_00c2: { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_48 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_49 = L_48; RuntimeObject * L_50 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_49); Type_t * L_51 = ___destinationType1; RuntimeObject * L_52; L_52 = XmlNumeric10Converter_ChangeTypeWildcardSource_m74AAABE99429DC7FE84C21099BA86FE323D41298(__this, L_50, L_51, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_52; } } // System.Object System.Xml.Schema.XmlNumeric10Converter::ChangeType(System.Int32,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlNumeric10Converter_ChangeType_m48FB600768910953CFD1A830C2AC9E83F4E3D0B5 (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, int32_t ___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); 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*)&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*)&XmlNumeric10Converter_ChangeType_m48FB600768910953CFD1A830C2AC9E83F4E3D0B5_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_DecimalType_9(); 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_0042; } } { int32_t L_10 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_11; L_11 = Decimal_op_Implicit_mA83342DEE0725CF242454832BD0306090E80CCF9(L_10, /*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_12 = L_11; RuntimeObject * L_13 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_12); return L_13; } IL_0042: { Type_t * L_14 = ___destinationType1; 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_Int32Type_10(); 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_0056; } } { int32_t L_17 = ___value0; int32_t L_18 = L_17; RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); return L_19; } IL_0056: { 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_Int64Type_11(); 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_006b; } } { int32_t L_23 = ___value0; int64_t L_24 = ((int64_t)((int64_t)L_23)); RuntimeObject * L_25 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_24); return L_25; } IL_006b: { 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_StringType_12(); 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_007f; } } { int32_t L_29 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_30; L_30 = XmlConvert_ToString_mB1817B679C751F091D03EF8627AFF6CDEB507254(L_29, /*hidden argument*/NULL); return L_30; } IL_007f: { 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_0099; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_34; L_34 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); int32_t L_35 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_36 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m269BAC0CC815FFCD1D94901B2E35065F2CC3979D(L_36, L_34, L_35, /*hidden argument*/NULL); return L_36; } IL_0099: { Type_t * L_37 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_38 = ((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_39; L_39 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_37, L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_00b3; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_40; L_40 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); int32_t L_41 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_42 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m269BAC0CC815FFCD1D94901B2E35065F2CC3979D(L_42, L_40, L_41, /*hidden argument*/NULL); return L_42; } IL_00b3: { int32_t L_43 = ___value0; int32_t L_44 = L_43; RuntimeObject * L_45 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_44); Type_t * L_46 = ___destinationType1; RuntimeObject * L_47; L_47 = XmlNumeric10Converter_ChangeTypeWildcardSource_m74AAABE99429DC7FE84C21099BA86FE323D41298(__this, L_45, L_46, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_47; } } // System.Object System.Xml.Schema.XmlNumeric10Converter::ChangeType(System.Int64,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlNumeric10Converter_ChangeType_mE9F07E2DA1F5716DA6DB20259848D00A6C3C59F4 (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, int64_t ___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); 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*)&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*)&XmlNumeric10Converter_ChangeType_mE9F07E2DA1F5716DA6DB20259848D00A6C3C59F4_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_DecimalType_9(); 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_0042; } } { int64_t L_10 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_11; L_11 = Decimal_op_Implicit_m0736049F15FA2C68B5EC46BDED5E98F82D475A56(L_10, /*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_12 = L_11; RuntimeObject * L_13 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_12); return L_13; } IL_0042: { Type_t * L_14 = ___destinationType1; 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_Int32Type_10(); 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_005b; } } { int64_t L_17 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); int32_t L_18; L_18 = XmlBaseConverter_Int64ToInt32_mEC0C41E484D22F819A55BB016B804DD709B80E93(L_17, /*hidden argument*/NULL); int32_t L_19 = L_18; RuntimeObject * L_20 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_19); return L_20; } IL_005b: { Type_t * L_21 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_22 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int64Type_11(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_23; L_23 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_21, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_006f; } } { int64_t L_24 = ___value0; int64_t L_25 = L_24; RuntimeObject * L_26 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_25); return L_26; } IL_006f: { 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_StringType_12(); 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_0083; } } { int64_t L_30 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_31; L_31 = XmlConvert_ToString_m40C359814CAB573400B51484C02BF1F745377F7C(L_30, /*hidden argument*/NULL); return L_31; } IL_0083: { Type_t * L_32 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_33 = ((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_34; L_34 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_32, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_009d; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_35; L_35 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); int64_t L_36 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_37 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m084E81344290E4E2E3A792BAC6FCE90777FDDAA0(L_37, L_35, L_36, /*hidden argument*/NULL); return L_37; } IL_009d: { Type_t * L_38 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_39 = ((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_40; L_40 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_38, L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_00b7; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_41; L_41 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); int64_t L_42 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_43 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m084E81344290E4E2E3A792BAC6FCE90777FDDAA0(L_43, L_41, L_42, /*hidden argument*/NULL); return L_43; } IL_00b7: { int64_t L_44 = ___value0; int64_t L_45 = L_44; RuntimeObject * L_46 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_45); Type_t * L_47 = ___destinationType1; RuntimeObject * L_48; L_48 = XmlNumeric10Converter_ChangeTypeWildcardSource_m74AAABE99429DC7FE84C21099BA86FE323D41298(__this, L_46, L_47, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_48; } } // System.Object System.Xml.Schema.XmlNumeric10Converter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlNumeric10Converter_ChangeType_mA48FBDCBC65F1DA1430A0072F93A03774AA1FD68 (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __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*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_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*)&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*)&XmlNumeric10Converter_ChangeType_mA48FBDCBC65F1DA1430A0072F93A03774AA1FD68_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*)&XmlNumeric10Converter_ChangeType_mA48FBDCBC65F1DA1430A0072F93A03774AA1FD68_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_DecimalType_9(); 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; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_13; L_13 = VirtFuncInvoker1< Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , String_t* >::Invoke(22 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.String) */, __this, L_12); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_14 = L_13; RuntimeObject * L_15 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_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_Int32Type_10(); 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; int32_t L_20; L_20 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.String) */, __this, L_19); int32_t L_21 = L_20; RuntimeObject * L_22 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_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_Int64Type_11(); 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_0085; } } { String_t* L_26 = ___value0; int64_t L_27; L_27 = VirtFuncInvoker1< int64_t, String_t* >::Invoke(20 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.String) */, __this, L_26); int64_t L_28 = L_27; RuntimeObject * L_29 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_28); return L_29; } IL_0085: { Type_t * L_30 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_31 = ((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_32; L_32 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_30, L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_0094; } } { String_t* L_33 = ___value0; return L_33; } IL_0094: { Type_t * L_34 = ___destinationType1; 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_XmlAtomicValueType_13(); 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_00ae; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_37; L_37 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); String_t* L_38 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_39 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_39, L_37, L_38, /*hidden argument*/NULL); return L_39; } IL_00ae: { Type_t * L_40 = ___destinationType1; 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_XPathItemType_21(); 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_00c8; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_43; L_43 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); String_t* L_44 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_45 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_45, L_43, L_44, /*hidden argument*/NULL); return L_45; } IL_00c8: { String_t* L_46 = ___value0; Type_t * L_47 = ___destinationType1; RuntimeObject* L_48 = ___nsResolver2; RuntimeObject * L_49; L_49 = XmlNumeric10Converter_ChangeTypeWildcardSource_m74AAABE99429DC7FE84C21099BA86FE323D41298(__this, L_46, L_47, L_48, /*hidden argument*/NULL); return L_49; } } // System.Object System.Xml.Schema.XmlNumeric10Converter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlNumeric10Converter_ChangeType_m5851BE30B8B750C5C28C5887C281317D06AA8E55 (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __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*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_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*)&String_t_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*)&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*)&XmlNumeric10Converter_ChangeType_m5851BE30B8B750C5C28C5887C281317D06AA8E55_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*)&XmlNumeric10Converter_ChangeType_m5851BE30B8B750C5C28C5887C281317D06AA8E55_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_DecimalType_9(); 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; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_15; L_15 = VirtFuncInvoker1< Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , RuntimeObject * >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, __this, L_14); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_16 = L_15; RuntimeObject * L_17 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_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_Int32Type_10(); 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; int32_t L_22; L_22 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(15 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Object) */, __this, L_21); int32_t L_23 = L_22; RuntimeObject * L_24 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_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_Int64Type_11(); 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_008c; } } { RuntimeObject * L_28 = ___value0; int64_t L_29; L_29 = VirtFuncInvoker1< int64_t, RuntimeObject * >::Invoke(21 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.Object) */, __this, L_28); int64_t L_30 = L_29; RuntimeObject * L_31 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_30); return L_31; } IL_008c: { Type_t * L_32 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_33 = ((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_34; L_34 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_32, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_00a2; } } { RuntimeObject * L_35 = ___value0; RuntimeObject* L_36 = ___nsResolver2; String_t* L_37; L_37 = VirtFuncInvoker2< String_t*, RuntimeObject *, RuntimeObject* >::Invoke(52 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) */, __this, L_35, L_36); return L_37; } IL_00a2: { Type_t * L_38 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_39 = ((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_40; L_40 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_38, L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_013d; } } { Type_t * L_41 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_42 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DecimalType_9(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_43; L_43 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_41, L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_00cc; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_44; L_44 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_45 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_46 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_46, L_44, L_45, /*hidden argument*/NULL); return L_46; } IL_00cc: { Type_t * L_47 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_48 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int32Type_10(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_49; L_49 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_47, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_00eb; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_50; L_50 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_51 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_52 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m269BAC0CC815FFCD1D94901B2E35065F2CC3979D(L_52, L_50, ((*(int32_t*)((int32_t*)UnBox(L_51, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_52; } IL_00eb: { Type_t * L_53 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_54 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int64Type_11(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_55; L_55 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_53, L_54, /*hidden argument*/NULL); if (!L_55) { goto IL_010a; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_56; L_56 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_57 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_58 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m084E81344290E4E2E3A792BAC6FCE90777FDDAA0(L_58, L_56, ((*(int64_t*)((int64_t*)UnBox(L_57, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_58; } IL_010a: { Type_t * L_59 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_60 = ((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_61; L_61 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_59, L_60, /*hidden argument*/NULL); if (!L_61) { goto IL_0129; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_62; L_62 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_63 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_64 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_64, L_62, ((String_t*)CastclassSealed((RuntimeObject*)L_63, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_64; } IL_0129: { Type_t * L_65 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_66 = ((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_67; L_67 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_65, L_66, /*hidden argument*/NULL); if (!L_67) { goto IL_013d; } } { RuntimeObject * L_68 = ___value0; return ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_68, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)); } IL_013d: { Type_t * L_69 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_70 = ((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_71; L_71 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_69, L_70, /*hidden argument*/NULL); if (!L_71) { goto IL_01d8; } } { Type_t * L_72 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_73 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DecimalType_9(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_74; L_74 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_72, L_73, /*hidden argument*/NULL); if (!L_74) { goto IL_0167; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_75; L_75 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_76 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_77 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_77, L_75, L_76, /*hidden argument*/NULL); return L_77; } IL_0167: { Type_t * L_78 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_79 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int32Type_10(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_80; L_80 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_78, L_79, /*hidden argument*/NULL); if (!L_80) { goto IL_0186; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_81; L_81 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_82 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_83 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m269BAC0CC815FFCD1D94901B2E35065F2CC3979D(L_83, L_81, ((*(int32_t*)((int32_t*)UnBox(L_82, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_83; } IL_0186: { Type_t * L_84 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_85 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int64Type_11(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_86; L_86 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_84, L_85, /*hidden argument*/NULL); if (!L_86) { goto IL_01a5; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_87; L_87 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_88 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_89 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m084E81344290E4E2E3A792BAC6FCE90777FDDAA0(L_89, L_87, ((*(int64_t*)((int64_t*)UnBox(L_88, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_89; } IL_01a5: { Type_t * L_90 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_91 = ((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_92; L_92 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_90, L_91, /*hidden argument*/NULL); if (!L_92) { goto IL_01c4; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_93; L_93 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_94 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_95 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_95, L_93, ((String_t*)CastclassSealed((RuntimeObject*)L_94, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_95; } IL_01c4: { Type_t * L_96 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_97 = ((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_98; L_98 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_96, L_97, /*hidden argument*/NULL); if (!L_98) { goto IL_01d8; } } { RuntimeObject * L_99 = ___value0; return ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_99, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)); } IL_01d8: { Type_t * L_100 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_101 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ByteType_15(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_102; L_102 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_100, L_101, /*hidden argument*/NULL); if (!L_102) { goto IL_01f7; } } { RuntimeObject * L_103 = ___value0; int32_t L_104; L_104 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(15 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Object) */, __this, L_103); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); uint8_t L_105; L_105 = XmlBaseConverter_Int32ToByte_mEC5B44F18543F9996EA7F7072346BBB96A86EE3A(L_104, /*hidden argument*/NULL); uint8_t L_106 = L_105; RuntimeObject * L_107 = Box(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, &L_106); return L_107; } IL_01f7: { Type_t * L_108 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_109 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int16Type_16(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_110; L_110 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_108, L_109, /*hidden argument*/NULL); if (!L_110) { goto IL_0216; } } { RuntimeObject * L_111 = ___value0; int32_t L_112; L_112 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(15 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Object) */, __this, L_111); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); int16_t L_113; L_113 = XmlBaseConverter_Int32ToInt16_mA713BB9EEA6547153CB68C76EF3834F9E96390F1(L_112, /*hidden argument*/NULL); int16_t L_114 = L_113; RuntimeObject * L_115 = Box(Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var, &L_114); return L_115; } IL_0216: { Type_t * L_116 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_117 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_SByteType_17(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_118; L_118 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_116, L_117, /*hidden argument*/NULL); if (!L_118) { goto IL_0235; } } { RuntimeObject * L_119 = ___value0; int32_t L_120; L_120 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(15 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Object) */, __this, L_119); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); int8_t L_121; L_121 = XmlBaseConverter_Int32ToSByte_mB3E8C72064F9E1A16A6DA69B262C53C9BE60B6E7(L_120, /*hidden argument*/NULL); int8_t L_122 = L_121; RuntimeObject * L_123 = Box(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var, &L_122); return L_123; } IL_0235: { Type_t * L_124 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_125 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UInt16Type_18(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_126; L_126 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_124, L_125, /*hidden argument*/NULL); if (!L_126) { goto IL_0254; } } { RuntimeObject * L_127 = ___value0; int32_t L_128; L_128 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(15 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Object) */, __this, L_127); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); uint16_t L_129; L_129 = XmlBaseConverter_Int32ToUInt16_mAF53764E8E5919438C02D6A732F4614286742F65(L_128, /*hidden argument*/NULL); uint16_t L_130 = L_129; RuntimeObject * L_131 = Box(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var, &L_130); return L_131; } IL_0254: { Type_t * L_132 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_133 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UInt32Type_19(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_134; L_134 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_132, L_133, /*hidden argument*/NULL); if (!L_134) { goto IL_0273; } } { RuntimeObject * L_135 = ___value0; int64_t L_136; L_136 = VirtFuncInvoker1< int64_t, RuntimeObject * >::Invoke(21 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.Object) */, __this, L_135); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); uint32_t L_137; L_137 = XmlBaseConverter_Int64ToUInt32_m320A72164309688C9D131AB70F810F5DC08EA4A3(L_136, /*hidden argument*/NULL); uint32_t L_138 = L_137; RuntimeObject * L_139 = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &L_138); return L_139; } IL_0273: { Type_t * L_140 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_141 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UInt64Type_20(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_142; L_142 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_140, L_141, /*hidden argument*/NULL); if (!L_142) { goto IL_0292; } } { RuntimeObject * L_143 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_144; L_144 = VirtFuncInvoker1< Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , RuntimeObject * >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, __this, L_143); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); uint64_t L_145; L_145 = XmlBaseConverter_DecimalToUInt64_m333E4C11DFB15FD0E9AC1CE10E0417D99FA1AC7B(L_144, /*hidden argument*/NULL); uint64_t L_146 = L_145; RuntimeObject * L_147 = Box(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var, &L_146); return L_147; } IL_0292: { Type_t * L_148 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_149 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ByteType_15(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_150; L_150 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_148, L_149, /*hidden argument*/NULL); if (!L_150) { goto IL_02ad; } } { RuntimeObject * L_151 = ___value0; Type_t * L_152 = ___destinationType1; RuntimeObject * L_153; L_153 = VirtFuncInvoker2< RuntimeObject *, int32_t, Type_t * >::Invoke(54 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int32,System.Type) */, __this, ((*(uint8_t*)((uint8_t*)UnBox(L_151, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var)))), L_152); return L_153; } IL_02ad: { Type_t * L_154 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_155 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int16Type_16(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_156; L_156 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_154, L_155, /*hidden argument*/NULL); if (!L_156) { goto IL_02c8; } } { RuntimeObject * L_157 = ___value0; Type_t * L_158 = ___destinationType1; RuntimeObject * L_159; L_159 = VirtFuncInvoker2< RuntimeObject *, int32_t, Type_t * >::Invoke(54 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int32,System.Type) */, __this, ((*(int16_t*)((int16_t*)UnBox(L_157, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var)))), L_158); return L_159; } IL_02c8: { Type_t * L_160 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_161 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_SByteType_17(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_162; L_162 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_160, L_161, /*hidden argument*/NULL); if (!L_162) { goto IL_02e3; } } { RuntimeObject * L_163 = ___value0; Type_t * L_164 = ___destinationType1; RuntimeObject * L_165; L_165 = VirtFuncInvoker2< RuntimeObject *, int32_t, Type_t * >::Invoke(54 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int32,System.Type) */, __this, ((*(int8_t*)((int8_t*)UnBox(L_163, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var)))), L_164); return L_165; } IL_02e3: { Type_t * L_166 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_167 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UInt16Type_18(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_168; L_168 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_166, L_167, /*hidden argument*/NULL); if (!L_168) { goto IL_02fe; } } { RuntimeObject * L_169 = ___value0; Type_t * L_170 = ___destinationType1; RuntimeObject * L_171; L_171 = VirtFuncInvoker2< RuntimeObject *, int32_t, Type_t * >::Invoke(54 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int32,System.Type) */, __this, ((*(uint16_t*)((uint16_t*)UnBox(L_169, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var)))), L_170); return L_171; } IL_02fe: { Type_t * L_172 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_173 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UInt32Type_19(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_174; L_174 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_172, L_173, /*hidden argument*/NULL); if (!L_174) { goto IL_031a; } } { RuntimeObject * L_175 = ___value0; Type_t * L_176 = ___destinationType1; RuntimeObject * L_177; L_177 = VirtFuncInvoker2< RuntimeObject *, int64_t, Type_t * >::Invoke(55 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int64,System.Type) */, __this, ((int64_t)((uint64_t)((*(uint32_t*)((uint32_t*)UnBox(L_175, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var)))))), L_176); return L_177; } IL_031a: { Type_t * L_178 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_179 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UInt64Type_20(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_180; L_180 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_178, L_179, /*hidden argument*/NULL); if (!L_180) { goto IL_033a; } } { RuntimeObject * L_181 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_182; L_182 = Decimal_op_Implicit_mF6E8CA683C4FB32AE9BF12A02506B8F04C3DDD18(((*(uint64_t*)((uint64_t*)UnBox(L_181, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); Type_t * L_183 = ___destinationType1; RuntimeObject * L_184; L_184 = VirtFuncInvoker2< RuntimeObject *, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , Type_t * >::Invoke(56 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Decimal,System.Type) */, __this, L_182, L_183); return L_184; } IL_033a: { RuntimeObject * L_185 = ___value0; Type_t * L_186 = ___destinationType1; RuntimeObject* L_187 = ___nsResolver2; RuntimeObject * L_188; L_188 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_185, L_186, L_187); return L_188; } } // System.Object System.Xml.Schema.XmlNumeric10Converter::ChangeTypeWildcardDestination(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlNumeric10Converter_ChangeTypeWildcardDestination_mA5E8B944590B4C1B42186FD29E8015543CF18A65 (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __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*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_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*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; NullCheck(L_0); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_0, /*hidden argument*/NULL); V_0 = L_1; Type_t * L_2 = V_0; 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_ByteType_15(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_4; L_4 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0022; } } { RuntimeObject * L_5 = ___value0; Type_t * L_6 = ___destinationType1; RuntimeObject * L_7; L_7 = VirtFuncInvoker2< RuntimeObject *, int32_t, Type_t * >::Invoke(54 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int32,System.Type) */, __this, ((*(uint8_t*)((uint8_t*)UnBox(L_5, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var)))), L_6); return L_7; } IL_0022: { 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_Int16Type_16(); 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_003d; } } { RuntimeObject * L_11 = ___value0; Type_t * L_12 = ___destinationType1; RuntimeObject * L_13; L_13 = VirtFuncInvoker2< RuntimeObject *, int32_t, Type_t * >::Invoke(54 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int32,System.Type) */, __this, ((*(int16_t*)((int16_t*)UnBox(L_11, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var)))), L_12); return L_13; } IL_003d: { 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_SByteType_17(); 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_0058; } } { RuntimeObject * L_17 = ___value0; Type_t * L_18 = ___destinationType1; RuntimeObject * L_19; L_19 = VirtFuncInvoker2< RuntimeObject *, int32_t, Type_t * >::Invoke(54 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int32,System.Type) */, __this, ((*(int8_t*)((int8_t*)UnBox(L_17, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var)))), L_18); return L_19; } IL_0058: { Type_t * L_20 = V_0; 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_UInt16Type_18(); 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_0073; } } { RuntimeObject * L_23 = ___value0; Type_t * L_24 = ___destinationType1; RuntimeObject * L_25; L_25 = VirtFuncInvoker2< RuntimeObject *, int32_t, Type_t * >::Invoke(54 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int32,System.Type) */, __this, ((*(uint16_t*)((uint16_t*)UnBox(L_23, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var)))), L_24); return L_25; } IL_0073: { Type_t * L_26 = V_0; 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_UInt32Type_19(); 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_008f; } } { RuntimeObject * L_29 = ___value0; Type_t * L_30 = ___destinationType1; RuntimeObject * L_31; L_31 = VirtFuncInvoker2< RuntimeObject *, int64_t, Type_t * >::Invoke(55 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int64,System.Type) */, __this, ((int64_t)((uint64_t)((*(uint32_t*)((uint32_t*)UnBox(L_29, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var)))))), L_30); return L_31; } IL_008f: { Type_t * L_32 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_33 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UInt64Type_20(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_34; L_34 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_32, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_00af; } } { RuntimeObject * L_35 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_36; L_36 = Decimal_op_Implicit_mF6E8CA683C4FB32AE9BF12A02506B8F04C3DDD18(((*(uint64_t*)((uint64_t*)UnBox(L_35, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); Type_t * L_37 = ___destinationType1; RuntimeObject * L_38; L_38 = VirtFuncInvoker2< RuntimeObject *, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , Type_t * >::Invoke(56 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Decimal,System.Type) */, __this, L_36, L_37); return L_38; } IL_00af: { RuntimeObject * 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.XmlNumeric10Converter::ChangeTypeWildcardSource(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlNumeric10Converter_ChangeTypeWildcardSource_m74AAABE99429DC7FE84C21099BA86FE323D41298 (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __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*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_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*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; 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_ByteType_15(); 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_001f; } } { RuntimeObject * L_3 = ___value0; int32_t L_4; L_4 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(15 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Object) */, __this, L_3); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); uint8_t L_5; L_5 = XmlBaseConverter_Int32ToByte_mEC5B44F18543F9996EA7F7072346BBB96A86EE3A(L_4, /*hidden argument*/NULL); uint8_t L_6 = L_5; RuntimeObject * L_7 = Box(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, &L_6); return L_7; } IL_001f: { Type_t * L_8 = ___destinationType1; 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_Int16Type_16(); 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_003e; } } { RuntimeObject * L_11 = ___value0; int32_t L_12; L_12 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(15 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Object) */, __this, L_11); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); int16_t L_13; L_13 = XmlBaseConverter_Int32ToInt16_mA713BB9EEA6547153CB68C76EF3834F9E96390F1(L_12, /*hidden argument*/NULL); int16_t L_14 = L_13; RuntimeObject * L_15 = Box(Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var, &L_14); return L_15; } IL_003e: { 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_SByteType_17(); 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_005d; } } { RuntimeObject * L_19 = ___value0; int32_t L_20; L_20 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(15 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Object) */, __this, L_19); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); int8_t L_21; L_21 = XmlBaseConverter_Int32ToSByte_mB3E8C72064F9E1A16A6DA69B262C53C9BE60B6E7(L_20, /*hidden argument*/NULL); int8_t L_22 = L_21; RuntimeObject * L_23 = Box(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var, &L_22); return L_23; } IL_005d: { 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_UInt16Type_18(); 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_007c; } } { RuntimeObject * L_27 = ___value0; int32_t L_28; L_28 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(15 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Object) */, __this, L_27); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); uint16_t L_29; L_29 = XmlBaseConverter_Int32ToUInt16_mAF53764E8E5919438C02D6A732F4614286742F65(L_28, /*hidden argument*/NULL); uint16_t L_30 = L_29; RuntimeObject * L_31 = Box(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var, &L_30); return L_31; } IL_007c: { Type_t * L_32 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_33 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UInt32Type_19(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_34; L_34 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_32, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_009b; } } { RuntimeObject * L_35 = ___value0; int64_t L_36; L_36 = VirtFuncInvoker1< int64_t, RuntimeObject * >::Invoke(21 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.Object) */, __this, L_35); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); uint32_t L_37; L_37 = XmlBaseConverter_Int64ToUInt32_m320A72164309688C9D131AB70F810F5DC08EA4A3(L_36, /*hidden argument*/NULL); uint32_t L_38 = L_37; RuntimeObject * L_39 = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &L_38); return L_39; } IL_009b: { Type_t * L_40 = ___destinationType1; 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_UInt64Type_20(); 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_00ba; } } { RuntimeObject * L_43 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_44; L_44 = VirtFuncInvoker1< Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , RuntimeObject * >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, __this, L_43); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); uint64_t L_45; L_45 = XmlBaseConverter_DecimalToUInt64_m333E4C11DFB15FD0E9AC1CE10E0417D99FA1AC7B(L_44, /*hidden argument*/NULL); uint64_t L_46 = L_45; RuntimeObject * L_47 = Box(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var, &L_46); return L_47; } IL_00ba: { RuntimeObject * L_48 = ___value0; Type_t * L_49 = ___destinationType1; RuntimeObject* L_50 = ___nsResolver2; RuntimeObject * L_51; L_51 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_48, L_49, L_50); return L_51; } } #ifdef __clang__ #pragma 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.XmlNumeric2Converter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNumeric2Converter__ctor_m4C8C43D5B42E11ADFBF4767F98DEF39B4A2EF5C2 (XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 * __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.XmlNumeric2Converter::Create(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * XmlNumeric2Converter_Create_m97FB789B0B3EF1246DF7494D855F45FA4CAD4589 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 * L_1 = (XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 *)il2cpp_codegen_object_new(XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30_il2cpp_TypeInfo_var); XmlNumeric2Converter__ctor_m4C8C43D5B42E11ADFBF4767F98DEF39B4A2EF5C2(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Double System.Xml.Schema.XmlNumeric2Converter::ToDouble(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlNumeric2Converter_ToDouble_m3DF7D1FDE655FB73EC9910C203188D5E049F6502 (XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 * __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*)&XmlNumeric2Converter_ToDouble_m3DF7D1FDE655FB73EC9910C203188D5E049F6502_RuntimeMethod_var))); } IL_000e: { int32_t L_2; L_2 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)15))))) { goto IL_0020; } } { String_t* L_3 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); float L_4; L_4 = XmlConvert_ToSingle_mB7AA6B41029E834E22E8F08FA2668F03D0984793(L_3, /*hidden argument*/NULL); return ((double)((double)L_4)); } IL_0020: { String_t* L_5 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); double L_6; L_6 = XmlConvert_ToDouble_mF7E9690E7C181E6A7227DB85229167C13E883E95(L_5, /*hidden argument*/NULL); return L_6; } } // System.Double System.Xml.Schema.XmlNumeric2Converter::ToDouble(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlNumeric2Converter_ToDouble_m049E46E7F5C9AFA0DA8E5AEB94B46830FC4C52D2 (XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 * __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*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_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*)&XmlNumeric2Converter_ToDouble_m049E46E7F5C9AFA0DA8E5AEB94B46830FC4C52D2_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_DoubleType_22(); 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 ((*(double*)((double*)UnBox(L_7, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_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_SingleType_23(); 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_003e; } } { RuntimeObject * L_11 = ___value0; return ((double)((double)((*(float*)((float*)UnBox(L_11, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))))); } IL_003e: { Type_t * L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_13 = ((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_14; L_14 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0058; } } { RuntimeObject * L_15 = ___value0; double L_16; L_16 = VirtFuncInvoker1< double, String_t* >::Invoke(28 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.String) */, __this, ((String_t*)CastclassSealed((RuntimeObject*)L_15, String_t_il2cpp_TypeInfo_var))); return L_16; } IL_0058: { Type_t * L_17 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_18 = ((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_19; L_19 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0071; } } { RuntimeObject * L_20 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_20, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); double L_21; L_21 = VirtFuncInvoker0< double >::Invoke(10 /* System.Double System.Xml.XPath.XPathItem::get_ValueAsDouble() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_20, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); return L_21; } IL_0071: { RuntimeObject * L_22 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_23 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DoubleType_22(); RuntimeObject * L_24; L_24 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_22, L_23, (RuntimeObject*)NULL); return ((*(double*)((double*)UnBox(L_24, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); } } // System.Single System.Xml.Schema.XmlNumeric2Converter::ToSingle(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XmlNumeric2Converter_ToSingle_mE251FCB6FE9154967C80E96E299024C88181BCB3 (XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 * __this, double ___value0, const RuntimeMethod* method) { { double L_0 = ___value0; return ((float)((float)((double)((double)L_0)))); } } // System.Single System.Xml.Schema.XmlNumeric2Converter::ToSingle(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XmlNumeric2Converter_ToSingle_m7D1470F7F92D05CC77F1725F2D3B21CB32C6658A (XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 * __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*)&XmlNumeric2Converter_ToSingle_m7D1470F7F92D05CC77F1725F2D3B21CB32C6658A_RuntimeMethod_var))); } IL_000e: { int32_t L_2; L_2 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)15))))) { goto IL_001f; } } { String_t* L_3 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); float L_4; L_4 = XmlConvert_ToSingle_mB7AA6B41029E834E22E8F08FA2668F03D0984793(L_3, /*hidden argument*/NULL); return L_4; } IL_001f: { String_t* L_5 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); double L_6; L_6 = XmlConvert_ToDouble_mF7E9690E7C181E6A7227DB85229167C13E883E95(L_5, /*hidden argument*/NULL); return ((float)((float)L_6)); } } // System.Single System.Xml.Schema.XmlNumeric2Converter::ToSingle(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XmlNumeric2Converter_ToSingle_mEDCC7541B929C96B8B4C06E20F8FBF357F72F87A (XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 * __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*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_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*)&XmlNumeric2Converter_ToSingle_mEDCC7541B929C96B8B4C06E20F8FBF357F72F87A_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_DoubleType_22(); 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_002a; } } { RuntimeObject * L_7 = ___value0; return ((float)((float)((*(double*)((double*)UnBox(L_7, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))))); } IL_002a: { 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_SingleType_23(); 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_003e; } } { RuntimeObject * L_11 = ___value0; return ((*(float*)((float*)UnBox(L_11, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))); } IL_003e: { Type_t * L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_13 = ((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_14; L_14 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0058; } } { RuntimeObject * L_15 = ___value0; float L_16; L_16 = VirtFuncInvoker1< float, String_t* >::Invoke(31 /* System.Single System.Xml.Schema.XmlValueConverter::ToSingle(System.String) */, __this, ((String_t*)CastclassSealed((RuntimeObject*)L_15, String_t_il2cpp_TypeInfo_var))); return L_16; } IL_0058: { Type_t * L_17 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_18 = ((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_19; L_19 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_007b; } } { RuntimeObject * L_20 = ___value0; 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_SingleType_23(); NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_20, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); RuntimeObject * L_22; L_22 = VirtFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(13 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type) */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_20, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)), L_21); return ((*(float*)((float*)UnBox(L_22, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))); } IL_007b: { 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_SingleType_23(); 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 ((*(float*)((float*)UnBox(L_25, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))); } } // System.String System.Xml.Schema.XmlNumeric2Converter::ToString(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNumeric2Converter_ToString_m51C38A97CBBF18A3E4E3BCD25F6C22F4F9089B4B (XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 * __this, 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; } { int32_t L_0; L_0 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)15))))) { goto IL_0018; } } { double L_1 = ___value0; float L_2; L_2 = VirtFuncInvoker1< float, double >::Invoke(30 /* System.Single System.Xml.Schema.XmlValueConverter::ToSingle(System.Double) */, __this, ((double)((double)L_1))); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_3; L_3 = XmlConvert_ToString_mDE8DC693C63F09BC26ACD1C4A9FFAA17141D0D84(L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { double L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_5; L_5 = XmlConvert_ToString_mFA18F44AD286528699A2C1FC6579F4DB0B6F53A5(((double)((double)L_4)), /*hidden argument*/NULL); return L_5; } } // System.String System.Xml.Schema.XmlNumeric2Converter::ToString(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNumeric2Converter_ToString_m49CFA846BD12A69603E58164A8DD505ED985D636 (XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 * __this, float ___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; } { int32_t L_0; L_0 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)15))))) { goto IL_0012; } } { float L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_2; L_2 = XmlConvert_ToString_mDE8DC693C63F09BC26ACD1C4A9FFAA17141D0D84(((float)((float)L_1)), /*hidden argument*/NULL); return L_2; } IL_0012: { float L_3 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_4; L_4 = XmlConvert_ToString_mFA18F44AD286528699A2C1FC6579F4DB0B6F53A5(((double)((double)((float)((float)L_3)))), /*hidden argument*/NULL); return L_4; } } // System.String System.Xml.Schema.XmlNumeric2Converter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNumeric2Converter_ToString_m52D709CAC3C31B03CC6BAA8906C078C0EBC30F73 (XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 * __this, RuntimeObject * ___value0, RuntimeObject* ___nsResolver1, 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*)&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*)&XmlNumeric2Converter_ToString_m52D709CAC3C31B03CC6BAA8906C078C0EBC30F73_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_DoubleType_22(); 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*, double >::Invoke(48 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Double) */, __this, ((*(double*)((double*)UnBox(L_7, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_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_SingleType_23(); 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*, float >::Invoke(47 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Single) */, __this, ((*(float*)((float*)UnBox(L_12, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_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.XmlNumeric2Converter::ChangeType(System.Double,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlNumeric2Converter_ChangeType_mA2475221EB476767CA4A6340259EC8FE21332DD8 (XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 * __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); 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*)&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*)&XmlNumeric2Converter_ChangeType_mA2475221EB476767CA4A6340259EC8FE21332DD8_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_DoubleType_22(); 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; } } { double L_10 = ___value0; double L_11 = ((double)((double)L_10)); RuntimeObject * L_12 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_11); return L_12; } IL_003e: { 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_SingleType_23(); 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_0054; } } { double L_16 = ___value0; float L_17 = ((float)((float)((double)((double)L_16)))); RuntimeObject * L_18 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_17); return L_18; } IL_0054: { Type_t * L_19 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_20 = ((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_21; L_21 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_19, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_006a; } } { double L_22 = ___value0; String_t* L_23; L_23 = VirtFuncInvoker1< String_t*, double >::Invoke(48 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Double) */, __this, ((double)((double)L_22))); return L_23; } IL_006a: { 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_0085; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_27; L_27 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); double L_28 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_29 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_mE7C19B5B6146AE4AE88113665DB0838AC1235CB9(L_29, L_27, ((double)((double)L_28)), /*hidden argument*/NULL); return L_29; } IL_0085: { Type_t * L_30 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_31 = ((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_32; L_32 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_30, L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_00a0; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_33; L_33 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); double L_34 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_35 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_mE7C19B5B6146AE4AE88113665DB0838AC1235CB9(L_35, L_33, ((double)((double)L_34)), /*hidden argument*/NULL); return L_35; } IL_00a0: { double L_36 = ___value0; double L_37 = L_36; RuntimeObject * L_38 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_37); Type_t * L_39 = ___destinationType1; RuntimeObject * L_40; L_40 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_38, L_39, (RuntimeObject*)NULL); return L_40; } } // System.Object System.Xml.Schema.XmlNumeric2Converter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlNumeric2Converter_ChangeType_m3C6B98E79627D80DC1D9F3497F4E50E0A8780EA8 (XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 * __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*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_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*)&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*)&XmlNumeric2Converter_ChangeType_m3C6B98E79627D80DC1D9F3497F4E50E0A8780EA8_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*)&XmlNumeric2Converter_ChangeType_m3C6B98E79627D80DC1D9F3497F4E50E0A8780EA8_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_DoubleType_22(); 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; double L_13; L_13 = VirtFuncInvoker1< double, String_t* >::Invoke(28 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.String) */, __this, L_12); double L_14 = L_13; RuntimeObject * L_15 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_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_SingleType_23(); 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; float L_20; L_20 = VirtFuncInvoker1< float, String_t* >::Invoke(31 /* System.Single System.Xml.Schema.XmlValueConverter::ToSingle(System.String) */, __this, L_19); float L_21 = L_20; RuntimeObject * L_22 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_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.XmlNumeric2Converter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlNumeric2Converter_ChangeType_m86FA84EC5B1853D8F017D835EEDBD9438D0426B3 (XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 * __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*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_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*)&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*)&XmlNumeric2Converter_ChangeType_m86FA84EC5B1853D8F017D835EEDBD9438D0426B3_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*)&XmlNumeric2Converter_ChangeType_m86FA84EC5B1853D8F017D835EEDBD9438D0426B3_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_DoubleType_22(); 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; double L_15; L_15 = VirtFuncInvoker1< double, RuntimeObject * >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, __this, L_14); double L_16 = L_15; RuntimeObject * L_17 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_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_SingleType_23(); 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; float L_22; L_22 = VirtFuncInvoker1< float, RuntimeObject * >::Invoke(32 /* System.Single System.Xml.Schema.XmlValueConverter::ToSingle(System.Object) */, __this, L_21); float L_23 = L_22; RuntimeObject * L_24 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_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_0101; } } { 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_DoubleType_22(); 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_mE7C19B5B6146AE4AE88113665DB0838AC1235CB9(L_39, L_37, ((*(double*)((double*)UnBox(L_38, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_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_SingleType_23(); 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_00ce; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_43; L_43 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_44 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_45 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_45, L_43, L_44, /*hidden argument*/NULL); return L_45; } IL_00ce: { 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_StringType_12(); 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_00ed; } } { 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_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_51, L_49, ((String_t*)CastclassSealed((RuntimeObject*)L_50, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_51; } IL_00ed: { 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_XmlAtomicValueType_13(); 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_0101; } } { RuntimeObject * L_55 = ___value0; return ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_55, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)); } IL_0101: { Type_t * L_56 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_57 = ((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_58; L_58 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_56, L_57, /*hidden argument*/NULL); if (!L_58) { goto IL_017a; } } { Type_t * L_59 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_60 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DoubleType_22(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_61; L_61 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_59, L_60, /*hidden argument*/NULL); if (!L_61) { goto IL_012d; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_62; L_62 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_63 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_64 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_mE7C19B5B6146AE4AE88113665DB0838AC1235CB9(L_64, L_62, ((*(double*)((double*)UnBox(L_63, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_64; } IL_012d: { Type_t * L_65 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_66 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_SingleType_23(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_67; L_67 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_65, L_66, /*hidden argument*/NULL); if (!L_67) { goto IL_0147; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_68; L_68 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_69 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_70 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_70, L_68, L_69, /*hidden argument*/NULL); return L_70; } IL_0147: { Type_t * L_71 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_72 = ((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_73; L_73 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_71, L_72, /*hidden argument*/NULL); if (!L_73) { goto IL_0166; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_74; L_74 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_75 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_76 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_76, L_74, ((String_t*)CastclassSealed((RuntimeObject*)L_75, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_76; } IL_0166: { Type_t * L_77 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_78 = ((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_79; L_79 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_77, L_78, /*hidden argument*/NULL); if (!L_79) { goto IL_017a; } } { RuntimeObject * L_80 = ___value0; return ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_80, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)); } IL_017a: { RuntimeObject * L_81 = ___value0; Type_t * L_82 = ___destinationType1; RuntimeObject* L_83 = ___nsResolver2; RuntimeObject * L_84; L_84 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_81, L_82, L_83); return L_84; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlParserContext::.ctor(System.Xml.XmlNameTable,System.Xml.XmlNamespaceManager,System.String,System.String,System.String,System.String,System.String,System.String,System.Xml.XmlSpace) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlParserContext__ctor_m277A2B9C0868F07AE3AB7BA3E53948F7FECB9B20 (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nt0, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___nsMgr1, String_t* ___docTypeName2, String_t* ___pubId3, String_t* ___sysId4, String_t* ___internalSubset5, String_t* ___baseURI6, String_t* ___xmlLang7, int32_t ___xmlSpace8, const RuntimeMethod* method) { { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_0 = ___nt0; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_1 = ___nsMgr1; String_t* L_2 = ___docTypeName2; String_t* L_3 = ___pubId3; String_t* L_4 = ___sysId4; String_t* L_5 = ___internalSubset5; String_t* L_6 = ___baseURI6; String_t* L_7 = ___xmlLang7; int32_t L_8 = ___xmlSpace8; XmlParserContext__ctor_m63996BF18C49BBBBD15CE1D745A149A1B9CB4574(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, (Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlParserContext::.ctor(System.Xml.XmlNameTable,System.Xml.XmlNamespaceManager,System.String,System.String,System.String,System.String,System.String,System.String,System.Xml.XmlSpace,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlParserContext__ctor_m63996BF18C49BBBBD15CE1D745A149A1B9CB4574 (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nt0, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___nsMgr1, String_t* ___docTypeName2, String_t* ___pubId3, String_t* ___sysId4, String_t* ___internalSubset5, String_t* ___baseURI6, String_t* ___xmlLang7, int32_t ___xmlSpace8, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___enc9, 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; } XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B9_0 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B8_0 = NULL; String_t* G_B10_0 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B10_1 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B12_0 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B11_0 = NULL; String_t* G_B13_0 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B13_1 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B15_0 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B14_0 = NULL; String_t* G_B16_0 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B16_1 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B18_0 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B17_0 = NULL; String_t* G_B19_0 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B19_1 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B21_0 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B20_0 = NULL; String_t* G_B22_0 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B22_1 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B24_0 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B23_0 = NULL; String_t* G_B25_0 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B25_1 = NULL; { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set__docTypeName_2(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set__pubId_3(L_1); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set__sysId_4(L_2); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set__internalSubset_5(L_3); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set__xmlLang_6(L_4); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set__baseURI_8(L_5); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_6 = ___nsMgr1; if (!L_6) { goto IL_007e; } } { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_7 = ___nt0; if (L_7) { goto IL_005c; } } { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_8 = ___nsMgr1; NullCheck(L_8); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_9; L_9 = VirtFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(7 /* System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::get_NameTable() */, L_8); __this->set__nt_0(L_9); goto IL_0085; } IL_005c: { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_10 = ___nt0; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_11 = ___nsMgr1; NullCheck(L_11); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_12; L_12 = VirtFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(7 /* System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::get_NameTable() */, L_11); if ((((RuntimeObject*)(XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 *)L_10) == ((RuntimeObject*)(XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 *)L_12))) { goto IL_0075; } } { String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->get_Empty_5(); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_14 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var))); XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5591FEB8D450C0589982D61E5715CF6270C18952)), L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlParserContext__ctor_m63996BF18C49BBBBD15CE1D745A149A1B9CB4574_RuntimeMethod_var))); } IL_0075: { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_15 = ___nt0; __this->set__nt_0(L_15); goto IL_0085; } IL_007e: { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_16 = ___nt0; __this->set__nt_0(L_16); } IL_0085: { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_17 = ___nsMgr1; __this->set__nsMgr_1(L_17); String_t* L_18 = ___docTypeName2; G_B8_0 = __this; if (!L_18) { G_B9_0 = __this; goto IL_0093; } } { String_t* L_19 = ___docTypeName2; G_B10_0 = L_19; G_B10_1 = G_B8_0; goto IL_0098; } IL_0093: { String_t* L_20 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B10_0 = L_20; G_B10_1 = G_B9_0; } IL_0098: { NullCheck(G_B10_1); G_B10_1->set__docTypeName_2(G_B10_0); String_t* L_21 = ___pubId3; G_B11_0 = __this; if (!L_21) { G_B12_0 = __this; goto IL_00a6; } } { String_t* L_22 = ___pubId3; G_B13_0 = L_22; G_B13_1 = G_B11_0; goto IL_00ab; } IL_00a6: { String_t* L_23 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B13_0 = L_23; G_B13_1 = G_B12_0; } IL_00ab: { NullCheck(G_B13_1); G_B13_1->set__pubId_3(G_B13_0); String_t* L_24 = ___sysId4; G_B14_0 = __this; if (!L_24) { G_B15_0 = __this; goto IL_00b9; } } { String_t* L_25 = ___sysId4; G_B16_0 = L_25; G_B16_1 = G_B14_0; goto IL_00be; } IL_00b9: { String_t* L_26 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B16_0 = L_26; G_B16_1 = G_B15_0; } IL_00be: { NullCheck(G_B16_1); G_B16_1->set__sysId_4(G_B16_0); String_t* L_27 = ___internalSubset5; G_B17_0 = __this; if (!L_27) { G_B18_0 = __this; goto IL_00cc; } } { String_t* L_28 = ___internalSubset5; G_B19_0 = L_28; G_B19_1 = G_B17_0; goto IL_00d1; } IL_00cc: { String_t* L_29 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B19_0 = L_29; G_B19_1 = G_B18_0; } IL_00d1: { NullCheck(G_B19_1); G_B19_1->set__internalSubset_5(G_B19_0); String_t* L_30 = ___baseURI6; G_B20_0 = __this; if (!L_30) { G_B21_0 = __this; goto IL_00df; } } { String_t* L_31 = ___baseURI6; G_B22_0 = L_31; G_B22_1 = G_B20_0; goto IL_00e4; } IL_00df: { String_t* L_32 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B22_0 = L_32; G_B22_1 = G_B21_0; } IL_00e4: { NullCheck(G_B22_1); G_B22_1->set__baseURI_8(G_B22_0); String_t* L_33 = ___xmlLang7; G_B23_0 = __this; if (!L_33) { G_B24_0 = __this; goto IL_00f2; } } { String_t* L_34 = ___xmlLang7; G_B25_0 = L_34; G_B25_1 = G_B23_0; goto IL_00f7; } IL_00f2: { String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B25_0 = L_35; G_B25_1 = G_B24_0; } IL_00f7: { NullCheck(G_B25_1); G_B25_1->set__xmlLang_6(G_B25_0); int32_t L_36 = ___xmlSpace8; __this->set__xmlSpace_7(L_36); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_37 = ___enc9; __this->set__encoding_9(L_37); return; } } // System.Xml.XmlNameTable System.Xml.XmlParserContext::get_NameTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * XmlParserContext_get_NameTable_mF1F657E238A6FAEC61018EB771640EB5E14A546D (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_0 = __this->get__nt_0(); return L_0; } } // System.Xml.XmlNamespaceManager System.Xml.XmlParserContext::get_NamespaceManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * XmlParserContext_get_NamespaceManager_m9DF0655B59F937EEE2C2ABC8E8B7067AA14A010E (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_0 = __this->get__nsMgr_1(); return L_0; } } // System.String System.Xml.XmlParserContext::get_DocTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_DocTypeName_mBB1E0FED037DAD590E11B29F6BD160BDA2A689A9 (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__docTypeName_2(); return L_0; } } // System.String System.Xml.XmlParserContext::get_PublicId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_PublicId_m1135CB245A9628A1B67D2ECF5AA560DB69E9D32D (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__pubId_3(); return L_0; } } // System.String System.Xml.XmlParserContext::get_SystemId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_SystemId_mDF57A6C7FBCB6142D7DE370480F96740BD7791F8 (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__sysId_4(); return L_0; } } // System.String System.Xml.XmlParserContext::get_BaseURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_BaseURI_mDC9771AD1C8F20ABB620B6B8FB05FF8588DEB4E4 (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__baseURI_8(); return L_0; } } // System.String System.Xml.XmlParserContext::get_InternalSubset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_InternalSubset_m8C6D38A985229CA2CD7EB25FD71FF37D5CFEA490 (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__internalSubset_5(); return L_0; } } // System.String System.Xml.XmlParserContext::get_XmlLang() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_XmlLang_m348DEB5C3F10F1151AE3E5C74AE7E1633420A332 (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__xmlLang_6(); return L_0; } } // System.Xml.XmlSpace System.Xml.XmlParserContext::get_XmlSpace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlParserContext_get_XmlSpace_m727BCF0B2A1CF614406EC7AB92BE74F411994F82 (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__xmlSpace_7(); return L_0; } } // System.Text.Encoding System.Xml.XmlParserContext::get_Encoding() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * XmlParserContext_get_Encoding_m720304147F955C4AD3C3F32AED76DB46F4BA15E3 (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_0 = __this->get__encoding_9(); return L_0; } } // System.Boolean System.Xml.XmlParserContext::get_HasDtdInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlParserContext_get_HasDtdInfo_m0447D07746CD1353508C4F41CF342CAC07D32748 (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __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__internalSubset_5(); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_2; L_2 = String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0035; } } { String_t* L_3 = __this->get__pubId_3(); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_5; L_5 = String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE(L_3, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0035; } } { String_t* L_6 = __this->get__sysId_4(); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_8; L_8 = String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE(L_6, L_7, /*hidden argument*/NULL); return L_8; } IL_0035: { 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.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) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc2; XmlLinkedNode__ctor_m5D69904A83B963E33353140D64EC323118BB14E8(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___target0; __this->set_target_2(L_1); String_t* L_2 = ___data1; __this->set_data_3(L_2); return; } } // System.String System.Xml.XmlProcessingInstruction::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlProcessingInstruction_get_Name_m4AEF5D4C91D91FF6040F98E2E182640604E04E4E (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * __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_target_2(); if (!L_0) { goto IL_000f; } } { String_t* L_1 = __this->get_target_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.String System.Xml.XmlProcessingInstruction::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlProcessingInstruction_get_LocalName_m329421A6596A7441B5B7665B5BD90C298E020CBF (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * __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.String System.Xml.XmlProcessingInstruction::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlProcessingInstruction_get_Value_mA4C98D9E2E95EA78D8C5F416D9AB7C089AA9DA72 (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_data_3(); return L_0; } } // System.Void System.Xml.XmlProcessingInstruction::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlProcessingInstruction_set_Value_m60EBC6213B9B90C549A78A09E520B843C9B3AEDC (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; XmlProcessingInstruction_set_Data_m046C586C52D35DAD42015DBB06F09EDAA9FAB645(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlProcessingInstruction::set_Data(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlProcessingInstruction_set_Data_m046C586C52D35DAD42015DBB06F09EDAA9FAB645 (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * __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_3(); 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_3(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.String System.Xml.XmlProcessingInstruction::get_InnerText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlProcessingInstruction_get_InnerText_m6E985D035981CBA2B433483BAA9C38D939A2DA58 (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_data_3(); return L_0; } } // System.Void System.Xml.XmlProcessingInstruction::set_InnerText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlProcessingInstruction_set_InnerText_mE67B202DC8769928464560507D40CF3E036D69E4 (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; XmlProcessingInstruction_set_Data_m046C586C52D35DAD42015DBB06F09EDAA9FAB645(__this, L_0, /*hidden argument*/NULL); return; } } // System.Xml.XmlNodeType System.Xml.XmlProcessingInstruction::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlProcessingInstruction_get_NodeType_m3D88917E938EF3CEAC3FB767F3A9913DDA403F3E (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * __this, const RuntimeMethod* method) { { return (int32_t)(7); } } // System.Xml.XmlNode System.Xml.XmlProcessingInstruction::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlProcessingInstruction_CloneNode_m7DBF9801E6AA5B2CD2801516D313FAEABEDC417F (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * __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_target_2(); String_t* L_2 = __this->get_data_3(); NullCheck(L_0); XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * L_3; L_3 = VirtFuncInvoker2< XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE *, String_t*, String_t* >::Invoke(54 /* System.Xml.XmlProcessingInstruction System.Xml.XmlDocument::CreateProcessingInstruction(System.String,System.String) */, L_0, L_1, L_2); return L_3; } } // System.Void System.Xml.XmlProcessingInstruction::WriteTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlProcessingInstruction_WriteTo_m7E9730870D7A9374E730C3C492EC4B01D667BB8D (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___w0, const RuntimeMethod* method) { { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_0 = ___w0; String_t* L_1 = __this->get_target_2(); String_t* L_2 = __this->get_data_3(); 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.XmlProcessingInstruction::WriteContentTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlProcessingInstruction_WriteContentTo_m806F4D91BA0B7D4E46430B606DC3709264CDC8A0 (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * __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.Void System.Xml.XmlQualifiedName::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m19B864A34BC30E948EA81104CCA5E09646463E64 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __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 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlQualifiedName::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m73A954A83BC208D5CA3B1F1D328DDF6C29453E79 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, String_t* ___name0, const RuntimeMethod* method) { 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 = ___name0; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * G_B2_0 = NULL; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * G_B3_1 = NULL; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * G_B5_0 = NULL; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * G_B4_0 = NULL; String_t* G_B6_0 = NULL; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * G_B6_1 = NULL; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___ns1; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_000d; } } { String_t* L_1 = ___ns1; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_0012; } IL_000d: { 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_0012: { NullCheck(G_B3_1); G_B3_1->set_ns_2(G_B3_0); String_t* L_3 = ___name0; G_B4_0 = __this; if (!L_3) { G_B5_0 = __this; goto IL_001e; } } { String_t* L_4 = ___name0; G_B6_0 = L_4; G_B6_1 = G_B4_0; goto IL_0023; } IL_001e: { String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B6_0 = L_5; G_B6_1 = G_B5_0; } IL_0023: { NullCheck(G_B6_1); G_B6_1->set_name_1(G_B6_0); return; } } // System.String System.Xml.XmlQualifiedName::get_Namespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_2(); return L_0; } } // System.String System.Xml.XmlQualifiedName::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_1(); return L_0; } } // System.Int32 System.Xml.XmlQualifiedName::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlQualifiedName_GetHashCode_m1F9CF29A0EB70324634CB2807EBE66DC015B86CF (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_hash_3(); if (L_0) { goto IL_003c; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * L_1 = ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))->get_hashCodeDelegate_0(); if (L_1) { goto IL_0019; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * L_2; L_2 = XmlQualifiedName_GetHashCodeDelegate_m8C86016FB2339A5574F08BC848740FF318FC4D42(/*hidden argument*/NULL); ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))->set_hashCodeDelegate_0(L_2); } IL_0019: { IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * L_3 = ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))->get_hashCodeDelegate_0(); String_t* L_4; L_4 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(__this, /*hidden argument*/NULL); String_t* L_5; L_5 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(__this, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_7; L_7 = HashCodeOfStringDelegate_Invoke_m87607B71AC70881412D955FBD48211D8DDA64523(L_3, L_4, L_6, ((int64_t)((int64_t)0)), /*hidden argument*/NULL); __this->set_hash_3(L_7); } IL_003c: { int32_t L_8 = __this->get_hash_3(); return L_8; } } // System.Boolean System.Xml.XmlQualifiedName::get_IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_get_IsEmpty_m694779833F49A6E81D29F112E3D39483A5967F93 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001c; } } { String_t* L_2; L_2 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); } IL_001c: { return (bool)0; } } // System.String System.Xml.XmlQualifiedName::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_ToString_m7449ABD51A98B5C79F09EE0C7584348FBBAA971B (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0024; } } { String_t* L_2; L_2 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(__this, /*hidden argument*/NULL); String_t* L_3; L_3 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(__this, /*hidden argument*/NULL); String_t* L_4; L_4 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_2, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_3, /*hidden argument*/NULL); return L_4; } IL_0024: { String_t* L_5; L_5 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(__this, /*hidden argument*/NULL); return L_5; } } // System.Boolean System.Xml.XmlQualifiedName::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_Equals_mB5523F109EA9DED2810684BAE50AAFF41A00F7BF (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * V_0 = NULL; { RuntimeObject * L_0 = ___other0; if ((!(((RuntimeObject*)(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)__this) == ((RuntimeObject*)(RuntimeObject *)L_0)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___other0; V_0 = ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)IsInstClass((RuntimeObject*)L_1, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var)); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); bool L_3; L_3 = XmlQualifiedName_op_Inequality_m41E46D4716F1168DF9152C551CD2F79231750271(L_2, (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_003d; } } { String_t* L_4; L_4 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(__this, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_5 = V_0; NullCheck(L_5); String_t* L_6; L_6 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_5, /*hidden argument*/NULL); bool L_7; L_7 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_4, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_003b; } } { String_t* L_8; L_8 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(__this, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_9 = V_0; NullCheck(L_9); String_t* L_10; L_10 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_9, /*hidden argument*/NULL); bool L_11; L_11 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_8, L_10, /*hidden argument*/NULL); return L_11; } IL_003b: { return (bool)0; } IL_003d: { return (bool)0; } } // System.Boolean System.Xml.XmlQualifiedName::op_Equality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Equality_m2A644E46A9CB20B0E072ED47DE4E95E92B420A22 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___a0, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___b1, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ___a0; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_1 = ___b1; if ((!(((RuntimeObject*)(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)L_0) == ((RuntimeObject*)(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)L_1)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_2 = ___a0; if (!L_2) { goto IL_000c; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_3 = ___b1; if (L_3) { goto IL_000e; } } IL_000c: { return (bool)0; } IL_000e: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_4 = ___a0; NullCheck(L_4); String_t* L_5; L_5 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_4, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_6 = ___b1; NullCheck(L_6); String_t* L_7; L_7 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_6, /*hidden argument*/NULL); bool L_8; L_8 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_5, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0033; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_9 = ___a0; NullCheck(L_9); String_t* L_10; L_10 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_9, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_11 = ___b1; 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_10, L_12, /*hidden argument*/NULL); return L_13; } IL_0033: { return (bool)0; } } // System.Boolean System.Xml.XmlQualifiedName::op_Inequality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Inequality_m41E46D4716F1168DF9152C551CD2F79231750271 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___a0, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ___a0; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_1 = ___b1; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); bool L_2; L_2 = XmlQualifiedName_op_Equality_m2A644E46A9CB20B0E072ED47DE4E95E92B420A22(L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate System.Xml.XmlQualifiedName::GetHashCodeDelegate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * XmlQualifiedName_GetHashCodeDelegate_m8C86016FB2339A5574F08BC848740FF318FC4D42 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_GetHashCodeOfString_m975C3286F53D981750971A504085CAF12DC1E907_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9319D8D06606B8F2B10B57EBAABAE57F7D5B8E7); s_Il2CppMethodInitialized = true; } MethodInfo_t * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); bool L_0; L_0 = XmlQualifiedName_IsRandomizedHashingDisabled_m7418A6E56207A7F17EA73CB18270A4A7B7340200(/*hidden argument*/NULL); if (L_0) { goto IL_003d; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_1, /*hidden argument*/NULL); NullCheck(L_2); MethodInfo_t * L_3; L_3 = Type_GetMethod_m2DDEF37DF33D28F579BA8E03F4376B67D91F0DEB(L_2, _stringLiteralD9319D8D06606B8F2B10B57EBAABAE57F7D5B8E7, ((int32_t)40), /*hidden argument*/NULL); V_0 = L_3; MethodInfo_t * L_4 = V_0; bool L_5; L_5 = MethodInfo_op_Inequality_m36E5F5CEC053740C69E67E46BEDA47F9794BC94D(L_4, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_003d; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_6, /*hidden argument*/NULL); MethodInfo_t * L_8 = V_0; Delegate_t * L_9; L_9 = Delegate_CreateDelegate_mFC46DEA52542B51D94BB899B68FD599295A4753A(L_7, L_8, /*hidden argument*/NULL); return ((HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E *)CastclassSealed((RuntimeObject*)L_9, HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E_il2cpp_TypeInfo_var)); } IL_003d: { HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * L_10 = (HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E *)il2cpp_codegen_object_new(HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E_il2cpp_TypeInfo_var); HashCodeOfStringDelegate__ctor_m844FB602B7099CDD0B3C4CE8849B84110227A8BA(L_10, NULL, (intptr_t)((intptr_t)XmlQualifiedName_GetHashCodeOfString_m975C3286F53D981750971A504085CAF12DC1E907_RuntimeMethod_var), /*hidden argument*/NULL); return L_10; } } // System.Boolean System.Xml.XmlQualifiedName::IsRandomizedHashingDisabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_IsRandomizedHashingDisabled_m7418A6E56207A7F17EA73CB18270A4A7B7340200 (const RuntimeMethod* method) { { return (bool)0; } } // System.Int32 System.Xml.XmlQualifiedName::GetHashCodeOfString(System.String,System.Int32,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlQualifiedName_GetHashCodeOfString_m975C3286F53D981750971A504085CAF12DC1E907 (String_t* ___s0, int32_t ___length1, int64_t ___additionalEntropy2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; NullCheck(L_0); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } // System.Xml.XmlQualifiedName System.Xml.XmlQualifiedName::Parse(System.String,System.Xml.IXmlNamespaceResolver,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * XmlQualifiedName_Parse_m1B1DDF5738E04BEB6CF48E0AB0F68885354A5690 (String_t* ___s0, RuntimeObject* ___nsmgr1, String_t** ___prefix2, const RuntimeMethod* method) { 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*)&String_t_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* L_0 = ___s0; String_t** L_1 = ___prefix2; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); ValidateNames_ParseQNameThrow_mC43CA85BF9A9F8C730F865A8842450E3B1710A52(L_0, (String_t**)L_1, (String_t**)(&V_0), /*hidden argument*/NULL); RuntimeObject* L_2 = ___nsmgr1; String_t** L_3 = ___prefix2; String_t* L_4 = *((String_t**)L_3); NullCheck(L_2); String_t* L_5; L_5 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(0 /* System.String System.Xml.IXmlNamespaceResolver::LookupNamespace(System.String) */, IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0_il2cpp_TypeInfo_var, L_2, L_4); V_1 = L_5; String_t* L_6 = V_1; if (L_6) { goto IL_0031; } } { String_t** L_7 = ___prefix2; String_t* L_8 = *((String_t**)L_7); NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_002b; } } { String_t** L_10 = ___prefix2; String_t* L_11 = *((String_t**)L_10); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_12 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var))); XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2CC07AF4C3868561B4298BB54D24B5A984DBC70D)), L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlQualifiedName_Parse_m1B1DDF5738E04BEB6CF48E0AB0F68885354A5690_RuntimeMethod_var))); } IL_002b: { String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_1 = L_13; } IL_0031: { String_t* L_14 = V_0; String_t* L_15 = V_1; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_16 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_16, L_14, L_15, /*hidden argument*/NULL); return L_16; } } // System.Void System.Xml.XmlQualifiedName::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__cctor_mF161F2DE9ADF71BDA0C0D7E74575024271D5581D (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*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))->set_hashCodeDelegate_0((HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E *)NULL); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_1 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m73A954A83BC208D5CA3B1F1D328DDF6C29453E79(L_1, L_0, /*hidden argument*/NULL); ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))->set_Empty_4(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlReaderSettings System.Xml.XmlReader::get_Settings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * XmlReader_get_Settings_m94A9D403A01A1401E3C441A584EFDA4A7242CAB1 (XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * __this, const RuntimeMethod* method) { { return (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 *)NULL; } } // System.String System.Xml.XmlReader::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlReader_get_Name_m7F0E945CC30317A943A3935082F1D116C871EF8E (XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, __this); NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0014; } } { String_t* L_2; L_2 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, __this); return L_2; } IL_0014: { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_3; L_3 = VirtFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(28 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, __this); String_t* L_4; L_4 = VirtFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, __this); String_t* L_5; L_5 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, __this); String_t* L_6; L_6 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_4, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_5, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_7; L_7 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_3, L_6); return L_7; } } // System.Boolean System.Xml.XmlReader::get_IsDefault() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReader_get_IsDefault_mCF12FE14DBAEA2FF50ACDEF71E113EBEBA8AD4E2 (XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlReader::get_SchemaInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlReader_get_SchemaInfo_m96D9266C5C36A6D1D7AAE273591EE0EF84E7421B (XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { return ((RuntimeObject*)IsInst((RuntimeObject*)__this, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var)); } } // System.Void System.Xml.XmlReader::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReader_Close_mF5C560DA712B23E5CC74E4DA850F984F7A432146 (XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.XmlReader::Skip() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReader_Skip_m381227DC9BF9D4FC1B27056C0ABDFDF0F13786BF (XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = VirtFuncInvoker0< int32_t >::Invoke(26 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, __this); if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_000a; } } { return; } IL_000a: { bool L_1; L_1 = XmlReader_SkipSubtree_m1A8675CF593E83ABD420F580CBF1547BE45D9572(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Xml.XmlReader::get_CanResolveEntity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReader_get_CanResolveEntity_m449D2E17C2EA359DF39CF1603ABF0E794AFF5415 (XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.String System.Xml.XmlReader::ReadString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlReader_ReadString_m255F5AF3C9D14005A77253EBB14474663043488E (XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { int32_t L_0; L_0 = VirtFuncInvoker0< int32_t >::Invoke(26 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, __this); if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_000f; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_1; } IL_000f: { bool L_2; L_2 = VirtFuncInvoker0< bool >::Invoke(22 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, __this); int32_t L_3; L_3 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, __this); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0055; } } { bool L_4; L_4 = VirtFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, __this); if (!L_4) { goto IL_002d; } } { String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_5; } IL_002d: { bool L_6; L_6 = VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean System.Xml.XmlReader::Read() */, __this); if (L_6) { goto IL_0045; } } { String_t* L_7; L_7 = Res_GetString_m567E450BF89748055E08C5C54D1780000055B9F3(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_8 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReader_ReadString_m255F5AF3C9D14005A77253EBB14474663043488E_RuntimeMethod_var))); } IL_0045: { int32_t L_9; L_9 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, __this); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)15))))) { goto IL_0055; } } { String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_10; } IL_0055: { String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_0 = L_11; goto IL_0072; } IL_005d: { String_t* L_12 = V_0; String_t* L_13; L_13 = VirtFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, __this); String_t* L_14; L_14 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_12, L_13, /*hidden argument*/NULL); V_0 = L_14; bool L_15; L_15 = VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean System.Xml.XmlReader::Read() */, __this); if (!L_15) { goto IL_007f; } } IL_0072: { int32_t L_16; L_16 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, __this); IL2CPP_RUNTIME_CLASS_INIT(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_il2cpp_TypeInfo_var); bool L_17; L_17 = XmlReader_IsTextualNode_m6DA7EB5E2D707AA9D2BE5268F599F3D46F690075(L_16, /*hidden argument*/NULL); if (L_17) { goto IL_005d; } } IL_007f: { String_t* L_18 = V_0; return L_18; } } // System.Xml.XmlNodeType System.Xml.XmlReader::MoveToContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlReader_MoveToContent_m8ED898F1333ED93CF78B2FEF83C2704D318DF6D3 (XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; IL_0000: { int32_t L_0; L_0 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, __this); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))) { case 0: { goto IL_0033; } case 1: { goto IL_002c; } case 2: { goto IL_0033; } case 3: { goto IL_0033; } case 4: { goto IL_0033; } } } { int32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)15)))) > ((uint32_t)1)))) { goto IL_0033; } } { goto IL_003a; } IL_002c: { bool L_3; L_3 = VirtFuncInvoker0< bool >::Invoke(22 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, __this); } IL_0033: { int32_t L_4; L_4 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, __this); return L_4; } IL_003a: { bool L_5; L_5 = VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean System.Xml.XmlReader::Read() */, __this); if (L_5) { goto IL_0000; } } { int32_t L_6; L_6 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, __this); return L_6; } } // System.Void System.Xml.XmlReader::ReadStartElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReader_ReadStartElement_m4937FA7726139B0ACF29AD4FFDECD0C888AC0D17 (XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = VirtFuncInvoker0< int32_t >::Invoke(33 /* System.Xml.XmlNodeType System.Xml.XmlReader::MoveToContent() */, __this); if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_002e; } } { int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, __this); V_0 = L_1; RuntimeObject * L_2 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81_il2cpp_TypeInfo_var)), (&V_0)); NullCheck(L_2); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); V_0 = *(int32_t*)UnBox(L_2); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_4 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var))); XmlException__ctor_mD914FCEA232C6D28F8CC897B416487E85843FDEC(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral50709161A683107F88DF833963D6907320EB2D94)), L_3, ((RuntimeObject*)IsInst((RuntimeObject*)__this, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IXmlLineInfo_tA2EB52057E77921973EFB598BB874B5F2E41DD7B_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReader_ReadStartElement_m4937FA7726139B0ACF29AD4FFDECD0C888AC0D17_RuntimeMethod_var))); } IL_002e: { bool L_5; L_5 = VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean System.Xml.XmlReader::Read() */, __this); return; } } // System.String System.Xml.XmlReader::ReadElementString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlReader_ReadElementString_mDDFE64D2E95F74A6C7C68C3772DC043BA27F402E (XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * __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* V_0 = NULL; int32_t V_1 = 0; { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_0 = L_0; int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(33 /* System.Xml.XmlNodeType System.Xml.XmlReader::MoveToContent() */, __this); if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_0034; } } { int32_t L_2; L_2 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, __this); V_1 = L_2; RuntimeObject * L_3 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81_il2cpp_TypeInfo_var)), (&V_1)); NullCheck(L_3); String_t* L_4; L_4 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3); V_1 = *(int32_t*)UnBox(L_3); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_5 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var))); XmlException__ctor_mD914FCEA232C6D28F8CC897B416487E85843FDEC(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral50709161A683107F88DF833963D6907320EB2D94)), L_4, ((RuntimeObject*)IsInst((RuntimeObject*)__this, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IXmlLineInfo_tA2EB52057E77921973EFB598BB874B5F2E41DD7B_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReader_ReadElementString_mDDFE64D2E95F74A6C7C68C3772DC043BA27F402E_RuntimeMethod_var))); } IL_0034: { bool L_6; L_6 = VirtFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, __this); if (L_6) { goto IL_0093; } } { bool L_7; L_7 = VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean System.Xml.XmlReader::Read() */, __this); String_t* L_8; L_8 = VirtFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlReader::ReadString() */, __this); V_0 = L_8; int32_t L_9; L_9 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, __this); if ((((int32_t)L_9) == ((int32_t)((int32_t)15)))) { goto IL_008a; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = (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_11 = L_10; int32_t L_12; L_12 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, __this); V_1 = L_12; RuntimeObject * L_13 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81_il2cpp_TypeInfo_var)), (&V_1)); NullCheck(L_13); String_t* L_14; L_14 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13); V_1 = *(int32_t*)UnBox(L_13); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_14); (L_11)->SetAt(static_cast(0), (String_t*)L_14); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15 = L_11; NullCheck(L_15); ArrayElementTypeCheck (L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E1D57CE6B85658D066056F8AB14C7463911E2B2))); (L_15)->SetAt(static_cast(1), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4E1D57CE6B85658D066056F8AB14C7463911E2B2))); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_16 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var))); XmlException__ctor_m8A068AD0CFB426A59D5EB80AE41D908BDE1E1DD2(L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCAFD5B1578BE15D85E6DD4147D5AE04B0EF57878)), L_15, ((RuntimeObject*)IsInst((RuntimeObject*)__this, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IXmlLineInfo_tA2EB52057E77921973EFB598BB874B5F2E41DD7B_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReader_ReadElementString_mDDFE64D2E95F74A6C7C68C3772DC043BA27F402E_RuntimeMethod_var))); } IL_008a: { bool L_17; L_17 = VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean System.Xml.XmlReader::Read() */, __this); goto IL_009a; } IL_0093: { bool L_18; L_18 = VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean System.Xml.XmlReader::Read() */, __this); } IL_009a: { String_t* L_19 = V_0; return L_19; } } // System.Void System.Xml.XmlReader::ReadEndElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReader_ReadEndElement_m22184C53A3BC4AC3DED2980C35873A48F058F469 (XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = VirtFuncInvoker0< int32_t >::Invoke(33 /* System.Xml.XmlNodeType System.Xml.XmlReader::MoveToContent() */, __this); if ((((int32_t)L_0) == ((int32_t)((int32_t)15)))) { goto IL_002f; } } { int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, __this); V_0 = L_1; RuntimeObject * L_2 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81_il2cpp_TypeInfo_var)), (&V_0)); NullCheck(L_2); String_t* L_3; L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); V_0 = *(int32_t*)UnBox(L_2); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_4 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var))); XmlException__ctor_mD914FCEA232C6D28F8CC897B416487E85843FDEC(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral50709161A683107F88DF833963D6907320EB2D94)), L_3, ((RuntimeObject*)IsInst((RuntimeObject*)__this, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IXmlLineInfo_tA2EB52057E77921973EFB598BB874B5F2E41DD7B_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReader_ReadEndElement_m22184C53A3BC4AC3DED2980C35873A48F058F469_RuntimeMethod_var))); } IL_002f: { bool L_5; L_5 = VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean System.Xml.XmlReader::Read() */, __this); return; } } // System.Boolean System.Xml.XmlReader::IsStartElement(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReader_IsStartElement_m5A83445D14BC2E3089A5C49F0410CA37873ED224 (XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * __this, String_t* ___localname0, String_t* ___ns1, const RuntimeMethod* method) { { int32_t L_0; L_0 = VirtFuncInvoker0< int32_t >::Invoke(33 /* System.Xml.XmlNodeType System.Xml.XmlReader::MoveToContent() */, __this); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0026; } } { String_t* L_1; L_1 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, __this); String_t* L_2 = ___localname0; bool L_3; L_3 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0024; } } { String_t* L_4; L_4 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, __this); String_t* L_5 = ___ns1; bool L_6; L_6 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_0024: { return (bool)0; } IL_0026: { return (bool)0; } } // System.Void System.Xml.XmlReader::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReader_Dispose_m4EC31AC5BE80B3028E6D11A1A4CD65EF6F14916E (XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(38 /* System.Void System.Xml.XmlReader::Dispose(System.Boolean) */, __this, (bool)1); return; } } // System.Void System.Xml.XmlReader::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReader_Dispose_m45DC80397A7BF5A615DCADECC695ADBB7509947E (XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = ___disposing0; if (!L_0) { goto IL_0012; } } { int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(26 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, __this); if ((((int32_t)L_1) == ((int32_t)4))) { goto IL_0012; } } { VirtActionInvoker0::Invoke(25 /* System.Void System.Xml.XmlReader::Close() */, __this); } IL_0012: { return; } } // System.Boolean System.Xml.XmlReader::IsTextualNode(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReader_IsTextualNode_m6DA7EB5E2D707AA9D2BE5268F599F3D46F690075 (int32_t ___nodeType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_il2cpp_TypeInfo_var); uint32_t L_0 = ((XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields*)il2cpp_codegen_static_fields_for(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_il2cpp_TypeInfo_var))->get_IsTextualNodeBitmap_0(); int32_t L_1 = ___nodeType0; return (bool)((!(((uint64_t)((int64_t)((int64_t)((int64_t)((uint64_t)L_0))&(int64_t)((int64_t)((int64_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)31)))))))))) <= ((uint64_t)((int64_t)((int64_t)0)))))? 1 : 0); } } // System.Boolean System.Xml.XmlReader::SkipSubtree() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReader_SkipSubtree_m1A8675CF593E83ABD420F580CBF1547BE45D9572 (XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0; L_0 = VirtFuncInvoker0< bool >::Invoke(22 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, __this); int32_t L_1; L_1 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, __this); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0041; } } { bool L_2; L_2 = VirtFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, __this); if (L_2) { goto IL_0041; } } { int32_t L_3; L_3 = VirtFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 System.Xml.XmlReader::get_Depth() */, __this); V_0 = L_3; } IL_001f: { bool L_4; L_4 = VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean System.Xml.XmlReader::Read() */, __this); if (!L_4) { goto IL_0030; } } { int32_t L_5 = V_0; int32_t L_6; L_6 = VirtFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 System.Xml.XmlReader::get_Depth() */, __this); if ((((int32_t)L_5) < ((int32_t)L_6))) { goto IL_001f; } } IL_0030: { int32_t L_7; L_7 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, __this); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)15))))) { goto IL_0048; } } { bool L_8; L_8 = VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean System.Xml.XmlReader::Read() */, __this); return L_8; } IL_0041: { bool L_9; L_9 = VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean System.Xml.XmlReader::Read() */, __this); return L_9; } IL_0048: { return (bool)0; } } // System.Xml.IDtdInfo System.Xml.XmlReader::get_DtdInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlReader_get_DtdInfo_m8C1F803C1F085BD9989EFE6F083D73624FB272EE (XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * __this, const RuntimeMethod* method) { { return (RuntimeObject*)NULL; } } // System.Int32 System.Xml.XmlReader::CalcBufferSize(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlReader_CalcBufferSize_m22356BDA2615407FE3776F24A8BB20FA40A10E5E (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlReader_CalcBufferSize_m22356BDA2615407FE3776F24A8BB20FA40A10E5E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int64_t V_1 = 0; { V_0 = ((int32_t)4096); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___input0; NullCheck(L_0); bool L_1; L_1 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_0); if (!L_1) { goto IL_002e; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = ___input0; NullCheck(L_2); int64_t L_3; L_3 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_2); V_1 = L_3; int64_t L_4 = V_1; int32_t L_5 = V_0; if ((((int64_t)L_4) >= ((int64_t)((int64_t)((int64_t)L_5))))) { goto IL_001f; } } { int64_t L_6 = V_1; if ((int64_t)(L_6) > 2147483647LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlReader_CalcBufferSize_m22356BDA2615407FE3776F24A8BB20FA40A10E5E_RuntimeMethod_var); V_0 = ((int32_t)((int32_t)L_6)); goto IL_002e; } IL_001f: { int64_t L_7 = V_1; if ((((int64_t)L_7) <= ((int64_t)((int64_t)((int64_t)((int32_t)65536)))))) { goto IL_002e; } } { V_0 = ((int32_t)8192); } IL_002e: { int32_t L_8 = V_0; return L_8; } } // System.Void System.Xml.XmlReader::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReader__ctor_mC39484EF621817625CE8A5EB07F9B1218742843C (XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlReader::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReader__cctor_m146C4AB4503A05A7950DC9778B65FB1DBD30477E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields*)il2cpp_codegen_static_fields_for(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_il2cpp_TypeInfo_var))->set_IsTextualNodeBitmap_0(((int32_t)24600)); ((XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields*)il2cpp_codegen_static_fields_for(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_il2cpp_TypeInfo_var))->set_CanReadContentAsBitmap_1(((int32_t)123324)); ((XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields*)il2cpp_codegen_static_fields_for(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_il2cpp_TypeInfo_var))->set_HasValueBitmap_2(((int32_t)157084)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.Xml.XmlConfiguration.XmlReaderSection::get_ProhibitDefaultUrlResolver() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReaderSection_get_ProhibitDefaultUrlResolver_m1F9D077E4D861A1258E9EEBE7B035C17C7C4CF58 (const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Xml.XmlConfiguration.XmlReaderSection::get_CollapseWhiteSpaceIntoEmptyString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReaderSection_get_CollapseWhiteSpaceIntoEmptyString_mFF2A987462BFEC78FAAF883619E4768A1616BAA9 (const RuntimeMethod* method) { { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlReaderSettings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings__ctor_m0DFDE914376FEE80656E0BB346D8DB51114EDC00 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); XmlReaderSettings_Initialize_mB93DD90394577198A189E985956971EB4659355E(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlReaderSettings::set_NameTable(System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_NameTable_m60D918CF4E0ABE09514872010EA9273EE281D5C9 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral81C6A150C740E85EF7BDB2DE76CBED7BCCC3797F); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8(__this, _stringLiteral81C6A150C740E85EF7BDB2DE76CBED7BCCC3797F, /*hidden argument*/NULL); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_0 = ___value0; __this->set_nameTable_1(L_0); return; } } // System.Void System.Xml.XmlReaderSettings::set_IsXmlResolverSet(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IsXmlResolverSet_m4374404167E732ADF4FF5D5699DA1A2763B4A048 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsXmlResolverSetU3Ek__BackingField_18(L_0); return; } } // System.Void System.Xml.XmlReaderSettings::set_XmlResolver(System.Xml.XmlResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_XmlResolver_m8A353E1F21B4DCED11401FB9D65D1321177CF596 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93B59C6870171FCFAA8A0D2F3A21C5B0CEFC7FDD); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8(__this, _stringLiteral93B59C6870171FCFAA8A0D2F3A21C5B0CEFC7FDD, /*hidden argument*/NULL); XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_0 = ___value0; __this->set_xmlResolver_2(L_0); XmlReaderSettings_set_IsXmlResolverSet_m4374404167E732ADF4FF5D5699DA1A2763B4A048_inline(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Xml.XmlResolver System.Xml.XmlReaderSettings::GetXmlResolver() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * XmlReaderSettings_GetXmlResolver_mE28769077AE9F6D961723B225E0FCA918B47B64E (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, const RuntimeMethod* method) { { XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_0 = __this->get_xmlResolver_2(); return L_0; } } // System.Void System.Xml.XmlReaderSettings::set_LineNumberOffset(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_LineNumberOffset_m7602E55CBBF9D044CD2815F8093378EC55101ED5 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral423005E70CFADA0548835DDF582542DD5BDCFBD3); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8(__this, _stringLiteral423005E70CFADA0548835DDF582542DD5BDCFBD3, /*hidden argument*/NULL); int32_t L_0 = ___value0; __this->set_lineNumberOffset_3(L_0); return; } } // System.Void System.Xml.XmlReaderSettings::set_LinePositionOffset(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_LinePositionOffset_mC447A90F5E013D7A655D7C4B8537924C7A4D61C2 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral035877D5564A6EA6B11C79A48808B85A323C2F5C); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8(__this, _stringLiteral035877D5564A6EA6B11C79A48808B85A323C2F5C, /*hidden argument*/NULL); int32_t L_0 = ___value0; __this->set_linePositionOffset_4(L_0); return; } } // System.Void System.Xml.XmlReaderSettings::set_ConformanceLevel(System.Xml.ConformanceLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_ConformanceLevel_m4CE8E34E7AA470958A7455A7E6CBA121B3ABD8F0 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93D87E1629A331F43CB25BB3CFE69C4D3418FA7E); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8(__this, _stringLiteral93D87E1629A331F43CB25BB3CFE69C4D3418FA7E, /*hidden argument*/NULL); int32_t L_0 = ___value0; if ((!(((uint32_t)L_0) > ((uint32_t)2)))) { goto IL_001a; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(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*)&XmlReaderSettings_set_ConformanceLevel_m4CE8E34E7AA470958A7455A7E6CBA121B3ABD8F0_RuntimeMethod_var))); } IL_001a: { int32_t L_2 = ___value0; __this->set_conformanceLevel_5(L_2); return; } } // System.Void System.Xml.XmlReaderSettings::set_CheckCharacters(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_CheckCharacters_mF91AEA1ABD612E9A2B6CD8A38203B1537AA2E14E (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral025C1ECF21AD54C7CC6639C629602C3F7FE62FAA); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8(__this, _stringLiteral025C1ECF21AD54C7CC6639C629602C3F7FE62FAA, /*hidden argument*/NULL); bool L_0 = ___value0; __this->set_checkCharacters_6(L_0); return; } } // System.Void System.Xml.XmlReaderSettings::set_MaxCharactersInDocument(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_MaxCharactersInDocument_m090B7E940391038B277148CE795FA6874DE51128 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA35549D8219B5F5409D55485656844283EB1A95); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8(__this, _stringLiteralBA35549D8219B5F5409D55485656844283EB1A95, /*hidden argument*/NULL); int64_t L_0 = ___value0; if ((((int64_t)L_0) >= ((int64_t)((int64_t)((int64_t)0))))) { goto IL_001b; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(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*)&XmlReaderSettings_set_MaxCharactersInDocument_m090B7E940391038B277148CE795FA6874DE51128_RuntimeMethod_var))); } IL_001b: { int64_t L_2 = ___value0; __this->set_maxCharactersInDocument_7(L_2); return; } } // System.Void System.Xml.XmlReaderSettings::set_MaxCharactersFromEntities(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_MaxCharactersFromEntities_mB68B8D5D3DBF152858791ABD8B87C521AE287765 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A7B03EDCCEC1AA676CFA2D7002A577C44FC6A13); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8(__this, _stringLiteral7A7B03EDCCEC1AA676CFA2D7002A577C44FC6A13, /*hidden argument*/NULL); int64_t L_0 = ___value0; if ((((int64_t)L_0) >= ((int64_t)((int64_t)((int64_t)0))))) { goto IL_001b; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(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*)&XmlReaderSettings_set_MaxCharactersFromEntities_mB68B8D5D3DBF152858791ABD8B87C521AE287765_RuntimeMethod_var))); } IL_001b: { int64_t L_2 = ___value0; __this->set_maxCharactersFromEntities_8(L_2); return; } } // System.Void System.Xml.XmlReaderSettings::set_IgnoreWhitespace(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IgnoreWhitespace_m3FFCC4B4904D0F7CD89A7FB49A7D9768885A9209 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral010415DFD810DA785E5CD8173EA9688EDA5E73FE); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8(__this, _stringLiteral010415DFD810DA785E5CD8173EA9688EDA5E73FE, /*hidden argument*/NULL); bool L_0 = ___value0; __this->set_ignoreWhitespace_9(L_0); return; } } // System.Void System.Xml.XmlReaderSettings::set_IgnoreProcessingInstructions(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IgnoreProcessingInstructions_m5AEB63724B2879855A91202918E08A03E31FB30A (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFD8C61EC8DBC1376295F70EFEF4B5FDF50F09FBE); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8(__this, _stringLiteralFD8C61EC8DBC1376295F70EFEF4B5FDF50F09FBE, /*hidden argument*/NULL); bool L_0 = ___value0; __this->set_ignorePIs_10(L_0); return; } } // System.Void System.Xml.XmlReaderSettings::set_IgnoreComments(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IgnoreComments_m101F19ED6C272B0F1EF225676512FF9993A70184 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral831ED6EC0D1759EC26A1E876BA9836719586C6D1); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8(__this, _stringLiteral831ED6EC0D1759EC26A1E876BA9836719586C6D1, /*hidden argument*/NULL); bool L_0 = ___value0; __this->set_ignoreComments_11(L_0); return; } } // System.Void System.Xml.XmlReaderSettings::set_DtdProcessing(System.Xml.DtdProcessing) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_DtdProcessing_mE077A237F70523E4BDC9C25668CD70471BA4138C (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD515C8E4D2BD0B64EE134AD25058BE95BF0175BC); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8(__this, _stringLiteralD515C8E4D2BD0B64EE134AD25058BE95BF0175BC, /*hidden argument*/NULL); int32_t L_0 = ___value0; if ((!(((uint32_t)L_0) > ((uint32_t)2)))) { goto IL_001a; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(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*)&XmlReaderSettings_set_DtdProcessing_mE077A237F70523E4BDC9C25668CD70471BA4138C_RuntimeMethod_var))); } IL_001a: { int32_t L_2 = ___value0; __this->set_dtdProcessing_12(L_2); return; } } // System.Xml.ValidationType System.Xml.XmlReaderSettings::get_ValidationType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlReaderSettings_get_ValidationType_m9ED8E4F543926256EAC4E052764A786FCE05C449 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_validationType_13(); return L_0; } } // System.Xml.Schema.XmlSchemaSet System.Xml.XmlReaderSettings::get_Schemas() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * XmlReaderSettings_get_Schemas_m32995B1763A0F40F83F711CA83627D50755D71E2 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * L_0 = __this->get_schemas_15(); if (L_0) { goto IL_0013; } } { XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * L_1 = (XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 *)il2cpp_codegen_object_new(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0_il2cpp_TypeInfo_var); XmlSchemaSet__ctor_m392AAF6C6A920E071739BC9681C2CC17B73560C9(L_1, /*hidden argument*/NULL); __this->set_schemas_15(L_1); } IL_0013: { XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * L_2 = __this->get_schemas_15(); return L_2; } } // System.Void System.Xml.XmlReaderSettings::set_ReadOnly(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_ReadOnly_m74FE491C654B218A952FAA864B1357F018D0B403 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isReadOnly_17(L_0); return; } } // System.Void System.Xml.XmlReaderSettings::CheckReadOnly(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, String_t* ___propertyName0, const RuntimeMethod* method) { { bool L_0 = __this->get_isReadOnly_17(); if (!L_0) { goto IL_0029; } } { Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_1); String_t* L_3 = ___propertyName0; String_t* L_4; L_4 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D)), L_3, /*hidden argument*/NULL); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_5 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var))); XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral044BADD70F84141B60AE555B5513ABA7D660F738)), L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8_RuntimeMethod_var))); } IL_0029: { return; } } // System.Void System.Xml.XmlReaderSettings::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_Initialize_mB93DD90394577198A189E985956971EB4659355E (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, const RuntimeMethod* method) { { XmlReaderSettings_Initialize_m56F1A5671961C72B0C90F6C502E1F035A0168AF7(__this, (XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlReaderSettings::Initialize(System.Xml.XmlResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_Initialize_m56F1A5671961C72B0C90F6C502E1F035A0168AF7 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___resolver0, const RuntimeMethod* method) { XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * G_B2_0 = NULL; XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * G_B1_0 = NULL; XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * G_B3_0 = NULL; XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * G_B3_1 = NULL; { __this->set_nameTable_1((XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 *)NULL); XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_0 = ___resolver0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_000e; } } { XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_1 = ___resolver0; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_0013; } IL_000e: { XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_2; L_2 = XmlReaderSettings_CreateDefaultResolver_mF0DA4B4ADB28930414CFD0CF9B04671F39D01C71(/*hidden argument*/NULL); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_0013: { NullCheck(G_B3_1); G_B3_1->set_xmlResolver_2(G_B3_0); __this->set_maxCharactersFromEntities_8(((int64_t)((int64_t)0))); __this->set_lineNumberOffset_3(0); __this->set_linePositionOffset_4(0); __this->set_checkCharacters_6((bool)1); __this->set_conformanceLevel_5(2); __this->set_ignoreWhitespace_9((bool)0); __this->set_ignorePIs_10((bool)0); __this->set_ignoreComments_11((bool)0); __this->set_dtdProcessing_12(0); __this->set_closeInput_16((bool)0); __this->set_maxCharactersInDocument_7(((int64_t)((int64_t)0))); __this->set_schemas_15((XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 *)NULL); __this->set_validationType_13(0); __this->set_validationFlags_14(8); int32_t L_3 = __this->get_validationFlags_14(); __this->set_validationFlags_14(((int32_t)((int32_t)L_3|(int32_t)((int32_t)16)))); __this->set_useAsync_0((bool)0); __this->set_isReadOnly_17((bool)0); XmlReaderSettings_set_IsXmlResolverSet_m4374404167E732ADF4FF5D5699DA1A2763B4A048_inline(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Xml.XmlResolver System.Xml.XmlReaderSettings::CreateDefaultResolver() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * XmlReaderSettings_CreateDefaultResolver_mF0DA4B4ADB28930414CFD0CF9B04671F39D01C71 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1 * L_0 = (XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1 *)il2cpp_codegen_object_new(XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1_il2cpp_TypeInfo_var); XmlUrlResolver__ctor_m6CDB6CC5B0725F9723A7632AF1ED062E877DD449(L_0, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Xml.XmlReaderSettings::EnableLegacyXmlSettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReaderSettings_EnableLegacyXmlSettings_m6F915EE729AFEA6AC7F838AA7E995CE9757A6631 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(((XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_StaticFields*)il2cpp_codegen_static_fields_for(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_il2cpp_TypeInfo_var))->get_address_of_s_enableLegacyXmlSettings_19()), /*hidden argument*/Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); if (!L_0) { goto IL_0017; } } { bool L_1; L_1 = Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(((XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_StaticFields*)il2cpp_codegen_static_fields_for(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_il2cpp_TypeInfo_var))->get_address_of_s_enableLegacyXmlSettings_19()), /*hidden argument*/Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378_RuntimeMethod_var); return L_1; } IL_0017: { IL2CPP_RUNTIME_CLASS_INIT(BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5_il2cpp_TypeInfo_var); bool L_2; L_2 = BinaryCompatibility_get_TargetsAtLeast_Desktop_V4_5_2_mDEFDF9D5E7D544663030CF84399725D0A2025D22_inline(/*hidden argument*/NULL); if (L_2) { goto IL_0034; } } { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_3; memset((&L_3), 0, sizeof(L_3)); Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A((&L_3), (bool)1, /*hidden argument*/Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A_RuntimeMethod_var); ((XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_StaticFields*)il2cpp_codegen_static_fields_for(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_il2cpp_TypeInfo_var))->set_s_enableLegacyXmlSettings_19(L_3); bool L_4; L_4 = Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(((XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_StaticFields*)il2cpp_codegen_static_fields_for(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_il2cpp_TypeInfo_var))->get_address_of_s_enableLegacyXmlSettings_19()), /*hidden argument*/Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378_RuntimeMethod_var); return L_4; } IL_0034: { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_5; memset((&L_5), 0, sizeof(L_5)); Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A((&L_5), (bool)0, /*hidden argument*/Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A_RuntimeMethod_var); ((XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_StaticFields*)il2cpp_codegen_static_fields_for(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_il2cpp_TypeInfo_var))->set_s_enableLegacyXmlSettings_19(L_5); bool L_6; L_6 = Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(((XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_StaticFields*)il2cpp_codegen_static_fields_for(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_il2cpp_TypeInfo_var))->get_address_of_s_enableLegacyXmlSettings_19()), /*hidden argument*/Nullable_1_get_Value_mC9A7615EA5EDA84F8B8055BE43CF91D74820C378_RuntimeMethod_var); return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Serialization.XmlReflectionImporter::.ctor(System.Xml.Serialization.XmlAttributeOverrides,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReflectionImporter__ctor_m69266DB3DEAE800B3F49A852C23F2EE6D77047F0 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F * ___attributeOverrides0, String_t* ___defaultNamespace1, 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*)&ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064 * L_0 = (ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064 *)il2cpp_codegen_object_new(ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064_il2cpp_TypeInfo_var); ReflectionHelper__ctor_m047E272CCD98B372A237956ABA5C1A203A113EBF(L_0, /*hidden argument*/NULL); __this->set_helper_3(L_0); __this->set_arrayChoiceCount_4(1); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_1, /*hidden argument*/NULL); __this->set_relatedMaps_5(L_1); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_2 = ___defaultNamespace1; if (L_2) { goto IL_0033; } } { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_initialDefaultNamespace_0(L_3); goto IL_003a; } IL_0033: { String_t* L_4 = ___defaultNamespace1; __this->set_initialDefaultNamespace_0(L_4); } IL_003a: { XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F * L_5 = ___attributeOverrides0; if (L_5) { goto IL_0049; } } { XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F * L_6 = (XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F *)il2cpp_codegen_object_new(XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F_il2cpp_TypeInfo_var); XmlAttributeOverrides__ctor_m0FDFB6B018E714C8F5E6BB7D8422FBC3FDA05702(L_6, /*hidden argument*/NULL); __this->set_attributeOverrides_1(L_6); return; } IL_0049: { XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F * L_7 = ___attributeOverrides0; __this->set_attributeOverrides_1(L_7); return; } } // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlReflectionImporter::ImportTypeMapping(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlReflectionImporter_ImportTypeMapping_m36C45A176E8266C6B53BBA407E926ACA4F72802B (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, Type_t * ___type0, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_1; L_1 = XmlReflectionImporter_ImportTypeMapping_mF9EA2A270B4B1DEA56FC524567DB94798376A550(__this, L_0, (XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 *)NULL, (String_t*)NULL, /*hidden argument*/NULL); return L_1; } } // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlReflectionImporter::ImportTypeMapping(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlReflectionImporter_ImportTypeMapping_m215C25D9153B68D89A46F39DCA112AB77A165359 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, Type_t * ___type0, String_t* ___defaultNamespace1, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; String_t* L_1 = ___defaultNamespace1; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_2; L_2 = XmlReflectionImporter_ImportTypeMapping_mF9EA2A270B4B1DEA56FC524567DB94798376A550(__this, L_0, (XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 *)NULL, L_1, /*hidden argument*/NULL); return L_2; } } // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlReflectionImporter::ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlReflectionImporter_ImportTypeMapping_mF9EA2A270B4B1DEA56FC524567DB94798376A550 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, Type_t * ___type0, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___root1, String_t* ___defaultNamespace2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_0_0_0_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; 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*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_ImportTypeMapping_mF9EA2A270B4B1DEA56FC524567DB94798376A550_RuntimeMethod_var))); } IL_0014: { Type_t * L_3 = ___type0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_4, /*hidden argument*/NULL); bool L_6; L_6 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_3, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0041; } } { Type_t * L_7 = ___type0; NullCheck(L_7); String_t* L_8; L_8 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_7); String_t* L_9; L_9 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral118E38B2D412E6F22C505D9D88DD635BB1155008)), L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF12B28CE864CCAE0D46FEC6689C6AE0CD61061EF)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_10 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_ImportTypeMapping_mF9EA2A270B4B1DEA56FC524567DB94798376A550_RuntimeMethod_var))); } IL_0041: { Type_t * L_11 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_12; L_12 = TypeTranslator_GetTypeData_mCCF6ACBDA188128044B25420124E8A2CD0885E84(L_11, /*hidden argument*/NULL); XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_13 = ___root1; String_t* L_14 = ___defaultNamespace2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_15; L_15 = XmlReflectionImporter_ImportTypeMapping_m38C791045054E02E1ADFB323CDA9DF334F9A39D8(__this, L_12, L_13, L_14, /*hidden argument*/NULL); return L_15; } } // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlReflectionImporter::ImportTypeMapping(System.Xml.Serialization.TypeData,System.Xml.Serialization.XmlRootAttribute,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlReflectionImporter_ImportTypeMapping_m38C791045054E02E1ADFB323CDA9DF334F9A39D8 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___typeData0, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___root1, String_t* ___defaultNamespace2, 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*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * V_0 = NULL; int32_t V_1 = 0; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * V_2 = NULL; InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_0 = ___typeData0; 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*)&_stringLiteralAF9E48D89B0F95FD7743676A1FD7D2BAF3E506F5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_ImportTypeMapping_m38C791045054E02E1ADFB323CDA9DF334F9A39D8_RuntimeMethod_var))); } IL_000e: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_2 = ___typeData0; NullCheck(L_2); Type_t * L_3; L_3 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_4; L_4 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_3, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_0027; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_5 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral873BA9CAE8EF9B2148F5C38D4124955263A836E1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_ImportTypeMapping_m38C791045054E02E1ADFB323CDA9DF334F9A39D8_RuntimeMethod_var))); } IL_0027: { String_t* L_6 = ___defaultNamespace2; if (L_6) { goto IL_0032; } } { String_t* L_7 = __this->get_initialDefaultNamespace_0(); ___defaultNamespace2 = L_7; } IL_0032: { String_t* L_8 = ___defaultNamespace2; if (L_8) { goto IL_003c; } } { String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ___defaultNamespace2 = L_9; } IL_003c: { } IL_003d: try { // begin try (depth: 1) { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_10 = ___typeData0; NullCheck(L_10); int32_t L_11; L_11 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_10, /*hidden argument*/NULL); V_1 = L_11; int32_t L_12 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1))) { case 0: { goto IL_008d; } case 1: { goto IL_0099; } case 2: { goto IL_0073; } case 3: { goto IL_0066; } case 4: { goto IL_00a5; } case 5: { goto IL_0081; } } } IL_0064: { goto IL_00b1; } IL_0066: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_13 = ___typeData0; XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_14 = ___root1; String_t* L_15 = ___defaultNamespace2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_16; L_16 = XmlReflectionImporter_ImportClassMapping_m3F50FDE3630A2DD3DD4F56A15582B4F874BA5241(__this, L_13, L_14, L_15, (bool)0, /*hidden argument*/NULL); V_0 = L_16; goto IL_00d1; } IL_0073: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_17 = ___typeData0; XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_18 = ___root1; String_t* L_19 = ___defaultNamespace2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_20; L_20 = XmlReflectionImporter_ImportListMapping_m0492DC46D491F550CB2BCD2FD27EEEC4698A0DB0(__this, L_17, L_18, L_19, (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 *)NULL, 0, /*hidden argument*/NULL); V_0 = L_20; goto IL_00d1; } IL_0081: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_21 = ___typeData0; XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_22 = ___root1; String_t* L_23 = ___defaultNamespace2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_24; L_24 = XmlReflectionImporter_ImportXmlNodeMapping_m64DB4F7D5CF21D152C2686B60FA12F658504A6AB(__this, L_21, L_22, L_23, /*hidden argument*/NULL); V_0 = L_24; goto IL_00d1; } IL_008d: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_25 = ___typeData0; XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_26 = ___root1; String_t* L_27 = ___defaultNamespace2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_28; L_28 = XmlReflectionImporter_ImportPrimitiveMapping_m94196C94B3F1BB96FAFBAE19335C51D35717010D(__this, L_25, L_26, L_27, /*hidden argument*/NULL); V_0 = L_28; goto IL_00d1; } IL_0099: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_29 = ___typeData0; XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_30 = ___root1; String_t* L_31 = ___defaultNamespace2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_32; L_32 = XmlReflectionImporter_ImportEnumMapping_mB68267ED6FFC8A593317F108634F55681B136A95(__this, L_29, L_30, L_31, /*hidden argument*/NULL); V_0 = L_32; goto IL_00d1; } IL_00a5: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_33 = ___typeData0; XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_34 = ___root1; String_t* L_35 = ___defaultNamespace2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_36; L_36 = XmlReflectionImporter_ImportXmlSerializableMapping_mF2D893E7039484C327C171B03A1857CEBF11B8C1(__this, L_33, L_34, L_35, /*hidden argument*/NULL); V_0 = L_36; goto IL_00d1; } IL_00b1: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_37 = ___typeData0; NullCheck(L_37); Type_t * L_38; L_38 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_37, /*hidden argument*/NULL); NullCheck(L_38); String_t* L_39; L_39 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_38); String_t* L_40; L_40 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral49AE794C00022ECA141068DEA9531BF6E0D342B7)), L_39, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA4FDC6A5B67345B552422EDD8D4B812536A0575)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_41 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_41, L_40, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_41, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_ImportTypeMapping_m38C791045054E02E1ADFB323CDA9DF334F9A39D8_RuntimeMethod_var))); } IL_00d1: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_42 = V_0; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_43 = ___typeData0; NullCheck(L_43); Type_t * L_44; L_44 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_43, /*hidden argument*/NULL); NullCheck(L_44); String_t* L_45; L_45 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_44); NullCheck(L_42); XmlMapping_SetKey_m5B06D619DEFD4B580B09AA449335965ACE07AA82_inline(L_42, L_45, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_46 = V_0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_47 = __this->get_relatedMaps_5(); NullCheck(L_46); XmlMapping_set_RelatedMaps_mA129C8C27F935064681D608B11F8DF177FA3B858_inline(L_46, L_47, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_48 = V_0; NullCheck(L_48); XmlMapping_set_Format_m9EB27B9A5E734B6C1F7E13C6D4640E76A7FD2DCF_inline(L_48, 1, /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_49 = __this->get_includedTypes_2(); if (!L_49) { goto IL_0118; } } IL_00fd: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_50 = __this->get_includedTypes_2(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_51 = { reinterpret_cast (Type_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_52; L_52 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_51, /*hidden argument*/NULL); NullCheck(L_50); RuntimeArray * L_53; L_53 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(40 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_50, L_52); } IL_0118: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_54 = V_0; V_2 = L_54; goto IL_013e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_011c; } throw e; } CATCH_011c: { // begin catch(System.InvalidOperationException) V_3 = ((InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)IL2CPP_GET_ACTIVE_EXCEPTION(InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_55; L_55 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_56 = ___typeData0; NullCheck(L_56); Type_t * L_57; L_57 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_56, /*hidden argument*/NULL); NullCheck(L_57); String_t* L_58; L_58 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_57); String_t* L_59; L_59 = String_Format_m65D1D384B19FD8F7BD8BC71EE2B75E00488853DB(L_55, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9A181C52772E2BE53A280EA09B2A3C3BAC1681E5)), L_58, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_60 = V_3; InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_61 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m4A65916B1316FBF45ECDF1FF7FAC9E3CA30C112C(L_61, L_59, L_60, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_61, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_ImportTypeMapping_m38C791045054E02E1ADFB323CDA9DF334F9A39D8_RuntimeMethod_var))); } // end catch (depth: 1) IL_013e: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_62 = V_2; return L_62; } } // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlReflectionImporter::CreateTypeMapping(System.Xml.Serialization.TypeData,System.Xml.Serialization.XmlRootAttribute,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlReflectionImporter_CreateTypeMapping_mFB79F4CE883EAC32D9804A0DCDCA5DC4ADBD413B (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___typeData0, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___root1, String_t* ___defaultXmlType2, String_t* ___defaultNamespace3, 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*)&XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializableMapping_tD6A58399CD5AF9C7284D42BBDED717DD161EEEE5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC52EF0E935F6937D21D16F8AE523FA90242C407); s_Il2CppMethodInitialized = true; } bool V_0 = false; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; bool V_4 = false; XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * V_5 = NULL; bool V_6 = false; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * V_7 = NULL; int32_t V_8 = 0; String_t* G_B29_0 = NULL; String_t* G_B27_0 = NULL; String_t* G_B28_0 = NULL; String_t* G_B31_0 = NULL; String_t* G_B30_0 = NULL; String_t* G_B39_0 = NULL; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * G_B39_1 = NULL; String_t* G_B39_2 = NULL; String_t* G_B39_3 = NULL; String_t* G_B38_0 = NULL; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * G_B38_1 = NULL; String_t* G_B38_2 = NULL; String_t* G_B38_3 = NULL; String_t* G_B40_0 = NULL; String_t* G_B40_1 = NULL; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * G_B40_2 = NULL; String_t* G_B40_3 = NULL; String_t* G_B40_4 = NULL; { String_t* L_0 = ___defaultNamespace3; bool L_1; L_1 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3(L_0, /*hidden argument*/NULL); V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); V_1 = (String_t*)NULL; V_2 = (String_t*)NULL; V_4 = (bool)1; V_5 = (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 *)NULL; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_2 = ___typeData0; bool L_3; L_3 = XmlReflectionImporter_CanBeNull_m74FE1D10AB7DF8C33AF0A47D8B06A0375695F4EE(__this, L_2, /*hidden argument*/NULL); V_6 = L_3; String_t* L_4 = ___defaultXmlType2; if (L_4) { goto IL_0029; } } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_5 = ___typeData0; NullCheck(L_5); String_t* L_6; L_6 = TypeData_get_XmlType_m79314EDB6142712A3C0EFB1BAE5316BFDD01E088_inline(L_5, /*hidden argument*/NULL); ___defaultXmlType2 = L_6; } IL_0029: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_7 = ___typeData0; NullCheck(L_7); bool L_8; L_8 = TypeData_get_IsListType_m3CBCB6B25D4337E243E39B514ACF19144C4A6E82(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_006f; } } { XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F * L_9 = __this->get_attributeOverrides_1(); if (!L_9) { goto IL_004c; } } { XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F * L_10 = __this->get_attributeOverrides_1(); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_11 = ___typeData0; NullCheck(L_11); Type_t * L_12; L_12 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_11, /*hidden argument*/NULL); NullCheck(L_10); XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_13; L_13 = XmlAttributeOverrides_get_Item_mF967F6898A39D7BA3BFFFF2F26D1C904F5B9480C(L_10, L_12, /*hidden argument*/NULL); V_5 = L_13; } IL_004c: { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_14 = V_5; if (!L_14) { goto IL_006f; } } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_15 = ___typeData0; NullCheck(L_15); int32_t L_16; L_16 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_15, /*hidden argument*/NULL); if ((!(((uint32_t)L_16) == ((uint32_t)1)))) { goto IL_006f; } } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_17 = ___typeData0; NullCheck(L_17); String_t* L_18; L_18 = TypeData_get_FullTypeName_mFFCC7D2CB2D25AB7EB9FB3B395515A52B19D9A29_inline(L_17, /*hidden argument*/NULL); String_t* L_19; L_19 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral432809284A61C8EDD9D90D5ABBBAFC0B4DBC7FB7)), L_18, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_20 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_20, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_CreateTypeMapping_mFB79F4CE883EAC32D9804A0DCDCA5DC4ADBD413B_RuntimeMethod_var))); } IL_006f: { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_21 = V_5; if (L_21) { goto IL_0080; } } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_22 = ___typeData0; NullCheck(L_22); Type_t * L_23; L_23 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_22, /*hidden argument*/NULL); XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_24 = (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 *)il2cpp_codegen_object_new(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46_il2cpp_TypeInfo_var); XmlAttributes__ctor_mA4F772F9559FDF038029A09C70B7B13E101F2F06(L_24, L_23, /*hidden argument*/NULL); V_5 = L_24; } IL_0080: { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_25 = V_5; NullCheck(L_25); XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_26; L_26 = XmlAttributes_get_XmlRoot_m660513A35CE5B36F688B0A19001FA6E6E73D9EE9_inline(L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0095; } } { XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_27 = ___root1; if (L_27) { goto IL_0095; } } { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_28 = V_5; NullCheck(L_28); XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_29; L_29 = XmlAttributes_get_XmlRoot_m660513A35CE5B36F688B0A19001FA6E6E73D9EE9_inline(L_28, /*hidden argument*/NULL); ___root1 = L_29; } IL_0095: { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_30 = V_5; NullCheck(L_30); XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 * L_31; L_31 = XmlAttributes_get_XmlType_m00784DFC2AE7D981A8455CAAB9A18F1E5B3E7F9A_inline(L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_0102; } } { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_32 = V_5; NullCheck(L_32); XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 * L_33; L_33 = XmlAttributes_get_XmlType_m00784DFC2AE7D981A8455CAAB9A18F1E5B3E7F9A_inline(L_32, /*hidden argument*/NULL); NullCheck(L_33); String_t* L_34; L_34 = XmlTypeAttribute_get_Namespace_m71B386CC850B097BD069DACA436AE0D4A459C858_inline(L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_00bb; } } { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_35 = V_5; NullCheck(L_35); XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 * L_36; L_36 = XmlAttributes_get_XmlType_m00784DFC2AE7D981A8455CAAB9A18F1E5B3E7F9A_inline(L_35, /*hidden argument*/NULL); NullCheck(L_36); String_t* L_37; L_37 = XmlTypeAttribute_get_Namespace_m71B386CC850B097BD069DACA436AE0D4A459C858_inline(L_36, /*hidden argument*/NULL); V_2 = L_37; V_0 = (bool)1; } IL_00bb: { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_38 = V_5; NullCheck(L_38); XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 * L_39; L_39 = XmlAttributes_get_XmlType_m00784DFC2AE7D981A8455CAAB9A18F1E5B3E7F9A_inline(L_38, /*hidden argument*/NULL); NullCheck(L_39); String_t* L_40; L_40 = XmlTypeAttribute_get_TypeName_m4F990247967405BF066CC73DE42EF5B33002474D(L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_00f4; } } { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_41 = V_5; NullCheck(L_41); XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 * L_42; L_42 = XmlAttributes_get_XmlType_m00784DFC2AE7D981A8455CAAB9A18F1E5B3E7F9A_inline(L_41, /*hidden argument*/NULL); NullCheck(L_42); String_t* L_43; L_43 = XmlTypeAttribute_get_TypeName_m4F990247967405BF066CC73DE42EF5B33002474D(L_42, /*hidden argument*/NULL); String_t* L_44 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_45; L_45 = String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE(L_43, L_44, /*hidden argument*/NULL); if (!L_45) { goto IL_00f4; } } { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_46 = V_5; NullCheck(L_46); XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 * L_47; L_47 = XmlAttributes_get_XmlType_m00784DFC2AE7D981A8455CAAB9A18F1E5B3E7F9A_inline(L_46, /*hidden argument*/NULL); NullCheck(L_47); String_t* L_48; L_48 = XmlTypeAttribute_get_TypeName_m4F990247967405BF066CC73DE42EF5B33002474D(L_47, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_49; L_49 = XmlConvert_EncodeLocalName_m4E9F61061594C6D2D4BF25AF107C7208C0E6AD2E(L_48, /*hidden argument*/NULL); ___defaultXmlType2 = L_49; } IL_00f4: { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_50 = V_5; NullCheck(L_50); XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 * L_51; L_51 = XmlAttributes_get_XmlType_m00784DFC2AE7D981A8455CAAB9A18F1E5B3E7F9A_inline(L_50, /*hidden argument*/NULL); NullCheck(L_51); bool L_52; L_52 = XmlTypeAttribute_get_IncludeInSchema_m0A9657E25F040E13B36BEE03E860040BA626C926_inline(L_51, /*hidden argument*/NULL); V_4 = L_52; } IL_0102: { String_t* L_53 = ___defaultXmlType2; V_3 = L_53; XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_54 = ___root1; if (!L_54) { goto IL_0139; } } { XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_55 = ___root1; NullCheck(L_55); String_t* L_56; L_56 = XmlRootAttribute_get_ElementName_mC660E6FE49AF0626C781832D904D1B1A9612038E(L_55, /*hidden argument*/NULL); NullCheck(L_56); int32_t L_57; L_57 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_56, /*hidden argument*/NULL); if (!L_57) { goto IL_0120; } } { XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_58 = ___root1; NullCheck(L_58); String_t* L_59; L_59 = XmlRootAttribute_get_ElementName_mC660E6FE49AF0626C781832D904D1B1A9612038E(L_58, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_60; L_60 = XmlConvert_EncodeLocalName_m4E9F61061594C6D2D4BF25AF107C7208C0E6AD2E(L_59, /*hidden argument*/NULL); V_3 = L_60; } IL_0120: { XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_61 = ___root1; NullCheck(L_61); String_t* L_62; L_62 = XmlRootAttribute_get_Namespace_m0A911502725F9726BDDEE6EE3F38D02DA70097BD_inline(L_61, /*hidden argument*/NULL); if (!L_62) { goto IL_0131; } } { XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_63 = ___root1; NullCheck(L_63); String_t* L_64; L_64 = XmlRootAttribute_get_Namespace_m0A911502725F9726BDDEE6EE3F38D02DA70097BD_inline(L_63, /*hidden argument*/NULL); V_1 = L_64; V_0 = (bool)1; } IL_0131: { XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_65 = ___root1; NullCheck(L_65); bool L_66; L_66 = XmlRootAttribute_get_IsNullable_m891FFFF4D901032D8F70819DC2A31322765AC54F_inline(L_65, /*hidden argument*/NULL); V_6 = L_66; } IL_0139: { String_t* L_67 = V_1; String_t* L_68 = L_67; G_B27_0 = L_68; if (L_68) { G_B29_0 = L_68; goto IL_0149; } } { String_t* L_69 = ___defaultNamespace3; String_t* L_70 = L_69; G_B28_0 = L_70; if (L_70) { G_B29_0 = L_70; goto IL_0149; } } { String_t* L_71 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B29_0 = L_71; } IL_0149: { V_1 = G_B29_0; String_t* L_72 = V_2; String_t* L_73 = L_72; G_B30_0 = L_73; if (L_73) { G_B31_0 = L_73; goto IL_0150; } } { String_t* L_74 = V_1; G_B31_0 = L_74; } IL_0150: { V_2 = G_B31_0; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_75 = ___typeData0; NullCheck(L_75); int32_t L_76; L_76 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_75, /*hidden argument*/NULL); V_8 = L_76; int32_t L_77 = V_8; if ((((int32_t)L_77) == ((int32_t)1))) { goto IL_0172; } } { int32_t L_78 = V_8; if ((!(((uint32_t)L_78) == ((uint32_t)5)))) { goto IL_019a; } } { XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_79 = ___root1; String_t* L_80 = V_3; String_t* L_81 = V_1; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_82 = ___typeData0; String_t* L_83 = ___defaultXmlType2; String_t* L_84 = V_2; XmlSerializableMapping_tD6A58399CD5AF9C7284D42BBDED717DD161EEEE5 * L_85 = (XmlSerializableMapping_tD6A58399CD5AF9C7284D42BBDED717DD161EEEE5 *)il2cpp_codegen_object_new(XmlSerializableMapping_tD6A58399CD5AF9C7284D42BBDED717DD161EEEE5_il2cpp_TypeInfo_var); XmlSerializableMapping__ctor_m008BA4407BE5133C350E37A5E4B9CFF9B86CC99C(L_85, L_79, L_80, L_81, L_82, L_83, L_84, /*hidden argument*/NULL); V_7 = L_85; goto IL_01ac; } IL_0172: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_86 = ___typeData0; NullCheck(L_86); bool L_87; L_87 = TypeData_get_IsXsdType_m75389176FE4780C65C3EDC58960C62E52A51CD08(L_86, /*hidden argument*/NULL); if (L_87) { goto IL_018c; } } { String_t* L_88 = V_3; String_t* L_89 = V_1; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_90 = ___typeData0; String_t* L_91 = ___defaultXmlType2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_92 = (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 *)il2cpp_codegen_object_new(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581_il2cpp_TypeInfo_var); XmlTypeMapping__ctor_m99427222BCBFD01F5498490316D0DC57419CFC28(L_92, L_88, L_89, L_90, L_91, _stringLiteralFC52EF0E935F6937D21D16F8AE523FA90242C407, /*hidden argument*/NULL); V_7 = L_92; goto IL_01ac; } IL_018c: { String_t* L_93 = V_3; String_t* L_94 = V_1; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_95 = ___typeData0; String_t* L_96 = ___defaultXmlType2; String_t* L_97 = V_2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_98 = (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 *)il2cpp_codegen_object_new(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581_il2cpp_TypeInfo_var); XmlTypeMapping__ctor_m99427222BCBFD01F5498490316D0DC57419CFC28(L_98, L_93, L_94, L_95, L_96, L_97, /*hidden argument*/NULL); V_7 = L_98; goto IL_01ac; } IL_019a: { String_t* L_99 = V_3; String_t* L_100 = V_1; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_101 = ___typeData0; String_t* L_102 = ___defaultXmlType2; bool L_103 = V_0; G_B38_0 = L_102; G_B38_1 = L_101; G_B38_2 = L_100; G_B38_3 = L_99; if (L_103) { G_B39_0 = L_102; G_B39_1 = L_101; G_B39_2 = L_100; G_B39_3 = L_99; goto IL_01a4; } } { G_B40_0 = ((String_t*)(NULL)); G_B40_1 = G_B38_0; G_B40_2 = G_B38_1; G_B40_3 = G_B38_2; G_B40_4 = G_B38_3; goto IL_01a5; } IL_01a4: { String_t* L_104 = V_2; G_B40_0 = L_104; G_B40_1 = G_B39_0; G_B40_2 = G_B39_1; G_B40_3 = G_B39_2; G_B40_4 = G_B39_3; } IL_01a5: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_105 = (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 *)il2cpp_codegen_object_new(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581_il2cpp_TypeInfo_var); XmlTypeMapping__ctor_m99427222BCBFD01F5498490316D0DC57419CFC28(L_105, G_B40_4, G_B40_3, G_B40_2, G_B40_1, G_B40_0, /*hidden argument*/NULL); V_7 = L_105; } IL_01ac: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_106 = V_7; bool L_107 = V_4; NullCheck(L_106); XmlTypeMapping_set_IncludeInSchema_mFC3062C13722A8C22B205186420ED38E1F604038_inline(L_106, L_107, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_108 = V_7; bool L_109 = V_6; NullCheck(L_108); XmlTypeMapping_set_IsNullable_mD56AE3E111996A952C37635EA57BB375C6535009_inline(L_108, L_109, /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_110 = __this->get_relatedMaps_5(); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_111 = V_7; NullCheck(L_110); int32_t L_112; L_112 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_110, L_111); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_113 = V_7; return L_113; } } // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlReflectionImporter::ImportClassMapping(System.Type,System.Xml.Serialization.XmlRootAttribute,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlReflectionImporter_ImportClassMapping_mA9F44DCC5C2247C734FFB47F234C69C8F247923F (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, Type_t * ___type0, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___root1, String_t* ___defaultNamespace2, bool ___isBaseType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * V_0 = NULL; { Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_1; L_1 = TypeTranslator_GetTypeData_mCCF6ACBDA188128044B25420124E8A2CD0885E84(L_0, /*hidden argument*/NULL); V_0 = L_1; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_2 = V_0; XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_3 = ___root1; String_t* L_4 = ___defaultNamespace2; bool L_5 = ___isBaseType3; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_6; L_6 = XmlReflectionImporter_ImportClassMapping_m3F50FDE3630A2DD3DD4F56A15582B4F874BA5241(__this, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlReflectionImporter::ImportClassMapping(System.Xml.Serialization.TypeData,System.Xml.Serialization.XmlRootAttribute,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlReflectionImporter_ImportClassMapping_m3F50FDE3630A2DD3DD4F56A15582B4F874BA5241 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___typeData0, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___root1, String_t* ___defaultNamespace2, bool ___isBaseType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Comparison_1__ctor_m91472DC830C2B94D3BCFB190CBD895039F92307B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Comparison_1_t44AF266C7D621EBE70F2BF21FFA6B7C2C260453A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m11F4C4D99988E1B8F9659AA6E4C64A8DB1634F35_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mA982FD834370E78FAE934EE999954639E5B5B7E9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m9482B8C20AFA1BCC4DD4320652A73ADB6878AB8C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_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*)&List_1_GetEnumerator_m1F5EB2582CC7E7006F397A1C5F96399B14A26F88_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Sort_m28B396C4B4C12C810D8E243177B13FDE421C83C2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mA0CB54A62D31AFC51F165263F2DB953605F2458D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_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*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CImportClassMappingU3Eb__28_0_m211DAF58A0CB5B47332237000FD7E4FC9A26BA09_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tD898F68FF0114208BD496B043E9B1E2F6D126CCE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeU5BU5D_tE4DE294EC8D9238F7ACAB33EF0821AEB4FF2BDCA_0_0_0_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * V_1 = NULL; ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * V_2 = NULL; List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC * V_3 = NULL; Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 V_4; memset((&V_4), 0, sizeof(V_4)); Enumerator_t45E2F508673B5A5650440D9BDB9ECAD348603980 V_5; memset((&V_5), 0, sizeof(V_5)); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 V_6; memset((&V_6), 0, sizeof(V_6)); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 V_7; memset((&V_7), 0, sizeof(V_7)); bool V_8 = false; XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * V_9 = NULL; String_t* V_10 = NULL; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * V_11 = NULL; XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * V_12 = NULL; Exception_t * V_13 = NULL; RuntimeObject* V_14 = NULL; Type_t * V_15 = NULL; RuntimeObject* V_16 = NULL; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * V_17 = NULL; ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * V_18 = NULL; XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * V_19 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B14_0 = 0; int32_t G_B22_0 = 0; Comparison_1_t44AF266C7D621EBE70F2BF21FFA6B7C2C260453A * G_B25_0 = NULL; List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC * G_B25_1 = NULL; Comparison_1_t44AF266C7D621EBE70F2BF21FFA6B7C2C260453A * G_B24_0 = NULL; List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC * G_B24_1 = NULL; { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_0 = ___typeData0; NullCheck(L_0); Type_t * L_1; L_1 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; bool L_2 = __this->get_allowPrivateTypes_6(); if (L_2) { goto IL_001a; } } { bool L_3 = ___isBaseType3; if (L_3) { goto IL_001a; } } { Type_t * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064_il2cpp_TypeInfo_var); ReflectionHelper_CheckSerializableType_m9EC0F006F23E70D9441DA9CED140A631D1B31DA8(L_4, (bool)0, /*hidden argument*/NULL); } IL_001a: { ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064 * L_5 = __this->get_helper_3(); Type_t * L_6 = V_0; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_7 = ___typeData0; XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_8 = ___root1; String_t* L_9 = ___defaultNamespace2; String_t* L_10; L_10 = XmlReflectionImporter_GetTypeNamespace_mC5A1A3C2CBD2B7CDECDB2E7A2AEE1E2F2E8D580E(__this, L_7, L_8, L_9, /*hidden argument*/NULL); NullCheck(L_5); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_11; L_11 = ReflectionHelper_GetRegisteredClrType_m4BFA672D5A5BEB57FFBE7B8A10914860FAF9BC36(L_5, L_6, L_10, /*hidden argument*/NULL); V_1 = L_11; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_12 = V_1; if (!L_12) { goto IL_0035; } } { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_13 = V_1; return L_13; } IL_0035: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_14 = ___typeData0; XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_15 = ___root1; String_t* L_16 = ___defaultNamespace2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_17; L_17 = XmlReflectionImporter_CreateTypeMapping_mFB79F4CE883EAC32D9804A0DCDCA5DC4ADBD413B(__this, L_14, L_15, (String_t*)NULL, L_16, /*hidden argument*/NULL); V_1 = L_17; ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064 * L_18 = __this->get_helper_3(); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_19 = V_1; Type_t * L_20 = V_0; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_21 = V_1; NullCheck(L_21); String_t* L_22; L_22 = XmlTypeMapping_get_XmlTypeNamespace_m84FB57272C654790B04BCCA3901AA92AF1C8EDA6(L_21, /*hidden argument*/NULL); NullCheck(L_18); ReflectionHelper_RegisterClrType_m7BE8D0A8841FDE79CCC033385A3A7DB3235A1D80(L_18, L_19, L_20, L_22, /*hidden argument*/NULL); ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064 * L_23 = __this->get_helper_3(); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_24 = V_1; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_25 = V_1; NullCheck(L_25); String_t* L_26; L_26 = XmlTypeMapping_get_XmlType_m97D3C310989DEA0D8C5DDE2A74BA1866DA7E5C99_inline(L_25, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_27 = V_1; NullCheck(L_27); String_t* L_28; L_28 = XmlTypeMapping_get_XmlTypeNamespace_m84FB57272C654790B04BCCA3901AA92AF1C8EDA6(L_27, /*hidden argument*/NULL); NullCheck(L_23); ReflectionHelper_RegisterSchemaType_mD63658F35808E6758F10C00786FE1C23F3F82593(L_23, L_24, L_26, L_28, /*hidden argument*/NULL); ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_29 = (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB *)il2cpp_codegen_object_new(ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB_il2cpp_TypeInfo_var); ClassMap__ctor_mC6B7986FA969B86913A3610EC462174EB03F55C7(L_29, /*hidden argument*/NULL); V_2 = L_29; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_30 = V_1; ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_31 = V_2; NullCheck(L_30); XmlMapping_set_ObjectMap_m0F4C130CF2DB92999D96F22538AC256EC06B49C9_inline(L_30, L_31, /*hidden argument*/NULL); Type_t * L_32 = V_0; List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC * L_33; L_33 = XmlReflectionImporter_GetReflectionMembers_m18746B2BCF5ABAA3FF5E24C6021F445ED832FCD8(__this, L_32, /*hidden argument*/NULL); V_3 = L_33; il2cpp_codegen_initobj((&V_4), sizeof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 )); List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC * L_34 = V_3; NullCheck(L_34); Enumerator_t45E2F508673B5A5650440D9BDB9ECAD348603980 L_35; L_35 = List_1_GetEnumerator_m1F5EB2582CC7E7006F397A1C5F96399B14A26F88(L_34, /*hidden argument*/List_1_GetEnumerator_m1F5EB2582CC7E7006F397A1C5F96399B14A26F88_RuntimeMethod_var); V_5 = L_35; } IL_0090: try { // begin try (depth: 1) { goto IL_010e; } IL_0092: { XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * L_36; L_36 = Enumerator_get_Current_m9482B8C20AFA1BCC4DD4320652A73ADB6878AB8C_inline((Enumerator_t45E2F508673B5A5650440D9BDB9ECAD348603980 *)(&V_5), /*hidden argument*/Enumerator_get_Current_m9482B8C20AFA1BCC4DD4320652A73ADB6878AB8C_RuntimeMethod_var); NullCheck(L_36); XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_37; L_37 = XmlReflectionMember_get_XmlAttributes_m55C4166601EDBC0C7ABB07EC926485C010F888D1(L_36, /*hidden argument*/NULL); NullCheck(L_37); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_38; L_38 = XmlAttributes_get_Order_m95DD2CD096AA8A4EF0FAEE90F32A1724FC435DE0(L_37, /*hidden argument*/NULL); V_6 = L_38; bool L_39; L_39 = Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(&V_4), /*hidden argument*/Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); if (L_39) { goto IL_00cd; } } IL_00ae: { bool L_40; L_40 = Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_6), /*hidden argument*/Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); if (!L_40) { goto IL_010e; } } IL_00b7: { int32_t L_41; L_41 = Nullable_1_get_Value_mA0CB54A62D31AFC51F165263F2DB953605F2458D((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_6), /*hidden argument*/Nullable_1_get_Value_mA0CB54A62D31AFC51F165263F2DB953605F2458D_RuntimeMethod_var); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_42; memset((&L_42), 0, sizeof(L_42)); Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A((&L_42), (bool)((((int32_t)((((int32_t)L_41) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/Nullable_1__ctor_m402A94AC9070B345C95919DCFFFF627252B3E67A_RuntimeMethod_var); V_4 = L_42; goto IL_010e; } IL_00cd: { bool L_43; L_43 = Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_6), /*hidden argument*/Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); if (!L_43) { goto IL_010e; } } IL_00d6: { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_44 = V_4; V_7 = L_44; int32_t L_45; L_45 = Nullable_1_get_Value_mA0CB54A62D31AFC51F165263F2DB953605F2458D((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_6), /*hidden argument*/Nullable_1_get_Value_mA0CB54A62D31AFC51F165263F2DB953605F2458D_RuntimeMethod_var); V_8 = (bool)((((int32_t)((((int32_t)L_45) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_46; L_46 = Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(&V_7), /*hidden argument*/Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_RuntimeMethod_var); bool L_47 = V_8; if ((((int32_t)L_46) == ((int32_t)L_47))) { goto IL_00f7; } } IL_00f4: { G_B14_0 = 1; goto IL_0101; } IL_00f7: { bool L_48; L_48 = Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(&V_7), /*hidden argument*/Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); G_B14_0 = ((((int32_t)L_48) == ((int32_t)0))? 1 : 0); } IL_0101: { if (!G_B14_0) { goto IL_010e; } } IL_0103: { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_49 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_49, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral42073B4C2D04446C6E19D4601BE7F290195813C4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_ImportClassMapping_m3F50FDE3630A2DD3DD4F56A15582B4F874BA5241_RuntimeMethod_var))); } IL_010e: { bool L_50; L_50 = Enumerator_MoveNext_mA982FD834370E78FAE934EE999954639E5B5B7E9((Enumerator_t45E2F508673B5A5650440D9BDB9ECAD348603980 *)(&V_5), /*hidden argument*/Enumerator_MoveNext_mA982FD834370E78FAE934EE999954639E5B5B7E9_RuntimeMethod_var); if (L_50) { goto IL_0092; } } IL_011a: { IL2CPP_LEAVE(0x12A, FINALLY_011c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_011c; } FINALLY_011c: { // begin finally (depth: 1) Enumerator_Dispose_m11F4C4D99988E1B8F9659AA6E4C64A8DB1634F35((Enumerator_t45E2F508673B5A5650440D9BDB9ECAD348603980 *)(&V_5), /*hidden argument*/Enumerator_Dispose_m11F4C4D99988E1B8F9659AA6E4C64A8DB1634F35_RuntimeMethod_var); IL2CPP_END_FINALLY(284) } // end finally (depth: 1) IL2CPP_CLEANUP(284) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x12A, IL_012a) } IL_012a: { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_51 = V_4; V_7 = L_51; V_8 = (bool)1; bool L_52; L_52 = Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(&V_7), /*hidden argument*/Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_RuntimeMethod_var); bool L_53 = V_8; if ((((int32_t)L_52) == ((int32_t)L_53))) { goto IL_013f; } } { G_B22_0 = 0; goto IL_0146; } IL_013f: { bool L_54; L_54 = Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(&V_7), /*hidden argument*/Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); G_B22_0 = ((int32_t)(L_54)); } IL_0146: { if (!G_B22_0) { goto IL_016d; } } { List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC * L_55 = V_3; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tD898F68FF0114208BD496B043E9B1E2F6D126CCE_il2cpp_TypeInfo_var); Comparison_1_t44AF266C7D621EBE70F2BF21FFA6B7C2C260453A * L_56 = ((U3CU3Ec_tD898F68FF0114208BD496B043E9B1E2F6D126CCE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tD898F68FF0114208BD496B043E9B1E2F6D126CCE_il2cpp_TypeInfo_var))->get_U3CU3E9__28_0_1(); Comparison_1_t44AF266C7D621EBE70F2BF21FFA6B7C2C260453A * L_57 = L_56; G_B24_0 = L_57; G_B24_1 = L_55; if (L_57) { G_B25_0 = L_57; G_B25_1 = L_55; goto IL_0168; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tD898F68FF0114208BD496B043E9B1E2F6D126CCE_il2cpp_TypeInfo_var); U3CU3Ec_tD898F68FF0114208BD496B043E9B1E2F6D126CCE * L_58 = ((U3CU3Ec_tD898F68FF0114208BD496B043E9B1E2F6D126CCE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tD898F68FF0114208BD496B043E9B1E2F6D126CCE_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Comparison_1_t44AF266C7D621EBE70F2BF21FFA6B7C2C260453A * L_59 = (Comparison_1_t44AF266C7D621EBE70F2BF21FFA6B7C2C260453A *)il2cpp_codegen_object_new(Comparison_1_t44AF266C7D621EBE70F2BF21FFA6B7C2C260453A_il2cpp_TypeInfo_var); Comparison_1__ctor_m91472DC830C2B94D3BCFB190CBD895039F92307B(L_59, L_58, (intptr_t)((intptr_t)U3CU3Ec_U3CImportClassMappingU3Eb__28_0_m211DAF58A0CB5B47332237000FD7E4FC9A26BA09_RuntimeMethod_var), /*hidden argument*/Comparison_1__ctor_m91472DC830C2B94D3BCFB190CBD895039F92307B_RuntimeMethod_var); Comparison_1_t44AF266C7D621EBE70F2BF21FFA6B7C2C260453A * L_60 = L_59; ((U3CU3Ec_tD898F68FF0114208BD496B043E9B1E2F6D126CCE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tD898F68FF0114208BD496B043E9B1E2F6D126CCE_il2cpp_TypeInfo_var))->set_U3CU3E9__28_0_1(L_60); G_B25_0 = L_60; G_B25_1 = G_B24_1; } IL_0168: { NullCheck(G_B25_1); List_1_Sort_m28B396C4B4C12C810D8E243177B13FDE421C83C2(G_B25_1, G_B25_0, /*hidden argument*/List_1_Sort_m28B396C4B4C12C810D8E243177B13FDE421C83C2_RuntimeMethod_var); } IL_016d: { List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC * L_61 = V_3; NullCheck(L_61); Enumerator_t45E2F508673B5A5650440D9BDB9ECAD348603980 L_62; L_62 = List_1_GetEnumerator_m1F5EB2582CC7E7006F397A1C5F96399B14A26F88(L_61, /*hidden argument*/List_1_GetEnumerator_m1F5EB2582CC7E7006F397A1C5F96399B14A26F88_RuntimeMethod_var); V_5 = L_62; } IL_0175: try { // begin try (depth: 1) { goto IL_021e; } IL_017a: { XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * L_63; L_63 = Enumerator_get_Current_m9482B8C20AFA1BCC4DD4320652A73ADB6878AB8C_inline((Enumerator_t45E2F508673B5A5650440D9BDB9ECAD348603980 *)(&V_5), /*hidden argument*/Enumerator_get_Current_m9482B8C20AFA1BCC4DD4320652A73ADB6878AB8C_RuntimeMethod_var); V_9 = L_63; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_64 = V_1; NullCheck(L_64); String_t* L_65; L_65 = XmlTypeMapping_get_XmlTypeNamespace_m84FB57272C654790B04BCCA3901AA92AF1C8EDA6(L_64, /*hidden argument*/NULL); V_10 = L_65; XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * L_66 = V_9; NullCheck(L_66); XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_67; L_67 = XmlReflectionMember_get_XmlAttributes_m55C4166601EDBC0C7ABB07EC926485C010F888D1(L_66, /*hidden argument*/NULL); NullCheck(L_67); bool L_68; L_68 = XmlAttributes_get_XmlIgnore_mDE8D8BE2B8F92D3264F13D785E0D4225AE70C9DE_inline(L_67, /*hidden argument*/NULL); if (L_68) { goto IL_021e; } } IL_019c: { XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * L_69 = V_9; NullCheck(L_69); Type_t * L_70; L_70 = XmlReflectionMember_get_DeclaringType_mD719A7D17301246AE02FCB95CBC9EFCEFEDB3853_inline(L_69, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_71; L_71 = Type_op_Inequality_m519B1E8F2F1E2101ADF863401FCAE38210395368(L_70, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_71) { goto IL_01de; } } IL_01ab: { XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * L_72 = V_9; NullCheck(L_72); Type_t * L_73; L_73 = XmlReflectionMember_get_DeclaringType_mD719A7D17301246AE02FCB95CBC9EFCEFEDB3853_inline(L_72, /*hidden argument*/NULL); Type_t * L_74 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_75; L_75 = Type_op_Inequality_m519B1E8F2F1E2101ADF863401FCAE38210395368(L_73, L_74, /*hidden argument*/NULL); if (!L_75) { goto IL_01de; } } IL_01ba: { XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * L_76 = V_9; NullCheck(L_76); Type_t * L_77; L_77 = XmlReflectionMember_get_DeclaringType_mD719A7D17301246AE02FCB95CBC9EFCEFEDB3853_inline(L_76, /*hidden argument*/NULL); XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_78 = ___root1; String_t* L_79 = ___defaultNamespace2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_80; L_80 = XmlReflectionImporter_ImportClassMapping_mA9F44DCC5C2247C734FFB47F234C69C8F247923F(__this, L_77, L_78, L_79, (bool)1, /*hidden argument*/NULL); V_11 = L_80; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_81 = V_11; NullCheck(L_81); bool L_82; L_82 = XmlTypeMapping_get_HasXmlTypeNamespace_m2452AA7124F5B1A8696230CC469DE3326E2A1A9F(L_81, /*hidden argument*/NULL); if (!L_82) { goto IL_01de; } } IL_01d5: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_83 = V_11; NullCheck(L_83); String_t* L_84; L_84 = XmlTypeMapping_get_XmlTypeNamespace_m84FB57272C654790B04BCCA3901AA92AF1C8EDA6(L_83, /*hidden argument*/NULL); V_10 = L_84; } IL_01de: { } IL_01df: try { // begin try (depth: 2) Type_t * L_85 = V_0; XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * L_86 = V_9; String_t* L_87 = V_10; XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_88; L_88 = XmlReflectionImporter_CreateMapMember_mC68576807BD5C885583F2C722CE6B466F37A173A(__this, L_85, L_86, L_87, /*hidden argument*/NULL); V_12 = L_88; XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_89 = V_12; Type_t * L_90 = V_0; NullCheck(L_89); XmlTypeMapMember_CheckOptionalValueType_m0ACA5E71F135BBE0BEFDFEE7D7B12BFFA21CAB49(L_89, L_90, /*hidden argument*/NULL); ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_91 = V_2; XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_92 = V_12; NullCheck(L_91); ClassMap_AddMember_m59D36DD3335ABF9FFC40375986350D4F05B52C18(L_91, L_92, /*hidden argument*/NULL); goto IL_021e; } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_01fe; } throw e; } CATCH_01fe: { // begin catch(System.Exception) V_13 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_93; L_93 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * L_94 = V_9; NullCheck(L_94); String_t* L_95; L_95 = XmlReflectionMember_get_MemberName_mC09A44FCF1CF59DA1A3378317271646E088757B3_inline(L_94, /*hidden argument*/NULL); String_t* L_96; L_96 = String_Format_m65D1D384B19FD8F7BD8BC71EE2B75E00488853DB(L_93, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8A151D6090743D9E886008285DE3A3FB22BC228F)), L_95, /*hidden argument*/NULL); Exception_t * L_97 = V_13; InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_98 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m4A65916B1316FBF45ECDF1FF7FAC9E3CA30C112C(L_98, L_96, L_97, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_98, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_ImportClassMapping_m3F50FDE3630A2DD3DD4F56A15582B4F874BA5241_RuntimeMethod_var))); } // end catch (depth: 2) IL_021e: { bool L_99; L_99 = Enumerator_MoveNext_mA982FD834370E78FAE934EE999954639E5B5B7E9((Enumerator_t45E2F508673B5A5650440D9BDB9ECAD348603980 *)(&V_5), /*hidden argument*/Enumerator_MoveNext_mA982FD834370E78FAE934EE999954639E5B5B7E9_RuntimeMethod_var); if (L_99) { goto IL_017a; } } IL_022a: { IL2CPP_LEAVE(0x23A, FINALLY_022c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_022c; } FINALLY_022c: { // begin finally (depth: 1) Enumerator_Dispose_m11F4C4D99988E1B8F9659AA6E4C64A8DB1634F35((Enumerator_t45E2F508673B5A5650440D9BDB9ECAD348603980 *)(&V_5), /*hidden argument*/Enumerator_Dispose_m11F4C4D99988E1B8F9659AA6E4C64A8DB1634F35_RuntimeMethod_var); IL2CPP_END_FINALLY(556) } // end finally (depth: 1) IL2CPP_CLEANUP(556) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x23A, IL_023a) } IL_023a: { Type_t * L_100 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_101 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_102; L_102 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_101, /*hidden argument*/NULL); bool L_103; L_103 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_100, L_102, /*hidden argument*/NULL); if (!L_103) { goto IL_02a6; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_104 = __this->get_includedTypes_2(); if (!L_104) { goto IL_02a6; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_105 = __this->get_includedTypes_2(); NullCheck(L_105); RuntimeObject* L_106; L_106 = VirtFuncInvoker0< RuntimeObject* >::Invoke(32 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_105); V_14 = L_106; } IL_0261: try { // begin try (depth: 1) { goto IL_0286; } IL_0263: { RuntimeObject* L_107 = V_14; NullCheck(L_107); RuntimeObject * L_108; L_108 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_107); V_15 = ((Type_t *)CastclassClass((RuntimeObject*)L_108, Type_t_il2cpp_TypeInfo_var)); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_109 = V_1; NullCheck(L_109); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_110; L_110 = XmlTypeMapping_get_DerivedTypes_m63ABD00406604F86FE15EE6BBC3EAEB9C6B6EAF7_inline(L_109, /*hidden argument*/NULL); Type_t * L_111 = V_15; String_t* L_112 = ___defaultNamespace2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_113; L_113 = XmlReflectionImporter_ImportTypeMapping_m215C25D9153B68D89A46F39DCA112AB77A165359(__this, L_111, L_112, /*hidden argument*/NULL); NullCheck(L_110); int32_t L_114; L_114 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_110, L_113); } IL_0286: { RuntimeObject* L_115 = V_14; NullCheck(L_115); bool L_116; L_116 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_115); if (L_116) { goto IL_0263; } } IL_028f: { IL2CPP_LEAVE(0x2A6, FINALLY_0291); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0291; } FINALLY_0291: { // begin finally (depth: 1) { RuntimeObject* L_117 = V_14; V_16 = ((RuntimeObject*)IsInst((RuntimeObject*)L_117, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_118 = V_16; if (!L_118) { goto IL_02a5; } } IL_029e: { RuntimeObject* L_119 = V_16; NullCheck(L_119); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_119); } IL_02a5: { IL2CPP_END_FINALLY(657) } } // end finally (depth: 1) IL2CPP_CLEANUP(657) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2A6, IL_02a6) } IL_02a6: { Type_t * L_120 = V_0; NullCheck(L_120); Type_t * L_121; L_121 = VirtFuncInvoker0< Type_t * >::Invoke(30 /* System.Type System.Type::get_BaseType() */, L_120); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_122; L_122 = Type_op_Inequality_m519B1E8F2F1E2101ADF863401FCAE38210395368(L_121, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_122) { goto IL_0358; } } { Type_t * L_123 = V_0; NullCheck(L_123); Type_t * L_124; L_124 = VirtFuncInvoker0< Type_t * >::Invoke(30 /* System.Type System.Type::get_BaseType() */, L_123); XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_125 = ___root1; String_t* L_126 = ___defaultNamespace2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_127; L_127 = XmlReflectionImporter_ImportClassMapping_mA9F44DCC5C2247C734FFB47F234C69C8F247923F(__this, L_124, L_125, L_126, (bool)1, /*hidden argument*/NULL); V_17 = L_127; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_128 = V_17; NullCheck(L_128); ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * L_129; L_129 = XmlMapping_get_ObjectMap_m7B06F5CA0492C1860E924B54F29D3ABF908F77C9_inline(L_128, /*hidden argument*/NULL); V_18 = ((ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB *)IsInstClass((RuntimeObject*)L_129, ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB_il2cpp_TypeInfo_var)); Type_t * L_130 = V_0; NullCheck(L_130); Type_t * L_131; L_131 = VirtFuncInvoker0< Type_t * >::Invoke(30 /* System.Type System.Type::get_BaseType() */, L_130); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_132 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_133; L_133 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_132, /*hidden argument*/NULL); bool L_134; L_134 = Type_op_Inequality_m519B1E8F2F1E2101ADF863401FCAE38210395368(L_131, L_133, /*hidden argument*/NULL); if (!L_134) { goto IL_0305; } } { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_135 = V_1; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_136 = V_17; NullCheck(L_135); XmlTypeMapping_set_BaseMap_m75694732FDD9E30E1D827DDED2E33FAC6774F766_inline(L_135, L_136, /*hidden argument*/NULL); ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_137 = V_18; NullCheck(L_137); bool L_138; L_138 = ClassMap_get_HasSimpleContent_m18576AB8E61ABF14D04D4F8E4DDD66C0FC4EC7FF(L_137, /*hidden argument*/NULL); if (L_138) { goto IL_0305; } } { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_139 = V_2; NullCheck(L_139); ClassMap_SetCanBeSimpleType_m9A6BBBA7D4B39871677C0234B2C4725CB78A9660_inline(L_139, (bool)0, /*hidden argument*/NULL); } IL_0305: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_140 = V_17; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_141 = V_1; XmlReflectionImporter_RegisterDerivedMap_m9385972BCB1CD41A2A4819F94EF259056A03BBA6(__this, L_140, L_141, /*hidden argument*/NULL); ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_142 = V_18; NullCheck(L_142); bool L_143; L_143 = ClassMap_get_HasSimpleContent_m18576AB8E61ABF14D04D4F8E4DDD66C0FC4EC7FF(L_142, /*hidden argument*/NULL); if (!L_143) { goto IL_0358; } } { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_144 = V_2; NullCheck(L_144); RuntimeObject* L_145; L_145 = ClassMap_get_ElementMembers_m30583103C73D6B9FCB936FF39D814F8D381910D1_inline(L_144, /*hidden argument*/NULL); if (!L_145) { goto IL_0358; } } { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_146 = V_2; NullCheck(L_146); RuntimeObject* L_147; L_147 = ClassMap_get_ElementMembers_m30583103C73D6B9FCB936FF39D814F8D381910D1_inline(L_146, /*hidden argument*/NULL); NullCheck(L_147); int32_t L_148; L_148 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_147); if ((((int32_t)L_148) == ((int32_t)1))) { goto IL_0358; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25_il2cpp_TypeInfo_var))); String_t* L_149 = ((XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25_il2cpp_TypeInfo_var))))->get_errSimple_7(); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_150 = V_1; NullCheck(L_150); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_151; L_151 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_150, /*hidden argument*/NULL); NullCheck(L_151); String_t* L_152; L_152 = TypeData_get_TypeName_m668AE0E924392266E74D909657C056F8AAA596B7_inline(L_151, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_153 = V_1; NullCheck(L_153); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_154; L_154 = XmlTypeMapping_get_BaseMap_m6202ECE86BAF66E17C989E6DCC97FBC463DD639B_inline(L_153, /*hidden argument*/NULL); NullCheck(L_154); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_155; L_155 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_154, /*hidden argument*/NULL); NullCheck(L_155); String_t* L_156; L_156 = TypeData_get_TypeName_m668AE0E924392266E74D909657C056F8AAA596B7_inline(L_155, /*hidden argument*/NULL); String_t* L_157; L_157 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(L_149, L_152, L_156, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_158 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_158, L_157, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_158, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_ImportClassMapping_m3F50FDE3630A2DD3DD4F56A15582B4F874BA5241_RuntimeMethod_var))); } IL_0358: { Type_t * L_159 = V_0; String_t* L_160 = ___defaultNamespace2; XmlReflectionImporter_ImportIncludedTypes_m15477180E730E5FA1E7DECCC6AEE1951888ABD66(__this, L_159, L_160, /*hidden argument*/NULL); ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_161 = V_2; NullCheck(L_161); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_162; L_162 = ClassMap_get_XmlTextCollector_mCD1E9DCA3A54BCEA7DB7F1E0175508C08677849E_inline(L_161, /*hidden argument*/NULL); if (!L_162) { goto IL_0423; } } { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_163 = V_2; NullCheck(L_163); bool L_164; L_164 = ClassMap_get_HasSimpleContent_m18576AB8E61ABF14D04D4F8E4DDD66C0FC4EC7FF(L_163, /*hidden argument*/NULL); if (L_164) { goto IL_0423; } } { ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * L_165 = V_2; NullCheck(L_165); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_166; L_166 = ClassMap_get_XmlTextCollector_mCD1E9DCA3A54BCEA7DB7F1E0175508C08677849E_inline(L_165, /*hidden argument*/NULL); V_19 = L_166; XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_167 = V_19; NullCheck(L_167); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_168; L_168 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_167, /*hidden argument*/NULL); NullCheck(L_168); Type_t * L_169; L_169 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_168, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_170 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_171; L_171 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_170, /*hidden argument*/NULL); bool L_172; L_172 = Type_op_Inequality_m519B1E8F2F1E2101ADF863401FCAE38210395368(L_169, L_171, /*hidden argument*/NULL); if (!L_172) { goto IL_0423; } } { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_173 = V_19; NullCheck(L_173); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_174; L_174 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_173, /*hidden argument*/NULL); NullCheck(L_174); Type_t * L_175; L_175 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_174, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_176 = { reinterpret_cast (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_177; L_177 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_176, /*hidden argument*/NULL); bool L_178; L_178 = Type_op_Inequality_m519B1E8F2F1E2101ADF863401FCAE38210395368(L_175, L_177, /*hidden argument*/NULL); if (!L_178) { goto IL_0423; } } { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_179 = V_19; NullCheck(L_179); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_180; L_180 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_179, /*hidden argument*/NULL); NullCheck(L_180); Type_t * L_181; L_181 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_180, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_182 = { reinterpret_cast (XmlNodeU5BU5D_tE4DE294EC8D9238F7ACAB33EF0821AEB4FF2BDCA_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_183; L_183 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_182, /*hidden argument*/NULL); bool L_184; L_184 = Type_op_Inequality_m519B1E8F2F1E2101ADF863401FCAE38210395368(L_181, L_183, /*hidden argument*/NULL); if (!L_184) { goto IL_0423; } } { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_185 = V_19; NullCheck(L_185); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_186; L_186 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_185, /*hidden argument*/NULL); NullCheck(L_186); Type_t * L_187; L_187 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_186, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_188 = { reinterpret_cast (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_189; L_189 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_188, /*hidden argument*/NULL); bool L_190; L_190 = Type_op_Inequality_m519B1E8F2F1E2101ADF863401FCAE38210395368(L_187, L_189, /*hidden argument*/NULL); if (!L_190) { goto IL_0423; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25_il2cpp_TypeInfo_var))); String_t* L_191 = ((XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25_il2cpp_TypeInfo_var))))->get_errSimple2_8(); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_192 = V_1; NullCheck(L_192); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_193; L_193 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_192, /*hidden argument*/NULL); NullCheck(L_193); String_t* L_194; L_194 = TypeData_get_TypeName_m668AE0E924392266E74D909657C056F8AAA596B7_inline(L_193, /*hidden argument*/NULL); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_195 = V_19; NullCheck(L_195); String_t* L_196; L_196 = XmlTypeMapMember_get_Name_mF4296DFD6FB56C6F2592A975362C5187FAD5F036_inline(L_195, /*hidden argument*/NULL); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_197 = V_19; NullCheck(L_197); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_198; L_198 = XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline(L_197, /*hidden argument*/NULL); NullCheck(L_198); String_t* L_199; L_199 = TypeData_get_TypeName_m668AE0E924392266E74D909657C056F8AAA596B7_inline(L_198, /*hidden argument*/NULL); String_t* L_200; L_200 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED(L_191, L_194, L_196, L_199, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_201 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_201, L_200, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_201, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_ImportClassMapping_m3F50FDE3630A2DD3DD4F56A15582B4F874BA5241_RuntimeMethod_var))); } IL_0423: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_202 = V_1; return L_202; } } // System.Void System.Xml.Serialization.XmlReflectionImporter::RegisterDerivedMap(System.Xml.Serialization.XmlTypeMapping,System.Xml.Serialization.XmlTypeMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReflectionImporter_RegisterDerivedMap_m9385972BCB1CD41A2A4819F94EF259056A03BBA6 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___map0, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___derivedMap1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * V_0 = NULL; { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_0 = ___map0; NullCheck(L_0); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1; L_1 = XmlTypeMapping_get_DerivedTypes_m63ABD00406604F86FE15EE6BBC3EAEB9C6B6EAF7_inline(L_0, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_2 = ___derivedMap1; NullCheck(L_1); int32_t L_3; L_3 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_1, L_2); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_4 = ___map0; NullCheck(L_4); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_5; L_5 = XmlTypeMapping_get_DerivedTypes_m63ABD00406604F86FE15EE6BBC3EAEB9C6B6EAF7_inline(L_4, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_6 = ___derivedMap1; NullCheck(L_6); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_7; L_7 = XmlTypeMapping_get_DerivedTypes_m63ABD00406604F86FE15EE6BBC3EAEB9C6B6EAF7_inline(L_6, /*hidden argument*/NULL); NullCheck(L_5); VirtActionInvoker1< RuntimeObject* >::Invoke(25 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_5, L_7); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_8 = ___map0; NullCheck(L_8); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_9; L_9 = XmlTypeMapping_get_BaseMap_m6202ECE86BAF66E17C989E6DCC97FBC463DD639B_inline(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0034; } } { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_10 = ___map0; NullCheck(L_10); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_11; L_11 = XmlTypeMapping_get_BaseMap_m6202ECE86BAF66E17C989E6DCC97FBC463DD639B_inline(L_10, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_12 = ___derivedMap1; XmlReflectionImporter_RegisterDerivedMap_m9385972BCB1CD41A2A4819F94EF259056A03BBA6(__this, L_11, L_12, /*hidden argument*/NULL); return; } IL_0034: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_13 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_14; L_14 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_13, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_15; L_15 = XmlReflectionImporter_ImportTypeMapping_m36C45A176E8266C6B53BBA407E926ACA4F72802B(__this, L_14, /*hidden argument*/NULL); V_0 = L_15; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_16 = V_0; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_17 = ___map0; if ((((RuntimeObject*)(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 *)L_16) == ((RuntimeObject*)(XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 *)L_17))) { goto IL_0056; } } { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_18 = V_0; NullCheck(L_18); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_19; L_19 = XmlTypeMapping_get_DerivedTypes_m63ABD00406604F86FE15EE6BBC3EAEB9C6B6EAF7_inline(L_18, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_20 = ___derivedMap1; NullCheck(L_19); int32_t L_21; L_21 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_19, L_20); } IL_0056: { return; } } // System.String System.Xml.Serialization.XmlReflectionImporter::GetTypeNamespace(System.Xml.Serialization.TypeData,System.Xml.Serialization.XmlRootAttribute,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlReflectionImporter_GetTypeNamespace_mC5A1A3C2CBD2B7CDECDB2E7A2AEE1E2F2E8D580E (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___typeData0, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___root1, String_t* ___defaultNamespace2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * V_1 = NULL; { V_0 = (String_t*)NULL; V_1 = (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 *)NULL; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_0 = ___typeData0; NullCheck(L_0); bool L_1; L_1 = TypeData_get_IsListType_m3CBCB6B25D4337E243E39B514ACF19144C4A6E82(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0026; } } { XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F * L_2 = __this->get_attributeOverrides_1(); if (!L_2) { goto IL_0026; } } { XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F * L_3 = __this->get_attributeOverrides_1(); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_4 = ___typeData0; NullCheck(L_4); Type_t * L_5; L_5 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_4, /*hidden argument*/NULL); NullCheck(L_3); XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_6; L_6 = XmlAttributeOverrides_get_Item_mF967F6898A39D7BA3BFFFF2F26D1C904F5B9480C(L_3, L_5, /*hidden argument*/NULL); V_1 = L_6; } IL_0026: { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_7 = V_1; if (L_7) { goto IL_0035; } } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_8 = ___typeData0; NullCheck(L_8); Type_t * L_9; L_9 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_8, /*hidden argument*/NULL); XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_10 = (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 *)il2cpp_codegen_object_new(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46_il2cpp_TypeInfo_var); XmlAttributes__ctor_mA4F772F9559FDF038029A09C70B7B13E101F2F06(L_10, L_9, /*hidden argument*/NULL); V_1 = L_10; } IL_0035: { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_11 = V_1; NullCheck(L_11); XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 * L_12; L_12 = XmlAttributes_get_XmlType_m00784DFC2AE7D981A8455CAAB9A18F1E5B3E7F9A_inline(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0071; } } { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_13 = V_1; NullCheck(L_13); XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 * L_14; L_14 = XmlAttributes_get_XmlType_m00784DFC2AE7D981A8455CAAB9A18F1E5B3E7F9A_inline(L_13, /*hidden argument*/NULL); NullCheck(L_14); String_t* L_15; L_15 = XmlTypeAttribute_get_Namespace_m71B386CC850B097BD069DACA436AE0D4A459C858_inline(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0071; } } { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_16 = V_1; NullCheck(L_16); XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 * L_17; L_17 = XmlAttributes_get_XmlType_m00784DFC2AE7D981A8455CAAB9A18F1E5B3E7F9A_inline(L_16, /*hidden argument*/NULL); NullCheck(L_17); String_t* L_18; L_18 = XmlTypeAttribute_get_Namespace_m71B386CC850B097BD069DACA436AE0D4A459C858_inline(L_17, /*hidden argument*/NULL); NullCheck(L_18); int32_t L_19; L_19 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0071; } } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_20 = ___typeData0; NullCheck(L_20); int32_t L_21; L_21 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_20, /*hidden argument*/NULL); if ((((int32_t)L_21) == ((int32_t)2))) { goto IL_0071; } } { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_22 = V_1; NullCheck(L_22); XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 * L_23; L_23 = XmlAttributes_get_XmlType_m00784DFC2AE7D981A8455CAAB9A18F1E5B3E7F9A_inline(L_22, /*hidden argument*/NULL); NullCheck(L_23); String_t* L_24; L_24 = XmlTypeAttribute_get_Namespace_m71B386CC850B097BD069DACA436AE0D4A459C858_inline(L_23, /*hidden argument*/NULL); V_0 = L_24; } IL_0071: { String_t* L_25 = V_0; if (!L_25) { goto IL_007e; } } { String_t* L_26 = V_0; NullCheck(L_26); int32_t L_27; L_27 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_007e; } } { String_t* L_28 = V_0; return L_28; } IL_007e: { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_29 = V_1; NullCheck(L_29); XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_30; L_30 = XmlAttributes_get_XmlRoot_m660513A35CE5B36F688B0A19001FA6E6E73D9EE9_inline(L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_0091; } } { XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_31 = ___root1; if (L_31) { goto IL_0091; } } { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_32 = V_1; NullCheck(L_32); XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_33; L_33 = XmlAttributes_get_XmlRoot_m660513A35CE5B36F688B0A19001FA6E6E73D9EE9_inline(L_32, /*hidden argument*/NULL); ___root1 = L_33; } IL_0091: { XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_34 = ___root1; if (!L_34) { goto IL_00b0; } } { XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_35 = ___root1; NullCheck(L_35); String_t* L_36; L_36 = XmlRootAttribute_get_Namespace_m0A911502725F9726BDDEE6EE3F38D02DA70097BD_inline(L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_00b0; } } { XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_37 = ___root1; NullCheck(L_37); String_t* L_38; L_38 = XmlRootAttribute_get_Namespace_m0A911502725F9726BDDEE6EE3F38D02DA70097BD_inline(L_37, /*hidden argument*/NULL); NullCheck(L_38); int32_t L_39; L_39 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_00b0; } } { XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_40 = ___root1; NullCheck(L_40); String_t* L_41; L_41 = XmlRootAttribute_get_Namespace_m0A911502725F9726BDDEE6EE3F38D02DA70097BD_inline(L_40, /*hidden argument*/NULL); return L_41; } IL_00b0: { String_t* L_42 = ___defaultNamespace2; if (L_42) { goto IL_00b9; } } { return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; } IL_00b9: { String_t* L_43 = ___defaultNamespace2; return L_43; } } // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlReflectionImporter::ImportListMapping(System.Type,System.Xml.Serialization.XmlRootAttribute,System.String,System.Xml.Serialization.XmlAttributes,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlReflectionImporter_ImportListMapping_mC8FD5F70A19B3597086D57941CCF68372E716AF0 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, Type_t * ___type0, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___root1, String_t* ___defaultNamespace2, XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * ___atts3, int32_t ___nestingLevel4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * V_0 = NULL; { Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_1; L_1 = TypeTranslator_GetTypeData_mCCF6ACBDA188128044B25420124E8A2CD0885E84(L_0, /*hidden argument*/NULL); V_0 = L_1; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_2 = V_0; XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_3 = ___root1; String_t* L_4 = ___defaultNamespace2; XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_5 = ___atts3; int32_t L_6 = ___nestingLevel4; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_7; L_7 = XmlReflectionImporter_ImportListMapping_m0492DC46D491F550CB2BCD2FD27EEEC4698A0DB0(__this, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlReflectionImporter::ImportListMapping(System.Xml.Serialization.TypeData,System.Xml.Serialization.XmlRootAttribute,System.String,System.Xml.Serialization.XmlAttributes,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlReflectionImporter_ImportListMapping_m0492DC46D491F550CB2BCD2FD27EEEC4698A0DB0 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___typeData0, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___root1, String_t* ___defaultNamespace2, XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * ___atts3, int32_t ___nestingLevel4, 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*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlIncludeAttributeU5BU5D_tA39956E37F8603A8939D81A43D2DBE566CB3F9EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlIncludeAttribute_tCFBD14CDEA32E248DAFE2560072A8E8129453E0C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB8B7FF6EA48766107079374A4B073225864B5550); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * V_1 = NULL; Type_t * V_2 = NULL; bool V_3 = false; XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * V_4 = NULL; String_t* V_5 = NULL; int32_t V_6 = 0; String_t* V_7 = NULL; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * V_8 = NULL; XmlIncludeAttributeU5BU5D_tA39956E37F8603A8939D81A43D2DBE566CB3F9EF* V_9 = NULL; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * V_10 = NULL; RuntimeObject* V_11 = NULL; XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * V_12 = NULL; Type_t * V_13 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * V_14 = NULL; RuntimeObject* V_15 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * V_16 = NULL; int32_t V_17 = 0; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * V_18 = NULL; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * V_19 = NULL; int32_t V_20 = 0; Type_t * V_21 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B8_0 = 0; Type_t * G_B17_0 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B19_0 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B18_0 = NULL; String_t* G_B20_0 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B20_1 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B26_0 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B25_0 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B27_0 = NULL; int32_t G_B28_0 = 0; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B28_1 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B53_0 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B52_0 = NULL; String_t* G_B54_0 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B54_1 = NULL; { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_0 = ___typeData0; NullCheck(L_0); Type_t * L_1; L_1 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * L_2 = (ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 *)il2cpp_codegen_object_new(ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948_il2cpp_TypeInfo_var); ListMap__ctor_m35415A73A7CA6CE2B3ADB613291DEF2CB39CC5DA(L_2, /*hidden argument*/NULL); V_1 = L_2; bool L_3 = __this->get_allowPrivateTypes_6(); if (L_3) { goto IL_001c; } } { Type_t * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064_il2cpp_TypeInfo_var); ReflectionHelper_CheckSerializableType_m9EC0F006F23E70D9441DA9CED140A631D1B31DA8(L_4, (bool)1, /*hidden argument*/NULL); } IL_001c: { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_5 = ___atts3; if (L_5) { goto IL_0027; } } { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_6 = (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 *)il2cpp_codegen_object_new(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46_il2cpp_TypeInfo_var); XmlAttributes__ctor_m761DCBA3414BFF5B255A5D56132B0753A71E97D0(L_6, /*hidden argument*/NULL); ___atts3 = L_6; } IL_0027: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_7 = ___typeData0; NullCheck(L_7); Type_t * L_8; L_8 = TypeData_get_ListItemType_m7701AC967B5DD742A2525C4853116EDBF66F73F3(L_7, /*hidden argument*/NULL); V_2 = L_8; Type_t * L_9 = V_0; NullCheck(L_9); bool L_10; L_10 = Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_004c; } } { Type_t * L_11 = V_2; IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_12; L_12 = TypeTranslator_GetTypeData_mCCF6ACBDA188128044B25420124E8A2CD0885E84(L_11, /*hidden argument*/NULL); NullCheck(L_12); int32_t L_13; L_13 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_12, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)3)))) { goto IL_004c; } } { Type_t * L_14 = V_2; NullCheck(L_14); bool L_15; L_15 = Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1(L_14, /*hidden argument*/NULL); G_B8_0 = ((int32_t)(L_15)); goto IL_004d; } IL_004c: { G_B8_0 = 0; } IL_004d: { V_3 = (bool)G_B8_0; XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_16 = (XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A *)il2cpp_codegen_object_new(XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A_il2cpp_TypeInfo_var); XmlTypeMapElementInfoList__ctor_m61B67EDC5797D896962B7B503260F69FEA1E2B97(L_16, /*hidden argument*/NULL); V_4 = L_16; XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_17 = ___atts3; NullCheck(L_17); XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB * L_18; L_18 = XmlAttributes_get_XmlArrayItems_mB0B6351F521D19EC4810D27B7B89CDF477E01A3D_inline(L_17, /*hidden argument*/NULL); NullCheck(L_18); RuntimeObject* L_19; L_19 = CollectionBase_GetEnumerator_mA8472D538B203CCABF37430255A77DE1B210B68C(L_18, /*hidden argument*/NULL); V_11 = L_19; } IL_0063: try { // begin try (depth: 1) { goto IL_0203; } IL_0068: { RuntimeObject* L_20 = V_11; 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); V_12 = ((XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 *)CastclassClass((RuntimeObject*)L_21, XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94_il2cpp_TypeInfo_var)); XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * L_22 = V_12; NullCheck(L_22); String_t* L_23; L_23 = XmlArrayItemAttribute_get_Namespace_m540093674268E0D9CFB2A3C956D97882FB761450_inline(L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_0094; } } IL_007f: { XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * L_24 = V_12; NullCheck(L_24); int32_t L_25; L_25 = XmlArrayItemAttribute_get_Form_mBE29B9F35D11E995C7B4169F84289EA5523379C1_inline(L_24, /*hidden argument*/NULL); if ((!(((uint32_t)L_25) == ((uint32_t)2)))) { goto IL_0094; } } IL_0089: { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_26 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_26, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral444C6FD23DF88A83A6776F970B2AA77934FFF506)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_ImportListMapping_m0492DC46D491F550CB2BCD2FD27EEEC4698A0DB0_RuntimeMethod_var))); } IL_0094: { XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * L_27 = V_12; NullCheck(L_27); int32_t L_28; L_28 = XmlArrayItemAttribute_get_NestingLevel_m1246E008EEA78D69F58C9959DEB75A7975C87FE6_inline(L_27, /*hidden argument*/NULL); int32_t L_29 = ___nestingLevel4; if ((!(((uint32_t)L_28) == ((uint32_t)L_29)))) { goto IL_0203; } } IL_00a2: { XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * L_30 = V_12; NullCheck(L_30); Type_t * L_31; L_31 = XmlArrayItemAttribute_get_Type_m2500D53AC5E45EB0D196A1C0381DA21CCAFCC285_inline(L_30, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_32; L_32 = Type_op_Inequality_m519B1E8F2F1E2101ADF863401FCAE38210395368(L_31, (Type_t *)NULL, /*hidden argument*/NULL); if (L_32) { goto IL_00b4; } } IL_00b1: { Type_t * L_33 = V_2; G_B17_0 = L_33; goto IL_00bb; } IL_00b4: { XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * L_34 = V_12; NullCheck(L_34); Type_t * L_35; L_35 = XmlArrayItemAttribute_get_Type_m2500D53AC5E45EB0D196A1C0381DA21CCAFCC285_inline(L_34, /*hidden argument*/NULL); G_B17_0 = L_35; } IL_00bb: { V_13 = G_B17_0; Type_t * L_36 = V_13; XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * L_37 = V_12; NullCheck(L_37); String_t* L_38; L_38 = XmlArrayItemAttribute_get_DataType_mD86EE33F7B4F15BAF8C1DE0B4C5E5D941DD2C1E4(L_37, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_39; L_39 = TypeTranslator_GetTypeData_m34ECB131DF1502AA0C92FEFCDBB86D0192F486C2(L_36, L_38, (bool)0, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_40 = (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A *)il2cpp_codegen_object_new(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var); XmlTypeMapElementInfo__ctor_mF6007B11354DB3416455EA0AE568C6FF92542B04(L_40, (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC *)NULL, L_39, /*hidden argument*/NULL); V_14 = L_40; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_41 = V_14; XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * L_42 = V_12; NullCheck(L_42); String_t* L_43; L_43 = XmlArrayItemAttribute_get_Namespace_m540093674268E0D9CFB2A3C956D97882FB761450_inline(L_42, /*hidden argument*/NULL); G_B18_0 = L_41; if (L_43) { G_B19_0 = L_41; goto IL_00e2; } } IL_00df: { String_t* L_44 = ___defaultNamespace2; G_B20_0 = L_44; G_B20_1 = G_B18_0; goto IL_00e9; } IL_00e2: { XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * L_45 = V_12; NullCheck(L_45); String_t* L_46; L_46 = XmlArrayItemAttribute_get_Namespace_m540093674268E0D9CFB2A3C956D97882FB761450_inline(L_45, /*hidden argument*/NULL); G_B20_0 = L_46; G_B20_1 = G_B19_0; } IL_00e9: { NullCheck(G_B20_1); XmlTypeMapElementInfo_set_Namespace_m428970C4B7182555B6636BF9AC3945F634705F69_inline(G_B20_1, G_B20_0, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_47 = V_14; NullCheck(L_47); String_t* L_48; L_48 = XmlTypeMapElementInfo_get_Namespace_mC9E436A358B8900AFDB3C7E5E91002873ACF84B2_inline(L_47, /*hidden argument*/NULL); if (L_48) { goto IL_0103; } } IL_00f7: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_49 = V_14; NullCheck(L_49); XmlTypeMapElementInfo_set_Namespace_m428970C4B7182555B6636BF9AC3945F634705F69_inline(L_49, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); } IL_0103: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_50 = V_14; XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * L_51 = V_12; NullCheck(L_51); int32_t L_52; L_52 = XmlArrayItemAttribute_get_Form_mBE29B9F35D11E995C7B4169F84289EA5523379C1_inline(L_51, /*hidden argument*/NULL); NullCheck(L_50); XmlTypeMapElementInfo_set_Form_m85F81039CF7C52FAA0B57F5B151F15EB37954EBF_inline(L_50, L_52, /*hidden argument*/NULL); XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * L_53 = V_12; NullCheck(L_53); int32_t L_54; L_54 = XmlArrayItemAttribute_get_Form_mBE29B9F35D11E995C7B4169F84289EA5523379C1_inline(L_53, /*hidden argument*/NULL); if ((!(((uint32_t)L_54) == ((uint32_t)2)))) { goto IL_0127; } } IL_011b: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_55 = V_14; String_t* L_56 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_55); XmlTypeMapElementInfo_set_Namespace_m428970C4B7182555B6636BF9AC3945F634705F69_inline(L_55, L_56, /*hidden argument*/NULL); } IL_0127: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_57 = V_14; XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * L_58 = V_12; NullCheck(L_58); bool L_59; L_59 = XmlArrayItemAttribute_get_IsNullableSpecified_m5D178C070F4FE4945C45B89041865D94225003AA_inline(L_58, /*hidden argument*/NULL); G_B25_0 = L_57; if (!L_59) { G_B26_0 = L_57; goto IL_013b; } } IL_0132: { XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * L_60 = V_12; NullCheck(L_60); bool L_61; L_61 = XmlArrayItemAttribute_get_IsNullable_m094CB9CBB98C47D54DCAC0D097FE6B843DA3D8E6_inline(L_60, /*hidden argument*/NULL); G_B26_0 = G_B25_0; if (!L_61) { G_B27_0 = G_B25_0; goto IL_014a; } } IL_013b: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_62 = V_14; NullCheck(L_62); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_63; L_63 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_62, /*hidden argument*/NULL); bool L_64; L_64 = XmlReflectionImporter_CanBeNull_m74FE1D10AB7DF8C33AF0A47D8B06A0375695F4EE(__this, L_63, /*hidden argument*/NULL); G_B28_0 = ((int32_t)(L_64)); G_B28_1 = G_B26_0; goto IL_014b; } IL_014a: { G_B28_0 = 0; G_B28_1 = G_B27_0; } IL_014b: { NullCheck(G_B28_1); XmlTypeMapElementInfo_set_IsNullable_m041AC6E38489107B983C09E52E0FC5ABC52DF6C7_inline(G_B28_1, (bool)G_B28_0, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_65 = V_14; XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * L_66 = V_12; NullCheck(L_66); int32_t L_67; L_67 = XmlArrayItemAttribute_get_NestingLevel_m1246E008EEA78D69F58C9959DEB75A7975C87FE6_inline(L_66, /*hidden argument*/NULL); NullCheck(L_65); XmlTypeMapElementInfo_set_NestingLevel_mBE87E71FD314CFDDE13BABCB6018D3C6178709AD_inline(L_65, L_67, /*hidden argument*/NULL); bool L_68 = V_3; if (!L_68) { goto IL_0180; } } IL_0161: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_69 = V_14; Type_t * L_70 = V_13; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_71 = V_14; NullCheck(L_71); String_t* L_72; L_72 = XmlTypeMapElementInfo_get_Namespace_mC9E436A358B8900AFDB3C7E5E91002873ACF84B2_inline(L_71, /*hidden argument*/NULL); XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_73 = ___atts3; int32_t L_74 = ___nestingLevel4; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_75; L_75 = XmlReflectionImporter_ImportListMapping_mC8FD5F70A19B3597086D57941CCF68372E716AF0(__this, L_70, (XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 *)NULL, L_72, L_73, ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_69); XmlTypeMapElementInfo_set_MappedType_m7DFC1FE2449F33CCB76C521EA95669DFDE4FB620_inline(L_69, L_75, /*hidden argument*/NULL); goto IL_01a5; } IL_0180: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_76 = V_14; NullCheck(L_76); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_77; L_77 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_76, /*hidden argument*/NULL); NullCheck(L_77); bool L_78; L_78 = TypeData_get_IsComplexType_m7F74C117E649C691E8EF8989A7CB470A59405A28(L_77, /*hidden argument*/NULL); if (!L_78) { goto IL_01a5; } } IL_018e: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_79 = V_14; Type_t * L_80 = V_13; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_81 = V_14; NullCheck(L_81); String_t* L_82; L_82 = XmlTypeMapElementInfo_get_Namespace_mC9E436A358B8900AFDB3C7E5E91002873ACF84B2_inline(L_81, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_83; L_83 = XmlReflectionImporter_ImportTypeMapping_mF9EA2A270B4B1DEA56FC524567DB94798376A550(__this, L_80, (XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 *)NULL, L_82, /*hidden argument*/NULL); NullCheck(L_79); XmlTypeMapElementInfo_set_MappedType_m7DFC1FE2449F33CCB76C521EA95669DFDE4FB620_inline(L_79, L_83, /*hidden argument*/NULL); } IL_01a5: { XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * L_84 = V_12; NullCheck(L_84); String_t* L_85; L_85 = XmlArrayItemAttribute_get_ElementName_mAFE748C44E18FFB9CAA8C596FD078E5276258184(L_84, /*hidden argument*/NULL); NullCheck(L_85); int32_t L_86; L_86 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_85, /*hidden argument*/NULL); if (!L_86) { goto IL_01c8; } } IL_01b3: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_87 = V_14; XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * L_88 = V_12; NullCheck(L_88); String_t* L_89; L_89 = XmlArrayItemAttribute_get_ElementName_mAFE748C44E18FFB9CAA8C596FD078E5276258184(L_88, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_90; L_90 = XmlConvert_EncodeLocalName_m4E9F61061594C6D2D4BF25AF107C7208C0E6AD2E(L_89, /*hidden argument*/NULL); NullCheck(L_87); XmlTypeMapElementInfo_set_ElementName_mD96BF1649FA7885FA25FE2144CB7DC116B194FAB_inline(L_87, L_90, /*hidden argument*/NULL); goto IL_01f9; } IL_01c8: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_91 = V_14; NullCheck(L_91); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_92; L_92 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_91, /*hidden argument*/NULL); if (!L_92) { goto IL_01e6; } } IL_01d1: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_93 = V_14; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_94 = V_14; NullCheck(L_94); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_95; L_95 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_94, /*hidden argument*/NULL); NullCheck(L_95); String_t* L_96; L_96 = XmlMapping_get_ElementName_m325D48DC1385A3577E5B4948F1F116861A215CEF_inline(L_95, /*hidden argument*/NULL); NullCheck(L_93); XmlTypeMapElementInfo_set_ElementName_mD96BF1649FA7885FA25FE2144CB7DC116B194FAB_inline(L_93, L_96, /*hidden argument*/NULL); goto IL_01f9; } IL_01e6: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_97 = V_14; Type_t * L_98 = V_13; IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_99; L_99 = TypeTranslator_GetTypeData_mCCF6ACBDA188128044B25420124E8A2CD0885E84(L_98, /*hidden argument*/NULL); NullCheck(L_99); String_t* L_100; L_100 = TypeData_get_XmlType_m79314EDB6142712A3C0EFB1BAE5316BFDD01E088_inline(L_99, /*hidden argument*/NULL); NullCheck(L_97); XmlTypeMapElementInfo_set_ElementName_mD96BF1649FA7885FA25FE2144CB7DC116B194FAB_inline(L_97, L_100, /*hidden argument*/NULL); } IL_01f9: { XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_101 = V_4; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_102 = V_14; NullCheck(L_101); int32_t L_103; L_103 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_101, L_102); } IL_0203: { RuntimeObject* L_104 = V_11; NullCheck(L_104); bool L_105; L_105 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_104); if (L_105) { goto IL_0068; } } IL_020f: { IL2CPP_LEAVE(0x226, FINALLY_0211); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0211; } FINALLY_0211: { // begin finally (depth: 1) { RuntimeObject* L_106 = V_11; V_15 = ((RuntimeObject*)IsInst((RuntimeObject*)L_106, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_107 = V_15; if (!L_107) { goto IL_0225; } } IL_021e: { RuntimeObject* L_108 = V_15; NullCheck(L_108); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_108); } IL_0225: { IL2CPP_END_FINALLY(529) } } // end finally (depth: 1) IL2CPP_CLEANUP(529) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x226, IL_0226) } IL_0226: { XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_109 = V_4; NullCheck(L_109); int32_t L_110; L_110 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_109); if (L_110) { goto IL_02d9; } } { Type_t * L_111 = V_2; IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_112; L_112 = TypeTranslator_GetTypeData_mCCF6ACBDA188128044B25420124E8A2CD0885E84(L_111, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_113 = (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A *)il2cpp_codegen_object_new(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var); XmlTypeMapElementInfo__ctor_mF6007B11354DB3416455EA0AE568C6FF92542B04(L_113, (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC *)NULL, L_112, /*hidden argument*/NULL); V_16 = L_113; bool L_114 = V_3; if (!L_114) { goto IL_025b; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_115 = V_16; Type_t * L_116 = V_2; String_t* L_117 = ___defaultNamespace2; XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_118 = ___atts3; int32_t L_119 = ___nestingLevel4; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_120; L_120 = XmlReflectionImporter_ImportListMapping_mC8FD5F70A19B3597086D57941CCF68372E716AF0(__this, L_116, (XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 *)NULL, L_117, L_118, ((int32_t)il2cpp_codegen_add((int32_t)L_119, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_115); XmlTypeMapElementInfo_set_MappedType_m7DFC1FE2449F33CCB76C521EA95669DFDE4FB620_inline(L_115, L_120, /*hidden argument*/NULL); goto IL_0279; } IL_025b: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_121 = V_16; NullCheck(L_121); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_122; L_122 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_121, /*hidden argument*/NULL); NullCheck(L_122); bool L_123; L_123 = TypeData_get_IsComplexType_m7F74C117E649C691E8EF8989A7CB470A59405A28(L_122, /*hidden argument*/NULL); if (!L_123) { goto IL_0279; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_124 = V_16; Type_t * L_125 = V_2; String_t* L_126 = ___defaultNamespace2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_127; L_127 = XmlReflectionImporter_ImportTypeMapping_mF9EA2A270B4B1DEA56FC524567DB94798376A550(__this, L_125, (XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 *)NULL, L_126, /*hidden argument*/NULL); NullCheck(L_124); XmlTypeMapElementInfo_set_MappedType_m7DFC1FE2449F33CCB76C521EA95669DFDE4FB620_inline(L_124, L_127, /*hidden argument*/NULL); } IL_0279: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_128 = V_16; NullCheck(L_128); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_129; L_129 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_128, /*hidden argument*/NULL); if (!L_129) { goto IL_0297; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_130 = V_16; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_131 = V_16; NullCheck(L_131); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_132; L_132 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_131, /*hidden argument*/NULL); NullCheck(L_132); String_t* L_133; L_133 = XmlTypeMapping_get_XmlType_m97D3C310989DEA0D8C5DDE2A74BA1866DA7E5C99_inline(L_132, /*hidden argument*/NULL); NullCheck(L_130); XmlTypeMapElementInfo_set_ElementName_mD96BF1649FA7885FA25FE2144CB7DC116B194FAB_inline(L_130, L_133, /*hidden argument*/NULL); goto IL_02a9; } IL_0297: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_134 = V_16; Type_t * L_135 = V_2; IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_136; L_136 = TypeTranslator_GetTypeData_mCCF6ACBDA188128044B25420124E8A2CD0885E84(L_135, /*hidden argument*/NULL); NullCheck(L_136); String_t* L_137; L_137 = TypeData_get_XmlType_m79314EDB6142712A3C0EFB1BAE5316BFDD01E088_inline(L_136, /*hidden argument*/NULL); NullCheck(L_134); XmlTypeMapElementInfo_set_ElementName_mD96BF1649FA7885FA25FE2144CB7DC116B194FAB_inline(L_134, L_137, /*hidden argument*/NULL); } IL_02a9: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_138 = V_16; String_t* L_139 = ___defaultNamespace2; G_B52_0 = L_138; if (L_139) { G_B53_0 = L_138; goto IL_02b5; } } { G_B54_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; G_B54_1 = G_B52_0; goto IL_02b6; } IL_02b5: { String_t* L_140 = ___defaultNamespace2; G_B54_0 = L_140; G_B54_1 = G_B53_0; } IL_02b6: { NullCheck(G_B54_1); XmlTypeMapElementInfo_set_Namespace_m428970C4B7182555B6636BF9AC3945F634705F69_inline(G_B54_1, G_B54_0, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_141 = V_16; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_142 = V_16; NullCheck(L_142); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_143; L_143 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_142, /*hidden argument*/NULL); bool L_144; L_144 = XmlReflectionImporter_CanBeNull_m74FE1D10AB7DF8C33AF0A47D8B06A0375695F4EE(__this, L_143, /*hidden argument*/NULL); NullCheck(L_141); XmlTypeMapElementInfo_set_IsNullable_m041AC6E38489107B983C09E52E0FC5ABC52DF6C7_inline(L_141, L_144, /*hidden argument*/NULL); XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_145 = V_4; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_146 = V_16; NullCheck(L_145); int32_t L_147; L_147 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_145, L_146); } IL_02d9: { ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * L_148 = V_1; XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_149 = V_4; NullCheck(L_148); ListMap_set_ItemInfo_m4FFE44794DBBCE25C4FFEE0077F4D7E092E8A2D5_inline(L_148, L_149, /*hidden argument*/NULL); XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_150 = V_4; NullCheck(L_150); int32_t L_151; L_151 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_150); if ((((int32_t)L_151) <= ((int32_t)1))) { goto IL_0312; } } { int32_t L_152 = __this->get_arrayChoiceCount_4(); V_17 = L_152; int32_t L_153 = V_17; __this->set_arrayChoiceCount_4(((int32_t)il2cpp_codegen_add((int32_t)L_153, (int32_t)1))); int32_t L_154 = V_17; int32_t L_155 = L_154; RuntimeObject * L_156 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_155); String_t* L_157; L_157 = String_Concat_m67326AC4F1380817D6F2FDA2AFD61E5085C2E128(_stringLiteralB8B7FF6EA48766107079374A4B073225864B5550, L_156, /*hidden argument*/NULL); V_5 = L_157; goto IL_034d; } IL_0312: { XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_158 = V_4; NullCheck(L_158); RuntimeObject * L_159; L_159 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(22 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_158, 0); V_18 = ((XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A *)CastclassClass((RuntimeObject*)L_159, XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var)); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_160 = V_18; NullCheck(L_160); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_161; L_161 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_160, /*hidden argument*/NULL); if (!L_161) { goto IL_033f; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_162 = V_18; NullCheck(L_162); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_163; L_163 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_162, /*hidden argument*/NULL); NullCheck(L_163); String_t* L_164; L_164 = XmlTypeMapping_get_XmlType_m97D3C310989DEA0D8C5DDE2A74BA1866DA7E5C99_inline(L_163, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); String_t* L_165; L_165 = TypeTranslator_GetArrayName_mC21C9EA401D0CD4F6BA9EAAA0E10FD99C5B5AA04(L_164, /*hidden argument*/NULL); V_5 = L_165; goto IL_034d; } IL_033f: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_166 = V_18; NullCheck(L_166); String_t* L_167; L_167 = XmlTypeMapElementInfo_get_ElementName_m1B5D0CAFCC6513CBCFCF1BD3977A519B21C4BFFC_inline(L_166, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); String_t* L_168; L_168 = TypeTranslator_GetArrayName_mC21C9EA401D0CD4F6BA9EAAA0E10FD99C5B5AA04(L_167, /*hidden argument*/NULL); V_5 = L_168; } IL_034d: { V_6 = 1; String_t* L_169 = V_5; V_7 = L_169; } IL_0354: { ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064 * L_170 = __this->get_helper_3(); String_t* L_171 = V_7; String_t* L_172 = ___defaultNamespace2; NullCheck(L_170); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_173; L_173 = ReflectionHelper_GetRegisteredSchemaType_m8F59BDFFDD62EE238F8073D62893C2F10E3EDDBB(L_170, L_171, L_172, /*hidden argument*/NULL); V_19 = L_173; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_174 = V_19; if (L_174) { goto IL_036d; } } { V_6 = (-1); goto IL_03ad; } IL_036d: { ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * L_175 = V_1; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_176 = V_19; NullCheck(L_176); ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * L_177; L_177 = XmlMapping_get_ObjectMap_m7B06F5CA0492C1860E924B54F29D3ABF908F77C9_inline(L_176, /*hidden argument*/NULL); NullCheck(L_175); bool L_178; L_178 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_175, L_177); if (!L_178) { goto IL_0398; } } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_179 = ___typeData0; NullCheck(L_179); Type_t * L_180; L_180 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_179, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_181 = V_19; NullCheck(L_181); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_182; L_182 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_181, /*hidden argument*/NULL); NullCheck(L_182); Type_t * L_183; L_183 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_182, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_184; L_184 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_180, L_183, /*hidden argument*/NULL); if (!L_184) { goto IL_0398; } } { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_185 = V_19; return L_185; } IL_0398: { String_t* L_186 = V_5; int32_t L_187 = V_6; int32_t L_188 = L_187; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_188, (int32_t)1)); int32_t L_189 = L_188; RuntimeObject * L_190 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_189); String_t* L_191; L_191 = String_Concat_m67326AC4F1380817D6F2FDA2AFD61E5085C2E128(L_186, L_190, /*hidden argument*/NULL); V_7 = L_191; } IL_03ad: { int32_t L_192 = V_6; if ((!(((uint32_t)L_192) == ((uint32_t)(-1))))) { goto IL_0354; } } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_193 = ___typeData0; XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_194 = ___root1; String_t* L_195 = V_7; String_t* L_196 = ___defaultNamespace2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_197; L_197 = XmlReflectionImporter_CreateTypeMapping_mFB79F4CE883EAC32D9804A0DCDCA5DC4ADBD413B(__this, L_193, L_194, L_195, L_196, /*hidden argument*/NULL); V_8 = L_197; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_198 = V_8; ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * L_199 = V_1; NullCheck(L_198); XmlMapping_set_ObjectMap_m0F4C130CF2DB92999D96F22538AC256EC06B49C9_inline(L_198, L_199, /*hidden argument*/NULL); Type_t * L_200 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_201 = { reinterpret_cast (XmlIncludeAttribute_tCFBD14CDEA32E248DAFE2560072A8E8129453E0C_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_202; L_202 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_201, /*hidden argument*/NULL); NullCheck(L_200); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_203; L_203 = VirtFuncInvoker2< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Type_t *, bool >::Invoke(12 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */, L_200, L_202, (bool)0); V_9 = ((XmlIncludeAttributeU5BU5D_tA39956E37F8603A8939D81A43D2DBE566CB3F9EF*)Castclass((RuntimeObject*)L_203, XmlIncludeAttributeU5BU5D_tA39956E37F8603A8939D81A43D2DBE566CB3F9EF_il2cpp_TypeInfo_var)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_204 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t * L_205; L_205 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_204, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_206; L_206 = XmlReflectionImporter_ImportTypeMapping_m36C45A176E8266C6B53BBA407E926ACA4F72802B(__this, L_205, /*hidden argument*/NULL); V_10 = L_206; V_20 = 0; goto IL_041f; } IL_03f6: { XmlIncludeAttributeU5BU5D_tA39956E37F8603A8939D81A43D2DBE566CB3F9EF* L_207 = V_9; int32_t L_208 = V_20; NullCheck(L_207); int32_t L_209 = L_208; XmlIncludeAttribute_tCFBD14CDEA32E248DAFE2560072A8E8129453E0C * L_210 = (L_207)->GetAt(static_cast(L_209)); NullCheck(L_210); Type_t * L_211; L_211 = XmlIncludeAttribute_get_Type_mE52337BF96ED8BD12584009795EE037B8ADEF53F_inline(L_210, /*hidden argument*/NULL); V_21 = L_211; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_212 = V_10; NullCheck(L_212); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_213; L_213 = XmlTypeMapping_get_DerivedTypes_m63ABD00406604F86FE15EE6BBC3EAEB9C6B6EAF7_inline(L_212, /*hidden argument*/NULL); Type_t * L_214 = V_21; String_t* L_215 = ___defaultNamespace2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_216; L_216 = XmlReflectionImporter_ImportTypeMapping_mF9EA2A270B4B1DEA56FC524567DB94798376A550(__this, L_214, (XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 *)NULL, L_215, /*hidden argument*/NULL); NullCheck(L_213); int32_t L_217; L_217 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_213, L_216); int32_t L_218 = V_20; V_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_218, (int32_t)1)); } IL_041f: { int32_t L_219 = V_20; XmlIncludeAttributeU5BU5D_tA39956E37F8603A8939D81A43D2DBE566CB3F9EF* L_220 = V_9; NullCheck(L_220); if ((((int32_t)L_219) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_220)->max_length)))))) { goto IL_03f6; } } { ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064 * L_221 = __this->get_helper_3(); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_222 = V_8; String_t* L_223 = V_7; String_t* L_224 = ___defaultNamespace2; NullCheck(L_221); ReflectionHelper_RegisterSchemaType_mD63658F35808E6758F10C00786FE1C23F3F82593(L_221, L_222, L_223, L_224, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_225 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_226; L_226 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_225, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_227; L_227 = XmlReflectionImporter_ImportTypeMapping_m36C45A176E8266C6B53BBA407E926ACA4F72802B(__this, L_226, /*hidden argument*/NULL); NullCheck(L_227); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_228; L_228 = XmlTypeMapping_get_DerivedTypes_m63ABD00406604F86FE15EE6BBC3EAEB9C6B6EAF7_inline(L_227, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_229 = V_8; NullCheck(L_228); int32_t L_230; L_230 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_228, L_229); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_231 = V_8; return L_231; } } // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlReflectionImporter::ImportXmlNodeMapping(System.Xml.Serialization.TypeData,System.Xml.Serialization.XmlRootAttribute,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlReflectionImporter_ImportXmlNodeMapping_m64DB4F7D5CF21D152C2686B60FA12F658504A6AB (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___typeData0, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___root1, String_t* ___defaultNamespace2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * V_1 = NULL; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * V_2 = NULL; { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_0 = ___typeData0; NullCheck(L_0); Type_t * L_1; L_1 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064 * L_2 = __this->get_helper_3(); Type_t * L_3 = V_0; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_4 = ___typeData0; XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_5 = ___root1; String_t* L_6 = ___defaultNamespace2; String_t* L_7; L_7 = XmlReflectionImporter_GetTypeNamespace_mC5A1A3C2CBD2B7CDECDB2E7A2AEE1E2F2E8D580E(__this, L_4, L_5, L_6, /*hidden argument*/NULL); NullCheck(L_2); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_8; L_8 = ReflectionHelper_GetRegisteredClrType_m4BFA672D5A5BEB57FFBE7B8A10914860FAF9BC36(L_2, L_3, L_7, /*hidden argument*/NULL); V_1 = L_8; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_9 = V_1; if (!L_9) { goto IL_0022; } } { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_10 = V_1; return L_10; } IL_0022: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_11 = ___typeData0; XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_12 = ___root1; String_t* L_13 = ___defaultNamespace2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_14; L_14 = XmlReflectionImporter_CreateTypeMapping_mFB79F4CE883EAC32D9804A0DCDCA5DC4ADBD413B(__this, L_11, L_12, (String_t*)NULL, L_13, /*hidden argument*/NULL); V_1 = L_14; ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064 * L_15 = __this->get_helper_3(); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_16 = V_1; Type_t * L_17 = V_0; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_18 = V_1; NullCheck(L_18); String_t* L_19; L_19 = XmlTypeMapping_get_XmlTypeNamespace_m84FB57272C654790B04BCCA3901AA92AF1C8EDA6(L_18, /*hidden argument*/NULL); NullCheck(L_15); ReflectionHelper_RegisterClrType_m7BE8D0A8841FDE79CCC033385A3A7DB3235A1D80(L_15, L_16, L_17, L_19, /*hidden argument*/NULL); Type_t * L_20 = V_0; NullCheck(L_20); Type_t * L_21; L_21 = VirtFuncInvoker0< Type_t * >::Invoke(30 /* System.Type System.Type::get_BaseType() */, L_20); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_22; L_22 = Type_op_Inequality_m519B1E8F2F1E2101ADF863401FCAE38210395368(L_21, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_22) { goto IL_0083; } } { Type_t * L_23 = V_0; NullCheck(L_23); Type_t * L_24; L_24 = VirtFuncInvoker0< Type_t * >::Invoke(30 /* System.Type System.Type::get_BaseType() */, L_23); XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_25 = ___root1; String_t* L_26 = ___defaultNamespace2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_27; L_27 = XmlReflectionImporter_ImportTypeMapping_mF9EA2A270B4B1DEA56FC524567DB94798376A550(__this, L_24, L_25, L_26, /*hidden argument*/NULL); V_2 = L_27; Type_t * L_28 = V_0; NullCheck(L_28); Type_t * L_29; L_29 = VirtFuncInvoker0< Type_t * >::Invoke(30 /* System.Type System.Type::get_BaseType() */, L_28); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_30 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_31; L_31 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_30, /*hidden argument*/NULL); bool L_32; L_32 = Type_op_Inequality_m519B1E8F2F1E2101ADF863401FCAE38210395368(L_29, L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_007b; } } { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_33 = V_1; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_34 = V_2; NullCheck(L_33); XmlTypeMapping_set_BaseMap_m75694732FDD9E30E1D827DDED2E33FAC6774F766_inline(L_33, L_34, /*hidden argument*/NULL); } IL_007b: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_35 = V_2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_36 = V_1; XmlReflectionImporter_RegisterDerivedMap_m9385972BCB1CD41A2A4819F94EF259056A03BBA6(__this, L_35, L_36, /*hidden argument*/NULL); } IL_0083: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_37 = V_1; return L_37; } } // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlReflectionImporter::ImportPrimitiveMapping(System.Xml.Serialization.TypeData,System.Xml.Serialization.XmlRootAttribute,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlReflectionImporter_ImportPrimitiveMapping_m94196C94B3F1BB96FAFBAE19335C51D35717010D (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___typeData0, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___root1, String_t* ___defaultNamespace2, const RuntimeMethod* method) { Type_t * V_0 = NULL; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * V_1 = NULL; { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_0 = ___typeData0; NullCheck(L_0); Type_t * L_1; L_1 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064 * L_2 = __this->get_helper_3(); Type_t * L_3 = V_0; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_4 = ___typeData0; XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_5 = ___root1; String_t* L_6 = ___defaultNamespace2; String_t* L_7; L_7 = XmlReflectionImporter_GetTypeNamespace_mC5A1A3C2CBD2B7CDECDB2E7A2AEE1E2F2E8D580E(__this, L_4, L_5, L_6, /*hidden argument*/NULL); NullCheck(L_2); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_8; L_8 = ReflectionHelper_GetRegisteredClrType_m4BFA672D5A5BEB57FFBE7B8A10914860FAF9BC36(L_2, L_3, L_7, /*hidden argument*/NULL); V_1 = L_8; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_9 = V_1; if (!L_9) { goto IL_0022; } } { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_10 = V_1; return L_10; } IL_0022: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_11 = ___typeData0; XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_12 = ___root1; String_t* L_13 = ___defaultNamespace2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_14; L_14 = XmlReflectionImporter_CreateTypeMapping_mFB79F4CE883EAC32D9804A0DCDCA5DC4ADBD413B(__this, L_11, L_12, (String_t*)NULL, L_13, /*hidden argument*/NULL); V_1 = L_14; ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064 * L_15 = __this->get_helper_3(); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_16 = V_1; Type_t * L_17 = V_0; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_18 = V_1; NullCheck(L_18); String_t* L_19; L_19 = XmlTypeMapping_get_XmlTypeNamespace_m84FB57272C654790B04BCCA3901AA92AF1C8EDA6(L_18, /*hidden argument*/NULL); NullCheck(L_15); ReflectionHelper_RegisterClrType_m7BE8D0A8841FDE79CCC033385A3A7DB3235A1D80(L_15, L_16, L_17, L_19, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_20 = V_1; return L_20; } } // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlReflectionImporter::ImportEnumMapping(System.Xml.Serialization.TypeData,System.Xml.Serialization.XmlRootAttribute,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlReflectionImporter_ImportEnumMapping_mB68267ED6FFC8A593317F108634F55681B136A95 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___typeData0, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___root1, String_t* ___defaultNamespace2, 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*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumMapMemberU5BU5D_t07A96D3D51D0592FBA40BC8DB07055475869F868_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumMapMember_tFA6EE72534779063BD134A3DF65945A5337B4D78_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumMapMember_tFA6EE72534779063BD134A3DF65945A5337B4D78_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlIgnoreAttribute_t478DB7B508B6987B3CC531BABD12177E5CD7DDF6_0_0_0_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * V_1 = NULL; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_2 = NULL; bool V_3 = false; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_4 = NULL; int32_t V_5 = 0; String_t* V_6 = NULL; FieldInfo_t * V_7 = NULL; String_t* V_8 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_9 = NULL; int64_t V_10 = 0; { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_0 = ___typeData0; NullCheck(L_0); Type_t * L_1; L_1 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064 * L_2 = __this->get_helper_3(); Type_t * L_3 = V_0; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_4 = ___typeData0; XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_5 = ___root1; String_t* L_6 = ___defaultNamespace2; String_t* L_7; L_7 = XmlReflectionImporter_GetTypeNamespace_mC5A1A3C2CBD2B7CDECDB2E7A2AEE1E2F2E8D580E(__this, L_4, L_5, L_6, /*hidden argument*/NULL); NullCheck(L_2); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_8; L_8 = ReflectionHelper_GetRegisteredClrType_m4BFA672D5A5BEB57FFBE7B8A10914860FAF9BC36(L_2, L_3, L_7, /*hidden argument*/NULL); V_1 = L_8; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_9 = V_1; if (!L_9) { goto IL_0022; } } { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_10 = V_1; return L_10; } IL_0022: { bool L_11 = __this->get_allowPrivateTypes_6(); if (L_11) { goto IL_0031; } } { Type_t * L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064_il2cpp_TypeInfo_var); ReflectionHelper_CheckSerializableType_m9EC0F006F23E70D9441DA9CED140A631D1B31DA8(L_12, (bool)0, /*hidden argument*/NULL); } IL_0031: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_13 = ___typeData0; XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_14 = ___root1; String_t* L_15 = ___defaultNamespace2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_16; L_16 = XmlReflectionImporter_CreateTypeMapping_mFB79F4CE883EAC32D9804A0DCDCA5DC4ADBD413B(__this, L_13, L_14, (String_t*)NULL, L_15, /*hidden argument*/NULL); V_1 = L_16; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_17 = V_1; NullCheck(L_17); XmlTypeMapping_set_IsNullable_mD56AE3E111996A952C37635EA57BB375C6535009_inline(L_17, (bool)0, /*hidden argument*/NULL); ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064 * L_18 = __this->get_helper_3(); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_19 = V_1; Type_t * L_20 = V_0; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_21 = V_1; NullCheck(L_21); String_t* L_22; L_22 = XmlTypeMapping_get_XmlTypeNamespace_m84FB57272C654790B04BCCA3901AA92AF1C8EDA6(L_21, /*hidden argument*/NULL); NullCheck(L_18); ReflectionHelper_RegisterClrType_m7BE8D0A8841FDE79CCC033385A3A7DB3235A1D80(L_18, L_19, L_20, L_22, /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_23 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_23, /*hidden argument*/NULL); V_2 = L_23; Type_t * L_24 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_25; L_25 = Enum_GetNames_m70EF6DD36162EFC6D1C38D19BBB9F83B38F06A08(L_24, /*hidden argument*/NULL); V_4 = L_25; V_5 = 0; goto IL_00f6; } IL_006c: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_26 = V_4; int32_t L_27 = V_5; NullCheck(L_26); int32_t L_28 = L_27; String_t* L_29 = (L_26)->GetAt(static_cast(L_28)); V_6 = L_29; Type_t * L_30 = V_0; String_t* L_31 = V_6; NullCheck(L_30); FieldInfo_t * L_32; L_32 = Type_GetField_m7E0197C80896690B5F5DBCCE44E3354FFDA13D2C(L_30, L_31, /*hidden argument*/NULL); V_7 = L_32; V_8 = (String_t*)NULL; FieldInfo_t * L_33 = V_7; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_34 = { reinterpret_cast (XmlIgnoreAttribute_t478DB7B508B6987B3CC531BABD12177E5CD7DDF6_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_35; L_35 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_34, /*hidden argument*/NULL); NullCheck(L_33); bool L_36; L_36 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(13 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_33, L_35, (bool)0); if (L_36) { goto IL_00f0; } } { FieldInfo_t * L_37 = V_7; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_38 = { reinterpret_cast (XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_39; L_39 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_38, /*hidden argument*/NULL); NullCheck(L_37); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_40; L_40 = VirtFuncInvoker2< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Type_t *, bool >::Invoke(12 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */, L_37, L_39, (bool)0); V_9 = L_40; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_41 = V_9; NullCheck(L_41); if (!(((RuntimeArray*)L_41)->max_length)) { goto IL_00bd; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_42 = V_9; NullCheck(L_42); int32_t L_43 = 0; RuntimeObject * L_44 = (L_42)->GetAt(static_cast(L_43)); NullCheck(((XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E *)CastclassClass((RuntimeObject*)L_44, XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E_il2cpp_TypeInfo_var))); String_t* L_45; L_45 = XmlEnumAttribute_get_Name_mCA9823DAF5BAEAD04D9DDB3D3688976454571904_inline(((XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E *)CastclassClass((RuntimeObject*)L_44, XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_8 = L_45; } IL_00bd: { String_t* L_46 = V_8; if (L_46) { goto IL_00c5; } } { String_t* L_47 = V_6; V_8 = L_47; } IL_00c5: { FieldInfo_t * L_48 = V_7; NullCheck(L_48); RuntimeObject * L_49; L_49 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_48, NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_50; L_50 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_49, IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_il2cpp_TypeInfo_var))); int64_t L_51; L_51 = InterfaceFuncInvoker1< int64_t, RuntimeObject* >::Invoke(9 /* System.Int64 System.IConvertible::ToInt64(System.IFormatProvider) */, IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_49, IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_il2cpp_TypeInfo_var)), L_50); V_10 = L_51; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_52 = V_2; String_t* L_53 = V_8; String_t* L_54 = V_6; int64_t L_55 = V_10; EnumMapMember_tFA6EE72534779063BD134A3DF65945A5337B4D78 * L_56 = (EnumMapMember_tFA6EE72534779063BD134A3DF65945A5337B4D78 *)il2cpp_codegen_object_new(EnumMapMember_tFA6EE72534779063BD134A3DF65945A5337B4D78_il2cpp_TypeInfo_var); EnumMapMember__ctor_m294B6251365C62EA2862953FA6CCDEFCFD68EF01(L_56, L_53, L_54, L_55, /*hidden argument*/NULL); NullCheck(L_52); int32_t L_57; L_57 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_52, L_56); } IL_00f0: { int32_t L_58 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); } IL_00f6: { int32_t L_59 = V_5; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_60 = V_4; NullCheck(L_60); if ((((int32_t)L_59) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_60)->max_length)))))) { goto IL_006c; } } { Type_t * L_61 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_62 = { reinterpret_cast (FlagsAttribute_t511C558FACEF1CC64702A8FAB67CAF3CBA65DF36_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_63; L_63 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_62, /*hidden argument*/NULL); NullCheck(L_61); bool L_64; L_64 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(13 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_61, L_63, (bool)0); V_3 = L_64; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_65 = V_1; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_66 = V_2; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_67 = { reinterpret_cast (EnumMapMember_tFA6EE72534779063BD134A3DF65945A5337B4D78_0_0_0_var) }; Type_t * L_68; L_68 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_67, /*hidden argument*/NULL); NullCheck(L_66); RuntimeArray * L_69; L_69 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(40 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_66, L_68); bool L_70 = V_3; EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC * L_71 = (EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC *)il2cpp_codegen_object_new(EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC_il2cpp_TypeInfo_var); EnumMap__ctor_mDC8093C615DA83B0510D26C3927D2D68B4A0062B(L_71, ((EnumMapMemberU5BU5D_t07A96D3D51D0592FBA40BC8DB07055475869F868*)Castclass((RuntimeObject*)L_69, EnumMapMemberU5BU5D_t07A96D3D51D0592FBA40BC8DB07055475869F868_il2cpp_TypeInfo_var)), L_70, /*hidden argument*/NULL); NullCheck(L_65); XmlMapping_set_ObjectMap_m0F4C130CF2DB92999D96F22538AC256EC06B49C9_inline(L_65, L_71, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_72 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t * L_73; L_73 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_72, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_74; L_74 = XmlReflectionImporter_ImportTypeMapping_m36C45A176E8266C6B53BBA407E926ACA4F72802B(__this, L_73, /*hidden argument*/NULL); NullCheck(L_74); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_75; L_75 = XmlTypeMapping_get_DerivedTypes_m63ABD00406604F86FE15EE6BBC3EAEB9C6B6EAF7_inline(L_74, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_76 = V_1; NullCheck(L_75); int32_t L_77; L_77 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_75, L_76); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_78 = V_1; return L_78; } } // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlReflectionImporter::ImportXmlSerializableMapping(System.Xml.Serialization.TypeData,System.Xml.Serialization.XmlRootAttribute,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlReflectionImporter_ImportXmlSerializableMapping_mF2D893E7039484C327C171B03A1857CEBF11B8C1 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___typeData0, XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * ___root1, String_t* ___defaultNamespace2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * V_1 = NULL; { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_0 = ___typeData0; NullCheck(L_0); Type_t * L_1; L_1 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064 * L_2 = __this->get_helper_3(); Type_t * L_3 = V_0; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_4 = ___typeData0; XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_5 = ___root1; String_t* L_6 = ___defaultNamespace2; String_t* L_7; L_7 = XmlReflectionImporter_GetTypeNamespace_mC5A1A3C2CBD2B7CDECDB2E7A2AEE1E2F2E8D580E(__this, L_4, L_5, L_6, /*hidden argument*/NULL); NullCheck(L_2); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_8; L_8 = ReflectionHelper_GetRegisteredClrType_m4BFA672D5A5BEB57FFBE7B8A10914860FAF9BC36(L_2, L_3, L_7, /*hidden argument*/NULL); V_1 = L_8; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_9 = V_1; if (!L_9) { goto IL_0022; } } { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_10 = V_1; return L_10; } IL_0022: { bool L_11 = __this->get_allowPrivateTypes_6(); if (L_11) { goto IL_0031; } } { Type_t * L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064_il2cpp_TypeInfo_var); ReflectionHelper_CheckSerializableType_m9EC0F006F23E70D9441DA9CED140A631D1B31DA8(L_12, (bool)0, /*hidden argument*/NULL); } IL_0031: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_13 = ___typeData0; XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_14 = ___root1; String_t* L_15 = ___defaultNamespace2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_16; L_16 = XmlReflectionImporter_CreateTypeMapping_mFB79F4CE883EAC32D9804A0DCDCA5DC4ADBD413B(__this, L_13, L_14, (String_t*)NULL, L_15, /*hidden argument*/NULL); V_1 = L_16; ReflectionHelper_tC67A75338B32BA8115B0CBE9410DAB2D8570B064 * L_17 = __this->get_helper_3(); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_18 = V_1; Type_t * L_19 = V_0; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_20 = V_1; NullCheck(L_20); String_t* L_21; L_21 = XmlTypeMapping_get_XmlTypeNamespace_m84FB57272C654790B04BCCA3901AA92AF1C8EDA6(L_20, /*hidden argument*/NULL); NullCheck(L_17); ReflectionHelper_RegisterClrType_m7BE8D0A8841FDE79CCC033385A3A7DB3235A1D80(L_17, L_18, L_19, L_21, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_22 = V_1; return L_22; } } // System.Void System.Xml.Serialization.XmlReflectionImporter::ImportIncludedTypes(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReflectionImporter_ImportIncludedTypes_m15477180E730E5FA1E7DECCC6AEE1951888ABD66 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, Type_t * ___type0, String_t* ___defaultNamespace1, 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*)&XmlIncludeAttributeU5BU5D_tA39956E37F8603A8939D81A43D2DBE566CB3F9EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlIncludeAttribute_tCFBD14CDEA32E248DAFE2560072A8E8129453E0C_0_0_0_var); s_Il2CppMethodInitialized = true; } XmlIncludeAttributeU5BU5D_tA39956E37F8603A8939D81A43D2DBE566CB3F9EF* V_0 = NULL; int32_t V_1 = 0; Type_t * V_2 = NULL; { Type_t * L_0 = ___type0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (XmlIncludeAttribute_tCFBD14CDEA32E248DAFE2560072A8E8129453E0C_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_1, /*hidden argument*/NULL); NullCheck(L_0); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3; L_3 = VirtFuncInvoker2< ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Type_t *, bool >::Invoke(12 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Type,System.Boolean) */, L_0, L_2, (bool)0); V_0 = ((XmlIncludeAttributeU5BU5D_tA39956E37F8603A8939D81A43D2DBE566CB3F9EF*)Castclass((RuntimeObject*)L_3, XmlIncludeAttributeU5BU5D_tA39956E37F8603A8939D81A43D2DBE566CB3F9EF_il2cpp_TypeInfo_var)); V_1 = 0; goto IL_0032; } IL_001b: { XmlIncludeAttributeU5BU5D_tA39956E37F8603A8939D81A43D2DBE566CB3F9EF* L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; XmlIncludeAttribute_tCFBD14CDEA32E248DAFE2560072A8E8129453E0C * L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_7); Type_t * L_8; L_8 = XmlIncludeAttribute_get_Type_mE52337BF96ED8BD12584009795EE037B8ADEF53F_inline(L_7, /*hidden argument*/NULL); V_2 = L_8; Type_t * L_9 = V_2; String_t* L_10 = ___defaultNamespace1; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_11; L_11 = XmlReflectionImporter_ImportTypeMapping_mF9EA2A270B4B1DEA56FC524567DB94798376A550(__this, L_9, (XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 *)NULL, L_10, /*hidden argument*/NULL); int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0032: { int32_t L_13 = V_1; XmlIncludeAttributeU5BU5D_tA39956E37F8603A8939D81A43D2DBE566CB3F9EF* L_14 = V_0; NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))) { goto IL_001b; } } { return; } } // System.Collections.Generic.List`1 System.Xml.Serialization.XmlReflectionImporter::GetReflectionMembers(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC * XmlReflectionImporter_GetReflectionMembers_m18746B2BCF5ABAA3FF5E24C6021F445ED832FCD8 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, Type_t * ___type0, 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*)&FieldInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m18EAA218BB8A2659B872520B57D68F44449EA52A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mD174F0348C695711312BF84DF3401B4DB4B1588C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_1 = NULL; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_2 = NULL; int32_t V_3 = 0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_4 = NULL; List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC * V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* V_8 = NULL; int32_t V_9 = 0; FieldInfo_t * V_10 = NULL; PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A* V_11 = NULL; PropertyInfo_t * V_12 = NULL; RuntimeObject* V_13 = NULL; Type_t * V_14 = NULL; FieldInfo_t * V_15 = NULL; XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * V_16 = NULL; XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * V_17 = NULL; PropertyInfo_t * V_18 = NULL; XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * V_19 = NULL; XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * V_20 = NULL; RuntimeObject* V_21 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { Type_t * L_0 = ___type0; V_0 = L_0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_1, /*hidden argument*/NULL); V_1 = L_1; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = V_1; Type_t * L_3 = V_0; NullCheck(L_2); int32_t L_4; L_4 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_2, L_3); goto IL_0021; } IL_0012: { Type_t * L_5 = V_0; NullCheck(L_5); Type_t * L_6; L_6 = VirtFuncInvoker0< Type_t * >::Invoke(30 /* System.Type System.Type::get_BaseType() */, L_5); V_0 = L_6; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_7 = V_1; Type_t * L_8 = V_0; NullCheck(L_7); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(34 /* System.Void System.Collections.ArrayList::Insert(System.Int32,System.Object) */, L_7, 0, L_8); } IL_0021: { Type_t * L_9 = V_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_10 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_11; L_11 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_10, /*hidden argument*/NULL); bool L_12; L_12 = Type_op_Inequality_m519B1E8F2F1E2101ADF863401FCAE38210395368(L_9, L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0012; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_13 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_13, /*hidden argument*/NULL); V_2 = L_13; Type_t * L_14 = ___type0; NullCheck(L_14); FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* L_15; L_15 = VirtFuncInvoker1< FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E*, int32_t >::Invoke(46 /* System.Reflection.FieldInfo[] System.Type::GetFields(System.Reflection.BindingFlags) */, L_14, ((int32_t)20)); V_0 = (Type_t *)NULL; V_3 = 0; V_8 = L_15; V_9 = 0; goto IL_007f; } IL_004c: { FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* L_16 = V_8; int32_t L_17 = V_9; NullCheck(L_16); int32_t L_18 = L_17; FieldInfo_t * L_19 = (L_16)->GetAt(static_cast(L_18)); V_10 = L_19; Type_t * L_20 = V_0; FieldInfo_t * L_21 = V_10; NullCheck(L_21); Type_t * L_22; L_22 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_21); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_23; L_23 = Type_op_Inequality_m519B1E8F2F1E2101ADF863401FCAE38210395368(L_20, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_006c; } } { FieldInfo_t * L_24 = V_10; NullCheck(L_24); Type_t * L_25; L_25 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_24); V_0 = L_25; V_3 = 0; } IL_006c: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_26 = V_2; int32_t L_27 = V_3; int32_t L_28 = L_27; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); FieldInfo_t * L_29 = V_10; NullCheck(L_26); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(34 /* System.Void System.Collections.ArrayList::Insert(System.Int32,System.Object) */, L_26, L_28, L_29); int32_t L_30 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_007f: { int32_t L_31 = V_9; FieldInfoU5BU5D_tD84513FCA07C63AAFE671A5B39E3ADD6E903938E* L_32 = V_8; NullCheck(L_32); if ((((int32_t)L_31) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length)))))) { goto IL_004c; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_33 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_33, /*hidden argument*/NULL); V_4 = L_33; Type_t * L_34 = ___type0; NullCheck(L_34); PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A* L_35; L_35 = VirtFuncInvoker1< PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A*, int32_t >::Invoke(55 /* System.Reflection.PropertyInfo[] System.Type::GetProperties(System.Reflection.BindingFlags) */, L_34, ((int32_t)20)); V_0 = (Type_t *)NULL; V_3 = 0; V_11 = L_35; V_9 = 0; goto IL_00e8; } IL_00a1: { PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A* L_36 = V_11; int32_t L_37 = V_9; NullCheck(L_36); int32_t L_38 = L_37; PropertyInfo_t * L_39 = (L_36)->GetAt(static_cast(L_38)); V_12 = L_39; Type_t * L_40 = V_0; PropertyInfo_t * L_41 = V_12; NullCheck(L_41); Type_t * L_42; L_42 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_41); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_43; L_43 = Type_op_Inequality_m519B1E8F2F1E2101ADF863401FCAE38210395368(L_40, L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_00c1; } } { PropertyInfo_t * L_44 = V_12; NullCheck(L_44); Type_t * L_45; L_45 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_44); V_0 = L_45; V_3 = 0; } IL_00c1: { PropertyInfo_t * L_46 = V_12; NullCheck(L_46); bool L_47; L_47 = VirtFuncInvoker0< bool >::Invoke(18 /* System.Boolean System.Reflection.PropertyInfo::get_CanRead() */, L_46); if (!L_47) { goto IL_00e2; } } { PropertyInfo_t * L_48 = V_12; NullCheck(L_48); ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* L_49; L_49 = VirtFuncInvoker0< ParameterInfoU5BU5D_tB1B367487BAA9E1B2DA7EAA95B443D0B183AF80B* >::Invoke(24 /* System.Reflection.ParameterInfo[] System.Reflection.PropertyInfo::GetIndexParameters() */, L_48); NullCheck(L_49); if ((((RuntimeArray*)L_49)->max_length)) { goto IL_00e2; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_50 = V_4; int32_t L_51 = V_3; int32_t L_52 = L_51; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); PropertyInfo_t * L_53 = V_12; NullCheck(L_50); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(34 /* System.Void System.Collections.ArrayList::Insert(System.Int32,System.Object) */, L_50, L_52, L_53); } IL_00e2: { int32_t L_54 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); } IL_00e8: { int32_t L_55 = V_9; PropertyInfoU5BU5D_tE59E95F68533BDA98ABBBEACB6A99BF2C7A4A26A* L_56 = V_11; NullCheck(L_56); if ((((int32_t)L_55) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_56)->max_length)))))) { goto IL_00a1; } } { List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC * L_57 = (List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC *)il2cpp_codegen_object_new(List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC_il2cpp_TypeInfo_var); List_1__ctor_mD174F0348C695711312BF84DF3401B4DB4B1588C(L_57, /*hidden argument*/List_1__ctor_mD174F0348C695711312BF84DF3401B4DB4B1588C_RuntimeMethod_var); V_5 = L_57; V_6 = 0; V_7 = 0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_58 = V_1; NullCheck(L_58); RuntimeObject* L_59; L_59 = VirtFuncInvoker0< RuntimeObject* >::Invoke(32 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_58); V_13 = L_59; } IL_0105: try { // begin try (depth: 1) { goto IL_02b6; } IL_010a: { RuntimeObject* L_60 = V_13; NullCheck(L_60); RuntimeObject * L_61; L_61 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_60); V_14 = ((Type_t *)CastclassClass((RuntimeObject*)L_61, Type_t_il2cpp_TypeInfo_var)); goto IL_019e; } IL_011d: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_62 = V_2; int32_t L_63 = V_6; NullCheck(L_62); RuntimeObject * L_64; L_64 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(22 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_62, L_63); V_15 = ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_64, FieldInfo_t_il2cpp_TypeInfo_var)); FieldInfo_t * L_65 = V_15; NullCheck(L_65); Type_t * L_66; L_66 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_65); Type_t * L_67 = V_14; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_68; L_68 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_66, L_67, /*hidden argument*/NULL); if (!L_68) { goto IL_02a8; } } IL_013f: { int32_t L_69 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1)); XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F * L_70 = __this->get_attributeOverrides_1(); Type_t * L_71 = ___type0; FieldInfo_t * L_72 = V_15; NullCheck(L_72); String_t* L_73; L_73 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_72); NullCheck(L_70); XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_74; L_74 = XmlAttributeOverrides_get_Item_m6A6A05B3029CA0A09B1718328BC978362667AB05(L_70, L_71, L_73, /*hidden argument*/NULL); V_16 = L_74; XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_75 = V_16; if (L_75) { goto IL_0167; } } IL_015e: { FieldInfo_t * L_76 = V_15; XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_77 = (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 *)il2cpp_codegen_object_new(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46_il2cpp_TypeInfo_var); XmlAttributes__ctor_mA4F772F9559FDF038029A09C70B7B13E101F2F06(L_77, L_76, /*hidden argument*/NULL); V_16 = L_77; } IL_0167: { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_78 = V_16; NullCheck(L_78); bool L_79; L_79 = XmlAttributes_get_XmlIgnore_mDE8D8BE2B8F92D3264F13D785E0D4225AE70C9DE_inline(L_78, /*hidden argument*/NULL); if (L_79) { goto IL_019e; } } IL_0170: { FieldInfo_t * L_80 = V_15; NullCheck(L_80); String_t* L_81; L_81 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_80); FieldInfo_t * L_82 = V_15; NullCheck(L_82); Type_t * L_83; L_83 = VirtFuncInvoker0< Type_t * >::Invoke(19 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_82); XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_84 = V_16; XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * L_85 = (XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD *)il2cpp_codegen_object_new(XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD_il2cpp_TypeInfo_var); XmlReflectionMember__ctor_m0B063A8FFF4F58C25B19F798843EBBF4010C9361(L_85, L_81, L_83, L_84, /*hidden argument*/NULL); V_17 = L_85; XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * L_86 = V_17; FieldInfo_t * L_87 = V_15; NullCheck(L_87); Type_t * L_88; L_88 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_87); NullCheck(L_86); XmlReflectionMember_set_DeclaringType_m865F6D639E3DEE36CEE038DE10467E80480C3102_inline(L_86, L_88, /*hidden argument*/NULL); List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC * L_89 = V_5; XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * L_90 = V_17; NullCheck(L_89); List_1_Add_m18EAA218BB8A2659B872520B57D68F44449EA52A(L_89, L_90, /*hidden argument*/List_1_Add_m18EAA218BB8A2659B872520B57D68F44449EA52A_RuntimeMethod_var); } IL_019e: { int32_t L_91 = V_6; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_92 = V_2; NullCheck(L_92); int32_t L_93; L_93 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_92); if ((((int32_t)L_91) < ((int32_t)L_93))) { goto IL_011d; } } IL_01ab: { goto IL_02a8; } IL_01b0: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_94 = V_4; int32_t L_95 = V_7; NullCheck(L_94); RuntimeObject * L_96; L_96 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(22 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_94, L_95); V_18 = ((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_96, PropertyInfo_t_il2cpp_TypeInfo_var)); PropertyInfo_t * L_97 = V_18; NullCheck(L_97); Type_t * L_98; L_98 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_97); Type_t * L_99 = V_14; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_100; L_100 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_98, L_99, /*hidden argument*/NULL); if (!L_100) { goto IL_02b6; } } IL_01d3: { int32_t L_101 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)1)); XmlAttributeOverrides_tFC7A91B437263E57074513FB0FF89FD398D6A89F * L_102 = __this->get_attributeOverrides_1(); Type_t * L_103 = ___type0; PropertyInfo_t * L_104 = V_18; NullCheck(L_104); String_t* L_105; L_105 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_104); NullCheck(L_102); XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_106; L_106 = XmlAttributeOverrides_get_Item_m6A6A05B3029CA0A09B1718328BC978362667AB05(L_102, L_103, L_105, /*hidden argument*/NULL); V_19 = L_106; XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_107 = V_19; if (L_107) { goto IL_01fb; } } IL_01f2: { PropertyInfo_t * L_108 = V_18; XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_109 = (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 *)il2cpp_codegen_object_new(XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46_il2cpp_TypeInfo_var); XmlAttributes__ctor_mA4F772F9559FDF038029A09C70B7B13E101F2F06(L_109, L_108, /*hidden argument*/NULL); V_19 = L_109; } IL_01fb: { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_110 = V_19; NullCheck(L_110); bool L_111; L_111 = XmlAttributes_get_XmlIgnore_mDE8D8BE2B8F92D3264F13D785E0D4225AE70C9DE_inline(L_110, /*hidden argument*/NULL); if (L_111) { goto IL_02a8; } } IL_0207: { PropertyInfo_t * L_112 = V_18; NullCheck(L_112); bool L_113; L_113 = VirtFuncInvoker0< bool >::Invoke(19 /* System.Boolean System.Reflection.PropertyInfo::get_CanWrite() */, L_112); if (L_113) { goto IL_027a; } } IL_0210: { PropertyInfo_t * L_114 = V_18; NullCheck(L_114); Type_t * L_115; L_115 = VirtFuncInvoker0< Type_t * >::Invoke(20 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_114); NullCheck(L_115); bool L_116; L_116 = Type_get_IsInterface_mB10C34DEE8B22E1597C813211BBED17DD724FC07(L_115, /*hidden argument*/NULL); if (!L_116) { goto IL_0236; } } IL_021e: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_117 = { reinterpret_cast (IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_118; L_118 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_117, /*hidden argument*/NULL); PropertyInfo_t * L_119 = V_18; NullCheck(L_119); Type_t * L_120; L_120 = VirtFuncInvoker0< Type_t * >::Invoke(20 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_119); NullCheck(L_118); bool L_121; L_121 = VirtFuncInvoker1< bool, Type_t * >::Invoke(115 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_118, L_120); if (L_121) { goto IL_02a8; } } IL_0236: { PropertyInfo_t * L_122 = V_18; NullCheck(L_122); Type_t * L_123; L_123 = VirtFuncInvoker0< Type_t * >::Invoke(20 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_122); NullCheck(L_123); bool L_124; L_124 = VirtFuncInvoker0< bool >::Invoke(78 /* System.Boolean System.Type::get_IsGenericType() */, L_123); if (!L_124) { goto IL_0258; } } IL_0244: { PropertyInfo_t * L_125 = V_18; NullCheck(L_125); Type_t * L_126; L_126 = VirtFuncInvoker0< Type_t * >::Invoke(20 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_125); IL2CPP_RUNTIME_CLASS_INIT(TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2_il2cpp_TypeInfo_var); Type_t * L_127; L_127 = TypeData_GetGenericListItemType_m6C2943E5118DD1ACAD59F7C46B413963E677486B(L_126, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_128; L_128 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_127, (Type_t *)NULL, /*hidden argument*/NULL); if (L_128) { goto IL_02a8; } } IL_0258: { PropertyInfo_t * L_129 = V_18; NullCheck(L_129); Type_t * L_130; L_130 = VirtFuncInvoker0< Type_t * >::Invoke(20 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_129); IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_131; L_131 = TypeTranslator_GetTypeData_mCCF6ACBDA188128044B25420124E8A2CD0885E84(L_130, /*hidden argument*/NULL); NullCheck(L_131); int32_t L_132; L_132 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_131, /*hidden argument*/NULL); if ((!(((uint32_t)L_132) == ((uint32_t)3)))) { goto IL_02a8; } } IL_026c: { PropertyInfo_t * L_133 = V_18; NullCheck(L_133); Type_t * L_134; L_134 = VirtFuncInvoker0< Type_t * >::Invoke(20 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_133); NullCheck(L_134); bool L_135; L_135 = Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1(L_134, /*hidden argument*/NULL); if (L_135) { goto IL_02a8; } } IL_027a: { PropertyInfo_t * L_136 = V_18; NullCheck(L_136); String_t* L_137; L_137 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_136); PropertyInfo_t * L_138 = V_18; NullCheck(L_138); Type_t * L_139; L_139 = VirtFuncInvoker0< Type_t * >::Invoke(20 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_138); XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_140 = V_19; XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * L_141 = (XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD *)il2cpp_codegen_object_new(XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD_il2cpp_TypeInfo_var); XmlReflectionMember__ctor_m0B063A8FFF4F58C25B19F798843EBBF4010C9361(L_141, L_137, L_139, L_140, /*hidden argument*/NULL); V_20 = L_141; XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * L_142 = V_20; PropertyInfo_t * L_143 = V_18; NullCheck(L_143); Type_t * L_144; L_144 = VirtFuncInvoker0< Type_t * >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_143); NullCheck(L_142); XmlReflectionMember_set_DeclaringType_m865F6D639E3DEE36CEE038DE10467E80480C3102_inline(L_142, L_144, /*hidden argument*/NULL); List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC * L_145 = V_5; XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * L_146 = V_20; NullCheck(L_145); List_1_Add_m18EAA218BB8A2659B872520B57D68F44449EA52A(L_145, L_146, /*hidden argument*/List_1_Add_m18EAA218BB8A2659B872520B57D68F44449EA52A_RuntimeMethod_var); } IL_02a8: { int32_t L_147 = V_7; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_148 = V_4; NullCheck(L_148); int32_t L_149; L_149 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_148); if ((((int32_t)L_147) < ((int32_t)L_149))) { goto IL_01b0; } } IL_02b6: { RuntimeObject* L_150 = V_13; NullCheck(L_150); bool L_151; L_151 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_150); if (L_151) { goto IL_010a; } } IL_02c2: { IL2CPP_LEAVE(0x2D9, FINALLY_02c4); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_02c4; } FINALLY_02c4: { // begin finally (depth: 1) { RuntimeObject* L_152 = V_13; V_21 = ((RuntimeObject*)IsInst((RuntimeObject*)L_152, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_153 = V_21; if (!L_153) { goto IL_02d8; } } IL_02d1: { RuntimeObject* L_154 = V_21; NullCheck(L_154); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_154); } IL_02d8: { IL2CPP_END_FINALLY(708) } } // end finally (depth: 1) IL2CPP_CLEANUP(708) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2D9, IL_02d9) } IL_02d9: { List_1_t6135B6DA97FECE6E290C5A4A3D092800C2F74DFC * L_155 = V_5; return L_155; } } // System.Xml.Serialization.XmlTypeMapMember System.Xml.Serialization.XmlReflectionImporter::CreateMapMember(System.Type,System.Xml.Serialization.XmlReflectionMember,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * XmlReflectionImporter_CreateMapMember_mC68576807BD5C885583F2C722CE6B466F37A173A (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, Type_t * ___declaringType0, XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * ___rmember1, String_t* ___defaultNamespace2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A4DB5A48002D176FFD5642CCEECF519B68D44A0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA363E5B14212F70344F9E4B42F6140A092D0E343); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * V_0 = NULL; XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * V_1 = NULL; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * V_2 = NULL; XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * V_3 = NULL; XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * V_4 = NULL; XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 * V_5 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * V_6 = NULL; XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * V_7 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B46_0 = NULL; XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82 * G_B46_1 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B45_0 = NULL; XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82 * G_B45_1 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B47_0 = NULL; XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82 * G_B47_1 = NULL; String_t* G_B48_0 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B48_1 = NULL; XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82 * G_B48_2 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B50_0 = NULL; XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82 * G_B50_1 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B49_0 = NULL; XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82 * G_B49_1 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B51_0 = NULL; XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82 * G_B51_1 = NULL; String_t* G_B52_0 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B52_1 = NULL; XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82 * G_B52_2 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B54_0 = NULL; XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82 * G_B54_1 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B53_0 = NULL; XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82 * G_B53_1 = NULL; int32_t G_B55_0 = 0; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B55_1 = NULL; XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82 * G_B55_2 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B57_0 = NULL; XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82 * G_B57_1 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B56_0 = NULL; XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82 * G_B56_1 = NULL; int32_t G_B58_0 = 0; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B58_1 = NULL; XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82 * G_B58_2 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B60_0 = NULL; XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82 * G_B60_1 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B59_0 = NULL; XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82 * G_B59_1 = NULL; int32_t G_B61_0 = 0; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B61_1 = NULL; XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82 * G_B61_2 = NULL; XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82 * G_B64_0 = NULL; XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82 * G_B62_0 = NULL; XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82 * G_B63_0 = NULL; { XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * L_0 = ___rmember1; NullCheck(L_0); XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_1; L_1 = XmlReflectionMember_get_XmlAttributes_m55C4166601EDBC0C7ABB07EC926485C010F888D1(L_0, /*hidden argument*/NULL); V_1 = L_1; XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * L_2 = ___rmember1; NullCheck(L_2); Type_t * L_3; L_3 = XmlReflectionMember_get_MemberType_m146B8FD175EF935D44A000753B19C049AC32C1B9_inline(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_4; L_4 = TypeTranslator_GetTypeData_mCCF6ACBDA188128044B25420124E8A2CD0885E84(L_3, /*hidden argument*/NULL); V_2 = L_4; XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_5 = V_1; NullCheck(L_5); XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * L_6; L_6 = XmlAttributes_get_XmlArray_m2A0FEF766042A28E0350FC459BB379C2A3BC86D8_inline(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0075; } } { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_7 = V_1; NullCheck(L_7); XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * L_8; L_8 = XmlAttributes_get_XmlArray_m2A0FEF766042A28E0350FC459BB379C2A3BC86D8_inline(L_7, /*hidden argument*/NULL); NullCheck(L_8); String_t* L_9; L_9 = XmlArrayAttribute_get_Namespace_mECDD6969B5F738AF94A29B94073822169C20CEBE_inline(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0041; } } { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_10 = V_1; NullCheck(L_10); XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * L_11; L_11 = XmlAttributes_get_XmlArray_m2A0FEF766042A28E0350FC459BB379C2A3BC86D8_inline(L_10, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12; L_12 = XmlArrayAttribute_get_Form_m5466F34C7D0A1D9ABD3B0D3A5710C6194583609B_inline(L_11, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)2)))) { goto IL_0041; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_13 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral349EE59EA43C1E5D49630218CC7F73B3AC055344)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_CreateMapMember_mC68576807BD5C885583F2C722CE6B466F37A173A_RuntimeMethod_var))); } IL_0041: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_14 = V_2; NullCheck(L_14); int32_t L_15; L_15 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_14, /*hidden argument*/NULL); if ((((int32_t)L_15) == ((int32_t)3))) { goto IL_0075; } } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_16 = V_2; NullCheck(L_16); int32_t L_17; L_17 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_16, /*hidden argument*/NULL); if ((!(((uint32_t)L_17) == ((uint32_t)1)))) { goto IL_006a; } } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_18 = V_2; NullCheck(L_18); Type_t * L_19; L_19 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_18, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_20 = { reinterpret_cast (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_21; L_21 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_20, /*hidden argument*/NULL); bool L_22; L_22 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_19, L_21, /*hidden argument*/NULL); if (L_22) { goto IL_0075; } } IL_006a: { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_23 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE25534321226D9693D71A59D74F97A2E7C087499)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_CreateMapMember_mC68576807BD5C885583F2C722CE6B466F37A173A_RuntimeMethod_var))); } IL_0075: { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_24 = V_1; NullCheck(L_24); XmlAnyAttributeAttribute_t425ACE58EEBC7D08A1B23CD06B03CA75B8D5B094 * L_25; L_25 = XmlAttributes_get_XmlAnyAttribute_m9EBCA2F82D756CE9AAEBCA403A1E4A32B972662F_inline(L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00c1; } } { XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * L_26 = ___rmember1; NullCheck(L_26); Type_t * L_27; L_27 = XmlReflectionMember_get_MemberType_m146B8FD175EF935D44A000753B19C049AC32C1B9_inline(L_26, /*hidden argument*/NULL); NullCheck(L_27); String_t* L_28; L_28 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_27); bool L_29; L_29 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_28, _stringLiteralA363E5B14212F70344F9E4B42F6140A092D0E343, /*hidden argument*/NULL); if (L_29) { goto IL_00ab; } } { XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * L_30 = ___rmember1; NullCheck(L_30); Type_t * L_31; L_31 = XmlReflectionMember_get_MemberType_m146B8FD175EF935D44A000753B19C049AC32C1B9_inline(L_30, /*hidden argument*/NULL); NullCheck(L_31); String_t* L_32; L_32 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_31); bool L_33; L_33 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_32, _stringLiteral7A4DB5A48002D176FFD5642CCEECF519B68D44A0, /*hidden argument*/NULL); if (!L_33) { goto IL_00b6; } } IL_00ab: { XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE * L_34 = (XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE *)il2cpp_codegen_object_new(XmlTypeMapMemberAnyAttribute_tE046B6F71F0626D9CF844E80D385126DD952CDEE_il2cpp_TypeInfo_var); XmlTypeMapMemberAnyAttribute__ctor_mFD9A0BD561243CFBA234CD0484D9723BB056C5AA(L_34, /*hidden argument*/NULL); V_0 = L_34; goto IL_0462; } IL_00b6: { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_35 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_35, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA4074375C28F170F48C088A574F61A1A98069292)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_CreateMapMember_mC68576807BD5C885583F2C722CE6B466F37A173A_RuntimeMethod_var))); } IL_00c1: { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_36 = V_1; NullCheck(L_36); XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E * L_37; L_37 = XmlAttributes_get_XmlAnyElements_m3BE8D6677E40B975C21DDAB33FAE0932AE158EE9_inline(L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00f4; } } { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_38 = V_1; NullCheck(L_38); XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E * L_39; L_39 = XmlAttributes_get_XmlAnyElements_m3BE8D6677E40B975C21DDAB33FAE0932AE158EE9_inline(L_38, /*hidden argument*/NULL); NullCheck(L_39); int32_t L_40; L_40 = CollectionBase_get_Count_mF8C430B07361F591072B2BF01DC0376D8D28EB08(L_39, /*hidden argument*/NULL); if ((((int32_t)L_40) <= ((int32_t)0))) { goto IL_00f4; } } { XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * L_41 = (XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 *)il2cpp_codegen_object_new(XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0_il2cpp_TypeInfo_var); XmlTypeMapMemberAnyElement__ctor_m77D1AED4F74CD46C6E7D6CACBE8C9B54B394DE40(L_41, /*hidden argument*/NULL); V_3 = L_41; XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * L_42 = V_3; String_t* L_43 = ___defaultNamespace2; XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * L_44 = ___rmember1; XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * L_45 = V_3; XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_46 = V_1; XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_47; L_47 = XmlReflectionImporter_ImportAnyElementInfo_m612496B9BC3DB3097E0947AD8FC363A0497B35C5(__this, L_43, L_44, L_45, L_46, /*hidden argument*/NULL); NullCheck(L_42); XmlTypeMapMemberElement_set_ElementInfo_mEA2E30D91B4F1BBD5828E55A4381B3AD9046F280_inline(L_42, L_47, /*hidden argument*/NULL); XmlTypeMapMemberAnyElement_t8A2AB4A984DDACBEE5837B4ECCCE30B431B832D0 * L_48 = V_3; V_0 = L_48; goto IL_0462; } IL_00f4: { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_49 = V_1; NullCheck(L_49); bool L_50; L_50 = XmlAttributes_get_Xmlns_m2D2F20297D37E22BA33F31C25B6EE47156A459E5_inline(L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_0107; } } { XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D * L_51 = (XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D *)il2cpp_codegen_object_new(XmlTypeMapMemberNamespaces_tAF134E0E65D2095D56C6BDDE1E5A651A7594A38D_il2cpp_TypeInfo_var); XmlTypeMapMemberNamespaces__ctor_m4DE8A1F2CE51643F53C17DFC02103193C8CBB0E9(L_51, /*hidden argument*/NULL); V_0 = L_51; goto IL_0462; } IL_0107: { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_52 = V_1; NullCheck(L_52); XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * L_53; L_53 = XmlAttributes_get_XmlAttribute_m4DA607B6AC6CD6CA740A7F0D6D469ABE157E269A_inline(L_52, /*hidden argument*/NULL); if (!L_53) { goto IL_0248; } } { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_54 = V_1; NullCheck(L_54); XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * L_55; L_55 = XmlAttributes_get_XmlElements_m8018E03DC44A5389CE9E91A0A0BA2545870CDA6F_inline(L_54, /*hidden argument*/NULL); if (!L_55) { goto IL_0133; } } { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_56 = V_1; NullCheck(L_56); XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * L_57; L_57 = XmlAttributes_get_XmlElements_m8018E03DC44A5389CE9E91A0A0BA2545870CDA6F_inline(L_56, /*hidden argument*/NULL); NullCheck(L_57); int32_t L_58; L_58 = CollectionBase_get_Count_mF8C430B07361F591072B2BF01DC0376D8D28EB08(L_57, /*hidden argument*/NULL); if ((((int32_t)L_58) <= ((int32_t)0))) { goto IL_0133; } } { Exception_t * L_59 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_59, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6319A0ADA278E8CB5B493B705A3E0FAA420303CC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_59, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_CreateMapMember_mC68576807BD5C885583F2C722CE6B466F37A173A_RuntimeMethod_var))); } IL_0133: { XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * L_60 = (XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E *)il2cpp_codegen_object_new(XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E_il2cpp_TypeInfo_var); XmlTypeMapMemberAttribute__ctor_m35E83608883D6792BED1B43F5A5CD22A636A5008(L_60, /*hidden argument*/NULL); V_4 = L_60; XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_61 = V_1; NullCheck(L_61); XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * L_62; L_62 = XmlAttributes_get_XmlAttribute_m4DA607B6AC6CD6CA740A7F0D6D469ABE157E269A_inline(L_61, /*hidden argument*/NULL); NullCheck(L_62); String_t* L_63; L_63 = XmlAttributeAttribute_get_AttributeName_m33A1445DCB655CC707C440FCC1D27FE5DB07040B(L_62, /*hidden argument*/NULL); NullCheck(L_63); int32_t L_64; L_64 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_63, /*hidden argument*/NULL); if (L_64) { goto IL_015b; } } { XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * L_65 = V_4; XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * L_66 = ___rmember1; NullCheck(L_66); String_t* L_67; L_67 = XmlReflectionMember_get_MemberName_mC09A44FCF1CF59DA1A3378317271646E088757B3_inline(L_66, /*hidden argument*/NULL); NullCheck(L_65); XmlTypeMapMemberAttribute_set_AttributeName_m732E2BC71B8E09089DF46CBBA29620E1463CFD26_inline(L_65, L_67, /*hidden argument*/NULL); goto IL_016d; } IL_015b: { XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * L_68 = V_4; XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_69 = V_1; NullCheck(L_69); XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * L_70; L_70 = XmlAttributes_get_XmlAttribute_m4DA607B6AC6CD6CA740A7F0D6D469ABE157E269A_inline(L_69, /*hidden argument*/NULL); NullCheck(L_70); String_t* L_71; L_71 = XmlAttributeAttribute_get_AttributeName_m33A1445DCB655CC707C440FCC1D27FE5DB07040B(L_70, /*hidden argument*/NULL); NullCheck(L_68); XmlTypeMapMemberAttribute_set_AttributeName_m732E2BC71B8E09089DF46CBBA29620E1463CFD26_inline(L_68, L_71, /*hidden argument*/NULL); } IL_016d: { XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * L_72 = V_4; XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * L_73 = V_4; NullCheck(L_73); String_t* L_74; L_74 = XmlTypeMapMemberAttribute_get_AttributeName_mBAAB2635861C23CB95E96133A90677DB2155CE4D_inline(L_73, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_75; L_75 = XmlConvert_EncodeName_m306D39D0A22195DCD6525E870C289DD195307630(L_74, /*hidden argument*/NULL); NullCheck(L_72); XmlTypeMapMemberAttribute_set_AttributeName_m732E2BC71B8E09089DF46CBBA29620E1463CFD26_inline(L_72, L_75, /*hidden argument*/NULL); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_76 = V_2; NullCheck(L_76); bool L_77; L_77 = TypeData_get_IsComplexType_m7F74C117E649C691E8EF8989A7CB470A59405A28(L_76, /*hidden argument*/NULL); if (!L_77) { goto IL_019d; } } { XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * L_78 = V_4; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_79 = V_2; NullCheck(L_79); Type_t * L_80; L_80 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_79, /*hidden argument*/NULL); String_t* L_81 = ___defaultNamespace2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_82; L_82 = XmlReflectionImporter_ImportTypeMapping_mF9EA2A270B4B1DEA56FC524567DB94798376A550(__this, L_80, (XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 *)NULL, L_81, /*hidden argument*/NULL); NullCheck(L_78); XmlTypeMapMemberAttribute_set_MappedType_mA96949EF31180953CC98AC89967CF9C42B173E0D_inline(L_78, L_82, /*hidden argument*/NULL); } IL_019d: { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_83 = V_1; NullCheck(L_83); XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * L_84; L_84 = XmlAttributes_get_XmlAttribute_m4DA607B6AC6CD6CA740A7F0D6D469ABE157E269A_inline(L_83, /*hidden argument*/NULL); NullCheck(L_84); String_t* L_85; L_85 = XmlAttributeAttribute_get_Namespace_m36BA9646465FB94C21F9DA75C232B5A836F21575_inline(L_84, /*hidden argument*/NULL); if (!L_85) { goto IL_01f2; } } { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_86 = V_1; NullCheck(L_86); XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * L_87; L_87 = XmlAttributes_get_XmlAttribute_m4DA607B6AC6CD6CA740A7F0D6D469ABE157E269A_inline(L_86, /*hidden argument*/NULL); NullCheck(L_87); String_t* L_88; L_88 = XmlAttributeAttribute_get_Namespace_m36BA9646465FB94C21F9DA75C232B5A836F21575_inline(L_87, /*hidden argument*/NULL); String_t* L_89 = ___defaultNamespace2; bool L_90; L_90 = String_op_Inequality_m45BEBD9C59D474454BD0F4AB6C9A8A2D05D40DBE(L_88, L_89, /*hidden argument*/NULL); if (!L_90) { goto IL_01f2; } } { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_91 = V_1; NullCheck(L_91); XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * L_92; L_92 = XmlAttributes_get_XmlAttribute_m4DA607B6AC6CD6CA740A7F0D6D469ABE157E269A_inline(L_91, /*hidden argument*/NULL); NullCheck(L_92); int32_t L_93; L_93 = XmlAttributeAttribute_get_Form_m7692836B2A913C4CC0A9AE93E280C08A40A741AC_inline(L_92, /*hidden argument*/NULL); if ((!(((uint32_t)L_93) == ((uint32_t)2)))) { goto IL_01d6; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_94 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_94, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral60F85EA97812A18CDB5BD580B7A841E17A25A794)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_94, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_CreateMapMember_mC68576807BD5C885583F2C722CE6B466F37A173A_RuntimeMethod_var))); } IL_01d6: { XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * L_95 = V_4; NullCheck(L_95); XmlTypeMapMemberAttribute_set_Form_m1D56219E47820FD74C37C27461953FCCA5AD2F8F_inline(L_95, 1, /*hidden argument*/NULL); XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * L_96 = V_4; XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_97 = V_1; NullCheck(L_97); XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * L_98; L_98 = XmlAttributes_get_XmlAttribute_m4DA607B6AC6CD6CA740A7F0D6D469ABE157E269A_inline(L_97, /*hidden argument*/NULL); NullCheck(L_98); String_t* L_99; L_99 = XmlAttributeAttribute_get_Namespace_m36BA9646465FB94C21F9DA75C232B5A836F21575_inline(L_98, /*hidden argument*/NULL); NullCheck(L_96); XmlTypeMapMemberAttribute_set_Namespace_m83077B25E78B93CD70F6C488627FA17D314FC036_inline(L_96, L_99, /*hidden argument*/NULL); goto IL_0228; } IL_01f2: { XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * L_100 = V_4; XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_101 = V_1; NullCheck(L_101); XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * L_102; L_102 = XmlAttributes_get_XmlAttribute_m4DA607B6AC6CD6CA740A7F0D6D469ABE157E269A_inline(L_101, /*hidden argument*/NULL); NullCheck(L_102); int32_t L_103; L_103 = XmlAttributeAttribute_get_Form_m7692836B2A913C4CC0A9AE93E280C08A40A741AC_inline(L_102, /*hidden argument*/NULL); NullCheck(L_100); XmlTypeMapMemberAttribute_set_Form_m1D56219E47820FD74C37C27461953FCCA5AD2F8F_inline(L_100, L_103, /*hidden argument*/NULL); XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_104 = V_1; NullCheck(L_104); XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * L_105; L_105 = XmlAttributes_get_XmlAttribute_m4DA607B6AC6CD6CA740A7F0D6D469ABE157E269A_inline(L_104, /*hidden argument*/NULL); NullCheck(L_105); int32_t L_106; L_106 = XmlAttributeAttribute_get_Form_m7692836B2A913C4CC0A9AE93E280C08A40A741AC_inline(L_105, /*hidden argument*/NULL); if ((!(((uint32_t)L_106) == ((uint32_t)1)))) { goto IL_021c; } } { XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * L_107 = V_4; String_t* L_108 = ___defaultNamespace2; NullCheck(L_107); XmlTypeMapMemberAttribute_set_Namespace_m83077B25E78B93CD70F6C488627FA17D314FC036_inline(L_107, L_108, /*hidden argument*/NULL); goto IL_0228; } IL_021c: { XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * L_109 = V_4; NullCheck(L_109); XmlTypeMapMemberAttribute_set_Namespace_m83077B25E78B93CD70F6C488627FA17D314FC036_inline(L_109, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); } IL_0228: { XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * L_110 = ___rmember1; NullCheck(L_110); Type_t * L_111; L_111 = XmlReflectionMember_get_MemberType_m146B8FD175EF935D44A000753B19C049AC32C1B9_inline(L_110, /*hidden argument*/NULL); XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_112 = V_1; NullCheck(L_112); XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * L_113; L_113 = XmlAttributes_get_XmlAttribute_m4DA607B6AC6CD6CA740A7F0D6D469ABE157E269A_inline(L_112, /*hidden argument*/NULL); NullCheck(L_113); String_t* L_114; L_114 = XmlAttributeAttribute_get_DataType_m688279985DA54160DF69DE02A040D39BD062D74D(L_113, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_115; L_115 = TypeTranslator_GetTypeData_m34ECB131DF1502AA0C92FEFCDBB86D0192F486C2(L_111, L_114, (bool)0, /*hidden argument*/NULL); V_2 = L_115; XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * L_116 = V_4; V_0 = L_116; goto IL_0462; } IL_0248: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_117 = V_2; NullCheck(L_117); int32_t L_118; L_118 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_117, /*hidden argument*/NULL); if ((!(((uint32_t)L_118) == ((uint32_t)3)))) { goto IL_0435; } } { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_119 = V_1; NullCheck(L_119); XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * L_120; L_120 = XmlAttributes_get_XmlElements_m8018E03DC44A5389CE9E91A0A0BA2545870CDA6F_inline(L_119, /*hidden argument*/NULL); NullCheck(L_120); int32_t L_121; L_121 = CollectionBase_get_Count_mF8C430B07361F591072B2BF01DC0376D8D28EB08(L_120, /*hidden argument*/NULL); if ((((int32_t)L_121) > ((int32_t)1))) { goto IL_0296; } } { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_122 = V_1; NullCheck(L_122); XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * L_123; L_123 = XmlAttributes_get_XmlElements_m8018E03DC44A5389CE9E91A0A0BA2545870CDA6F_inline(L_122, /*hidden argument*/NULL); NullCheck(L_123); int32_t L_124; L_124 = CollectionBase_get_Count_mF8C430B07361F591072B2BF01DC0376D8D28EB08(L_123, /*hidden argument*/NULL); if ((!(((uint32_t)L_124) == ((uint32_t)1)))) { goto IL_028e; } } { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_125 = V_1; NullCheck(L_125); XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * L_126; L_126 = XmlAttributes_get_XmlElements_m8018E03DC44A5389CE9E91A0A0BA2545870CDA6F_inline(L_125, /*hidden argument*/NULL); NullCheck(L_126); XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * L_127; L_127 = XmlElementAttributes_get_Item_m2088E7FAD5F544A9C9B0E74CA717D2E499C5944B(L_126, 0, /*hidden argument*/NULL); NullCheck(L_127); Type_t * L_128; L_128 = XmlElementAttribute_get_Type_m6B3A7DCC38BFF5C5C1D2CDDA60256DE1838768CD_inline(L_127, /*hidden argument*/NULL); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_129 = V_2; NullCheck(L_129); Type_t * L_130; L_130 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_129, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_131; L_131 = Type_op_Inequality_m519B1E8F2F1E2101ADF863401FCAE38210395368(L_128, L_130, /*hidden argument*/NULL); if (L_131) { goto IL_0296; } } IL_028e: { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_132 = V_1; NullCheck(L_132); XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E * L_133; L_133 = XmlAttributes_get_XmlText_m743D89AFE4BFA7D53A14574F0868B80D2496D104_inline(L_132, /*hidden argument*/NULL); if (!L_133) { goto IL_0312; } } IL_0296: { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_134 = V_1; NullCheck(L_134); XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * L_135; L_135 = XmlAttributes_get_XmlArray_m2A0FEF766042A28E0350FC459BB379C2A3BC86D8_inline(L_134, /*hidden argument*/NULL); if (!L_135) { goto IL_02a9; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_136 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_136, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5607081EBC5A38ABEBFBF4E705DE9D9215154E72)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_136, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_CreateMapMember_mC68576807BD5C885583F2C722CE6B466F37A173A_RuntimeMethod_var))); } IL_02a9: { XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 * L_137 = (XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 *)il2cpp_codegen_object_new(XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73_il2cpp_TypeInfo_var); XmlTypeMapMemberFlatList__ctor_m5BDC5B974DFEAC1CDA10BEA6BEFFC2971B903352(L_137, /*hidden argument*/NULL); V_5 = L_137; XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 * L_138 = V_5; ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * L_139 = (ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 *)il2cpp_codegen_object_new(ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948_il2cpp_TypeInfo_var); ListMap__ctor_m35415A73A7CA6CE2B3ADB613291DEF2CB39CC5DA(L_139, /*hidden argument*/NULL); NullCheck(L_138); XmlTypeMapMemberFlatList_set_ListMap_mAA11145FA15A6884AA8D7752DA3D3330A56D0AA8_inline(L_138, L_139, /*hidden argument*/NULL); XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 * L_140 = V_5; NullCheck(L_140); ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * L_141; L_141 = XmlTypeMapMemberFlatList_get_ListMap_mB29ED2E0F2F91D5FC005F9CDAAEC3801B577E401_inline(L_140, /*hidden argument*/NULL); Type_t * L_142 = ___declaringType0; XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * L_143 = ___rmember1; NullCheck(L_143); String_t* L_144; L_144 = XmlReflectionMember_get_MemberName_mC09A44FCF1CF59DA1A3378317271646E088757B3_inline(L_143, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_145; L_145 = XmlConvert_EncodeLocalName_m4E9F61061594C6D2D4BF25AF107C7208C0E6AD2E(L_144, /*hidden argument*/NULL); String_t* L_146 = ___defaultNamespace2; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_147 = V_2; NullCheck(L_147); Type_t * L_148; L_148 = TypeData_get_ListItemType_m7701AC967B5DD742A2525C4853116EDBF66F73F3(L_147, /*hidden argument*/NULL); XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 * L_149 = V_5; XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_150 = V_1; XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_151; L_151 = XmlReflectionImporter_ImportElementInfo_m689C58C95ED121AD20819437B1371E8CCE5377A5(__this, L_142, L_145, L_146, L_148, L_149, L_150, /*hidden argument*/NULL); NullCheck(L_141); ListMap_set_ItemInfo_m4FFE44794DBBCE25C4FFEE0077F4D7E092E8A2D5_inline(L_141, L_151, /*hidden argument*/NULL); XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 * L_152 = V_5; XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 * L_153 = V_5; NullCheck(L_153); ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * L_154; L_154 = XmlTypeMapMemberFlatList_get_ListMap_mB29ED2E0F2F91D5FC005F9CDAAEC3801B577E401_inline(L_153, /*hidden argument*/NULL); NullCheck(L_154); XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_155; L_155 = ListMap_get_ItemInfo_mA9B850D7B956E576FEDE1CBEFD168EC5556A971C_inline(L_154, /*hidden argument*/NULL); NullCheck(L_152); XmlTypeMapMemberElement_set_ElementInfo_mEA2E30D91B4F1BBD5828E55A4381B3AD9046F280_inline(L_152, L_155, /*hidden argument*/NULL); XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 * L_156 = V_5; NullCheck(L_156); ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * L_157; L_157 = XmlTypeMapMemberFlatList_get_ListMap_mB29ED2E0F2F91D5FC005F9CDAAEC3801B577E401_inline(L_156, /*hidden argument*/NULL); XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 * L_158 = V_5; NullCheck(L_158); String_t* L_159; L_159 = XmlTypeMapMemberElement_get_ChoiceMember_m9AE51BC723134EEB149DDE1F6190E14508A56FA4_inline(L_158, /*hidden argument*/NULL); NullCheck(L_157); ListMap_set_ChoiceMember_mD594E76DC46BE942E1F48BEA7BF641FACF4DD3F0_inline(L_157, L_159, /*hidden argument*/NULL); XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 * L_160 = V_5; V_0 = L_160; goto IL_0462; } IL_0312: { XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82 * L_161 = (XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82 *)il2cpp_codegen_object_new(XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82_il2cpp_TypeInfo_var); XmlTypeMapMemberList__ctor_m0F2FFB8D08145919E4C7AA1ABA4BB1CDE6B00CB8(L_161, /*hidden argument*/NULL); XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82 * L_162 = L_161; XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_163 = (XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A *)il2cpp_codegen_object_new(XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A_il2cpp_TypeInfo_var); XmlTypeMapElementInfoList__ctor_m61B67EDC5797D896962B7B503260F69FEA1E2B97(L_163, /*hidden argument*/NULL); NullCheck(L_162); XmlTypeMapMemberElement_set_ElementInfo_mEA2E30D91B4F1BBD5828E55A4381B3AD9046F280_inline(L_162, L_163, /*hidden argument*/NULL); XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82 * L_164 = L_162; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_165 = V_2; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_166 = (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A *)il2cpp_codegen_object_new(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var); XmlTypeMapElementInfo__ctor_mF6007B11354DB3416455EA0AE568C6FF92542B04(L_166, L_164, L_165, /*hidden argument*/NULL); V_6 = L_166; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_167 = V_6; XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_168 = V_1; NullCheck(L_168); XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * L_169; L_169 = XmlAttributes_get_XmlArray_m2A0FEF766042A28E0350FC459BB379C2A3BC86D8_inline(L_168, /*hidden argument*/NULL); G_B45_0 = L_167; G_B45_1 = L_164; if (!L_169) { G_B46_0 = L_167; G_B46_1 = L_164; goto IL_0347; } } { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_170 = V_1; NullCheck(L_170); XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * L_171; L_171 = XmlAttributes_get_XmlArray_m2A0FEF766042A28E0350FC459BB379C2A3BC86D8_inline(L_170, /*hidden argument*/NULL); NullCheck(L_171); String_t* L_172; L_172 = XmlArrayAttribute_get_ElementName_m930BD6E837F1D24A55B467362FFC13FA3EE5825A(L_171, /*hidden argument*/NULL); NullCheck(L_172); int32_t L_173; L_173 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_172, /*hidden argument*/NULL); G_B46_0 = G_B45_0; G_B46_1 = G_B45_1; if (L_173) { G_B47_0 = G_B45_0; G_B47_1 = G_B45_1; goto IL_034f; } } IL_0347: { XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * L_174 = ___rmember1; NullCheck(L_174); String_t* L_175; L_175 = XmlReflectionMember_get_MemberName_mC09A44FCF1CF59DA1A3378317271646E088757B3_inline(L_174, /*hidden argument*/NULL); G_B48_0 = L_175; G_B48_1 = G_B46_0; G_B48_2 = G_B46_1; goto IL_035a; } IL_034f: { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_176 = V_1; NullCheck(L_176); XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * L_177; L_177 = XmlAttributes_get_XmlArray_m2A0FEF766042A28E0350FC459BB379C2A3BC86D8_inline(L_176, /*hidden argument*/NULL); NullCheck(L_177); String_t* L_178; L_178 = XmlArrayAttribute_get_ElementName_m930BD6E837F1D24A55B467362FFC13FA3EE5825A(L_177, /*hidden argument*/NULL); G_B48_0 = L_178; G_B48_1 = G_B47_0; G_B48_2 = G_B47_1; } IL_035a: { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_179; L_179 = XmlConvert_EncodeLocalName_m4E9F61061594C6D2D4BF25AF107C7208C0E6AD2E(G_B48_0, /*hidden argument*/NULL); NullCheck(G_B48_1); XmlTypeMapElementInfo_set_ElementName_mD96BF1649FA7885FA25FE2144CB7DC116B194FAB_inline(G_B48_1, L_179, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_180 = V_6; XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_181 = V_1; NullCheck(L_181); XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * L_182; L_182 = XmlAttributes_get_XmlArray_m2A0FEF766042A28E0350FC459BB379C2A3BC86D8_inline(L_181, /*hidden argument*/NULL); G_B49_0 = L_180; G_B49_1 = G_B48_2; if (!L_182) { G_B50_0 = L_180; G_B50_1 = G_B48_2; goto IL_037b; } } { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_183 = V_1; NullCheck(L_183); XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * L_184; L_184 = XmlAttributes_get_XmlArray_m2A0FEF766042A28E0350FC459BB379C2A3BC86D8_inline(L_183, /*hidden argument*/NULL); NullCheck(L_184); String_t* L_185; L_185 = XmlArrayAttribute_get_Namespace_mECDD6969B5F738AF94A29B94073822169C20CEBE_inline(L_184, /*hidden argument*/NULL); G_B50_0 = G_B49_0; G_B50_1 = G_B49_1; if (L_185) { G_B51_0 = G_B49_0; G_B51_1 = G_B49_1; goto IL_037e; } } IL_037b: { String_t* L_186 = ___defaultNamespace2; G_B52_0 = L_186; G_B52_1 = G_B50_0; G_B52_2 = G_B50_1; goto IL_0389; } IL_037e: { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_187 = V_1; NullCheck(L_187); XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * L_188; L_188 = XmlAttributes_get_XmlArray_m2A0FEF766042A28E0350FC459BB379C2A3BC86D8_inline(L_187, /*hidden argument*/NULL); NullCheck(L_188); String_t* L_189; L_189 = XmlArrayAttribute_get_Namespace_mECDD6969B5F738AF94A29B94073822169C20CEBE_inline(L_188, /*hidden argument*/NULL); G_B52_0 = L_189; G_B52_1 = G_B51_0; G_B52_2 = G_B51_1; } IL_0389: { NullCheck(G_B52_1); XmlTypeMapElementInfo_set_Namespace_m428970C4B7182555B6636BF9AC3945F634705F69_inline(G_B52_1, G_B52_0, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_190 = V_6; XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * L_191 = ___rmember1; NullCheck(L_191); Type_t * L_192; L_192 = XmlReflectionMember_get_MemberType_m146B8FD175EF935D44A000753B19C049AC32C1B9_inline(L_191, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_193 = V_6; NullCheck(L_193); String_t* L_194; L_194 = XmlTypeMapElementInfo_get_Namespace_mC9E436A358B8900AFDB3C7E5E91002873ACF84B2_inline(L_193, /*hidden argument*/NULL); XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_195 = V_1; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_196; L_196 = XmlReflectionImporter_ImportListMapping_mC8FD5F70A19B3597086D57941CCF68372E716AF0(__this, L_192, (XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 *)NULL, L_194, L_195, 0, /*hidden argument*/NULL); NullCheck(L_190); XmlTypeMapElementInfo_set_MappedType_m7DFC1FE2449F33CCB76C521EA95669DFDE4FB620_inline(L_190, L_196, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_197 = V_6; XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_198 = V_1; NullCheck(L_198); XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * L_199; L_199 = XmlAttributes_get_XmlArray_m2A0FEF766042A28E0350FC459BB379C2A3BC86D8_inline(L_198, /*hidden argument*/NULL); G_B53_0 = L_197; G_B53_1 = G_B52_2; if (L_199) { G_B54_0 = L_197; G_B54_1 = G_B52_2; goto IL_03b8; } } { G_B55_0 = 0; G_B55_1 = G_B53_0; G_B55_2 = G_B53_1; goto IL_03c3; } IL_03b8: { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_200 = V_1; NullCheck(L_200); XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * L_201; L_201 = XmlAttributes_get_XmlArray_m2A0FEF766042A28E0350FC459BB379C2A3BC86D8_inline(L_200, /*hidden argument*/NULL); NullCheck(L_201); bool L_202; L_202 = XmlArrayAttribute_get_IsNullable_mC356F2B97E0B1B057AC7DA9DC75EB0DE80265CE0_inline(L_201, /*hidden argument*/NULL); G_B55_0 = ((int32_t)(L_202)); G_B55_1 = G_B54_0; G_B55_2 = G_B54_1; } IL_03c3: { NullCheck(G_B55_1); XmlTypeMapElementInfo_set_IsNullable_m041AC6E38489107B983C09E52E0FC5ABC52DF6C7_inline(G_B55_1, (bool)G_B55_0, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_203 = V_6; XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_204 = V_1; NullCheck(L_204); XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * L_205; L_205 = XmlAttributes_get_XmlArray_m2A0FEF766042A28E0350FC459BB379C2A3BC86D8_inline(L_204, /*hidden argument*/NULL); G_B56_0 = L_203; G_B56_1 = G_B55_2; if (L_205) { G_B57_0 = L_203; G_B57_1 = G_B55_2; goto IL_03d5; } } { G_B58_0 = 1; G_B58_1 = G_B56_0; G_B58_2 = G_B56_1; goto IL_03e0; } IL_03d5: { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_206 = V_1; NullCheck(L_206); XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * L_207; L_207 = XmlAttributes_get_XmlArray_m2A0FEF766042A28E0350FC459BB379C2A3BC86D8_inline(L_206, /*hidden argument*/NULL); NullCheck(L_207); int32_t L_208; L_208 = XmlArrayAttribute_get_Form_m5466F34C7D0A1D9ABD3B0D3A5710C6194583609B_inline(L_207, /*hidden argument*/NULL); G_B58_0 = ((int32_t)(L_208)); G_B58_1 = G_B57_0; G_B58_2 = G_B57_1; } IL_03e0: { NullCheck(G_B58_1); XmlTypeMapElementInfo_set_Form_m85F81039CF7C52FAA0B57F5B151F15EB37954EBF_inline(G_B58_1, G_B58_0, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_209 = V_6; XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_210 = V_1; NullCheck(L_210); XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * L_211; L_211 = XmlAttributes_get_XmlArray_m2A0FEF766042A28E0350FC459BB379C2A3BC86D8_inline(L_210, /*hidden argument*/NULL); G_B59_0 = L_209; G_B59_1 = G_B58_2; if (L_211) { G_B60_0 = L_209; G_B60_1 = G_B58_2; goto IL_03f2; } } { G_B61_0 = (-1); G_B61_1 = G_B59_0; G_B61_2 = G_B59_1; goto IL_03fd; } IL_03f2: { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_212 = V_1; NullCheck(L_212); XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * L_213; L_213 = XmlAttributes_get_XmlArray_m2A0FEF766042A28E0350FC459BB379C2A3BC86D8_inline(L_212, /*hidden argument*/NULL); NullCheck(L_213); int32_t L_214; L_214 = XmlArrayAttribute_get_Order_mE82B0436307278D80F425CC5A0D968D309EDEEC8_inline(L_213, /*hidden argument*/NULL); G_B61_0 = L_214; G_B61_1 = G_B60_0; G_B61_2 = G_B60_1; } IL_03fd: { NullCheck(G_B61_1); XmlTypeMapElementInfo_set_ExplicitOrder_m031CAF15B3BCFBF63B2DE6D71EAC9DDCE04B4130_inline(G_B61_1, G_B61_0, /*hidden argument*/NULL); XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_215 = V_1; NullCheck(L_215); XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * L_216; L_216 = XmlAttributes_get_XmlArray_m2A0FEF766042A28E0350FC459BB379C2A3BC86D8_inline(L_215, /*hidden argument*/NULL); G_B62_0 = G_B61_2; if (!L_216) { G_B64_0 = G_B61_2; goto IL_0424; } } { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_217 = V_1; NullCheck(L_217); XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * L_218; L_218 = XmlAttributes_get_XmlArray_m2A0FEF766042A28E0350FC459BB379C2A3BC86D8_inline(L_217, /*hidden argument*/NULL); NullCheck(L_218); int32_t L_219; L_219 = XmlArrayAttribute_get_Form_m5466F34C7D0A1D9ABD3B0D3A5710C6194583609B_inline(L_218, /*hidden argument*/NULL); G_B63_0 = G_B62_0; if ((!(((uint32_t)L_219) == ((uint32_t)2)))) { G_B64_0 = G_B62_0; goto IL_0424; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_220 = V_6; String_t* L_221 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_220); XmlTypeMapElementInfo_set_Namespace_m428970C4B7182555B6636BF9AC3945F634705F69_inline(L_220, L_221, /*hidden argument*/NULL); G_B64_0 = G_B63_0; } IL_0424: { XmlTypeMapMemberList_t7EB7E9134FBE0B056939C2876C2C3ECFEFC28C82 * L_222 = G_B64_0; NullCheck(L_222); XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_223; L_223 = XmlTypeMapMemberElement_get_ElementInfo_m6C24B41268D415B81089124ED86D6427FE3D998C(L_222, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_224 = V_6; NullCheck(L_223); int32_t L_225; L_225 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_223, L_224); V_0 = L_222; goto IL_0462; } IL_0435: { XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_226 = (XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 *)il2cpp_codegen_object_new(XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747_il2cpp_TypeInfo_var); XmlTypeMapMemberElement__ctor_m1414569E82ADB1E785739BD9784256B165C9EB70(L_226, /*hidden argument*/NULL); V_7 = L_226; XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_227 = V_7; Type_t * L_228 = ___declaringType0; XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * L_229 = ___rmember1; NullCheck(L_229); String_t* L_230; L_230 = XmlReflectionMember_get_MemberName_mC09A44FCF1CF59DA1A3378317271646E088757B3_inline(L_229, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_231; L_231 = XmlConvert_EncodeLocalName_m4E9F61061594C6D2D4BF25AF107C7208C0E6AD2E(L_230, /*hidden argument*/NULL); String_t* L_232 = ___defaultNamespace2; XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * L_233 = ___rmember1; NullCheck(L_233); Type_t * L_234; L_234 = XmlReflectionMember_get_MemberType_m146B8FD175EF935D44A000753B19C049AC32C1B9_inline(L_233, /*hidden argument*/NULL); XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_235 = V_7; XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_236 = V_1; XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_237; L_237 = XmlReflectionImporter_ImportElementInfo_m689C58C95ED121AD20819437B1371E8CCE5377A5(__this, L_228, L_231, L_232, L_234, L_235, L_236, /*hidden argument*/NULL); NullCheck(L_227); XmlTypeMapMemberElement_set_ElementInfo_mEA2E30D91B4F1BBD5828E55A4381B3AD9046F280_inline(L_227, L_237, /*hidden argument*/NULL); XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_238 = V_7; V_0 = L_238; } IL_0462: { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_239 = V_0; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_240 = V_2; XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_241 = V_1; NullCheck(L_241); RuntimeObject * L_242; L_242 = XmlAttributes_get_XmlDefaultValue_m3812CBB291FD5E5FD065BC0A1EACBE4EFD142484_inline(L_241, /*hidden argument*/NULL); RuntimeObject * L_243; L_243 = XmlReflectionImporter_GetDefaultValue_mAF92F5C3A00A3431F010D17D9241807894CAB134(__this, L_240, L_242, /*hidden argument*/NULL); NullCheck(L_239); XmlTypeMapMember_set_DefaultValue_mA77C8EA2DCDE1EEA87AE9D72D5E76F589DD3DAE6_inline(L_239, L_243, /*hidden argument*/NULL); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_244 = V_0; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_245 = V_2; NullCheck(L_244); XmlTypeMapMember_set_TypeData_m9102126647C26867085D1350E1EDC183CF502BD9_inline(L_244, L_245, /*hidden argument*/NULL); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_246 = V_0; XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * L_247 = ___rmember1; NullCheck(L_247); String_t* L_248; L_248 = XmlReflectionMember_get_MemberName_mC09A44FCF1CF59DA1A3378317271646E088757B3_inline(L_247, /*hidden argument*/NULL); NullCheck(L_246); XmlTypeMapMember_set_Name_mBF5742A0132103DE37987D9EA6F3678F80D77AB0_inline(L_246, L_248, /*hidden argument*/NULL); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_249 = V_0; XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * L_250 = ___rmember1; NullCheck(L_250); bool L_251; L_251 = XmlReflectionMember_get_IsReturnValue_m8B85CC31AD23E0153EBF6E8569AF7737E38CD9A4_inline(L_250, /*hidden argument*/NULL); NullCheck(L_249); XmlTypeMapMember_set_IsReturnValue_mAB0F6902B832F1D3A7242B2A58B04B1A12113B1F(L_249, L_251, /*hidden argument*/NULL); XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_252 = V_0; return L_252; } } // System.Xml.Serialization.XmlTypeMapElementInfoList System.Xml.Serialization.XmlReflectionImporter::ImportElementInfo(System.Type,System.String,System.String,System.Type,System.Xml.Serialization.XmlTypeMapMemberElement,System.Xml.Serialization.XmlAttributes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * XmlReflectionImporter_ImportElementInfo_m689C58C95ED121AD20819437B1371E8CCE5377A5 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, Type_t * ___cls0, String_t* ___defaultName1, String_t* ___defaultNamespace2, Type_t * ___defaultType3, XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * ___member4, XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * ___atts5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_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*)&PropertyInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); s_Il2CppMethodInitialized = true; } EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC * V_0 = NULL; Type_t * V_1 = NULL; XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * V_2 = NULL; bool V_3 = false; MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* V_4 = NULL; PropertyInfo_t * V_5 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * V_6 = NULL; RuntimeObject* V_7 = NULL; XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * V_8 = NULL; Type_t * V_9 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * V_10 = NULL; String_t* V_11 = NULL; RuntimeObject* V_12 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; Type_t * G_B25_0 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B28_0 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B27_0 = NULL; String_t* G_B29_0 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B29_1 = NULL; { V_0 = (EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC *)NULL; V_1 = (Type_t *)NULL; XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_0 = (XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A *)il2cpp_codegen_object_new(XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A_il2cpp_TypeInfo_var); XmlTypeMapElementInfoList__ctor_m61B67EDC5797D896962B7B503260F69FEA1E2B97(L_0, /*hidden argument*/NULL); V_2 = L_0; XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_1 = V_2; Type_t * L_2 = ___defaultType3; XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_3 = ___member4; XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_4 = ___atts5; String_t* L_5 = ___defaultNamespace2; XmlReflectionImporter_ImportTextElementInfo_mB0A28F28F1550E064B302F9BBC92926F89052669(__this, L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_6 = ___atts5; NullCheck(L_6); XmlChoiceIdentifierAttribute_t631E9D90F1B31767C61EEDF899EC5233B57BB067 * L_7; L_7 = XmlAttributes_get_XmlChoiceIdentifier_m1E8FC3362D649B7B46EBDEEAA9B708869E7662B7_inline(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_013c; } } { Type_t * L_8 = ___cls0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_9; L_9 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_8, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_0038; } } { 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, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral96A17B8E6FD3FD5FF20EA64D3C41EA5A5DE70330)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_ImportElementInfo_m689C58C95ED121AD20819437B1371E8CCE5377A5_RuntimeMethod_var))); } IL_0038: { XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_11 = ___member4; XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_12 = ___atts5; NullCheck(L_12); XmlChoiceIdentifierAttribute_t631E9D90F1B31767C61EEDF899EC5233B57BB067 * L_13; L_13 = XmlAttributes_get_XmlChoiceIdentifier_m1E8FC3362D649B7B46EBDEEAA9B708869E7662B7_inline(L_12, /*hidden argument*/NULL); NullCheck(L_13); String_t* L_14; L_14 = XmlChoiceIdentifierAttribute_get_MemberName_mFE65E839682F8A32384C1D58BD97C44F524D4DF5(L_13, /*hidden argument*/NULL); NullCheck(L_11); XmlTypeMapMemberElement_set_ChoiceMember_mDC47BA61048B75963C4D8E5789D5A84F532792D7_inline(L_11, L_14, /*hidden argument*/NULL); Type_t * L_15 = ___cls0; XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_16 = ___member4; NullCheck(L_16); String_t* L_17; L_17 = XmlTypeMapMemberElement_get_ChoiceMember_m9AE51BC723134EEB149DDE1F6190E14508A56FA4_inline(L_16, /*hidden argument*/NULL); NullCheck(L_15); MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_18; L_18 = VirtFuncInvoker2< MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E*, String_t*, int32_t >::Invoke(60 /* System.Reflection.MemberInfo[] System.Type::GetMember(System.String,System.Reflection.BindingFlags) */, L_15, L_17, ((int32_t)20)); V_4 = L_18; MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_19 = V_4; NullCheck(L_19); if ((((RuntimeArray*)L_19)->max_length)) { goto IL_0090; } } { 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)4); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_21 = L_20; NullCheck(L_21); ArrayElementTypeCheck (L_21, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6099A97D6F389755E70DAD6DEFD4620F9AAFC7DB))); (L_21)->SetAt(static_cast(0), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6099A97D6F389755E70DAD6DEFD4620F9AAFC7DB))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_22 = L_21; XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_23 = ___member4; NullCheck(L_23); String_t* L_24; L_24 = XmlTypeMapMemberElement_get_ChoiceMember_m9AE51BC723134EEB149DDE1F6190E14508A56FA4_inline(L_23, /*hidden argument*/NULL); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_24); (L_22)->SetAt(static_cast(1), (RuntimeObject *)L_24); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_25 = L_22; NullCheck(L_25); ArrayElementTypeCheck (L_25, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral96EC52420EC5AB3C6D55AE97C6E038E918ED0EC4))); (L_25)->SetAt(static_cast(2), (RuntimeObject *)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral96EC52420EC5AB3C6D55AE97C6E038E918ED0EC4))); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_26 = L_25; Type_t * L_27 = ___cls0; NullCheck(L_26); ArrayElementTypeCheck (L_26, L_27); (L_26)->SetAt(static_cast(3), (RuntimeObject *)L_27); String_t* L_28; L_28 = String_Concat_mCA053C6F9F80091150799BA7B4EDE7E4A3262E77(L_26, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_29 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_29, L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_ImportElementInfo_m689C58C95ED121AD20819437B1371E8CCE5377A5_RuntimeMethod_var))); } IL_0090: { MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_30 = V_4; NullCheck(L_30); int32_t L_31 = 0; MemberInfo_t * L_32 = (L_30)->GetAt(static_cast(L_31)); if (!((PropertyInfo_t *)IsInstClass((RuntimeObject*)L_32, PropertyInfo_t_il2cpp_TypeInfo_var))) { goto IL_00de; } } { MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_33 = V_4; NullCheck(L_33); int32_t L_34 = 0; MemberInfo_t * L_35 = (L_33)->GetAt(static_cast(L_34)); V_5 = ((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_35, PropertyInfo_t_il2cpp_TypeInfo_var)); PropertyInfo_t * L_36 = V_5; NullCheck(L_36); bool L_37; L_37 = VirtFuncInvoker0< bool >::Invoke(19 /* System.Boolean System.Reflection.PropertyInfo::get_CanWrite() */, L_36); if (!L_37) { goto IL_00b8; } } { PropertyInfo_t * L_38 = V_5; NullCheck(L_38); bool L_39; L_39 = VirtFuncInvoker0< bool >::Invoke(18 /* System.Boolean System.Reflection.PropertyInfo::get_CanRead() */, L_38); if (L_39) { goto IL_00d4; } } IL_00b8: { XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_40 = ___member4; NullCheck(L_40); String_t* L_41; L_41 = XmlTypeMapMemberElement_get_ChoiceMember_m9AE51BC723134EEB149DDE1F6190E14508A56FA4_inline(L_40, /*hidden argument*/NULL); String_t* L_42; L_42 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral75DAA5C16AD22FC6CBDC55CD16AD259D5A8F883D)), L_41, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral78B67CC5FE62A8456C7B569FBAC1CD4B1E7A9285)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_43 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_43, L_42, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_ImportElementInfo_m689C58C95ED121AD20819437B1371E8CCE5377A5_RuntimeMethod_var))); } IL_00d4: { PropertyInfo_t * L_44 = V_5; NullCheck(L_44); Type_t * L_45; L_45 = VirtFuncInvoker0< Type_t * >::Invoke(20 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_44); V_1 = L_45; goto IL_00ed; } IL_00de: { MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_46 = V_4; NullCheck(L_46); int32_t L_47 = 0; MemberInfo_t * L_48 = (L_46)->GetAt(static_cast(L_47)); NullCheck(((FieldInfo_t *)CastclassClass((RuntimeObject*)L_48, FieldInfo_t_il2cpp_TypeInfo_var))); Type_t * L_49; L_49 = VirtFuncInvoker0< Type_t * >::Invoke(19 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_48, FieldInfo_t_il2cpp_TypeInfo_var))); V_1 = L_49; } IL_00ed: { XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_50 = ___member4; Type_t * L_51 = V_1; IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_52; L_52 = TypeTranslator_GetTypeData_mCCF6ACBDA188128044B25420124E8A2CD0885E84(L_51, /*hidden argument*/NULL); NullCheck(L_50); XmlTypeMapMemberElement_set_ChoiceTypeData_mF5ECB6F0DD23A7B111228D7FBA4780EFA55CA6DA_inline(L_50, L_52, /*hidden argument*/NULL); Type_t * L_53 = V_1; NullCheck(L_53); bool L_54; L_54 = Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1(L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_0109; } } { Type_t * L_55 = V_1; NullCheck(L_55); Type_t * L_56; L_56 = VirtFuncInvoker0< Type_t * >::Invoke(102 /* System.Type System.Type::GetElementType() */, L_55); V_1 = L_56; } IL_0109: { Type_t * L_57 = V_1; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_58; L_58 = XmlReflectionImporter_ImportTypeMapping_m36C45A176E8266C6B53BBA407E926ACA4F72802B(__this, L_57, /*hidden argument*/NULL); NullCheck(L_58); ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * L_59; L_59 = XmlMapping_get_ObjectMap_m7B06F5CA0492C1860E924B54F29D3ABF908F77C9_inline(L_58, /*hidden argument*/NULL); V_0 = ((EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC *)IsInstClass((RuntimeObject*)L_59, EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC_il2cpp_TypeInfo_var)); EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC * L_60 = V_0; if (L_60) { goto IL_013c; } } { MemberInfoU5BU5D_t04CE6CC3692D77C74DC079E7CAF110CBF031C99E* L_61 = V_4; NullCheck(L_61); int32_t L_62 = 0; MemberInfo_t * L_63 = (L_61)->GetAt(static_cast(L_62)); NullCheck(L_63); String_t* L_64; L_64 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_63); String_t* L_65; L_65 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral68D30E263818AD6C2D86F13DBA046121F5F7A1FD)), L_64, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral28A7AEA063C53E83EBAFBF65F33577542489AEA0)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_66 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_66, L_65, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_66, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_ImportElementInfo_m689C58C95ED121AD20819437B1371E8CCE5377A5_RuntimeMethod_var))); } IL_013c: { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_67 = ___atts5; NullCheck(L_67); XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * L_68; L_68 = XmlAttributes_get_XmlElements_m8018E03DC44A5389CE9E91A0A0BA2545870CDA6F_inline(L_67, /*hidden argument*/NULL); NullCheck(L_68); int32_t L_69; L_69 = CollectionBase_get_Count_mF8C430B07361F591072B2BF01DC0376D8D28EB08(L_68, /*hidden argument*/NULL); if (L_69) { goto IL_019a; } } { XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_70 = V_2; NullCheck(L_70); int32_t L_71; L_71 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_70); if (L_71) { goto IL_019a; } } { XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_72 = ___member4; Type_t * L_73 = ___defaultType3; IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_74; L_74 = TypeTranslator_GetTypeData_mCCF6ACBDA188128044B25420124E8A2CD0885E84(L_73, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_75 = (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A *)il2cpp_codegen_object_new(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var); XmlTypeMapElementInfo__ctor_mF6007B11354DB3416455EA0AE568C6FF92542B04(L_75, L_72, L_74, /*hidden argument*/NULL); V_6 = L_75; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_76 = V_6; String_t* L_77 = ___defaultName1; NullCheck(L_76); XmlTypeMapElementInfo_set_ElementName_mD96BF1649FA7885FA25FE2144CB7DC116B194FAB_inline(L_76, L_77, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_78 = V_6; String_t* L_79 = ___defaultNamespace2; NullCheck(L_78); XmlTypeMapElementInfo_set_Namespace_m428970C4B7182555B6636BF9AC3945F634705F69_inline(L_78, L_79, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_80 = V_6; NullCheck(L_80); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_81; L_81 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_80, /*hidden argument*/NULL); NullCheck(L_81); bool L_82; L_82 = TypeData_get_IsComplexType_m7F74C117E649C691E8EF8989A7CB470A59405A28(L_81, /*hidden argument*/NULL); if (!L_82) { goto IL_0191; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_83 = V_6; Type_t * L_84 = ___defaultType3; String_t* L_85 = ___defaultNamespace2; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_86; L_86 = XmlReflectionImporter_ImportTypeMapping_mF9EA2A270B4B1DEA56FC524567DB94798376A550(__this, L_84, (XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 *)NULL, L_85, /*hidden argument*/NULL); NullCheck(L_83); XmlTypeMapElementInfo_set_MappedType_m7DFC1FE2449F33CCB76C521EA95669DFDE4FB620_inline(L_83, L_86, /*hidden argument*/NULL); } IL_0191: { XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_87 = V_2; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_88 = V_6; NullCheck(L_87); int32_t L_89; L_89 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_87, L_88); } IL_019a: { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_90 = ___atts5; NullCheck(L_90); XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * L_91; L_91 = XmlAttributes_get_XmlElements_m8018E03DC44A5389CE9E91A0A0BA2545870CDA6F_inline(L_90, /*hidden argument*/NULL); NullCheck(L_91); int32_t L_92; L_92 = CollectionBase_get_Count_mF8C430B07361F591072B2BF01DC0376D8D28EB08(L_91, /*hidden argument*/NULL); V_3 = (bool)((((int32_t)L_92) > ((int32_t)1))? 1 : 0); XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_93 = ___atts5; NullCheck(L_93); XmlElementAttributes_t58E8742350D62E45ABDA29BF94357D8152490402 * L_94; L_94 = XmlAttributes_get_XmlElements_m8018E03DC44A5389CE9E91A0A0BA2545870CDA6F_inline(L_93, /*hidden argument*/NULL); NullCheck(L_94); RuntimeObject* L_95; L_95 = CollectionBase_GetEnumerator_mA8472D538B203CCABF37430255A77DE1B210B68C(L_94, /*hidden argument*/NULL); V_7 = L_95; } IL_01b8: try { // begin try (depth: 1) { goto IL_041b; } IL_01bd: { RuntimeObject* L_96 = V_7; NullCheck(L_96); RuntimeObject * L_97; L_97 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_96); V_8 = ((XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 *)CastclassClass((RuntimeObject*)L_97, XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94_il2cpp_TypeInfo_var)); XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * L_98 = V_8; NullCheck(L_98); Type_t * L_99; L_99 = XmlElementAttribute_get_Type_m6B3A7DCC38BFF5C5C1D2CDDA60256DE1838768CD_inline(L_98, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_100; L_100 = Type_op_Inequality_m519B1E8F2F1E2101ADF863401FCAE38210395368(L_99, (Type_t *)NULL, /*hidden argument*/NULL); if (L_100) { goto IL_01de; } } IL_01da: { Type_t * L_101 = ___defaultType3; G_B25_0 = L_101; goto IL_01e5; } IL_01de: { XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * L_102 = V_8; NullCheck(L_102); Type_t * L_103; L_103 = XmlElementAttribute_get_Type_m6B3A7DCC38BFF5C5C1D2CDDA60256DE1838768CD_inline(L_102, /*hidden argument*/NULL); G_B25_0 = L_103; } IL_01e5: { V_9 = G_B25_0; XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_104 = ___member4; Type_t * L_105 = V_9; XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * L_106 = V_8; NullCheck(L_106); String_t* L_107; L_107 = XmlElementAttribute_get_DataType_m7E2E497D46553092655A71222F30C281FCD9BAD4(L_106, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_108; L_108 = TypeTranslator_GetTypeData_m34ECB131DF1502AA0C92FEFCDBB86D0192F486C2(L_105, L_107, (bool)0, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_109 = (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A *)il2cpp_codegen_object_new(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var); XmlTypeMapElementInfo__ctor_mF6007B11354DB3416455EA0AE568C6FF92542B04(L_109, L_104, L_108, /*hidden argument*/NULL); V_10 = L_109; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_110 = V_10; XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * L_111 = V_8; NullCheck(L_111); int32_t L_112; L_112 = XmlElementAttribute_get_Form_mB9261C8155A12EE03C7A8AF93377206D41501E67_inline(L_111, /*hidden argument*/NULL); NullCheck(L_110); XmlTypeMapElementInfo_set_Form_m85F81039CF7C52FAA0B57F5B151F15EB37954EBF_inline(L_110, L_112, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_113 = V_10; NullCheck(L_113); int32_t L_114; L_114 = XmlTypeMapElementInfo_get_Form_m294ACF0C0C2CD53DC9A5F4435810866396DDFCC3_inline(L_113, /*hidden argument*/NULL); if ((((int32_t)L_114) == ((int32_t)2))) { goto IL_0231; } } IL_0217: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_115 = V_10; XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * L_116 = V_8; NullCheck(L_116); String_t* L_117; L_117 = XmlElementAttribute_get_Namespace_mF2DA857F00B2341F46AD2EA3E957F2BBFFB75908_inline(L_116, /*hidden argument*/NULL); G_B27_0 = L_115; if (L_117) { G_B28_0 = L_115; goto IL_0225; } } IL_0222: { String_t* L_118 = ___defaultNamespace2; G_B29_0 = L_118; G_B29_1 = G_B27_0; goto IL_022c; } IL_0225: { XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * L_119 = V_8; NullCheck(L_119); String_t* L_120; L_120 = XmlElementAttribute_get_Namespace_mF2DA857F00B2341F46AD2EA3E957F2BBFFB75908_inline(L_119, /*hidden argument*/NULL); G_B29_0 = L_120; G_B29_1 = G_B28_0; } IL_022c: { NullCheck(G_B29_1); XmlTypeMapElementInfo_set_Namespace_m428970C4B7182555B6636BF9AC3945F634705F69_inline(G_B29_1, G_B29_0, /*hidden argument*/NULL); } IL_0231: { XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * L_121 = V_8; NullCheck(L_121); bool L_122; L_122 = XmlElementAttribute_get_IsNullable_m2077CA3F3B3A4B55429D31E4C2EB3851216576FE_inline(L_121, /*hidden argument*/NULL); if (!L_122) { goto IL_0251; } } IL_023a: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_123 = V_10; NullCheck(L_123); bool L_124; L_124 = XmlTypeMapElementInfo_get_IsNullable_mB063B0F861F54D1DD176FCB66B4FF532D8E8C402_inline(L_123, /*hidden argument*/NULL); if (L_124) { goto IL_0251; } } IL_0243: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_125 = V_10; XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * L_126 = V_8; NullCheck(L_126); bool L_127; L_127 = XmlElementAttribute_get_IsNullable_m2077CA3F3B3A4B55429D31E4C2EB3851216576FE_inline(L_126, /*hidden argument*/NULL); NullCheck(L_125); XmlTypeMapElementInfo_set_IsNullable_m041AC6E38489107B983C09E52E0FC5ABC52DF6C7_inline(L_125, L_127, /*hidden argument*/NULL); } IL_0251: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_128 = V_10; XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * L_129 = V_8; NullCheck(L_129); int32_t L_130; L_130 = XmlElementAttribute_get_Order_m53392D09A67DB37F8F311F59B12610EF51DFFF94_inline(L_129, /*hidden argument*/NULL); NullCheck(L_128); XmlTypeMapElementInfo_set_ExplicitOrder_m031CAF15B3BCFBF63B2DE6D71EAC9DDCE04B4130_inline(L_128, L_130, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_131 = V_10; NullCheck(L_131); bool L_132; L_132 = XmlTypeMapElementInfo_get_IsNullable_mB063B0F861F54D1DD176FCB66B4FF532D8E8C402_inline(L_131, /*hidden argument*/NULL); if (!L_132) { goto IL_02b2; } } IL_0268: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_133 = V_10; NullCheck(L_133); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_134; L_134 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_133, /*hidden argument*/NULL); NullCheck(L_134); bool L_135; L_135 = TypeData_get_IsNullable_mD24CD1E465C07ADBA559890CC8DB5FD2100BEADF(L_134, /*hidden argument*/NULL); if (L_135) { goto IL_02b2; } } IL_0276: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_136 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_137 = L_136; NullCheck(L_137); ArrayElementTypeCheck (L_137, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF120BE9B6A9F4F9A2A60DDDE77756405E8C5111C))); (L_137)->SetAt(static_cast(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF120BE9B6A9F4F9A2A60DDDE77756405E8C5111C))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_138 = L_137; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_139 = V_10; NullCheck(L_139); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_140; L_140 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_139, /*hidden argument*/NULL); NullCheck(L_140); String_t* L_141; L_141 = TypeData_get_FullTypeName_mFFCC7D2CB2D25AB7EB9FB3B395515A52B19D9A29_inline(L_140, /*hidden argument*/NULL); NullCheck(L_138); ArrayElementTypeCheck (L_138, L_141); (L_138)->SetAt(static_cast(1), (String_t*)L_141); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_142 = L_138; NullCheck(L_142); ArrayElementTypeCheck (L_142, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF2720902657F220A4255C591B7383B1661E21515))); (L_142)->SetAt(static_cast(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF2720902657F220A4255C591B7383B1661E21515))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_143 = L_142; String_t* L_144 = ___defaultName1; NullCheck(L_143); ArrayElementTypeCheck (L_143, L_144); (L_143)->SetAt(static_cast(3), (String_t*)L_144); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_145 = L_143; NullCheck(L_145); ArrayElementTypeCheck (L_145, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D))); (L_145)->SetAt(static_cast(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D))); String_t* L_146; L_146 = String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417(L_145, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_147 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_147, L_146, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_147, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_ImportElementInfo_m689C58C95ED121AD20819437B1371E8CCE5377A5_RuntimeMethod_var))); } IL_02b2: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_148 = V_10; NullCheck(L_148); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_149; L_149 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_148, /*hidden argument*/NULL); NullCheck(L_149); bool L_150; L_150 = TypeData_get_IsComplexType_m7F74C117E649C691E8EF8989A7CB470A59405A28(L_149, /*hidden argument*/NULL); if (!L_150) { goto IL_0326; } } IL_02c0: { XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * L_151 = V_8; NullCheck(L_151); String_t* L_152; L_152 = XmlElementAttribute_get_DataType_m7E2E497D46553092655A71222F30C281FCD9BAD4(L_151, /*hidden argument*/NULL); NullCheck(L_152); int32_t L_153; L_153 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_152, /*hidden argument*/NULL); if (!L_153) { goto IL_030f; } } IL_02ce: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_154; L_154 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_155 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)4); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_156 = L_155; XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * L_157 = V_8; NullCheck(L_157); String_t* L_158; L_158 = XmlElementAttribute_get_DataType_m7E2E497D46553092655A71222F30C281FCD9BAD4(L_157, /*hidden argument*/NULL); NullCheck(L_156); ArrayElementTypeCheck (L_156, L_158); (L_156)->SetAt(static_cast(0), (RuntimeObject *)L_158); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_159 = L_156; Type_t * L_160 = ___cls0; NullCheck(L_160); String_t* L_161; L_161 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_160); NullCheck(L_159); ArrayElementTypeCheck (L_159, L_161); (L_159)->SetAt(static_cast(1), (RuntimeObject *)L_161); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_162 = L_159; String_t* L_163 = ___defaultName1; NullCheck(L_162); ArrayElementTypeCheck (L_162, L_163); (L_162)->SetAt(static_cast(2), (RuntimeObject *)L_163); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_164 = L_162; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_165 = V_10; NullCheck(L_165); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_166; L_166 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_165, /*hidden argument*/NULL); NullCheck(L_166); String_t* L_167; L_167 = TypeData_get_FullTypeName_mFFCC7D2CB2D25AB7EB9FB3B395515A52B19D9A29_inline(L_166, /*hidden argument*/NULL); NullCheck(L_164); ArrayElementTypeCheck (L_164, L_167); (L_164)->SetAt(static_cast(3), (RuntimeObject *)L_167); String_t* L_168; L_168 = String_Format_m2CD22B92BC86D731EC55ED4D2A970491CBFD1C51(L_154, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1A70DF0588442FC24870182C92EB1EE5A9326B19)), L_164, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_169 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_169, L_168, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_169, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_ImportElementInfo_m689C58C95ED121AD20819437B1371E8CCE5377A5_RuntimeMethod_var))); } IL_030f: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_170 = V_10; Type_t * L_171 = V_9; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_172 = V_10; NullCheck(L_172); String_t* L_173; L_173 = XmlTypeMapElementInfo_get_Namespace_mC9E436A358B8900AFDB3C7E5E91002873ACF84B2_inline(L_172, /*hidden argument*/NULL); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_174; L_174 = XmlReflectionImporter_ImportTypeMapping_mF9EA2A270B4B1DEA56FC524567DB94798376A550(__this, L_171, (XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 *)NULL, L_173, /*hidden argument*/NULL); NullCheck(L_170); XmlTypeMapElementInfo_set_MappedType_m7DFC1FE2449F33CCB76C521EA95669DFDE4FB620_inline(L_170, L_174, /*hidden argument*/NULL); } IL_0326: { XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * L_175 = V_8; NullCheck(L_175); String_t* L_176; L_176 = XmlElementAttribute_get_ElementName_mC1A0DF9F8F2EA0F7A6AAF9961AE459166B59D3EC(L_175, /*hidden argument*/NULL); NullCheck(L_176); int32_t L_177; L_177 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_176, /*hidden argument*/NULL); if (!L_177) { goto IL_0349; } } IL_0334: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_178 = V_10; XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * L_179 = V_8; NullCheck(L_179); String_t* L_180; L_180 = XmlElementAttribute_get_ElementName_mC1A0DF9F8F2EA0F7A6AAF9961AE459166B59D3EC(L_179, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_181; L_181 = XmlConvert_EncodeLocalName_m4E9F61061594C6D2D4BF25AF107C7208C0E6AD2E(L_180, /*hidden argument*/NULL); NullCheck(L_178); XmlTypeMapElementInfo_set_ElementName_mD96BF1649FA7885FA25FE2144CB7DC116B194FAB_inline(L_178, L_181, /*hidden argument*/NULL); goto IL_0387; } IL_0349: { bool L_182 = V_3; if (!L_182) { goto IL_037f; } } IL_034c: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_183 = V_10; NullCheck(L_183); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_184; L_184 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_183, /*hidden argument*/NULL); if (!L_184) { goto IL_036a; } } IL_0355: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_185 = V_10; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_186 = V_10; NullCheck(L_186); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_187; L_187 = XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline(L_186, /*hidden argument*/NULL); NullCheck(L_187); String_t* L_188; L_188 = XmlMapping_get_ElementName_m325D48DC1385A3577E5B4948F1F116861A215CEF_inline(L_187, /*hidden argument*/NULL); NullCheck(L_185); XmlTypeMapElementInfo_set_ElementName_mD96BF1649FA7885FA25FE2144CB7DC116B194FAB_inline(L_185, L_188, /*hidden argument*/NULL); goto IL_0387; } IL_036a: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_189 = V_10; Type_t * L_190 = V_9; IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_191; L_191 = TypeTranslator_GetTypeData_mCCF6ACBDA188128044B25420124E8A2CD0885E84(L_190, /*hidden argument*/NULL); NullCheck(L_191); String_t* L_192; L_192 = TypeData_get_XmlType_m79314EDB6142712A3C0EFB1BAE5316BFDD01E088_inline(L_191, /*hidden argument*/NULL); NullCheck(L_189); XmlTypeMapElementInfo_set_ElementName_mD96BF1649FA7885FA25FE2144CB7DC116B194FAB_inline(L_189, L_192, /*hidden argument*/NULL); goto IL_0387; } IL_037f: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_193 = V_10; String_t* L_194 = ___defaultName1; NullCheck(L_193); XmlTypeMapElementInfo_set_ElementName_mD96BF1649FA7885FA25FE2144CB7DC116B194FAB_inline(L_193, L_194, /*hidden argument*/NULL); } IL_0387: { EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC * L_195 = V_0; if (!L_195) { goto IL_0412; } } IL_038d: { EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC * L_196 = V_0; Type_t * L_197 = V_1; NullCheck(L_197); String_t* L_198; L_198 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_197); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_199 = V_10; NullCheck(L_199); String_t* L_200; L_200 = XmlTypeMapElementInfo_get_ElementName_m1B5D0CAFCC6513CBCFCF1BD3977A519B21C4BFFC_inline(L_199, /*hidden argument*/NULL); NullCheck(L_196); String_t* L_201; L_201 = EnumMap_GetEnumName_m27EE7F778C8E65530E97367331A14ABA2A86BC39(L_196, L_198, L_200, /*hidden argument*/NULL); V_11 = L_201; String_t* L_202 = V_11; if (L_202) { goto IL_03da; } } IL_03a6: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_203 = V_10; NullCheck(L_203); String_t* L_204; L_204 = XmlTypeMapElementInfo_get_Namespace_mC9E436A358B8900AFDB3C7E5E91002873ACF84B2_inline(L_203, /*hidden argument*/NULL); if (!L_204) { goto IL_03da; } } IL_03af: { EnumMap_t1E073280F6237D9F228C5D233888FCA79496BBFC * L_205 = V_0; Type_t * L_206 = V_1; NullCheck(L_206); String_t* L_207; L_207 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_206); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_208 = V_10; NullCheck(L_208); String_t* L_209; L_209 = XmlTypeMapElementInfo_get_Namespace_mC9E436A358B8900AFDB3C7E5E91002873ACF84B2_inline(L_208, /*hidden argument*/NULL); NullCheck(L_209); String_t* L_210; L_210 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_209); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_211 = V_10; NullCheck(L_211); String_t* L_212; L_212 = XmlTypeMapElementInfo_get_ElementName_m1B5D0CAFCC6513CBCFCF1BD3977A519B21C4BFFC_inline(L_211, /*hidden argument*/NULL); String_t* L_213; L_213 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632(L_210, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_212, /*hidden argument*/NULL); NullCheck(L_205); String_t* L_214; L_214 = EnumMap_GetEnumName_m27EE7F778C8E65530E97367331A14ABA2A86BC39(L_205, L_207, L_213, /*hidden argument*/NULL); V_11 = L_214; } IL_03da: { String_t* L_215 = V_11; if (L_215) { goto IL_0402; } } IL_03de: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_216; L_216 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); Type_t * L_217 = V_1; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_218 = V_10; NullCheck(L_218); String_t* L_219; L_219 = XmlTypeMapElementInfo_get_ElementName_m1B5D0CAFCC6513CBCFCF1BD3977A519B21C4BFFC_inline(L_218, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_220 = V_10; NullCheck(L_220); String_t* L_221; L_221 = XmlTypeMapElementInfo_get_Namespace_mC9E436A358B8900AFDB3C7E5E91002873ACF84B2_inline(L_220, /*hidden argument*/NULL); String_t* L_222; L_222 = String_Format_mA3BB834FA13052393D767E65AD6AA9F5895106B8(L_216, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6F8F57CB4EFADE4F9EB4B28556590324C8D0B936)), L_217, L_219, L_221, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_223 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_223, L_222, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_223, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_ImportElementInfo_m689C58C95ED121AD20819437B1371E8CCE5377A5_RuntimeMethod_var))); } IL_0402: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_224 = V_10; Type_t * L_225 = V_1; String_t* L_226 = V_11; IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); RuntimeObject * L_227; L_227 = Enum_Parse_mBF078678C6B2C5116261811AFBBFAE524D4D4BB4(L_225, L_226, (bool)0, /*hidden argument*/NULL); NullCheck(L_224); XmlTypeMapElementInfo_set_ChoiceValue_mDF1E5216A38F7911327D731FD8DBEAD93CB48CAA_inline(L_224, L_227, /*hidden argument*/NULL); } IL_0412: { XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_228 = V_2; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_229 = V_10; NullCheck(L_228); int32_t L_230; L_230 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_228, L_229); } IL_041b: { RuntimeObject* L_231 = V_7; NullCheck(L_231); bool L_232; L_232 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_231); if (L_232) { goto IL_01bd; } } IL_0427: { IL2CPP_LEAVE(0x43E, FINALLY_0429); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0429; } FINALLY_0429: { // begin finally (depth: 1) { RuntimeObject* L_233 = V_7; V_12 = ((RuntimeObject*)IsInst((RuntimeObject*)L_233, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_234 = V_12; if (!L_234) { goto IL_043d; } } IL_0436: { RuntimeObject* L_235 = V_12; NullCheck(L_235); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_235); } IL_043d: { IL2CPP_END_FINALLY(1065) } } // end finally (depth: 1) IL2CPP_CLEANUP(1065) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x43E, IL_043e) } IL_043e: { XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_236 = V_2; return L_236; } } // System.Xml.Serialization.XmlTypeMapElementInfoList System.Xml.Serialization.XmlReflectionImporter::ImportAnyElementInfo(System.String,System.Xml.Serialization.XmlReflectionMember,System.Xml.Serialization.XmlTypeMapMemberElement,System.Xml.Serialization.XmlAttributes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * XmlReflectionImporter_ImportAnyElementInfo_m612496B9BC3DB3097E0947AD8FC363A0497B35C5 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, String_t* ___defaultNamespace0, XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * ___rmember1, XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * ___member2, XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * ___atts3, 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*)&TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * V_0 = NULL; RuntimeObject* V_1 = NULL; XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92 * V_2 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B5_0 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B4_0 = NULL; String_t* G_B6_0 = NULL; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * G_B6_1 = NULL; { XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_0 = (XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A *)il2cpp_codegen_object_new(XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A_il2cpp_TypeInfo_var); XmlTypeMapElementInfoList__ctor_m61B67EDC5797D896962B7B503260F69FEA1E2B97(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_1 = V_0; XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * L_2 = ___rmember1; NullCheck(L_2); Type_t * L_3; L_3 = XmlReflectionMember_get_MemberType_m146B8FD175EF935D44A000753B19C049AC32C1B9_inline(L_2, /*hidden argument*/NULL); XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_4 = ___member2; XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_5 = ___atts3; String_t* L_6 = ___defaultNamespace0; XmlReflectionImporter_ImportTextElementInfo_mB0A28F28F1550E064B302F9BBC92926F89052669(__this, L_1, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_7 = ___atts3; NullCheck(L_7); XmlAnyElementAttributes_t0764A8C936570CDDE90E5664A4DF5EC3F10DA79E * L_8; L_8 = XmlAttributes_get_XmlAnyElements_m3BE8D6677E40B975C21DDAB33FAE0932AE158EE9_inline(L_7, /*hidden argument*/NULL); NullCheck(L_8); RuntimeObject* L_9; L_9 = CollectionBase_GetEnumerator_mA8472D538B203CCABF37430255A77DE1B210B68C(L_8, /*hidden argument*/NULL); V_1 = L_9; } IL_0024: try { // begin try (depth: 1) { goto IL_00eb; } IL_0029: { RuntimeObject* L_10 = V_1; NullCheck(L_10); RuntimeObject * L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_10); V_2 = ((XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92 *)CastclassClass((RuntimeObject*)L_11, XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92_il2cpp_TypeInfo_var)); XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_12 = ___member2; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_13 = { reinterpret_cast (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_14; L_14 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_15; L_15 = TypeTranslator_GetTypeData_mCCF6ACBDA188128044B25420124E8A2CD0885E84(L_14, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_16 = (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A *)il2cpp_codegen_object_new(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var); XmlTypeMapElementInfo__ctor_mF6007B11354DB3416455EA0AE568C6FF92542B04(L_16, L_12, L_15, /*hidden argument*/NULL); V_3 = L_16; XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92 * L_17 = V_2; NullCheck(L_17); String_t* L_18; L_18 = XmlAnyElementAttribute_get_Name_m7C7F1BA5D1B019F0CCB2A6780931420D01555203(L_17, /*hidden argument*/NULL); NullCheck(L_18); int32_t L_19; L_19 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0086; } } IL_0058: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_20 = V_3; XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92 * L_21 = V_2; NullCheck(L_21); String_t* L_22; L_22 = XmlAnyElementAttribute_get_Name_m7C7F1BA5D1B019F0CCB2A6780931420D01555203(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_23; L_23 = XmlConvert_EncodeLocalName_m4E9F61061594C6D2D4BF25AF107C7208C0E6AD2E(L_22, /*hidden argument*/NULL); NullCheck(L_20); XmlTypeMapElementInfo_set_ElementName_mD96BF1649FA7885FA25FE2144CB7DC116B194FAB_inline(L_20, L_23, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_24 = V_3; XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92 * L_25 = V_2; NullCheck(L_25); String_t* L_26; L_26 = XmlAnyElementAttribute_get_Namespace_mBE42C3CE521A6F6FB7EE53A0036294B0DC75DE47_inline(L_25, /*hidden argument*/NULL); G_B4_0 = L_24; if (L_26) { G_B5_0 = L_24; goto IL_0079; } } IL_0072: { G_B6_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; G_B6_1 = G_B4_0; goto IL_007f; } IL_0079: { XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92 * L_27 = V_2; NullCheck(L_27); String_t* L_28; L_28 = XmlAnyElementAttribute_get_Namespace_mBE42C3CE521A6F6FB7EE53A0036294B0DC75DE47_inline(L_27, /*hidden argument*/NULL); G_B6_0 = L_28; G_B6_1 = G_B5_0; } IL_007f: { NullCheck(G_B6_1); XmlTypeMapElementInfo_set_Namespace_m428970C4B7182555B6636BF9AC3945F634705F69_inline(G_B6_1, G_B6_0, /*hidden argument*/NULL); goto IL_00d7; } IL_0086: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_29 = V_3; NullCheck(L_29); XmlTypeMapElementInfo_set_IsUnnamedAnyElement_mD4F5E05C761B584F531A0C8DF8DDD95ED3C9FCE0(L_29, (bool)1, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_30 = V_3; String_t* L_31 = ___defaultNamespace0; NullCheck(L_30); XmlTypeMapElementInfo_set_Namespace_m428970C4B7182555B6636BF9AC3945F634705F69_inline(L_30, L_31, /*hidden argument*/NULL); XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92 * L_32 = V_2; NullCheck(L_32); String_t* L_33; L_33 = XmlAnyElementAttribute_get_Namespace_mBE42C3CE521A6F6FB7EE53A0036294B0DC75DE47_inline(L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00d7; } } IL_009c: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_34 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_35 = L_34; NullCheck(L_35); ArrayElementTypeCheck (L_35, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCD8CC2C551FD45E2551022E478C520A80DD62DDA))); (L_35)->SetAt(static_cast(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCD8CC2C551FD45E2551022E478C520A80DD62DDA))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_36 = L_35; XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * L_37 = ___rmember1; NullCheck(L_37); String_t* L_38; L_38 = XmlReflectionMember_get_MemberName_mC09A44FCF1CF59DA1A3378317271646E088757B3_inline(L_37, /*hidden argument*/NULL); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_38); (L_36)->SetAt(static_cast(1), (String_t*)L_38); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_39 = L_36; NullCheck(L_39); ArrayElementTypeCheck (L_39, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral42D9C559B36F71C5AB37A696ECC383A0346BC96E))); (L_39)->SetAt(static_cast(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral42D9C559B36F71C5AB37A696ECC383A0346BC96E))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_40 = L_39; XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92 * L_41 = V_2; NullCheck(L_41); String_t* L_42; L_42 = XmlAnyElementAttribute_get_Namespace_mBE42C3CE521A6F6FB7EE53A0036294B0DC75DE47_inline(L_41, /*hidden argument*/NULL); NullCheck(L_40); ArrayElementTypeCheck (L_40, L_42); (L_40)->SetAt(static_cast(3), (String_t*)L_42); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_43 = L_40; NullCheck(L_43); ArrayElementTypeCheck (L_43, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC0D69EE876D7C5C122F135FF788193F3718C6584))); (L_43)->SetAt(static_cast(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC0D69EE876D7C5C122F135FF788193F3718C6584))); String_t* L_44; L_44 = String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417(L_43, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_45 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_45, L_44, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_45, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_ImportAnyElementInfo_m612496B9BC3DB3097E0947AD8FC363A0497B35C5_RuntimeMethod_var))); } IL_00d7: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_46 = V_3; XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92 * L_47 = V_2; NullCheck(L_47); int32_t L_48; L_48 = XmlAnyElementAttribute_get_Order_m5B435DCA604E14120750EA963CD2921835D0C32F_inline(L_47, /*hidden argument*/NULL); NullCheck(L_46); XmlTypeMapElementInfo_set_ExplicitOrder_m031CAF15B3BCFBF63B2DE6D71EAC9DDCE04B4130_inline(L_46, L_48, /*hidden argument*/NULL); XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_49 = V_0; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_50 = V_3; NullCheck(L_49); int32_t L_51; L_51 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_49, L_50); } IL_00eb: { RuntimeObject* L_52 = V_1; NullCheck(L_52); bool L_53; L_53 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_52); if (L_53) { goto IL_0029; } } IL_00f6: { IL2CPP_LEAVE(0x10C, FINALLY_00f8); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00f8; } FINALLY_00f8: { // begin finally (depth: 1) { RuntimeObject* L_54 = V_1; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_54, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_55 = V_4; if (!L_55) { goto IL_010b; } } IL_0104: { RuntimeObject* L_56 = V_4; NullCheck(L_56); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_56); } IL_010b: { IL2CPP_END_FINALLY(248) } } // end finally (depth: 1) IL2CPP_CLEANUP(248) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x10C, IL_010c) } IL_010c: { XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_57 = V_0; return L_57; } } // System.Void System.Xml.Serialization.XmlReflectionImporter::ImportTextElementInfo(System.Xml.Serialization.XmlTypeMapElementInfoList,System.Type,System.Xml.Serialization.XmlTypeMapMemberElement,System.Xml.Serialization.XmlAttributes,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReflectionImporter_ImportTextElementInfo_mB0A28F28F1550E064B302F9BBC92926F89052669 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * ___list0, Type_t * ___defaultType1, XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * ___member2, XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * ___atts3, String_t* ___defaultNamespace4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * V_0 = NULL; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * V_1 = NULL; { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_0 = ___atts3; NullCheck(L_0); XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E * L_1; L_1 = XmlAttributes_get_XmlText_m743D89AFE4BFA7D53A14574F0868B80D2496D104_inline(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_012e; } } { XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_2 = ___member2; NullCheck(L_2); XmlTypeMapMemberElement_set_IsXmlTextCollector_m6D8322F1020B99C91DB0CB462FAE6596FC763D1E_inline(L_2, (bool)1, /*hidden argument*/NULL); XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_3 = ___atts3; NullCheck(L_3); XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E * L_4; L_4 = XmlAttributes_get_XmlText_m743D89AFE4BFA7D53A14574F0868B80D2496D104_inline(L_3, /*hidden argument*/NULL); NullCheck(L_4); Type_t * L_5; L_5 = XmlTextAttribute_get_Type_mCE89138881363643CA1975DC70E1F060C60A90CA_inline(L_4, /*hidden argument*/NULL); 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_006d; } } { Type_t * L_7 = ___defaultType1; IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_8; L_8 = TypeTranslator_GetTypeData_mCCF6ACBDA188128044B25420124E8A2CD0885E84(L_7, /*hidden argument*/NULL); V_1 = L_8; TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_9 = V_1; NullCheck(L_9); int32_t L_10; L_10 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_9, /*hidden argument*/NULL); if ((((int32_t)L_10) == ((int32_t)1))) { goto IL_0040; } } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_11 = V_1; NullCheck(L_11); int32_t L_12; L_12 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_11, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)2)))) { goto IL_005f; } } IL_0040: { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_13 = ___atts3; NullCheck(L_13); XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E * L_14; L_14 = XmlAttributes_get_XmlText_m743D89AFE4BFA7D53A14574F0868B80D2496D104_inline(L_13, /*hidden argument*/NULL); NullCheck(L_14); Type_t * L_15; L_15 = XmlTextAttribute_get_Type_mCE89138881363643CA1975DC70E1F060C60A90CA_inline(L_14, /*hidden argument*/NULL); Type_t * L_16 = ___defaultType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_17; L_17 = Type_op_Inequality_m519B1E8F2F1E2101ADF863401FCAE38210395368(L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_005f; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_18 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D585EFA72289B5EB83C4E729C8843ADEA8F08D2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_ImportTextElementInfo_mB0A28F28F1550E064B302F9BBC92926F89052669_RuntimeMethod_var))); } IL_005f: { XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_19 = ___atts3; NullCheck(L_19); XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E * L_20; L_20 = XmlAttributes_get_XmlText_m743D89AFE4BFA7D53A14574F0868B80D2496D104_inline(L_19, /*hidden argument*/NULL); NullCheck(L_20); Type_t * L_21; L_21 = XmlTextAttribute_get_Type_mCE89138881363643CA1975DC70E1F060C60A90CA_inline(L_20, /*hidden argument*/NULL); ___defaultType1 = L_21; } IL_006d: { Type_t * L_22 = ___defaultType1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_23 = { reinterpret_cast (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_24; L_24 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_23, /*hidden argument*/NULL); bool L_25; L_25 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_22, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_008b; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_26 = { reinterpret_cast (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_27; L_27 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_26, /*hidden argument*/NULL); ___defaultType1 = L_27; } IL_008b: { XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * L_28 = ___member2; Type_t * L_29 = ___defaultType1; XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * L_30 = ___atts3; NullCheck(L_30); XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E * L_31; L_31 = XmlAttributes_get_XmlText_m743D89AFE4BFA7D53A14574F0868B80D2496D104_inline(L_30, /*hidden argument*/NULL); NullCheck(L_31); String_t* L_32; L_32 = XmlTextAttribute_get_DataType_m5A6F5067C4D1EB72A92752324722BCA2EFF7F85A(L_31, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_tD677CF48AA9DAA878956B5D298806AE033FEEC73_il2cpp_TypeInfo_var); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_33; L_33 = TypeTranslator_GetTypeData_m34ECB131DF1502AA0C92FEFCDBB86D0192F486C2(L_29, L_32, (bool)0, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_34 = (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A *)il2cpp_codegen_object_new(XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A_il2cpp_TypeInfo_var); XmlTypeMapElementInfo__ctor_mF6007B11354DB3416455EA0AE568C6FF92542B04(L_34, L_28, L_33, /*hidden argument*/NULL); V_0 = L_34; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_35 = V_0; NullCheck(L_35); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_36; L_36 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_35, /*hidden argument*/NULL); NullCheck(L_36); int32_t L_37; L_37 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_36, /*hidden argument*/NULL); if ((((int32_t)L_37) == ((int32_t)1))) { goto IL_00fb; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_38 = V_0; NullCheck(L_38); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_39; L_39 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_38, /*hidden argument*/NULL); NullCheck(L_39); int32_t L_40; L_40 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_39, /*hidden argument*/NULL); if ((((int32_t)L_40) == ((int32_t)2))) { goto IL_00fb; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_41 = V_0; NullCheck(L_41); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_42; L_42 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_41, /*hidden argument*/NULL); NullCheck(L_42); int32_t L_43; L_43 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_42, /*hidden argument*/NULL); if ((((int32_t)L_43) == ((int32_t)6))) { goto IL_00fb; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_44 = V_0; NullCheck(L_44); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_45; L_45 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_44, /*hidden argument*/NULL); NullCheck(L_45); int32_t L_46; L_46 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_45, /*hidden argument*/NULL); if ((!(((uint32_t)L_46) == ((uint32_t)3)))) { goto IL_00f0; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_47 = V_0; NullCheck(L_47); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_48; L_48 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_47, /*hidden argument*/NULL); NullCheck(L_48); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_49; L_49 = TypeData_get_ListItemTypeData_m0FA3A62DFB823ECD4B3DA4987FD66C54789ABDD6(L_48, /*hidden argument*/NULL); NullCheck(L_49); int32_t L_50; L_50 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_49, /*hidden argument*/NULL); if ((((int32_t)L_50) == ((int32_t)6))) { goto IL_00fb; } } IL_00f0: { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_51 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_51, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA7B2BA46FD695B79CF60BB6970762E6C1E761E71)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_51, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_ImportTextElementInfo_mB0A28F28F1550E064B302F9BBC92926F89052669_RuntimeMethod_var))); } IL_00fb: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_52 = V_0; NullCheck(L_52); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_53; L_53 = XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline(L_52, /*hidden argument*/NULL); NullCheck(L_53); bool L_54; L_54 = TypeData_get_IsComplexType_m7F74C117E649C691E8EF8989A7CB470A59405A28(L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_0118; } } { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_55 = V_0; Type_t * L_56 = ___defaultType1; String_t* L_57 = ___defaultNamespace4; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_58; L_58 = XmlReflectionImporter_ImportTypeMapping_mF9EA2A270B4B1DEA56FC524567DB94798376A550(__this, L_56, (XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 *)NULL, L_57, /*hidden argument*/NULL); NullCheck(L_55); XmlTypeMapElementInfo_set_MappedType_m7DFC1FE2449F33CCB76C521EA95669DFDE4FB620_inline(L_55, L_58, /*hidden argument*/NULL); } IL_0118: { XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_59 = V_0; NullCheck(L_59); XmlTypeMapElementInfo_set_IsTextElement_m7BB3A8B86D0FD4C9622BF60850DFD94E689B039C(L_59, (bool)1, /*hidden argument*/NULL); XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_60 = V_0; NullCheck(L_60); XmlTypeMapElementInfo_set_WrappedElement_m47E5F5A0432D44A66827AC669A742C28587AFABF_inline(L_60, (bool)0, /*hidden argument*/NULL); XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_61 = ___list0; XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * L_62 = V_0; NullCheck(L_61); int32_t L_63; L_63 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_61, L_62); } IL_012e: { return; } } // System.Boolean System.Xml.Serialization.XmlReflectionImporter::CanBeNull(System.Xml.Serialization.TypeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReflectionImporter_CanBeNull_m74FE1D10AB7DF8C33AF0A47D8B06A0375695F4EE (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___type0, const RuntimeMethod* method) { { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_0 = ___type0; NullCheck(L_0); Type_t * L_1; L_1 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2; L_2 = Type_get_IsValueType_m9CCCB4759C2D5A890096F8DBA66DAAEFE9D913FB(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0014; } } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_3 = ___type0; NullCheck(L_3); bool L_4; L_4 = TypeData_get_IsNullable_mD24CD1E465C07ADBA559890CC8DB5FD2100BEADF(L_3, /*hidden argument*/NULL); return L_4; } IL_0014: { return (bool)1; } } // System.Void System.Xml.Serialization.XmlReflectionImporter::IncludeType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReflectionImporter_IncludeType_m39C42AB1303FFA3A414400C9826C25060EFCF9E7 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, Type_t * ___type0, 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*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { Type_t * L_0 = ___type0; 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*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_IncludeType_m39C42AB1303FFA3A414400C9826C25060EFCF9E7_RuntimeMethod_var))); } IL_0014: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_3 = __this->get_includedTypes_2(); if (L_3) { goto IL_0027; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_4, /*hidden argument*/NULL); __this->set_includedTypes_2(L_4); } IL_0027: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_5 = __this->get_includedTypes_2(); Type_t * L_6 = ___type0; NullCheck(L_5); bool L_7; L_7 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(28 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_5, L_6); if (L_7) { goto IL_0042; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_8 = __this->get_includedTypes_2(); Type_t * L_9 = ___type0; NullCheck(L_8); int32_t L_10; L_10 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_8, L_9); } IL_0042: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_11 = __this->get_relatedMaps_5(); NullCheck(L_11); int32_t L_12; L_12 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_11); if ((((int32_t)L_12) <= ((int32_t)0))) { goto IL_00be; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_13 = __this->get_relatedMaps_5(); NullCheck(L_13); RuntimeObject * L_14; L_14 = VirtFuncInvoker0< RuntimeObject * >::Invoke(27 /* System.Object System.Collections.ArrayList::Clone() */, L_13); NullCheck(((ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)CastclassClass((RuntimeObject*)L_14, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var))); RuntimeObject* L_15; L_15 = VirtFuncInvoker0< RuntimeObject* >::Invoke(32 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, ((ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)CastclassClass((RuntimeObject*)L_14, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var))); V_0 = L_15; } IL_0066: try { // begin try (depth: 1) { goto IL_00a3; } IL_0068: { RuntimeObject* L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17; L_17 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_16); V_1 = ((XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 *)CastclassClass((RuntimeObject*)L_17, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581_il2cpp_TypeInfo_var)); XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_18 = V_1; NullCheck(L_18); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_19; L_19 = XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline(L_18, /*hidden argument*/NULL); NullCheck(L_19); Type_t * L_20; L_20 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_19, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_21 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22; L_22 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F(L_21, /*hidden argument*/NULL); bool L_23; L_23 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732(L_20, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00a3; } } IL_0090: { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_24 = V_1; NullCheck(L_24); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_25; L_25 = XmlTypeMapping_get_DerivedTypes_m63ABD00406604F86FE15EE6BBC3EAEB9C6B6EAF7_inline(L_24, /*hidden argument*/NULL); Type_t * L_26 = ___type0; XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_27; L_27 = XmlReflectionImporter_ImportTypeMapping_m36C45A176E8266C6B53BBA407E926ACA4F72802B(__this, L_26, /*hidden argument*/NULL); NullCheck(L_25); int32_t L_28; L_28 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_25, L_27); } IL_00a3: { RuntimeObject* L_29 = V_0; NullCheck(L_29); bool L_30; L_30 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_29); if (L_30) { goto IL_0068; } } IL_00ab: { IL2CPP_LEAVE(0xBE, FINALLY_00ad); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ad; } FINALLY_00ad: { // begin finally (depth: 1) { RuntimeObject* L_31 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_31, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_32 = V_2; if (!L_32) { goto IL_00bd; } } IL_00b7: { RuntimeObject* L_33 = V_2; NullCheck(L_33); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_33); } IL_00bd: { IL2CPP_END_FINALLY(173) } } // end finally (depth: 1) IL2CPP_CLEANUP(173) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xBE, IL_00be) } IL_00be: { return; } } // System.Object System.Xml.Serialization.XmlReflectionImporter::GetDefaultValue(System.Xml.Serialization.TypeData,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlReflectionImporter_GetDefaultValue_mAF92F5C3A00A3431F010D17D9241807894CAB134 (XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___typeData0, RuntimeObject * ___defaultValue1, 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*)&Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B9B6C84CC15492CCB290C4B79418FA6D7DD24C1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeObject * L_0 = ___defaultValue1; IL2CPP_RUNTIME_CLASS_INIT(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var); DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * L_1 = ((DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var))->get_Value_0(); if ((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 *)L_1))) { goto IL_0011; } } { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_2 = ___typeData0; NullCheck(L_2); int32_t L_3; L_3 = TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_0013; } } IL_0011: { RuntimeObject * L_4 = ___defaultValue1; return L_4; } IL_0013: { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_5 = ___typeData0; NullCheck(L_5); Type_t * L_6; L_6 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_5, /*hidden argument*/NULL); RuntimeObject * L_7 = ___defaultValue1; IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); String_t* L_8; L_8 = Enum_Format_m5DC032DAC7A40136EEB6E2CFEBC0E0B40131C36D(L_6, L_7, _stringLiteral2B9B6C84CC15492CCB290C4B79418FA6D7DD24C1, /*hidden argument*/NULL); TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_9 = ___typeData0; NullCheck(L_9); Type_t * L_10; L_10 = TypeData_get_Type_mE27C48C269E3CC11EDE71C4D9C45B3C51C2B1B3D_inline(L_9, /*hidden argument*/NULL); RuntimeObject * L_11 = ___defaultValue1; String_t* L_12; L_12 = Enum_Format_m5DC032DAC7A40136EEB6E2CFEBC0E0B40131C36D(L_10, L_11, _stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03, /*hidden argument*/NULL); V_0 = L_12; String_t* L_13 = V_0; bool L_14; L_14 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_8, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_005f; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_15; L_15 = CultureInfo_get_InvariantCulture_m27F344B7A1A5F9CAA493D82A5406DAC005C30205(/*hidden argument*/NULL); RuntimeObject * L_16 = ___defaultValue1; RuntimeObject * L_17 = ___defaultValue1; NullCheck(L_17); Type_t * L_18; L_18 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_17, /*hidden argument*/NULL); NullCheck(L_18); String_t* L_19; L_19 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_18); String_t* L_20; L_20 = String_Format_m061EEC38D33A13CC1E98DBD6869E97A0C2989F88(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0D4C268C4423C754CBC1834659DBB0EE8FE916F8)), L_16, L_19, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_21 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_21, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReflectionImporter_GetDefaultValue_mAF92F5C3A00A3431F010D17D9241807894CAB134_RuntimeMethod_var))); } IL_005f: { RuntimeObject * L_22 = ___defaultValue1; return L_22; } } // System.Void System.Xml.Serialization.XmlReflectionImporter::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReflectionImporter__cctor_m9B2467018ECB42064D0AAE72323066FE73157D41 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral31133B72BD99652557120522D697E07A71CF3DA6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral560C311BA606901B751369745841EC8F31B5FD8F); s_Il2CppMethodInitialized = true; } { ((XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25_StaticFields*)il2cpp_codegen_static_fields_for(XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25_il2cpp_TypeInfo_var))->set_errSimple_7(_stringLiteral31133B72BD99652557120522D697E07A71CF3DA6); ((XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25_StaticFields*)il2cpp_codegen_static_fields_for(XmlReflectionImporter_t87603914CF36DA0CBC607E4BAEDF25ECED8E3D25_il2cpp_TypeInfo_var))->set_errSimple2_8(_stringLiteral560C311BA606901B751369745841EC8F31B5FD8F); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * HttpWebRequest_get_Address_m8B4240A8AD46F12716B28F8549750BA30D2E368B_inline (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, const RuntimeMethod* method) { { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = __this->get_actualUri_13(); 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 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 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 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* 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 int32_t XmlElementAttribute_get_Order_m53392D09A67DB37F8F311F59B12610EF51DFFF94_inline (XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_order_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlEntity_get_SystemId_m8BCDB233348C6CA78DC12DB3C39EFF4727592AB7_inline (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_systemId_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SerializationEntry_get_Name_m1314B9BFC9D6CFCC607FF1B2B748583DAEB1D1E2_inline (SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_name_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * SerializationEntry_get_Value_m7D4406AB9EF2F4ADE65FFC23C4F79EB1A3749BD6_inline (SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_m_value_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Exception_set_HResult_mB9E603303A0678B32684B0EEC144334BAB0E6392_inline (Exception_t * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set__HResult_11(L_0); return; } } 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 XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * XmlTextReader_get_Impl_mF1F74E7D8B05F5B8DFD02CDB1F68694DAE4C919C_inline (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_0 = __this->get_impl_3(); 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 int32_t XmlReaderSettings_get_ValidationType_m9ED8E4F543926256EAC4E052764A786FCE05C449_inline (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_validationType_13(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDocument_set_Schemas_m280471322832DE2070B53C6E6C54583DBE377D13_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * ___value0, const RuntimeMethod* method) { { XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * L_0 = ___value0; __this->set_schemas_8(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlElement_set_XmlName_m6BF0CB16BB12B567796E028798409659F0878366_inline (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___value0, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = ___value0; __this->set_name_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlAttribute_set_XmlName_m304F68B9D5B5C58D53B5FDD19FDE62F8EFA9A0A4_inline (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___value0, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = ___value0; __this->set_name_1(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 bool XmlDocumentType_get_ParseWithNamespaces_m0B06FD0B85241C23F59FDF8ABA65C59F6320A9DB_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_namespaces_6(); return L_0; } } 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 void XmlDocumentType_set_DtdSchemaInfo_m2A2B4A126F4EA330CD02BAFC9C57422DF167DF02_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * ___value0, const RuntimeMethod* method) { { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_0 = ___value0; __this->set_schemaInfo_9(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDocument_set_DtdSchemaInfo_m1AF56BE37994CB289D682DDE25087BB5EB756917_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * ___value0, const RuntimeMethod* method) { { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_0 = ___value0; __this->set_schemaInfo_7(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * SchemaNotation_get_Name_m08D1A0F31266536764CE44A0633DCC84525E18F3_inline (SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * __this, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = __this->get_name_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR 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 String_t* SchemaNotation_get_Pubid_mF5506EEC55649230D39056045E6E3BEA6425EE2D_inline (SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_pubid_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SchemaNotation_get_SystemLiteral_m9DB468F07E2E95DFAF2D82A4165D5665E4F9EC6D_inline (SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_systemLiteral_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * SchemaEntity_get_Name_mB20AA73F025F99A004B20738C773CEB8D40B7EBA_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = __this->get_qname_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_Text_mBDDEA973537098FDCC625FC2349A5D6A2092718D_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_text_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_Pubid_mFC308D0C87C3A88CB67A813B56F97F538749E786_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_pubid_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_Url_m5A96254918F00575C76A5CC66B5D23D15D77EF98_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_url_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * SchemaEntity_get_NData_mFA6084E09F48F115394AEDF935A40D43F59EA9FC_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = __this->get_ndata_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlEntity_SetBaseURI_m0A9F9BFB5EB283241D37C5FB76A75B196E9A02FC_inline (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, String_t* ___inBaseURI0, const RuntimeMethod* method) { { String_t* L_0 = ___inBaseURI0; __this->set_baseURI_6(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDocument_set_Entities_mB92A98D7A12C0D4707F952AF3CBAC627F3D65C92_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * ___value0, const RuntimeMethod* method) { { XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_0 = ___value0; __this->set_entities_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * SchemaInfo_get_ElementDecls_m693F83C6FD11BDFA1D422BE8F036916818491177_inline (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method) { { Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * L_0 = __this->get_elementDecls_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_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 XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * SchemaDeclBase_get_Datatype_mA6244D69EB46EA7A09CDB3BD3370B49B89A47FD1_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method) { { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_0 = __this->get_datatype_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR 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 XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * XmlParserContext_get_NamespaceManager_m9DF0655B59F937EEE2C2ABC8E8B7067AA14A010E_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_0 = __this->get__nsMgr_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlDocument_get_ActualLoadingStatus_m132F4C9F3AF7325A4F7D75871F11F56555D2FA27_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_actualLoadingStatus_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_DisableUndeclaredEntityCheck_mB9FB8144B877DD69D695FE2C53AD87A2D19C4BB1_inline (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_disableUndeclaredEntityCheck_73(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * XmlDocumentType_get_DtdSchemaInfo_m044BADB1D184372A1C09F862CC56C9BEF1A8DD05_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_0 = __this->get_schemaInfo_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_BaseURI_mDC9771AD1C8F20ABB620B6B8FB05FF8588DEB4E4_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__baseURI_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_DocTypeName_mBB1E0FED037DAD590E11B29F6BD160BDA2A689A9_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__docTypeName_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_PublicId_m1135CB245A9628A1B67D2ECF5AA560DB69E9D32D_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__pubId_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_SystemId_mDF57A6C7FBCB6142D7DE370480F96740BD7791F8_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__sysId_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_InternalSubset_m8C6D38A985229CA2CD7EB25FD71FF37D5CFEA490_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__internalSubset_5(); 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 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 bool XmlDocument_get_CanReportValidity_m904E0976974126FFE5D5E2D2758F4B89EC9075AA_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_reportValidity_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IsXmlResolverSet_m4374404167E732ADF4FF5D5699DA1A2763B4A048_inline (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsXmlResolverSetU3Ek__BackingField_18(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BinaryCompatibility_get_TargetsAtLeast_Desktop_V4_5_2_mDEFDF9D5E7D544663030CF84399725D0A2025D22_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5_il2cpp_TypeInfo_var); bool L_0 = ((BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5_il2cpp_TypeInfo_var))->get__targetsAtLeast_Desktop_V4_5_2_0(); return L_0; } } 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 TypeData_get_SchemaType_m1E1859E6B8F79B692587EB29D4E8E2917F8112D4_inline (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_sType_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlMapping_SetKey_m5B06D619DEFD4B580B09AA449335965ACE07AA82_inline (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, String_t* ___key0, const RuntimeMethod* method) { { String_t* L_0 = ___key0; __this->set_key_5(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlMapping_set_RelatedMaps_mA129C8C27F935064681D608B11F8DF177FA3B858_inline (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___value0, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = ___value0; __this->set_relatedMaps_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlMapping_set_Format_m9EB27B9A5E734B6C1F7E13C6D4640E76A7FD2DCF_inline (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_format_2(L_0); return; } } 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 String_t* TypeData_get_FullTypeName_mFFCC7D2CB2D25AB7EB9FB3B395515A52B19D9A29_inline (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_fullTypeName_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * XmlAttributes_get_XmlRoot_m660513A35CE5B36F688B0A19001FA6E6E73D9EE9_inline (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method) { { XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * L_0 = __this->get_xmlRoot_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 * XmlAttributes_get_XmlType_m00784DFC2AE7D981A8455CAAB9A18F1E5B3E7F9A_inline (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method) { { XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 * L_0 = __this->get_xmlType_13(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeAttribute_get_Namespace_m71B386CC850B097BD069DACA436AE0D4A459C858_inline (XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTypeAttribute_get_IncludeInSchema_m0A9657E25F040E13B36BEE03E860040BA626C926_inline (XmlTypeAttribute_t8CF0FDD3A7F093717D676F94868FE9ABFB689800 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_includeInSchema_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlRootAttribute_get_Namespace_m0A911502725F9726BDDEE6EE3F38D02DA70097BD_inline (XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlRootAttribute_get_IsNullable_m891FFFF4D901032D8F70819DC2A31322765AC54F_inline (XmlRootAttribute_t509A188575B2B9912E6DBF82CBB9A17715BECB96 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isNullable_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapping_set_IncludeInSchema_mFC3062C13722A8C22B205186420ED38E1F604038_inline (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_includeInSchema_11(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapping_set_IsNullable_mD56AE3E111996A952C37635EA57BB375C6535009_inline (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isNullable_12(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapping_get_XmlType_m97D3C310989DEA0D8C5DDE2A74BA1866DA7E5C99_inline (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_xmlType_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlMapping_set_ObjectMap_m0F4C130CF2DB92999D96F22538AC256EC06B49C9_inline (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * ___value0, const RuntimeMethod* method) { { ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * L_0 = ___value0; __this->set_map_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlAttributes_get_XmlIgnore_mDE8D8BE2B8F92D3264F13D785E0D4225AE70C9DE_inline (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_xmlIgnore_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * XmlReflectionMember_get_DeclaringType_mD719A7D17301246AE02FCB95CBC9EFCEFEDB3853_inline (XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_declaringType_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlReflectionMember_get_MemberName_mC09A44FCF1CF59DA1A3378317271646E088757B3_inline (XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_memberName_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * XmlTypeMapping_get_DerivedTypes_m63ABD00406604F86FE15EE6BBC3EAEB9C6B6EAF7_inline (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__derivedTypes_14(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * XmlMapping_get_ObjectMap_m7B06F5CA0492C1860E924B54F29D3ABF908F77C9_inline (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, const RuntimeMethod* method) { { ObjectMap_t7A8443346E6A156B8D9173F81BB35A5A23992B5C * L_0 = __this->get_map_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapping_set_BaseMap_m75694732FDD9E30E1D827DDED2E33FAC6774F766_inline (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___value0, const RuntimeMethod* method) { { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_0 = ___value0; __this->set_baseMap_9(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ClassMap_SetCanBeSimpleType_m9A6BBBA7D4B39871677C0234B2C4725CB78A9660_inline (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, bool ___can0, const RuntimeMethod* method) { { bool L_0 = ___can0; __this->set__canBeSimpleType_14(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ClassMap_get_ElementMembers_m30583103C73D6B9FCB936FF39D814F8D381910D1_inline (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get__elementMembers_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * XmlTypeMapping_get_TypeData_m4087973CAFF6B74AACEDCFF8FCA51E7CD183FD11_inline (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, const RuntimeMethod* method) { { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_0 = __this->get_type_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeData_get_TypeName_m668AE0E924392266E74D909657C056F8AAA596B7_inline (TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_typeName_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlTypeMapping_get_BaseMap_m6202ECE86BAF66E17C989E6DCC97FBC463DD639B_inline (XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * __this, const RuntimeMethod* method) { { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_0 = __this->get_baseMap_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * ClassMap_get_XmlTextCollector_mCD1E9DCA3A54BCEA7DB7F1E0175508C08677849E_inline (ClassMap_t31C7F517155D65EFA77D6F5F9CA82178535F7FCB * __this, const RuntimeMethod* method) { { XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * L_0 = __this->get__xmlTextCollector_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * XmlTypeMapMember_get_TypeData_m2B29917C2E90691B93125369A14EE6EFB3F80656_inline (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, const RuntimeMethod* method) { { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_0 = __this->get__typeData_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapMember_get_Name_mF4296DFD6FB56C6F2592A975362C5187FAD5F036_inline (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__name_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB * XmlAttributes_get_XmlArrayItems_mB0B6351F521D19EC4810D27B7B89CDF477E01A3D_inline (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method) { { XmlArrayItemAttributes_t31129BD0EFD28EFBF3076C3CF12300AED71A31CB * L_0 = __this->get_xmlArrayItems_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlArrayItemAttribute_get_Namespace_m540093674268E0D9CFB2A3C956D97882FB761450_inline (XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlArrayItemAttribute_get_Form_mBE29B9F35D11E995C7B4169F84289EA5523379C1_inline (XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_form_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlArrayItemAttribute_get_NestingLevel_m1246E008EEA78D69F58C9959DEB75A7975C87FE6_inline (XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_nestingLevel_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * XmlArrayItemAttribute_get_Type_m2500D53AC5E45EB0D196A1C0381DA21CCAFCC285_inline (XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_type_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_Namespace_m428970C4B7182555B6636BF9AC3945F634705F69_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__namespace_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_Namespace_mC9E436A358B8900AFDB3C7E5E91002873ACF84B2_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__namespace_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_Form_m85F81039CF7C52FAA0B57F5B151F15EB37954EBF_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set__form_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlArrayItemAttribute_get_IsNullableSpecified_m5D178C070F4FE4945C45B89041865D94225003AA_inline (XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isNullableSpecified_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlArrayItemAttribute_get_IsNullable_m094CB9CBB98C47D54DCAC0D097FE6B843DA3D8E6_inline (XmlArrayItemAttribute_tADA59D11B0D5E8CF01A1410D957B873D45F2FC94 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isNullable_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * XmlTypeMapElementInfo_get_TypeData_m926B6BA45030F83BEB77AE80F065E79A8558B415_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method) { { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_0 = __this->get__type_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_IsNullable_m041AC6E38489107B983C09E52E0FC5ABC52DF6C7_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set__isNullable_5(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_NestingLevel_mBE87E71FD314CFDDE13BABCB6018D3C6178709AD_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set__nestingLevel_6(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_MappedType_m7DFC1FE2449F33CCB76C521EA95669DFDE4FB620_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___value0, const RuntimeMethod* method) { { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_0 = ___value0; __this->set__mappedType_7(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_ElementName_mD96BF1649FA7885FA25FE2144CB7DC116B194FAB_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__elementName_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * XmlTypeMapElementInfo_get_MappedType_mD59C3A969497DCD13A7FFDF6C36899E1CB64CA14_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method) { { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_0 = __this->get__mappedType_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlMapping_get_ElementName_m325D48DC1385A3577E5B4948F1F116861A215CEF_inline (XmlMapping_t98D53F12A90FEA32EB59D51D4461C16AE85978F9 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__elementName_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ListMap_set_ItemInfo_m4FFE44794DBBCE25C4FFEE0077F4D7E092E8A2D5_inline (ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * __this, XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * ___value0, const RuntimeMethod* method) { { XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_0 = ___value0; __this->set__itemInfo_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_ElementName_m1B5D0CAFCC6513CBCFCF1BD3977A519B21C4BFFC_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__elementName_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * XmlIncludeAttribute_get_Type_mE52337BF96ED8BD12584009795EE037B8ADEF53F_inline (XmlIncludeAttribute_tCFBD14CDEA32E248DAFE2560072A8E8129453E0C * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_type_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlEnumAttribute_get_Name_mCA9823DAF5BAEAD04D9DDB3D3688976454571904_inline (XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlReflectionMember_set_DeclaringType_m865F6D639E3DEE36CEE038DE10467E80480C3102_inline (XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * __this, Type_t * ___value0, const RuntimeMethod* method) { { Type_t * L_0 = ___value0; __this->set_declaringType_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * XmlReflectionMember_get_MemberType_m146B8FD175EF935D44A000753B19C049AC32C1B9_inline (XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_memberType_2(); 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 String_t* XmlArrayAttribute_get_Namespace_mECDD6969B5F738AF94A29B94073822169C20CEBE_inline (XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlArrayAttribute_get_Form_m5466F34C7D0A1D9ABD3B0D3A5710C6194583609B_inline (XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_form_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlAnyAttributeAttribute_t425ACE58EEBC7D08A1B23CD06B03CA75B8D5B094 * XmlAttributes_get_XmlAnyAttribute_m9EBCA2F82D756CE9AAEBCA403A1E4A32B972662F_inline (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method) { { XmlAnyAttributeAttribute_t425ACE58EEBC7D08A1B23CD06B03CA75B8D5B094 * L_0 = __this->get_xmlAnyAttribute_0(); 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 void XmlTypeMapMemberElement_set_ElementInfo_mEA2E30D91B4F1BBD5828E55A4381B3AD9046F280_inline (XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * __this, XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * ___value0, const RuntimeMethod* method) { { XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_0 = ___value0; __this->set__elementInfo_10(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlAttributes_get_Xmlns_m2D2F20297D37E22BA33F31C25B6EE47156A459E5_inline (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_xmlns_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * XmlAttributes_get_XmlAttribute_m4DA607B6AC6CD6CA740A7F0D6D469ABE157E269A_inline (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method) { { XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * L_0 = __this->get_xmlAttribute_4(); 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 void XmlTypeMapMemberAttribute_set_AttributeName_m732E2BC71B8E09089DF46CBBA29620E1463CFD26_inline (XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__attributeName_10(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapMemberAttribute_get_AttributeName_mBAAB2635861C23CB95E96133A90677DB2155CE4D_inline (XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__attributeName_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMemberAttribute_set_MappedType_mA96949EF31180953CC98AC89967CF9C42B173E0D_inline (XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * __this, XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * ___value0, const RuntimeMethod* method) { { XmlTypeMapping_t9036F7EC275C8DEDD6387832CE5C4F83AA6DC581 * L_0 = ___value0; __this->set__mappedType_13(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlAttributeAttribute_get_Namespace_m36BA9646465FB94C21F9DA75C232B5A836F21575_inline (XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlAttributeAttribute_get_Form_m7692836B2A913C4CC0A9AE93E280C08A40A741AC_inline (XmlAttributeAttribute_t96949A5112ABB51E8AEB77CE3A43AF5EB44F5647 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_form_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMemberAttribute_set_Form_m1D56219E47820FD74C37C27461953FCCA5AD2F8F_inline (XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set__form_12(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMemberAttribute_set_Namespace_m83077B25E78B93CD70F6C488627FA17D314FC036_inline (XmlTypeMapMemberAttribute_t492CF61ABC22EAEB88A63F604D2C40F65C7AFB1E * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__namespace_11(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * XmlElementAttribute_get_Type_m6B3A7DCC38BFF5C5C1D2CDDA60256DE1838768CD_inline (XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_type_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E * XmlAttributes_get_XmlText_m743D89AFE4BFA7D53A14574F0868B80D2496D104_inline (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method) { { XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E * L_0 = __this->get_xmlText_12(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMemberFlatList_set_ListMap_mAA11145FA15A6884AA8D7752DA3D3330A56D0AA8_inline (XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 * __this, ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * ___value0, const RuntimeMethod* method) { { ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * L_0 = ___value0; __this->set__listMap_15(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * XmlTypeMapMemberFlatList_get_ListMap_mB29ED2E0F2F91D5FC005F9CDAAEC3801B577E401_inline (XmlTypeMapMemberFlatList_t5FF2F887FFCAEF62B495A4A8EF43F62C8BDEEA73 * __this, const RuntimeMethod* method) { { ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * L_0 = __this->get__listMap_15(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * ListMap_get_ItemInfo_mA9B850D7B956E576FEDE1CBEFD168EC5556A971C_inline (ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * __this, const RuntimeMethod* method) { { XmlTypeMapElementInfoList_t87AEFE46016646E67EEF427F24CC815CBF55BF8A * L_0 = __this->get__itemInfo_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapMemberElement_get_ChoiceMember_m9AE51BC723134EEB149DDE1F6190E14508A56FA4_inline (XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__choiceMember_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ListMap_set_ChoiceMember_mD594E76DC46BE942E1F48BEA7BF641FACF4DD3F0_inline (ListMap_t4A51AA656610A3AE94B5657C049248E9C2AD7948 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__choiceMember_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlArrayAttribute_get_IsNullable_mC356F2B97E0B1B057AC7DA9DC75EB0DE80265CE0_inline (XmlArrayAttribute_t8016E5E39EDDEC98A198E56BBAA467772E8AE472 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isNullable_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 void XmlTypeMapElementInfo_set_ExplicitOrder_m031CAF15B3BCFBF63B2DE6D71EAC9DDCE04B4130_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set__explicitOrder_10(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * XmlAttributes_get_XmlDefaultValue_m3812CBB291FD5E5FD065BC0A1EACBE4EFD142484_inline (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_xmlDefaultValue_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_DefaultValue_mA77C8EA2DCDE1EEA87AE9D72D5E76F589DD3DAE6_inline (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set__defaultValue_8(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_TypeData_m9102126647C26867085D1350E1EDC183CF502BD9_inline (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___value0, const RuntimeMethod* method) { { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_0 = ___value0; __this->set__typeData_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_Name_mBF5742A0132103DE37987D9EA6F3678F80D77AB0_inline (XmlTypeMapMember_t41AE3864E379A8FD098C2BFE538CC27990836AFC * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__name_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlReflectionMember_get_IsReturnValue_m8B85CC31AD23E0153EBF6E8569AF7737E38CD9A4_inline (XmlReflectionMember_t2DB532740F4159245F707469F68AEA9BFBDA55CD * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isReturnValue_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlChoiceIdentifierAttribute_t631E9D90F1B31767C61EEDF899EC5233B57BB067 * XmlAttributes_get_XmlChoiceIdentifier_m1E8FC3362D649B7B46EBDEEAA9B708869E7662B7_inline (XmlAttributes_t7A1F274475C6BEEADB9D661A6D67BBF644E14B46 * __this, const RuntimeMethod* method) { { XmlChoiceIdentifierAttribute_t631E9D90F1B31767C61EEDF899EC5233B57BB067 * L_0 = __this->get_xmlChoiceIdentifier_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMemberElement_set_ChoiceMember_mDC47BA61048B75963C4D8E5789D5A84F532792D7_inline (XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__choiceMember_11(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMemberElement_set_ChoiceTypeData_mF5ECB6F0DD23A7B111228D7FBA4780EFA55CA6DA_inline (XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * __this, TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * ___value0, const RuntimeMethod* method) { { TypeData_tB17E29DFB22C7153FB6084744BCE4FC8F91135C2 * L_0 = ___value0; __this->set__choiceTypeData_13(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlElementAttribute_get_Form_mB9261C8155A12EE03C7A8AF93377206D41501E67_inline (XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_form_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlTypeMapElementInfo_get_Form_m294ACF0C0C2CD53DC9A5F4435810866396DDFCC3_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__form_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlElementAttribute_get_Namespace_mF2DA857F00B2341F46AD2EA3E957F2BBFFB75908_inline (XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlElementAttribute_get_IsNullable_m2077CA3F3B3A4B55429D31E4C2EB3851216576FE_inline (XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isNullable_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTypeMapElementInfo_get_IsNullable_mB063B0F861F54D1DD176FCB66B4FF532D8E8C402_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__isNullable_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_ChoiceValue_mDF1E5216A38F7911327D731FD8DBEAD93CB48CAA_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set__choiceValue_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlAnyElementAttribute_get_Namespace_mBE42C3CE521A6F6FB7EE53A0036294B0DC75DE47_inline (XmlAnyElementAttribute_tADA3A2E357EFE676DAD4052392F28E6E2FDC5A92 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_1(); return L_0; } } 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 void XmlTypeMapMemberElement_set_IsXmlTextCollector_m6D8322F1020B99C91DB0CB462FAE6596FC763D1E_inline (XmlTypeMapMemberElement_tA4C24F1E23EB2A46445AE5F8F96774A1F0C63747 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set__isTextCollector_12(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * XmlTextAttribute_get_Type_mCE89138881363643CA1975DC70E1F060C60A90CA_inline (XmlTextAttribute_t913812A9EC84D070AA3006B1773A6ABC303A5C4E * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_type_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_WrappedElement_m47E5F5A0432D44A66827AC669A742C28587AFABF_inline (XmlTypeMapElementInfo_t3A7D1AE422820C143D55C7E6FC86AFD8E2236B3A * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set__wrappedElement_9(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m5EAB60888D4E661A01C7F32AD890D785F8B6225B_gshared_inline (Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_currentValue_3(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m9C4EBBD2108B51885E750F927D7936290C8E20EE_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3(); return (RuntimeObject *)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; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_GetValueOrDefault_mBECC58FEFD1088EC070D9F9A892ECD1D8BBF2A0F_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_value_0(); return (bool)L_0; } }