#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; struct 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 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 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 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 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 VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtActionInvoker7 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, invokeData.method); } }; template struct VirtActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct 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 VirtFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, 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); } }; struct GenericVirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, 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); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct 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 GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, 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); } }; // MS.Internal.Xml.Cache.XPathDocumentNavigator struct XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498; // MS.Internal.Xml.Cache.XPathNodeInfoAtom struct XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7; // MS.Internal.Xml.Cache.XPathNode[] struct XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B; // System.ArgumentException struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1; // System.ArgumentNullException struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD; // System.AsyncCallback struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4; // System.Boolean[] struct BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040; // System.Byte[] struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; // System.Char[] struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; // System.Collections.ArrayList struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t09B55F85AF27D0D332699AA879A1B10B193B5586; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t8A7F12FCA7804137862E99C1C7D23B40B61DDB2E; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tF8E14930C6DB55EAD2F99FAC2B8BBC0089B89C1F; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tC3E9CF8B3B4E0607FA444403328BF886E4F668BE; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t3501262CDC70A97246682D18935337986B241C01; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tC98B95086216011105E04388E58C48D1C924DABF; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t7C9EFE8AB99174D8574E6527C5C64B880B75CA68; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t3D2BB3E9D53AD687E3D7B5F1F264C22487CCC250; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t6A736BD5E196C3F46596988F6ECFA2A012789F47; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t755AE49D0E193AF4E8468E1B3B223EDE4A921710; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t332E79C734FE967139F72F903873B57C0990A9A2; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7; // System.Collections.Generic.List`1 struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3; // System.Collections.Generic.List`1 struct List_1_t2860FD4BD1AB958B9D33F7B140FDCC661ECEA601; // System.Collections.Hashtable struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A; // System.Collections.ICollection struct ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54; // System.Collections.IDictionary struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7; // System.Collections.IEnumerator struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A; // System.Collections.IEqualityComparer struct IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C; // System.Collections.Queue struct Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3; // System.Collections.SortedList struct SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE; // System.Delegate[] struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196; // System.Exception struct Exception_t; // System.FormatException struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC; // System.Func`2 struct Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6; // System.Func`2 struct Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF; // System.Globalization.Calendar struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5; // System.Globalization.CodePageDataItem struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB; // System.Globalization.CompareInfo struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1; // System.Globalization.CultureData struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD; // System.Globalization.CultureInfo struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8; // System.Globalization.TextInfo struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8; // System.Globalization.TokenHashValue[] struct TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A; // System.IAsyncResult struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598; // System.IFormatProvider struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901; // System.IO.MemoryStream struct MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C; // System.IO.Stream struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80; // System.IO.StringReader struct StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12; // System.IO.TextReader struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A; // System.IO.TextWriter struct TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0; // System.IndexOutOfRangeException struct IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF; // System.Int32[] struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83; // System.Int32[][] struct Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43; // System.Int64[] struct Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F; // System.IntPtr[] struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD; // System.InvalidOperationException struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1; // System.NotImplementedException struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4; // System.NotSupportedException struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010; // System.Object[] struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; // System.Reflection.Binder struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759; // System.Reflection.FieldInfo struct FieldInfo_t; // System.Reflection.MemberFilter struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Reflection.MethodBase struct MethodBase_t; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA; // System.Reflection.PropertyInfo struct PropertyInfo_t; // System.Runtime.Serialization.ObjectIDGenerator struct ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2; // System.String struct String_t; // System.String[] struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E; // System.Text.Decoder struct Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26; // System.Text.DecoderFallback struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60; // System.Text.DecoderFallbackBuffer struct DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C; // System.Text.Encoder struct Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464; // System.Text.EncoderFallback struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63; // System.Text.EncoderFallbackBuffer struct EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C; // System.Text.Encoding struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4; // System.Text.RegularExpressions.Capture struct Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73; // System.Text.RegularExpressions.ExclusiveReference struct ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB; // System.Text.RegularExpressions.MatchCollection struct MatchCollection_t8B954CE579727B076276B514F08040EE4D26844A; // System.Text.RegularExpressions.Regex struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF; // System.Text.RegularExpressions.RegexCode struct RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA; // System.Text.RegularExpressions.RegexRunnerFactory struct RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B; // System.Text.RegularExpressions.SharedReference struct SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5; // System.Text.StringBuilder struct StringBuilder_t; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048; // System.Threading.Tasks.Task`1 struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87; // System.Type struct Type_t; // System.Type[] struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F; // System.UInt32[] struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB; // System.Uri struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E; // System.Uri/UriInfo struct UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E; // System.UriParser struct UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC; // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017; // System.WeakReference struct WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D; // System.Xml.DomNameTable struct DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A; // System.Xml.EmptyEnumerator struct EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3; // System.Xml.IXmlNamespaceResolver struct IXmlNamespaceResolver_t252EBD93E225063727450B6A8B4BE94F5F2E8427; // System.Xml.Schema.ContentValidator struct ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA; // System.Xml.Schema.IXmlSchemaInfo struct IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1; // System.Xml.Schema.SchemaAttDef struct SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4; // System.Xml.Schema.SchemaDeclBase struct SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B; // System.Xml.Schema.SchemaElementDecl struct SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466; // System.Xml.Schema.SchemaInfo struct SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41; // System.Xml.Schema.ValidationEventHandler struct ValidationEventHandler_t4485151111870B499F014BC4EC05B066589AF4BF; // System.Xml.Schema.XmlSchemaAnyAttribute struct XmlSchemaAnyAttribute_t09BC4DE0DCA6086FA21F134EAE49241B32FAD078; // System.Xml.Schema.XmlSchemaAttribute struct XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B; // System.Xml.Schema.XmlSchemaCompilationSettings struct XmlSchemaCompilationSettings_t33655A7BA800689EC37601FEFD33291F42B8ABBC; // System.Xml.Schema.XmlSchemaDatatype struct XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550; // System.Xml.Schema.XmlSchemaElement struct XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D; // System.Xml.Schema.XmlSchemaException struct XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65; // System.Xml.Schema.XmlSchemaInfo struct XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035; // System.Xml.Schema.XmlSchemaObject struct XmlSchemaObject_tB5695348FF2B08149CAE95CD10F39F21EDB1F57B; // System.Xml.Schema.XmlSchemaPatternFacet struct XmlSchemaPatternFacet_t0FE0B38A1CCE96CD76792E0662B892BA630FE322; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F; // System.Xml.Schema.XmlSchemaSimpleType struct XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A; // System.Xml.Schema.XmlSchemaSimpleTypeContent struct XmlSchemaSimpleTypeContent_t87EF2A2F4B2F3D7827EA18B0FCB8393EA0201A3E; // System.Xml.Schema.XmlSchemaType struct XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9; // System.Xml.Schema.XmlTypeCode[] struct XmlTypeCodeU5BU5D_t43BF24D43F5D8E1233D96C0CE555091AE495642B; // System.Xml.Schema.XmlValueConverter struct XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E; // System.Xml.Serialization.ClassMap struct ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA; // System.Xml.Serialization.EnumMap struct EnumMap_tD7B24FAC46ED105487BE3269534CBB5072D8652A; // System.Xml.Serialization.EnumMap/EnumMapMember[] struct EnumMapMemberU5BU5D_t65FB66969212223ED79971B0473634E03D6C1B2E; // System.Xml.Serialization.IXmlSerializable struct IXmlSerializable_t65E60478746EA82F5C36332885D1005A7E696ED7; // System.Xml.Serialization.ListMap struct ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742; // System.Xml.Serialization.ObjectMap struct ObjectMap_t53CD0E614E60A73AB445A2A757CCD3C356F31677; // System.Xml.Serialization.ReflectionHelper struct ReflectionHelper_tE199EEE7D70F52495BFC2BA2C57EB73A91F512E6; // System.Xml.Serialization.TypeData struct TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94; // System.Xml.Serialization.UnreferencedObjectEventArgs struct UnreferencedObjectEventArgs_tB3E5A71C8BA5EBDEAA8B4EEE5694E60B4E158800; // System.Xml.Serialization.UnreferencedObjectEventHandler struct UnreferencedObjectEventHandler_t43A5BBC5B5EC952973CF7F9F191EAFF5C5DBCB9B; // System.Xml.Serialization.XmlAttributeEventArgs struct XmlAttributeEventArgs_t90608CBAF916AB247620BE242D0DCDEF6406BE66; // System.Xml.Serialization.XmlAttributeEventHandler struct XmlAttributeEventHandler_t7DE5648EC8D9459D5DEA07DF556AFDF235C661A6; // System.Xml.Serialization.XmlAttributeOverrides struct XmlAttributeOverrides_tE2AE30774D1F8B3860BFE1A8B6233970E88C7F7E; // System.Xml.Serialization.XmlElementEventArgs struct XmlElementEventArgs_t8498101818EE94F6BD918AEDC84A232A1F50CC7A; // System.Xml.Serialization.XmlElementEventHandler struct XmlElementEventHandler_tF116A337C283F6E1ECC94728C6F113676D9A8174; // System.Xml.Serialization.XmlMapping struct XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726; // System.Xml.Serialization.XmlMemberMapping[] struct XmlMemberMappingU5BU5D_t28F429C1F6F0E20B2BEF5B1E4C08D8788D2B7730; // System.Xml.Serialization.XmlMembersMapping struct XmlMembersMapping_t9ED4FD5026D98AFF2FF78E902B0BD4FE0579C991; // System.Xml.Serialization.XmlNodeEventArgs struct XmlNodeEventArgs_t3D96ADAA4EB384013BE4B5A8EB96387A6A24458B; // System.Xml.Serialization.XmlNodeEventHandler struct XmlNodeEventHandler_tD870BE5167E49CD15CA2F1879CD1EC0229C40F49; // System.Xml.Serialization.XmlReflectionImporter struct XmlReflectionImporter_t01142C73A76F11C3781558BEE362720BFDDDED3A; // System.Xml.Serialization.XmlRootAttribute struct XmlRootAttribute_t656E9D8E274574F4FF0EEF8920170A435A73F06C; // System.Xml.Serialization.XmlSerializationGeneratedCode struct XmlSerializationGeneratedCode_tD121073E4460FCF7F6B549E4621B0CB971D2E6CE; // System.Xml.Serialization.XmlSerializationReader struct XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88; // System.Xml.Serialization.XmlSerializationReaderInterpreter struct XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C; // System.Xml.Serialization.XmlSerializationReaderInterpreter/FixupCallbackInfo struct FixupCallbackInfo_t624A8800237A1808944906FDC24BE9244B65F71D; // System.Xml.Serialization.XmlSerializationReaderInterpreter/ReaderCallbackInfo struct ReaderCallbackInfo_t3649059057730362A2C3655BD0E4024E8DDC9C61; // System.Xml.Serialization.XmlSerializationWriteCallback struct XmlSerializationWriteCallback_tC98B104DBDBC776D566F853B9DED7668089431FA; // System.Xml.Serialization.XmlSerializationWriter struct XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6; // System.Xml.Serialization.XmlSerializationWriter/WriteCallbackInfo struct WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC; // System.Xml.Serialization.XmlSerializationWriterInterpreter struct XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221; // System.Xml.Serialization.XmlSerializationWriterInterpreter/CallbackInfo struct CallbackInfo_t6FC419FB131647181747C58C4AA7642E18071292; // System.Xml.Serialization.XmlSerializer struct XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C; // System.Xml.Serialization.XmlSerializer/SerializerData struct SerializerData_tFD8E75C5BC50CD6C3A3F382789E88E422381A7A8; // System.Xml.Serialization.XmlSerializerImplementation struct XmlSerializerImplementation_tF78BC93462D4003D83EAA821331747A0624F837D; // System.Xml.Serialization.XmlSerializerNamespaces struct XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F; // System.Xml.Serialization.XmlTextAttribute struct XmlTextAttribute_t260DF760832CEB66E748BDEDE998C3480FB902A7; // System.Xml.Serialization.XmlTypeAttribute struct XmlTypeAttribute_t8386F99942A9FABF3B9AF64324C28F674EE31E08; // System.Xml.Serialization.XmlTypeConvertorAttribute struct XmlTypeConvertorAttribute_tD8D068FF3EE07B1E93D3F5E657558E0E53D3CF4B; // System.Xml.Serialization.XmlTypeMapElementInfo struct XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F; // System.Xml.Serialization.XmlTypeMapElementInfoList struct XmlTypeMapElementInfoList_tCD7D387F78138B4E137D285319EC10532B14FBB0; // System.Xml.Serialization.XmlTypeMapMember struct XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D; // System.Xml.Serialization.XmlTypeMapMemberAnyAttribute struct XmlTypeMapMemberAnyAttribute_t0D4E196AF4FEEE5092B2FF4111A717B5C3E459BE; // System.Xml.Serialization.XmlTypeMapMemberAnyElement struct XmlTypeMapMemberAnyElement_tEC6C4FFA530F292BC4C09145DA5937285A664472; // System.Xml.Serialization.XmlTypeMapMemberAttribute struct XmlTypeMapMemberAttribute_tD9692D2B3223A558EE5B6FADCED2F92183F16C6C; // System.Xml.Serialization.XmlTypeMapMemberAttribute[] struct XmlTypeMapMemberAttributeU5BU5D_t1A3EF531DFF7CF757326012C417167F79DDE0D10; // System.Xml.Serialization.XmlTypeMapMemberElement struct XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00; // System.Xml.Serialization.XmlTypeMapMemberExpandable struct XmlTypeMapMemberExpandable_tEFC74196D6503AB38EEA1AD371BA55EABC7C30ED; // System.Xml.Serialization.XmlTypeMapMemberFlatList struct XmlTypeMapMemberFlatList_tEA9F25C615A27D3B9761879A55C2BF74E394D31F; // System.Xml.Serialization.XmlTypeMapMemberList struct XmlTypeMapMemberList_t408EB21F4809E9C2E2059BDE5F77F28F503EA48F; // System.Xml.Serialization.XmlTypeMapMemberNamespaces struct XmlTypeMapMemberNamespaces_t08BCB01966D11BB8968E6C39E1ACF60C9EEE8C43; // System.Xml.Serialization.XmlTypeMapping struct XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA; // System.Xml.UTF16Decoder struct UTF16Decoder_tFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3; // System.Xml.Ucs4Decoder struct Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202; // System.Xml.Ucs4Decoder1234 struct Ucs4Decoder1234_t5259EA5D5837DD5F24E735F44E276DFD6F9FCB5B; // System.Xml.Ucs4Decoder2143 struct Ucs4Decoder2143_t547DAB340F068202F02204C0BB33EC43E5297C1A; // System.Xml.Ucs4Decoder3412 struct Ucs4Decoder3412_t71A85A8FD45F4680892F71F2FB3E410942CFF271; // System.Xml.Ucs4Decoder4321 struct Ucs4Decoder4321_t7A5441C478AD040FA530C1725BC78BE6EFC13022; // System.Xml.Ucs4Encoding struct Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B; // System.Xml.Ucs4Encoding1234 struct Ucs4Encoding1234_tEB3CFB8928BE3EBF0995438638BF0D76D8940D29; // System.Xml.Ucs4Encoding2143 struct Ucs4Encoding2143_tB7EE38A288D464FED8C3CE4EDFD5E92E52BB7F29; // System.Xml.Ucs4Encoding3412 struct Ucs4Encoding3412_tC82C1FE5FA8637A21C47621D72C441598BD0DE5D; // System.Xml.Ucs4Encoding4321 struct Ucs4Encoding4321_tB1C3244370DDE5A456E03EB4A42AA22E44FE522F; // System.Xml.XPath.XPathDocument struct XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321; // System.Xml.XPath.XPathItem struct XPathItem_tCFAE3473CA8FED583EE90F08AF79BB5E1D7B3F98; // System.Xml.XPath.XPathNavigator struct XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3; // System.Xml.XPath.XPathNavigatorKeyComparer struct XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378; // System.Xml.XmlAttribute struct XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA; // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E; // System.Xml.XmlCDataSection struct XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709; // System.Xml.XmlCachedStream struct XmlCachedStream_t4187D3DDDEA27C1F8B7CAF33706457783B763F56; // System.Xml.XmlCharacterData struct XmlCharacterData_tA7587D706680E42BD7A094F87CB0859C840A8531; // System.Xml.XmlChildEnumerator struct XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA; // System.Xml.XmlChildNodes struct XmlChildNodes_tEDFFAA22FB673580AA2BE8D818DC8D90319DE7F4; // System.Xml.XmlComment struct XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D; // System.Xml.XmlDeclaration struct XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200; // System.Xml.XmlDocument struct XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97; // System.Xml.XmlDocumentFragment struct XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D; // System.Xml.XmlDocumentType struct XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136; // System.Xml.XmlElement struct XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC; // System.Xml.XmlEntity struct XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA; // System.Xml.XmlEntityReference struct XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204; // System.Xml.XmlException struct XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D; // System.Xml.XmlImplementation struct XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF; // System.Xml.XmlLinkedNode struct XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E; // System.Xml.XmlLoader struct XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D; // System.Xml.XmlName struct XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682; // System.Xml.XmlNameTable struct XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6; // System.Xml.XmlName[] struct XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4; // System.Xml.XmlNamedNodeMap struct XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31; // System.Xml.XmlNode struct XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB; // System.Xml.XmlNodeChangedEventArgs struct XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA; // System.Xml.XmlNodeChangedEventHandler struct XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838; // System.Xml.XmlNodeList struct XmlNodeList_t6A2162EDB563F1707F00C5156460E1073244C8E7; // System.Xml.XmlProcessingInstruction struct XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0; // System.Xml.XmlQualifiedName struct XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD; // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate struct HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8; // System.Xml.XmlQualifiedName[] struct XmlQualifiedNameU5BU5D_t375EB02A213AC919E02336B57A412BB761AFA18B; // System.Xml.XmlReader struct XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB; // System.Xml.XmlReaderSettings struct XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65; // System.Xml.XmlResolver struct XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280; // System.Xml.XmlSignificantWhitespace struct XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB; // System.Xml.XmlText struct XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649; // System.Xml.XmlTextEncoder struct XmlTextEncoder_t444AD6ADF242669731301011B84C2A007B08A475; // System.Xml.XmlTextReader struct XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C; // System.Xml.XmlTextReaderImpl struct XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61; // System.Xml.XmlTextWriter struct XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6; // System.Xml.XmlTextWriter/Namespace[] struct NamespaceU5BU5D_t543949D15727D25A9D2882E32191DE4C5DBD9829; // System.Xml.XmlTextWriter/State[] struct StateU5BU5D_t81C65FBCFDEA7DE192DE625334AE40FB591ED4D2; // System.Xml.XmlTextWriter/TagInfo[] struct TagInfoU5BU5D_tD76375D724727EC61E004D83983EF983E350C910; // System.Xml.XmlTextWriterBase64Encoder struct XmlTextWriterBase64Encoder_t1362FFBE93C9BC675B4A34503DB31AA6D3AAF01C; // System.Xml.XmlUnspecifiedAttribute struct XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D; // System.Xml.XmlWhitespace struct XmlWhitespace_tF5EA718743A148EBF7594ADF5A06B3224857AD4D; // System.Xml.XmlWriter struct XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CallbackInfo_t6FC419FB131647181747C58C4AA7642E18071292_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnumMap_tD7B24FAC46ED105487BE3269534CBB5072D8652A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enumerator_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F_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* FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Guid_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IXmlSerializable_t65E60478746EA82F5C36332885D1005A7E696ED7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyInfo_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeTranslator_t2B73F6806E7647A48688794BCD1E9C3793BE47EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ucs4Decoder1234_t5259EA5D5837DD5F24E735F44E276DFD6F9FCB5B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ucs4Decoder2143_t547DAB340F068202F02204C0BB33EC43E5297C1A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ucs4Decoder3412_t71A85A8FD45F4680892F71F2FB3E410942CFF271_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ucs4Decoder4321_t7A5441C478AD040FA530C1725BC78BE6EFC13022_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ucs4Encoding1234_tEB3CFB8928BE3EBF0995438638BF0D76D8940D29_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ucs4Encoding2143_tB7EE38A288D464FED8C3CE4EDFD5E92E52BB7F29_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ucs4Encoding3412_tC82C1FE5FA8637A21C47621D72C441598BD0DE5D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ucs4Encoding4321_tB1C3244370DDE5A456E03EB4A42AA22E44FE522F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlCustomFormatter_t20B9A7F147CB04B1552D1B5B1A62F60975441707_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlDateTimeSerializationMode_t3BEC2A1D374D312210AD24C13D61BC3A315881EF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlMembersMapping_t9ED4FD5026D98AFF2FF78E902B0BD4FE0579C991_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNodeType_tEE56AC4F9EC36B979516EA5836C4DA730B0A21E1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlQualifiedNameU5BU5D_t375EB02A213AC919E02336B57A412BB761AFA18B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlReflectionImporter_t01142C73A76F11C3781558BEE362720BFDDDED3A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSerializationWriteCallback_tC98B104DBDBC776D566F853B9DED7668089431FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapElementInfoList_tCD7D387F78138B4E137D285319EC10532B14FBB0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMemberAnyElement_tEC6C4FFA530F292BC4C09145DA5937285A664472_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMemberAttribute_tD9692D2B3223A558EE5B6FADCED2F92183F16C6C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMemberFlatList_tEA9F25C615A27D3B9761879A55C2BF74E394D31F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlWhitespace_tF5EA718743A148EBF7594ADF5A06B3224857AD4D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB____5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB____B9F0004E3873FDDCABFDA6174EA18F0859B637B4_5_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB____BAD037B714E1CD1052149B51238A3D4351DD10B5_6_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB____EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_7_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB____EE3413A2C088FF9432054D6E60A7CB6A498D25F0_8_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral009D0E17D65A5A59BC7D0AB2863B07590B7D2813; IL2CPP_EXTERN_C String_t* _stringLiteral033BCE7D9B01446B3829D198A47B3395B4A44B31; IL2CPP_EXTERN_C String_t* _stringLiteral03604A939E36BFD5AAB4D02EC49C56DD5FFE70A4; IL2CPP_EXTERN_C String_t* _stringLiteral06576556D1AD802F247CAD11AE748BE47B70CD9C; IL2CPP_EXTERN_C String_t* _stringLiteral0803DF4FF1650933D2FFE6BE04D4B21432134252; IL2CPP_EXTERN_C String_t* _stringLiteral099600A10A944114AAC406D136B625FB416DD779; IL2CPP_EXTERN_C String_t* _stringLiteral0CDF833483CB5A0FDE83C0BFF07BFB962EFE688E; IL2CPP_EXTERN_C String_t* _stringLiteral0D92C42F75FE884BF235216609840C2F7DC3035A; IL2CPP_EXTERN_C String_t* _stringLiteral0E42C6963BF60FC51DCC1B283F4CDEE208B6DD2C; IL2CPP_EXTERN_C String_t* _stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9; IL2CPP_EXTERN_C String_t* _stringLiteral0FEFD27CAD4915946049F0352BEDC0FA59D601E2; IL2CPP_EXTERN_C String_t* _stringLiteral107004472B7BA4E5E31F3082EE1FB5A1239EEC61; IL2CPP_EXTERN_C String_t* _stringLiteral11A09D431A40A8C4B839A1CFA95E2C9F9AFA2E87; IL2CPP_EXTERN_C String_t* _stringLiteral150956358DFB2DD051536F24C362ED507F77CC3A; IL2CPP_EXTERN_C String_t* _stringLiteral1624DC09206B54907E506FE062FA7F12CF48D7B0; IL2CPP_EXTERN_C String_t* _stringLiteral1715FD53054AA18C857952F78224CC4EB18F0766; IL2CPP_EXTERN_C String_t* _stringLiteral180FCBE698D0F2C44101A06215C472930BBD0A01; IL2CPP_EXTERN_C String_t* _stringLiteral1AE76814588A8852BEC1A4F868B17D08026CF135; IL2CPP_EXTERN_C String_t* _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441; IL2CPP_EXTERN_C String_t* _stringLiteral2152BA8F95B60B0E0D6C97D831B87EEFB1BF030D; IL2CPP_EXTERN_C String_t* _stringLiteral22CFFC95B6C607DFDE6C5F4E8D1095366BE114B3; IL2CPP_EXTERN_C String_t* _stringLiteral22EA1C649C82946AA6E479E1FFD321E4A318B1B0; IL2CPP_EXTERN_C String_t* _stringLiteral2431543E00DAB8E2E0C85F9688D4ACE696A48852; IL2CPP_EXTERN_C String_t* _stringLiteral2811A0921801129E74BA7BB3635A60BFEC553A80; IL2CPP_EXTERN_C String_t* _stringLiteral297E61709A083A6D56269F74B747533F7FADD309; IL2CPP_EXTERN_C String_t* _stringLiteral29A6E802123FF6EA94EC6F96DDA470B3FA755A58; IL2CPP_EXTERN_C String_t* _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6; IL2CPP_EXTERN_C String_t* _stringLiteral2BABA3F6B48CEDFED4180B89A61046BCEFA8D880; IL2CPP_EXTERN_C String_t* _stringLiteral2BE945FDF600746005B285C4307A72AFCB7D4964; IL2CPP_EXTERN_C String_t* _stringLiteral2C521ED4B3DB241DF6081D4526BFA0649B8D44A2; IL2CPP_EXTERN_C String_t* _stringLiteral2D805000F0B1B718831F4576ED6B82409607A53D; IL2CPP_EXTERN_C String_t* _stringLiteral30510FE0BC6A8F6A62E9D5309EF4010DB2D81A82; IL2CPP_EXTERN_C String_t* _stringLiteral328EE1E4F5E2FB81C2CCA212A8D125475CD308E2; IL2CPP_EXTERN_C String_t* _stringLiteral32FA8549265DB5EC1DDC2D2A9A2E5D8D6F8865F7; IL2CPP_EXTERN_C String_t* _stringLiteral350F27378EDA8E01F9C4A10F3FC7C853E9206171; IL2CPP_EXTERN_C String_t* _stringLiteral356A192B7913B04C54574D18C28D46E6395428AB; IL2CPP_EXTERN_C String_t* _stringLiteral374AE9205BF8300B8BF4359646A33AB9BFE56DDF; IL2CPP_EXTERN_C String_t* _stringLiteral3998B998DF64CB1383FDFA3F7E3B9A6A0F272616; IL2CPP_EXTERN_C String_t* _stringLiteral3D51E6548B51BC160D0D423EF67FCE78CF7D54B8; IL2CPP_EXTERN_C String_t* _stringLiteral417937288FDEE75EA79B1648FDB20AE19A1B35EA; IL2CPP_EXTERN_C String_t* _stringLiteral42F7B70ED71B02780AEA1639F4E24485753CE736; IL2CPP_EXTERN_C String_t* _stringLiteral439874BF352D63FA667A6ED07E1864F749937B82; IL2CPP_EXTERN_C String_t* _stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A; IL2CPP_EXTERN_C String_t* _stringLiteral45815B75A6BA88FC4268CF681E4B17FA4CEEA4EC; IL2CPP_EXTERN_C String_t* _stringLiteral471DC75B9D6702EC68BA2A40CC1D53CA898142BF; IL2CPP_EXTERN_C String_t* _stringLiteral4778D2A7325025DB9A2C646D085B825C456EA545; IL2CPP_EXTERN_C String_t* _stringLiteral49F31EE6C0BB660B577E41F8B14D993B5515FDB4; IL2CPP_EXTERN_C String_t* _stringLiteral4C898EED699FD9A747E16612CDD9BB08E697C7FA; IL2CPP_EXTERN_C String_t* _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1; IL2CPP_EXTERN_C String_t* _stringLiteral535B20C5ABCB1B6ECA7055A985B7F23C386566D4; IL2CPP_EXTERN_C String_t* _stringLiteral53A0ACFAD59379B3E050338BF9F23CFC172EE787; IL2CPP_EXTERN_C String_t* _stringLiteral54599D178EDD124569A0F272B8D836D46741D7C2; IL2CPP_EXTERN_C String_t* _stringLiteral55C1943F65C7C105AE98E6703CD64127B6585656; IL2CPP_EXTERN_C String_t* _stringLiteral55D392C94CEFB2CB441902D09FDC948AFE20494D; IL2CPP_EXTERN_C String_t* _stringLiteral56020B665380792B7B879A5D28AACD9BDB53BB1C; IL2CPP_EXTERN_C String_t* _stringLiteral599FA2BC545921E6C5AB5B62F0C84A3FA62FFC12; IL2CPP_EXTERN_C String_t* _stringLiteral5C2656AE88593B405E516FFBC52BD354D10D15D6; IL2CPP_EXTERN_C String_t* _stringLiteral5FFE533B830F08A0326348A9160AFAFC8ADA44DB; IL2CPP_EXTERN_C String_t* _stringLiteral66E12969C225CC6D65E18210488ACB826EBA907E; IL2CPP_EXTERN_C String_t* _stringLiteral6709BF5997B68D3962D33982765DFD1BFF772F82; IL2CPP_EXTERN_C String_t* _stringLiteral67974FB541F561915960A52B89CB2CDE98EECD4D; IL2CPP_EXTERN_C String_t* _stringLiteral68CC629C39A426ECC4D6D618A91194E7380774A9; IL2CPP_EXTERN_C String_t* _stringLiteral69A99906F5A06EA1BDBFC02E6132D35DE781D3F1; IL2CPP_EXTERN_C String_t* _stringLiteral6A1A9FE935680F06E164A937107D4F9DAE6EA4CE; IL2CPP_EXTERN_C String_t* _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C; IL2CPP_EXTERN_C String_t* _stringLiteral6DC0014C60AAAEC8777ED451063150E72DA1F3AC; IL2CPP_EXTERN_C String_t* _stringLiteral6F137837A6AC36446D241D345BB78254AA77DFAE; IL2CPP_EXTERN_C String_t* _stringLiteral70B4BB2684C3F8969E2FE9E14B470906FD4CF3C6; IL2CPP_EXTERN_C String_t* _stringLiteral7112B597E068C8C225229682339CF674C1544659; IL2CPP_EXTERN_C String_t* _stringLiteral71BE626854390279C8DE7ECCCFA7B9B42168F86B; IL2CPP_EXTERN_C String_t* _stringLiteral750B53094BE562C9D38F2FBA3F635FC754D32C7C; IL2CPP_EXTERN_C String_t* _stringLiteral7784AC6F7E8508F6D9265F8FC27CC2B91221C3CB; IL2CPP_EXTERN_C String_t* _stringLiteral77B3FBA04FD4C4EEEE9AB3A7FB216ADBB7982995; IL2CPP_EXTERN_C String_t* _stringLiteral7803EE252527503B67D1EEB0DEB252622746CEBD; IL2CPP_EXTERN_C String_t* _stringLiteral7859E7AFFA569B5D7ACA069908DBD2ED9F05629B; IL2CPP_EXTERN_C String_t* _stringLiteral7982E8C08D84551A97DDE8C3CC98E03FC2D6082C; IL2CPP_EXTERN_C String_t* _stringLiteral798EBC36A37C198A1F25862784353D84E564F23A; IL2CPP_EXTERN_C String_t* _stringLiteral7A0CA1C963F5AA7610D2E562D7882941EA18E5EC; IL2CPP_EXTERN_C String_t* _stringLiteral7A2F85497548F3DB88542025E6F75908B8716C12; IL2CPP_EXTERN_C String_t* _stringLiteral7ABE4DB8E4E34EA3395A2A251F5922B296325989; IL2CPP_EXTERN_C String_t* _stringLiteral7CB68D57CFE251FFBD5461D49C4E73FBBAE8B374; IL2CPP_EXTERN_C String_t* _stringLiteral7CB6EFB98BA5972A9B5090DC2E517FE14D12CB04; IL2CPP_EXTERN_C String_t* _stringLiteral7E16ED792C678E6EB233D8408518A00DDD53EEB3; IL2CPP_EXTERN_C String_t* _stringLiteral7E746D340667E415DE67844CA297722F073C4EB5; IL2CPP_EXTERN_C String_t* _stringLiteral7FC25E24C4EEEDDD5BDA2CA4A05AA218DEE369CC; IL2CPP_EXTERN_C String_t* _stringLiteral7FDE33A8DFB186A1FA9497EE13A8752F88D23A03; IL2CPP_EXTERN_C String_t* _stringLiteral80E852484CD9F14B23B0628A4ABD460848058DB8; IL2CPP_EXTERN_C String_t* _stringLiteral81581597044514BF54D4F97266022FC991F3915E; IL2CPP_EXTERN_C String_t* _stringLiteral8261C17D540FE185A4FE8E1242AA0F290A2DAF51; IL2CPP_EXTERN_C String_t* _stringLiteral854837B09EE943B6041020F5F2F9F8F53A930A6D; IL2CPP_EXTERN_C String_t* _stringLiteral86991C898EF9BD4D4DF2405832AC2BBDE5077766; IL2CPP_EXTERN_C String_t* _stringLiteral87EA5DFC8B8E384D848979496E706390B497E547; IL2CPP_EXTERN_C String_t* _stringLiteral87F9E74CF999A2D24A31CD489E8EA06BF8B9E5E8; IL2CPP_EXTERN_C String_t* _stringLiteral93AC8946882128457CD9E283B30CA851945E6690; IL2CPP_EXTERN_C String_t* _stringLiteral9450DCEB388D94BD462D89151E529A6D1D517803; IL2CPP_EXTERN_C String_t* _stringLiteral95E9573C590BE591E4F7225B278C0F4B93BFF972; IL2CPP_EXTERN_C String_t* _stringLiteral973776CA0AE32EA889FC2291F84C4925F2285DDE; IL2CPP_EXTERN_C String_t* _stringLiteral974F29E5673A79C0E88657B34C14FEBB85D15253; IL2CPP_EXTERN_C String_t* _stringLiteral97D170E1550EEE4AFC0AF065B78CDA302A97674C; IL2CPP_EXTERN_C String_t* _stringLiteral9A2E94935A832966655C76C3BF35A93E73D67902; IL2CPP_EXTERN_C String_t* _stringLiteral9A532FEA85B26FA6EEA03DB6AA3984579ACD0189; IL2CPP_EXTERN_C String_t* _stringLiteral9B30C1BF65712BDA061818365704D06F3871C202; IL2CPP_EXTERN_C String_t* _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B; IL2CPP_EXTERN_C String_t* _stringLiteral9EDCFFFF4461C9083FBFF857F8DCEE0F0769CBD4; IL2CPP_EXTERN_C String_t* _stringLiteral9F8EFF81B930BE0F633A2B644305059F47FC788D; IL2CPP_EXTERN_C String_t* _stringLiteralA04B8D2094EBC3BB42687B0B9DFF4C926112939A; IL2CPP_EXTERN_C String_t* _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3; IL2CPP_EXTERN_C String_t* _stringLiteralA27E2E9EF6A0C7CC58D71302FCA9E93BA677C130; IL2CPP_EXTERN_C String_t* _stringLiteralA388DE0B0882C9DD6C50862FCC73F1F0D0470B07; IL2CPP_EXTERN_C String_t* _stringLiteralA4020BAAB38F070A8FFDC9E4FC31EFCEED316B3A; IL2CPP_EXTERN_C String_t* _stringLiteralA7022E1824B4267D5A424BC7C7898ADD513F0E36; IL2CPP_EXTERN_C String_t* _stringLiteralA74F69D5D638A44AAC55FE6AA69B740B2F76434B; IL2CPP_EXTERN_C String_t* _stringLiteralABC38CABE30040696F26186A115FC17855C06006; IL2CPP_EXTERN_C String_t* _stringLiteralAF70ADB776960964CBE9C76003518A80CCB35F21; IL2CPP_EXTERN_C String_t* _stringLiteralB2754D50D55F9423C7A28ACC41B9E8EF573F01B2; IL2CPP_EXTERN_C String_t* _stringLiteralB3337829708B47BA30EF6CB0D62B0BC7364C36F9; IL2CPP_EXTERN_C String_t* _stringLiteralB5366A2D2AC98DAE978423083F8B09E5CDDC705D; IL2CPP_EXTERN_C String_t* _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C; IL2CPP_EXTERN_C String_t* _stringLiteralB66A404869995E54B8D48D938E63CA3C7D1C7DCD; IL2CPP_EXTERN_C String_t* _stringLiteralB76FF4906F33C2DD97DDD929B9662BA8CAC6174C; IL2CPP_EXTERN_C String_t* _stringLiteralB7C3F8A3BFA616D480BD5921F7D6DBE77B6ADC83; IL2CPP_EXTERN_C String_t* _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6; IL2CPP_EXTERN_C String_t* _stringLiteralB868B2987C81465DF29B3BF546D3655F01B1FFD4; IL2CPP_EXTERN_C String_t* _stringLiteralB8F5C52A361928E659CB2C02CF20C06000271288; IL2CPP_EXTERN_C String_t* _stringLiteralBBA3CE1157AD92B2A799DE4ACFF949792B409ABE; IL2CPP_EXTERN_C String_t* _stringLiteralC032ADC1FF629C9B66F22749AD667E6BEADF144B; IL2CPP_EXTERN_C String_t* _stringLiteralC0B630C85166EFA3C3B5B33C1009EA42AE606A2A; IL2CPP_EXTERN_C String_t* _stringLiteralC1A861606BA96686B6E6B3B604D6D25BBB10D1CE; IL2CPP_EXTERN_C String_t* _stringLiteralC82170E906A5AEA6795B47CF3516E9EFC1BBFA17; IL2CPP_EXTERN_C String_t* _stringLiteralCD53A02B627DA53A2A413CC49692EE290BB4C006; IL2CPP_EXTERN_C String_t* _stringLiteralCD5486DBE235A6F4657BFEBE4098DAF0132F994D; IL2CPP_EXTERN_C String_t* _stringLiteralCD7236D24C2A685E5C9D6FC9D0AC7D11486CB220; IL2CPP_EXTERN_C String_t* _stringLiteralD0703C3B8F40592E03790CCF463C068E23C2776B; IL2CPP_EXTERN_C String_t* _stringLiteralD08F88DF745FA7950B104E4A707A31CFCE7B5841; IL2CPP_EXTERN_C String_t* _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9; IL2CPP_EXTERN_C String_t* _stringLiteralD2654B808F11F94AAF2DC9473E24E94BFAAA2267; IL2CPP_EXTERN_C String_t* _stringLiteralD363F64A147EB09D66A961A815C9D842964C1C79; IL2CPP_EXTERN_C String_t* _stringLiteralD3BB58F43423756E664BDFC3FC3F45439766807B; IL2CPP_EXTERN_C String_t* _stringLiteralD3BEA5C0258ECE277553A5F5D38002E73DA1D5EA; IL2CPP_EXTERN_C String_t* _stringLiteralD837008483337EF0EBA371C5393A15280C756AF9; IL2CPP_EXTERN_C String_t* _stringLiteralDA392B132CC72F5457C72E0FA7F540BF4B7E6190; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDA591A242289A352E3BDA962DCE20B666296ED93; IL2CPP_EXTERN_C String_t* _stringLiteralDD1186892A2F5C2BD17CD7D41F90482E39BD02C5; IL2CPP_EXTERN_C String_t* _stringLiteralDF66B5EC2EC2940D1CFC6BC4949D95C959E87B13; IL2CPP_EXTERN_C String_t* _stringLiteralE1424F7C19ADB2E1034E3DD70327DF41B0CB7ADF; IL2CPP_EXTERN_C String_t* _stringLiteralE1C0034E51D628119EB023A3E998A0BCE644A410; IL2CPP_EXTERN_C String_t* _stringLiteralE4C3A2D0CC24A4535EF91791064FFE989CBD382A; IL2CPP_EXTERN_C String_t* _stringLiteralE71E7BC3FE9E9F3C39E46B53FFFF0C83D9CC9A36; IL2CPP_EXTERN_C String_t* _stringLiteralE7B85E7369BA50B83804EBF39E9612010E5B9FCD; IL2CPP_EXTERN_C String_t* _stringLiteralE7DE155D3B6D6766C85C00AA4B83C9B9EC1C5334; IL2CPP_EXTERN_C String_t* _stringLiteralE8C61341A245901EF17C2CB09E5C6557139E5C8F; IL2CPP_EXTERN_C String_t* _stringLiteralE9580394535B0E66F03CAFDAD8F8AEF279BB1C12; IL2CPP_EXTERN_C String_t* _stringLiteralECDDA59AEA5EE67D7D854C969CCF7F4F4B4A4C54; IL2CPP_EXTERN_C String_t* _stringLiteralED7A0E4B2CCD89344A061B0034EA18C770FAFA95; IL2CPP_EXTERN_C String_t* _stringLiteralEF37D7C9FD6A800F9E0017269711363D8CA34FDB; IL2CPP_EXTERN_C String_t* _stringLiteralF0767AA8E342598485FC357C62C6CEE6139B732C; IL2CPP_EXTERN_C String_t* _stringLiteralF2BB08CBFD5547723D77576AFB253E2EF5AA918B; IL2CPP_EXTERN_C String_t* _stringLiteralF4753A4DEE54EE10A75B28C6D04EB9EA0D19ACCE; IL2CPP_EXTERN_C String_t* _stringLiteralF79864CC12EDB5D65E4E144E23AD7B22F4E9608E; IL2CPP_EXTERN_C String_t* _stringLiteralF939247C4EEA3A1BFAB0CD637226C9B45B17DEB9; IL2CPP_EXTERN_C String_t* _stringLiteralF9DCE970B7F80CC2A5C77022A4413B969FC11A15; IL2CPP_EXTERN_C String_t* _stringLiteralFB360F9C09AC8C5EDB2F18BE5DE4E80EA4C430D0; IL2CPP_EXTERN_C String_t* _stringLiteralFBE8F1C46AB6367A39035F29C439CDD43D93013F; IL2CPP_EXTERN_C String_t* _stringLiteralFD1286353570C5703799BA76999323B7C7447B06; IL2CPP_EXTERN_C String_t* _stringLiteralFFBB3BA9D77D404D363DC6D6674DF9D3A9297C29; IL2CPP_EXTERN_C const RuntimeMethod* CallbackInfo_WriteEnum_mEB0AA4CD691ADDA8851A4F3E047B896CC0A14227_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackInfo_WriteObject_m2F60E7FC7356960B2B5578749181F607DF07D59A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m5A234D10FE64EBA8947911BF08F84E0F395DA134_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m276CF454C35750215F1ACCF553AFEA3F1727B866_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mC980F9A6C9C14A28BA58C04D6C0546EF2D59CC9A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mD95AB5886F6464DC59D441EC2A96CD4C0DF35A56_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF16Decoder_GetCharCount_m0BB8C9FB7A60610C1D5C40773AE918CAC73996E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ucs4Decoder1234_GetFullChars_mE57D32ED7E633DF3D4E752F2DBE626CCB6FC431C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ucs4Decoder2143_GetFullChars_m8E0B68EAFC7736D0A18590258C55F5CFFCC11CA0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ucs4Decoder3412_GetFullChars_mB485DA944CE4CB280F7674A17104D710DA4CBBB0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ucs4Decoder4321_GetFullChars_m02FCE788A566D4260A0B21ADB18503C08480D389_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ucs4Encoding_GetByteCount_mCB2CEFF6DCF7C69CA0D262B89550A5CA1E3137C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValidateNames_ThrowInvalidName_mE9AFE3E4E45EC49814C4C6C8FFFB92747515D2C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_GetHashCode_m7C5EF3B94047AE078CC7487608694B9C0CD30377_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAttributeCollection_Append_m106AD7C9DC091EE15A02BF846539AF63D5FB6137_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAttributeCollection_SetNamedItem_m9F244DAECAFA20328AEF175E93C4C11319A2ED47_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAttributeCollection_get_ItemOf_m80F7C07B9C4FED4D63EA54935B02C74F1E29090E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAttribute__ctor_m8400E013CA47C3BDEB418D52484DD923490A833B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlChildEnumerator_get_Current_m8ED001FF27613B8D7040CBA88CD1BF9DE3AC9872_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_FromBinHexString_m73EF3E2246F86E41B86018E9F310EEF65777854F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_ToBinHexString_mA2A4F8D0275C6CA7952CC1779C2D460BABA5DE8A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_ToBoolean_m9B6644E3A3597D64D24A3595A98055A5E6ADF39B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_ToChar_mD3482EEEBA3F5A7DFD357E31F910455CEAF0688D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_ToDateTime_m1B7C9D61507018D995982C7E18A95E35516DEB77_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_ToString_m4A88B2FE5ED314D0F9A5989B12DEE27D56F7AAD7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_ToUri_mBEED3A5DD904ACCFABCCD656E5BF9DFD0DD0A48C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_VerifyNCName_m7EC39D774C351941A6095058DFAECD37B64A71F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_VerifyName_mD5CA24B148FE37D179694D905ACE7C2514EDF489_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDeclaration__ctor_mF519761B86A11CE8E967046042109652E064A22C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDeclaration_set_InnerText_mAAE1E0D63C6BC81E042AE89E2D6493D6BF5BEEAA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDeclaration_set_Standalone_m91C18682591B331670F3833225B6E559E70BA037_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDocument_AddAttrXmlName_m6686C950DC446CF9D9B8AB8FCA53ED741A2805C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDocument_AppendChildForLoad_m8B52B2953A5AAE91B1CAEB94133528F3A3933643_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDocument_CheckName_mECF504D9918EB2028EA3B3191F02C87357521456_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDocument_ImportNodeInternal_mFDEBB837D8EC1848F64A7ED36E47F756DEB50E1F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDocument_IsValidChildType_m6BE5C96FE2C19F78370DFB6329CFF1EC944E65EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlDocument_set_InnerText_mC9EDC81FAC2D8663819D4255BE0E5A5C4232CF96_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationWriterInterpreter_WriteAnyElementContent_m5958D900CD73A7AF548C36613706A03ECAEAFB34_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationWriterInterpreter_WriteElementMembers_m7E0BA886147B51CD113E28C210B9BC3E04807198_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationWriterInterpreter_WriteListContent_m564EAE810595B916E443118DB56E5FA82485A6A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationWriterInterpreter_WriteMemberElement_mC38799FDE31E6258AC7B9374216655D84B75D480_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationWriterInterpreter_WriteRoot_mB35C10B7EE6436C307EB2FDB29CDB2AC42F11F1D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationWriter_WritePotentiallyReferencingElement_mC1BEE005D07112E635BD95D4FFCCE3329A52895D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationWriter_WriteStartElement_m54130F31BB5910068F80EDFFE6A2F02243ED6028_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationWriter_WriteTypedPrimitive_m9124F433FA3C700BD5F4EB6DE9D61FF8ADE0491D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationWriter_WriteXmlAttribute_mE707A3A1A254BD4CCA68286EC777F60A5D2AD447_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializerImplementation_get_Writer_m4A0B5B501BD1782DCF810EFCDD266BB7C8F43E48_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializer_CreateReader_m8681153567463F2E193BA6984305DC22E63A480D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializer_CreateWriter_m8652274F18FEE7D52E3DC714E4C99B7851464DFE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializer_Deserialize_m2D0F20A669B05A464151280120BACC33D8D55C5C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializer_Serialize_m2D96063B7E4BEC472EABD5EC3C411ED321F3A526_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializer_Serialize_m52DB4CD69021D27DE4D7D70E1578F106FE4C2E0F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializer__ctor_m9AA9229E1B7F5C1CA4EEE721632E62C95EEB582F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlTypeMapElementInfo_set_IsTextElement_m0CF6C7E61FFC078A18DBFEF00A18F41245560479_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlTypeMapElementInfo_set_IsUnnamedAnyElement_mE332D4E19FD401689114805E3A4CA48D148F6B1F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlTypeMapMemberAnyAttribute_t0D4E196AF4FEEE5092B2FF4111A717B5C3E459BE_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlTypeMapMemberAnyElement_tEC6C4FFA530F292BC4C09145DA5937285A664472_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlTypeMapMemberFlatList_tEA9F25C615A27D3B9761879A55C2BF74E394D31F_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlTypeMapMemberList_t408EB21F4809E9C2E2059BDE5F77F28F503EA48F_0_0_0_var; IL2CPP_EXTERN_C const uint32_t SerializerData_CreateWriter_mC7240C1EF23949EE961893093146BE0EFC6FB81A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF16Decoder_Convert_mD67D6D68E1A239916A688FD296DFC3992040BC93_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF16Decoder_GetCharCount_m0BB8C9FB7A60610C1D5C40773AE918CAC73996E4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UTF16Decoder_GetChars_mB7CC840C81B458A8D13E78F5EE83E17B298B8382_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Ucs4Decoder1234_GetFullChars_mE57D32ED7E633DF3D4E752F2DBE626CCB6FC431C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Ucs4Decoder2143_GetFullChars_m8E0B68EAFC7736D0A18590258C55F5CFFCC11CA0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Ucs4Decoder3412_GetFullChars_mB485DA944CE4CB280F7674A17104D710DA4CBBB0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Ucs4Decoder4321_GetFullChars_m02FCE788A566D4260A0B21ADB18503C08480D389_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Ucs4Decoder__ctor_mFCE63EF6243360C752217A94706B6B9F634B2D20_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Ucs4Encoding1234_GetPreamble_m7406C2FC3203F8BEEB3856ADB55C5970A09C2153_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Ucs4Encoding1234__ctor_m5C741A2EE0C816A7713C476667D0A682E9BDD8E8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Ucs4Encoding1234_get_EncodingName_m942E61DE6EF4F256E348DA5CBF1F9AF60CF17C06_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Ucs4Encoding2143_GetPreamble_m855DDE0BE8D3BAA8B348925E40F85F2A0E847B2E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Ucs4Encoding2143__ctor_m203239437FC2BA510EE5353009DE40711A8C88FE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Ucs4Encoding2143_get_EncodingName_m404D18E5302CD7CF280FB83F8CA9C8BC20DE288F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Ucs4Encoding3412_GetPreamble_m76E2144CB5E8140044646DA518941C55D5EE7F63_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Ucs4Encoding3412__ctor_m9710A8475D37B143723F97B502E6CEC152A9A647_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Ucs4Encoding3412_get_EncodingName_mBC00B16A224CD96C6B9CD15A7E7F0D7F93449688_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Ucs4Encoding4321_GetPreamble_mEE48EC5714B532EAC40EEDFCCBA40A7EAE91B230_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Ucs4Encoding4321__ctor_m87BE1C9E84B38804504CF5B52AC3E46921C6D058_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Ucs4Encoding4321_get_EncodingName_m87E123502ADFD1622FB79BA10630FFADC30EDBA7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Ucs4Encoding_GetByteCount_mCB2CEFF6DCF7C69CA0D262B89550A5CA1E3137C0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Ucs4Encoding_get_UCS4_2143_mDF233CB0BC03952918B34909F86E3F3D3CF3D9FF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Ucs4Encoding_get_UCS4_3412_mA48C6A9FD3425790F1C4224A5EBB61170A3A7D88_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Ucs4Encoding_get_UCS4_Bigendian_m6582E8EB68259770BAA885E83CFD64CEF26A40E4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Ucs4Encoding_get_UCS4_Littleendian_m5C2AE595ACF4252EBA34CCA542F88B6432B09567_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ValidateNames_GetInvalidNameException_mB17BB20FC5FDA4A7283D3159B5B7BF788F21D3B9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ValidateNames_IsNameNoNamespaces_mEC9A39982B84CD8BD5D9564BB0088B6830D4765E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ValidateNames_ParseNCName_m1DBDC095F004D50F8DB1271ADB01C8E5E8DC415E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ValidateNames_ParseNCName_m41CB443AA4A6A36548F5CF327083D24741087F84_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ValidateNames_ParseNameNoNamespaces_m473B45C3251536CC3BA599AEA803A2F12FCC13FC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ValidateNames_ParseNmtokenNoNamespaces_m9C54DF7AC1E68C1E6C501AFB1C8F62B76C806620_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ValidateNames_ParseNmtoken_m3A3E6D92C559563210EDE689FE1A7FBAA752FFB6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ValidateNames_ParseQNameThrow_m8ED05FC1456748462AE0530C12A5B1903A268071_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ValidateNames_ParseQName_mE63512852E1BE6FA3729C988ACA99CD858B56E3E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ValidateNames_ThrowInvalidName_mE9AFE3E4E45EC49814C4C6C8FFFB92747515D2C9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ValidateNames__cctor_m96976F423C42ED6AA3C9C67FB5E7B7F5F45D424A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XPathDocument_LookupNamespaces_m915DF487B32E70099216BD1DCF9BEE93D698462F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_Equals_mC742938557B5F4E386D92637505A3885CE139C42_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_GetHashCode_m7C5EF3B94047AE078CC7487608694B9C0CD30377_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XPathNavigator_LookupNamespace_mF160C146FDA54562ABF2E6BCA13EF51E8ACB15A4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XPathNavigator_LookupPrefix_m83C2E6B95EC1ADA1C2C5F5DBAA5864CB7DE49342_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XPathNavigator_ValueAs_mE0251F88B460C8D3721C6C67E31C4A627CDEC351_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XPathNavigator__cctor_mD0CB443E3DDDE43F69292807BC745E38EBC8BDC4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XPathNavigator_get_SchemaInfo_m4BC0F350DF8EC65E7B888846EB8E22F54A1A092C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XPathNavigator_get_TypedValue_m1E9BB9257967ECDD8AB44E81215BB6B844DC7766_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XPathNavigator_get_ValueAsBoolean_mCFA6E703121DFE75171E5AB856179D987CA15988_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XPathNavigator_get_ValueAsDateTime_m7A18F54C7D9E17C188194A2F64E8BE638302E071_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XPathNavigator_get_ValueAsDouble_m22847A126A678CE675ED1C56FAF045918BC4E4A5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XPathNavigator_get_ValueAsInt_m017F20E4378703BD78884DA3372D3E22C608107E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XPathNavigator_get_ValueAsLong_mA52F6B5CD12A5A26BC0DFC5FD6332C96B682DFD2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XPathNavigator_get_ValueType_mFEC38BBCA2BE791E1C6884D244D15FE2358D4359_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XPathNavigator_get_XmlType_mE03ADCBFB00A07E24DB60A65588A77904DAD97D7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlAttributeCollection_AddNode_mDCA968718DD5F2880556BB29DD12EB10FACD5AA6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlAttributeCollection_Append_m106AD7C9DC091EE15A02BF846539AF63D5FB6137_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlAttributeCollection_InsertNodeAt_m8C670C98777856C34431DB6860023DE7B5E754F2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlAttributeCollection_InsertParentIntoElementIdAttrMap_mE73192FBF7497FDD39E3D467E531008E444EDB91_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlAttributeCollection_InternalAppendAttribute_m3C04A8F1A2D89C0ABD48EA6C5F0D7AB597CA0C01_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlAttributeCollection_PrepareParentInElementIdAttrMap_m6172F2FC411398313D701609D081B5353F6FD768_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlAttributeCollection_RemoveAt_mD9649B2EFF4645E342E41D04FBB6ECC2D7209D30_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlAttributeCollection_RemoveDuplicateAttribute_m6D99DE23E85208C29E87D827EAECAD12571936F6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlAttributeCollection_RemoveNodeAt_mEE29941F2115832B710B9D54AF0873125E9D0351_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlAttributeCollection_RemoveParentFromElementIdAttrMap_m7CC9AD64245FEFCA79A68EDBB4F30309B4760A14_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlAttributeCollection_ResetParentInElementIdAttrMap_m34826637DB537C63D89191443FCF9AB5BDEC70A9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlAttributeCollection_SetNamedItem_m9F244DAECAFA20328AEF175E93C4C11319A2ED47_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlAttributeCollection_get_ItemOf_m80F7C07B9C4FED4D63EA54935B02C74F1E29090E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlAttribute_AppendChildForLoad_m5F10CBD993ED874AF74F1EA3A3CC8E4F2F47D88F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlAttribute__ctor_m8400E013CA47C3BDEB418D52484DD923490A833B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlAttribute_get_BaseURI_m37D145AC1102A2A93A5F8E406B2678C9DA7CA3E6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlAttribute_get_OwnerElement_m0D432A8351D5DF2F90CAC6CEF19E37D7BFDA4D38_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlAttribute_set_InnerXml_m90A27CC9BDFB3BD5E67FB42A13FAC267117B67C9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlCachedStream__ctor_m3B8B70D04E5838FBC24B74F9E0B60B1706FB9E7B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlCharType_InitInstance_m48449C6A7516A943668D92903B5D4203DD184AC6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlCharType_IsPubidChar_mFAEBA0AB259F384C0CAA14BBA95A0574810C56D0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlCharType_get_Instance_mEAAD3E43BD5AC72FA94C12096B2A9C9684557210_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlCharType_get_StaticLock_mE0FF2E8B12DC2AFFAFAB5718FDD49FAE726A6513_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_com_FromNativeMethodDefinition_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_pinvoke_FromNativeMethodDefinition_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlCharacterData_get_Data_m919B752E46C4ECCE12F8222DE6011B0E9043EAC3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlChildEnumerator_get_Current_m8ED001FF27613B8D7040CBA88CD1BF9DE3AC9872_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlChildNodes_GetEnumerator_m522450F2CE265895DD69E98D1CBEDE5274639C0D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlComplianceUtil_CDataNormalize_m679644BE2BD4C8404086F3AF883B3930793A6A81_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlComplianceUtil_NonCDataNormalize_m9D9FB328EC1923DF8B82B7A1976F96C9004FDA43_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_CreateAllDateTimeFormats_m3EF92195A6C3CEE68221EDACE229D637BC70E4A7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_CreateException_m94C72E2D80667A0F1A8AB7B7DBC916CA6C527002_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_CreateException_m956710818209FE5D8F7999590B30376FEFBC2F90_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_CreateInvalidHighSurrogateCharException_m22453CD571E079C62CC668E732C74CC1EFE47CFD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_CreateInvalidHighSurrogateCharException_m4A1C627F6492AD6A98B4CA982A9197BF39C73DA8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_CreateInvalidHighSurrogateCharException_mAC251160BC8A0DB0389838A689D95A3C898B270B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_CreateInvalidNameArgumentException_m7505BFFC4B0206C39B6C13C12E4075D147147F1B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_CreateInvalidNameCharException_mB3EA40565C1B77972E6E269EB70FA45AF864113B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_CreateInvalidSurrogatePairException_m7ADDD2E98288144ED30A75715AD4254E484FAC70_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_CreateInvalidSurrogatePairException_mC493A88B7ED7BFEF845DD2ABA4824D395107F812_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_CreateInvalidSurrogatePairException_mD7779092577F68BAD64FA0A0549CF1916E6B9914_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_DecodeName_m82DB89126D333C4BFD55B8A0159175DDDFA1CA8B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_EncodeLocalName_mDA830637F3B3D528F3AF6D2C62C22FF1E22F8C06_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_EncodeName_m5D599FFFF43C1994D5B929296ADF943812493285_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_EncodeName_m5DFBB330A4662E02C176DC3F11668C432711985E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_FromBinHexString_m0066CD984BE0D85AEE23E16DB897DDDADF6BBF2B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_FromBinHexString_m73EF3E2246F86E41B86018E9F310EEF65777854F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_IsNegativeZero_m241D5B636D98DCDBCD8459307BA09F72652B237B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_SplitString_m6B7CF86F87E0A50390D716EEEB30FB53531E1924_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_ToBinHexString_mA2A4F8D0275C6CA7952CC1779C2D460BABA5DE8A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_ToBoolean_m9B6644E3A3597D64D24A3595A98055A5E6ADF39B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_ToChar_mD3482EEEBA3F5A7DFD357E31F910455CEAF0688D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_ToDateTime_m1B7C9D61507018D995982C7E18A95E35516DEB77_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_ToDateTime_mA48B4AD69A3C4D17562F27CB447CC78FFF0478CC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_ToDateTime_mB954BD9447F2ED06391B1AB8890AFA9D9D1930D2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_ToDecimal_mE6C342E7D77ACC9E71F16C05A7F3B5F70D4A5651_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_ToDouble_mF72283E87D468B2CC95C44498301E37F7A0B614F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_ToInteger_m7B54C2B65EC2776F7EB184251DF24909CFCF4387_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_ToSingle_mE71D343AFD52CCD58B575BB64166226C31B01C92_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_ToString_m49240C3634C498D07211B3A4E03C54C342F8AB79_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_ToString_m4A88B2FE5ED314D0F9A5989B12DEE27D56F7AAD7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_ToString_m8705ADD74C380B38688083B4319E4E6A00E11B7A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_ToString_m90E6FBA36B87D6AC327394B54541F6202C6EA23F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_ToUri_mBEED3A5DD904ACCFABCCD656E5BF9DFD0DD0A48C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToBoolean_m5D0B8E6CE88CD2FCF4BFBE2E345D4A169E4E6FC9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToByte_mA404995D203F2F29119E460B598CD4C89302581F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToChar_mB35134349941F7511AD6C3E26E6A1894320260E3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToDecimal_m53066B8D731C3A9CAF5AEF79EAB885CF47134AE9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToDouble_mA9625E9F493284FE3FAE1334C2B4A070F3FBD52E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToGuid_m423DFA837B04BF062F929F2B6291C8C0C88A25D6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToInt16_m7B72F3F44BDA7A9813D61AF97361026E2656C462_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToInt32_m6D272276DCFB389F16A98350F626EE71659C0D0F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToInt64_mA3C821C5A1E245BF4D00FF85DD991233FD42F001_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToInteger_m071AC49D1D9DC063BD31C630D707D1117382F65F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToSByte_m145732D9679ED91983025D99FF81A416E317860E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToSingle_m86CC8202B4155B9C499D20BEE9D09FE8A7647FA6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToTimeSpan_m054EAAEEF475BD1F16E7D67CEDF19FEC8F3B3F02_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToUInt16_mB51E1B2D5B24B927588AD40CEF7052C805370E3F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToUInt32_m9A5999C8CECB6FDD04F625C0A7A3921BD26E5F8D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToUInt64_m864236E32E2CDA31263A154A4EC874C2D3FED910_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToUri_m7FD6001A90C65537A75C452DE793260E73E0A13E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_TryVerifyNCName_mA460CC50BFC6ABD532305B68B0F5A152B8657B3C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_TryVerifyNMTOKEN_mA965156D95AD4FB5EDDCB313B65B8B0E0B246AA3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_TryVerifyName_mD14CF8AD8DE76E678AA6FD93B1DCD09236B0D6F7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_TryVerifyNormalizedString_m8C9F710291C5D38305CDFED8304BC434EAF3DA72_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_TryVerifyTOKEN_m9A77319B785866FC38666B0697EA349757F0F619_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_VerifyNCName_m7EC39D774C351941A6095058DFAECD37B64A71F4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_VerifyNCName_mF62837DD0C6C41324F0F42C643E7B72E0AAEF252_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_VerifyName_mD5CA24B148FE37D179694D905ACE7C2514EDF489_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert__cctor_m1EE317B21041E9F0ABE85E4DB9EE427C21DB4F03_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlConvert_get_AllDateTimeFormats_mAD7C3015BDBF7235C76A86B499D629BBBB55ED58_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDeclaration__ctor_mF519761B86A11CE8E967046042109652E064A22C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDeclaration_get_InnerText_mEA3F0C5E372849680F5117121EC59222255E8BC0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDeclaration_get_Name_m03A456FDE8F8F2A3BF32E53A81AC41DD72F0CD96_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDeclaration_set_Encoding_mCE0E9F3C3EC17F74EC3B94B8C8D81552FA0BC247_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDeclaration_set_InnerText_mAAE1E0D63C6BC81E042AE89E2D6493D6BF5BEEAA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDeclaration_set_Standalone_m91C18682591B331670F3833225B6E559E70BA037_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_AddAttrXmlName_m6686C950DC446CF9D9B8AB8FCA53ED741A2805C9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_AddDefaultAttributes_mCBF153A9367D910D45719C80EC20CC80A196A931_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_AddElementWithId_m237F0EC997AC3FC87330130E200614829B1C7757_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_AddIdInfo_mD6EC56BA790939E3B5629969FED98C57035F67FD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_AppendChildForLoad_m8B52B2953A5AAE91B1CAEB94133528F3A3933643_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_CheckName_mECF504D9918EB2028EA3B3191F02C87357521456_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_CreateAttribute_m22736EE95EDB8C1A0FC868B677F4540F75A41FAA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_CreateCDataSection_m640DA2CAA190455AA641FCA3F99F75D539FD972C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_CreateComment_m60D55314B2792F65D37EB93A16770842187A745F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_CreateDefaultAttribute_mBA5F88FF6E283C7EF3341F570F07F371FF0A1CDC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_CreateDocumentFragment_mF51A86E9F51DCE614519A1F0710847E4741DBF24_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_CreateDocumentType_mED1923E96813C2BF0192A9CAED956162EA1F50D5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_CreateElement_m9D8948391A41F68E41DBA38AA7397EFFBAF30E2A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_CreateEntityReference_mC9562212C5F5A834F6D55CCDAF4C281B543BE652_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_CreateProcessingInstruction_m6AAC7D37FCC2014039453D43FB0C2A57FDF31057_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_CreateSignificantWhitespace_m781AC66F1C8F395F5904DC7BB3B8CA7FBE56C5E1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_CreateTextNode_mEEE65F816C8D882ED835C80F9097D315901A9750_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_CreateWhitespace_m30D1AD3862BA6F23B42A5DEEE05BE206B0E324B7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_CreateXmlDeclaration_mF97865C674C5C0EE87A9D78B356270DF7E480090_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_GetDefaultAttribute_mAFC4187759B278F9AAB1F8373385DA4A75E582DC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_GetElement_m54D8E62AE34952EF5D798913D9D1F2D796DF1135_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_GetEntityNode_m4B1D13EE33B237D866403AD2361930EE2E313A47_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_GetEventArgs_m49A981AA7D34822A4EE8651CD1F76CDE32ED3D11_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_GetIDInfoByElement__m14BC7FB850D299AD8B505556C3AC30E016EB6B0A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_GetInsertEventArgsForLoad_m2502B5E75644FBF26C019B31C0AA3BB03280B465_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_GetSchemaElementDecl_m66893057F171B8E7923F088E1A47F6354ED340E2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_ImportNodeInternal_mFDEBB837D8EC1848F64A7ED36E47F756DEB50E1F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_IsValidChildType_m6BE5C96FE2C19F78370DFB6329CFF1EC944E65EF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_LoadXml_m939AA3EBD041AEB833D4AE94C8F2546DF93AA51E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_Load_m4A6680D90E5A1733166664A0322CC74C08EFEB36_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_PrepareDefaultAttribute_mC5A4065236F8538FD63FCA58D4156E349A952E66_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_ReadNode_m5E9A37E855A3E1B2E0ECAC92FE9ACCC63A6CDB76_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_RemoveElementWithId_mDE1EA6CF89CDAA986D87888EEFE7C49104B69D29_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_WriteContentTo_m07F296D614CEE8632F3A15BE5889BC81AA5BF2BD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument__cctor_m2585C547BBD27D102EFF94D0BAEEBB87F784871E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument__ctor_m0C8E69784FA5D1FC552A5B391333CB18360CD414_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument__ctor_mA2DED35201B4432DABF3BB443F8BE59679A30542_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_get_Declaration_m498719CE875EB345D60F71A8357543A4D007D8A1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_get_DocumentElement_m4834A8AB3916884BA14431A2E084C2C8A76E2EDA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_get_DocumentType_m54976A72182CF0AE729A406F0A56BCD515B9D0B1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_get_Entities_m9A2A192B49A45F5B8A46FB5144B416022B36ECEF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlDocument_set_InnerText_mC9EDC81FAC2D8663819D4255BE0E5A5C4232CF96_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriterInterpreter_GetEnumXmlValue_m6CBDB37B88B16FC6C837F59176E3A9453BC930C2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriterInterpreter_GetListCount_m83EE5D445BB77D010F5BAF45418C84EB7FC33502_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriterInterpreter_GetMemberValue_mEFF0EC4DD17FB69F7A0BF11EB3FD5AAC58BA6BB6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriterInterpreter_GetStringValue_mEFE1737AD0FA6D7D01FF501678C07DDB0833D400_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriterInterpreter_ImplicitConvert_m18BC07F247346882B531BF9E48745C738E4E5603_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriterInterpreter_InitCallbacks_m9CF56FE9BE523F5C9C2DFD32494F24DC91BF4CDB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriterInterpreter_MemberHasValue_mBF7BE4B21C1D0D59704F78820BC27FFD676A4B83_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriterInterpreter_WriteAnyElementContent_m5958D900CD73A7AF548C36613706A03ECAEAFB34_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriterInterpreter_WriteAttributeMembers_m40C5220C5D1533DCD8D4C2CF1ACB5B566650A5FB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriterInterpreter_WriteElementMembers_m7E0BA886147B51CD113E28C210B9BC3E04807198_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriterInterpreter_WriteListContent_m564EAE810595B916E443118DB56E5FA82485A6A9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriterInterpreter_WriteListElement_mC59FC249C4A6543A54D8E3DF1CCE3946D0A19DB9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriterInterpreter_WriteMemberElement_mC38799FDE31E6258AC7B9374216655D84B75D480_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriterInterpreter_WriteMessage_m251BCB90CA5FE3F1071284924650561BEE6D357E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriterInterpreter_WriteObjectElementAttributes_mA3F1FE9C92AE3FD40F86032DBD4DC3812E47E86B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriterInterpreter_WriteObjectElementElements_mB812202CE735CCB9EB4946FEF9A466891069605F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriterInterpreter_WriteObjectElement_m965E770392C42E2641A84A45BECC7DFF87413AEB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriterInterpreter_WriteObject_m8FE8380BF4407A004E6EFC26867FBB749424F86E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriterInterpreter_WritePrimitiveValueEncoded_m6FAD7AB70AA7F6E5FD896DAC747B84B7B962C4DA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriterInterpreter_WritePrimitiveValueLiteral_mE672FDA56BDFB05E2860659400564FFED7534EC3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriterInterpreter_WriteRoot_mB35C10B7EE6436C307EB2FDB29CDB2AC42F11F1D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriter_AddWriteCallback_m3B3C7938AB1C6E4377419EB8AED256F0EBD6C290_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriter_CheckReferenceQueue_m4E4B47490468CAE6207A84E42CB7B4035E5755A5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriter_CreateUnknownAnyElementException_m7163756C8134EFE27D54CF95D01D4EAFB686EFFC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriter_CreateUnknownTypeException_m012A1E975B41EE4F9908159B67A58273184C254E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriter_FromXmlQualifiedName_m0EDFA5D06F44BAF0A86E135AAA2C8328143546B6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriter_GetId_m6E376F6530AAD90A0D613576D6CAE64A8CEB42A9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriter_GetNamespacePrefix_m4BC4824F750B603AB8DEB2C10B1DA1031CEA4B7D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriter_GetQualifiedName_m9906C285489E0BA3B9F620F5EFC880FE30670820_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriter_Initialize_m1443A62FA7E8090133EA45F3E8696091D62DC5DC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriter_IsPrimitiveArray_m2A9F603029EF3E270769824F3AF8A13845B9BAF2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriter_WriteArray_mA635E0748CCF300DC161EBA2F968598B0D160DF5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriter_WriteElementEncoded_m77CA288F13919F7980DCC2F732628A194CE944F2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriter_WriteElementLiteral_m25AF0433947E36A1C97F309DDFD829F1944676ED_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriter_WriteElementQualifiedName_mA994A9ABFBC6F9A216CE7A4624C05FE6D4334CAA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriter_WriteElementString_m5FE978F446DAC7395FCA118F82DDEB4D10D2E926_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriter_WriteNamespaceDeclarations_m4BC840424703658A40CD04D540864167D43F35BD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriter_WriteNullTagEncoded_mDC212271AF3AAE5711338F08743BFA743BE23AFB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriter_WriteNullTagLiteral_m53F139468E561CA46F238D0CA51A860C90F85C66_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriter_WriteNullableQualifiedNameEncoded_mF99AA706FCC5929EC7DE45A8BA75C93728052258_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriter_WriteNullableQualifiedNameLiteral_mCAE4CA354CB011A155867FDAB4C36C8B2CA9DEC3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriter_WritePotentiallyReferencingElement_mC1BEE005D07112E635BD95D4FFCCE3329A52895D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriter_WriteReferencedElements_m8BB20C21D79A86E2485EB37DA9AA2428BB47C449_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriter_WriteReferencingElement_mDF5900A51A01CD3257188A2402E64EB817750378_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriter_WriteSerializable_mEB53723A351A2167BCCAB6E9D06BB3DCE4586A92_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriter_WriteStartElement_m54130F31BB5910068F80EDFFE6A2F02243ED6028_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriter_WriteTypedPrimitive_m9124F433FA3C700BD5F4EB6DE9D61FF8ADE0491D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriter_WriteXmlAttribute_mE707A3A1A254BD4CCA68286EC777F60A5D2AD447_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriter_WriteXmlNode_m7E79AFAD1496CDC47DA0B6AE1E12ACBD9AF3C413_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriter_WriteXsiType_m107CE7F36E8AB6BEE944E34A820FB138C60D1C4F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializationWriter__ctor_m46D4F73D56A22A390A29254E1A7E6A32BA198C2B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializerImplementation_get_Writer_m4A0B5B501BD1782DCF810EFCDD266BB7C8F43E48_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializerNamespaces_Add_mCEA2536739389E841F43FEF4261B83BEB0908C2B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializerNamespaces_ToArray_m96737F750ECA2A39F753C270F4842E4234EFA505_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializerNamespaces_get_NamespaceList_m585A8C2EF6FCA4329BC82F4B04D3CB5AA58AA6D6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializerNamespaces_get_Namespaces_mFA497058A7B0EB75E4222748E9EF4CA2D3B80BF0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializer_CreateReader_m8681153567463F2E193BA6984305DC22E63A480D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializer_CreateReader_mB723BB81D00BC43C844FA3B0203F473B48163C43_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializer_CreateWriter_m8652274F18FEE7D52E3DC714E4C99B7851464DFE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializer_CreateWriter_mC4E4DA7BA66C14E8329F845EB1084C44E941A4EF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializer_Deserialize_m2D0F20A669B05A464151280120BACC33D8D55C5C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializer_Deserialize_m804899D43194D656B664BE02BEBF03F33285589F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializer_Serialize_m1F1A1C804642080D4DDE4085B62967A9CE1DFA2A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializer_Serialize_m2D96063B7E4BEC472EABD5EC3C411ED321F3A526_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializer_Serialize_m52DB4CD69021D27DE4D7D70E1578F106FE4C2E0F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializer__cctor_m4FFEA23791499DBE9A1A29C289EBDB2E220BD349_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlSerializer__ctor_m9AA9229E1B7F5C1CA4EEE721632E62C95EEB582F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlTextAttribute_get_DataType_m5EFFEA6B20B4B033960653354D69969A7F4C7CCE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlTypeAttribute_get_TypeName_mDD0279A5C00D4500E27AC2B49AB8D254A0D95C62_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlTypeMapElementInfoList__ctor_m64DC312DE00730C87BD5B97381612756EB76BE40_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlTypeMapElementInfo_Equals_m8EC63787756F197A9FC77343F08A11319D29AD95_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlTypeMapElementInfo__ctor_m37DFF949AB3F58048C68F39D985F8352F3815A11_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlTypeMapElementInfo_get_DataTypeNamespace_mD01B3C085BDF774B869F79127A92DFD5AE4402FA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlTypeMapElementInfo_get_IsTextElement_mD8B0E93E921B11FA815C16DD7B60F5164D063035_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlTypeMapElementInfo_get_IsUnnamedAnyElement_mB5BA64BF24CCF90F6646420B49CB01BB9598D818_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlTypeMapElementInfo_set_IsTextElement_m0CF6C7E61FFC078A18DBFEF00A18F41245560479_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlTypeMapElementInfo_set_IsUnnamedAnyElement_mE332D4E19FD401689114805E3A4CA48D148F6B1F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlTypeMapMemberAnyElement_IsElementDefined_m4928DF539D16BBD0120B5E1C46A63C7127AA3A4A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlTypeMapMemberAnyElement_get_IsDefaultAny_m0E3A48296277F29F80DE8872273C46D95A3435F9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlTypeMapMemberAttribute__ctor_m8CEEAE851E4C40FEBA26AD21DA466B0A995A5224_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlTypeMapMemberElement_FindElement_m041544525C2942C058BF7F33AC113A0BB8E13E43_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlTypeMapMemberElement_get_ElementInfo_m9040052963053089C251D5349921680EAEBF60EC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlTypeMapMember_GetValueSpecified_m27341CB2AF03F3982FCC8F9A40179A6E990C0837_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlTypeMapMember_GetValue_m78FB12DCB1B184F279AA49B4357A22D8012ED556_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlTypeMapMember_GetValue_mC0950D54743D872A5D2C90286182B27D1D247121_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlTypeMapMember_InitMember_m8A1B17534D6F369F8FF546299236FD7272B814F0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlTypeMapMember_IsReadOnly_mB293480E67B48ABC22CA5714CC3D7CD596958B4C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlTypeMapMember_SetValueSpecified_mE6D5AC225756E55745F087BAC7FAAF6D57A45718_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlTypeMapMember_SetValue_m86BDF9F96408E2E0A30421D4B6447BAEB79E47F6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlTypeMapMember_SetValue_mC2A6F008452555D0425C5332163D752ED46DA981_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlTypeMapMember__ctor_m4C10020F824EA614A94C857193DE05FB97EC9F36_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlTypeMapping_GetRealElementMap_m26B721CC9A877C0B630A80CECED4E310053004CD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlTypeMapping_GetRealTypeMap_m8F95271662578DEE6BD6E202BF0899567C010364_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlTypeMapping_UpdateRoot_m4499C0A3083C97D5E81421F579FD6FA7AA2147AB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlTypeMapping__ctor_m2EEBDAD49F2591C07FFA12C78CD32ECA3280B93D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t XmlTypeMapping_get_XmlTypeNamespace_mCF79251D41D937EBFA8BC926DAAE32B901CA47E7_MetadataUsageId; struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com; struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke; struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com; struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_com; struct XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_pinvoke; struct XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B; struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83; struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; struct MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6; struct ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA; struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E; struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F; struct XmlQualifiedNameU5BU5D_t375EB02A213AC919E02336B57A412BB761AFA18B; 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 struct Il2CppArrayBounds; // System.Array // System.Attribute struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 : public RuntimeObject { public: public: }; // System.BitConverter struct BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE : public RuntimeObject { public: public: }; struct BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields { public: // System.Boolean System.BitConverter::IsLittleEndian bool ___IsLittleEndian_0; public: inline static int32_t get_offset_of_IsLittleEndian_0() { return static_cast(offsetof(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields, ___IsLittleEndian_0)); } inline bool get_IsLittleEndian_0() const { return ___IsLittleEndian_0; } inline bool* get_address_of_IsLittleEndian_0() { return &___IsLittleEndian_0; } inline void set_IsLittleEndian_0(bool value) { ___IsLittleEndian_0 = value; } }; // System.Collections.ArrayList struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 : public RuntimeObject { public: // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____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_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____items_0)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_0() const { return ____items_0; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_0() { return &____items_0; } inline void set__items_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ____items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____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_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____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_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____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); } }; struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields { public: // System.Object[] System.Collections.ArrayList::emptyArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___emptyArray_4; public: inline static int32_t get_offset_of_emptyArray_4() { return static_cast(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields, ___emptyArray_4)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_emptyArray_4() const { return ___emptyArray_4; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_emptyArray_4() { return &___emptyArray_4; } inline void set_emptyArray_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___emptyArray_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_4), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t09B55F85AF27D0D332699AA879A1B10B193B5586* ___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_tC3E9CF8B3B4E0607FA444403328BF886E4F668BE * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t7C9EFE8AB99174D8574E6527C5C64B880B75CA68 * ___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_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* 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_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646, ___entries_1)); } inline EntryU5BU5D_t09B55F85AF27D0D332699AA879A1B10B193B5586* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t09B55F85AF27D0D332699AA879A1B10B193B5586** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t09B55F85AF27D0D332699AA879A1B10B193B5586* 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_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646, ___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_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646, ___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_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646, ___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_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646, ___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_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646, ___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_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646, ___keys_7)); } inline KeyCollection_tC3E9CF8B3B4E0607FA444403328BF886E4F668BE * get_keys_7() const { return ___keys_7; } inline KeyCollection_tC3E9CF8B3B4E0607FA444403328BF886E4F668BE ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tC3E9CF8B3B4E0607FA444403328BF886E4F668BE * 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_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646, ___values_8)); } inline ValueCollection_t7C9EFE8AB99174D8574E6527C5C64B880B75CA68 * get_values_8() const { return ___values_8; } inline ValueCollection_t7C9EFE8AB99174D8574E6527C5C64B880B75CA68 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t7C9EFE8AB99174D8574E6527C5C64B880B75CA68 * 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_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646, ____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_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t8A7F12FCA7804137862E99C1C7D23B40B61DDB2E* ___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_t3501262CDC70A97246682D18935337986B241C01 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t3D2BB3E9D53AD687E3D7B5F1F264C22487CCC250 * ___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_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* 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_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2, ___entries_1)); } inline EntryU5BU5D_t8A7F12FCA7804137862E99C1C7D23B40B61DDB2E* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t8A7F12FCA7804137862E99C1C7D23B40B61DDB2E** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t8A7F12FCA7804137862E99C1C7D23B40B61DDB2E* 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_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2, ___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_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2, ___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_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2, ___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_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2, ___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_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2, ___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_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2, ___keys_7)); } inline KeyCollection_t3501262CDC70A97246682D18935337986B241C01 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t3501262CDC70A97246682D18935337986B241C01 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t3501262CDC70A97246682D18935337986B241C01 * 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_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2, ___values_8)); } inline ValueCollection_t3D2BB3E9D53AD687E3D7B5F1F264C22487CCC250 * get_values_8() const { return ___values_8; } inline ValueCollection_t3D2BB3E9D53AD687E3D7B5F1F264C22487CCC250 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t3D2BB3E9D53AD687E3D7B5F1F264C22487CCC250 * 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_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2, ____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_t8820E288E84B6C8B767808031F13493C54D26FC9 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tF8E14930C6DB55EAD2F99FAC2B8BBC0089B89C1F* ___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_tC98B95086216011105E04388E58C48D1C924DABF * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t6A736BD5E196C3F46596988F6ECFA2A012789F47 * ___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_t8820E288E84B6C8B767808031F13493C54D26FC9, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* 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_t8820E288E84B6C8B767808031F13493C54D26FC9, ___entries_1)); } inline EntryU5BU5D_tF8E14930C6DB55EAD2F99FAC2B8BBC0089B89C1F* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tF8E14930C6DB55EAD2F99FAC2B8BBC0089B89C1F** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tF8E14930C6DB55EAD2F99FAC2B8BBC0089B89C1F* 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_t8820E288E84B6C8B767808031F13493C54D26FC9, ___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_t8820E288E84B6C8B767808031F13493C54D26FC9, ___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_t8820E288E84B6C8B767808031F13493C54D26FC9, ___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_t8820E288E84B6C8B767808031F13493C54D26FC9, ___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_t8820E288E84B6C8B767808031F13493C54D26FC9, ___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_t8820E288E84B6C8B767808031F13493C54D26FC9, ___keys_7)); } inline KeyCollection_tC98B95086216011105E04388E58C48D1C924DABF * get_keys_7() const { return ___keys_7; } inline KeyCollection_tC98B95086216011105E04388E58C48D1C924DABF ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tC98B95086216011105E04388E58C48D1C924DABF * 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_t8820E288E84B6C8B767808031F13493C54D26FC9, ___values_8)); } inline ValueCollection_t6A736BD5E196C3F46596988F6ECFA2A012789F47 * get_values_8() const { return ___values_8; } inline ValueCollection_t6A736BD5E196C3F46596988F6ECFA2A012789F47 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t6A736BD5E196C3F46596988F6ECFA2A012789F47 * 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_t8820E288E84B6C8B767808031F13493C54D26FC9, ____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.Queue struct Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 : public RuntimeObject { public: // System.Object[] System.Collections.Queue::_array ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____array_0; // System.Int32 System.Collections.Queue::_head int32_t ____head_1; // System.Int32 System.Collections.Queue::_tail int32_t ____tail_2; // System.Int32 System.Collections.Queue::_size int32_t ____size_3; // System.Int32 System.Collections.Queue::_growFactor int32_t ____growFactor_4; // System.Int32 System.Collections.Queue::_version int32_t ____version_5; // System.Object System.Collections.Queue::_syncRoot RuntimeObject * ____syncRoot_6; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____array_0)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__array_0() const { return ____array_0; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__tail_2() { return static_cast(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____tail_2)); } inline int32_t get__tail_2() const { return ____tail_2; } inline int32_t* get_address_of__tail_2() { return &____tail_2; } inline void set__tail_2(int32_t value) { ____tail_2 = value; } inline static int32_t get_offset_of__size_3() { return static_cast(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____size_3)); } inline int32_t get__size_3() const { return ____size_3; } inline int32_t* get_address_of__size_3() { return &____size_3; } inline void set__size_3(int32_t value) { ____size_3 = value; } inline static int32_t get_offset_of__growFactor_4() { return static_cast(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____growFactor_4)); } inline int32_t get__growFactor_4() const { return ____growFactor_4; } inline int32_t* get_address_of__growFactor_4() { return &____growFactor_4; } inline void set__growFactor_4(int32_t value) { ____growFactor_4 = value; } inline static int32_t get_offset_of__version_5() { return static_cast(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____version_5)); } inline int32_t get__version_5() const { return ____version_5; } inline int32_t* get_address_of__version_5() { return &____version_5; } inline void set__version_5(int32_t value) { ____version_5 = value; } inline static int32_t get_offset_of__syncRoot_6() { return static_cast(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____syncRoot_6)); } inline RuntimeObject * get__syncRoot_6() const { return ____syncRoot_6; } inline RuntimeObject ** get_address_of__syncRoot_6() { return &____syncRoot_6; } inline void set__syncRoot_6(RuntimeObject * value) { ____syncRoot_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_6), (void*)value); } }; // System.DBNull struct DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 : public RuntimeObject { public: public: }; struct DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields { public: // System.DBNull System.DBNull::Value DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields, ___Value_0)); } inline DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * get_Value_0() const { return ___Value_0; } inline DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.EventArgs struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E : public RuntimeObject { public: public: }; struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields, ___Empty_0)); } inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * get_Empty_0() const { return ___Empty_0; } inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } }; // System.Globalization.CultureInfo struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F : 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_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___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_t933FB07893230EA91C40FF900D5400665E87B14E* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___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_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___numInfo_10)); } inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_numInfo_10() const { return ___numInfo_10; } inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_numInfo_10() { return &___numInfo_10; } inline void set_numInfo_10(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value) { ___numInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value); } inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___dateTimeInfo_11)); } inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; } inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; } inline void set_dateTimeInfo_11(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value) { ___dateTimeInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value); } inline static int32_t get_offset_of_textInfo_12() { return static_cast(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textInfo_12)); } inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_textInfo_12() const { return ___textInfo_12; } inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_textInfo_12() { return &___textInfo_12; } inline void set_textInfo_12(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___native_calendar_names_20)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_native_calendar_names_20() const { return ___native_calendar_names_20; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; } inline void set_native_calendar_names_20(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___compareInfo_21)); } inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_compareInfo_21() const { return ___compareInfo_21; } inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_compareInfo_21() { return &___compareInfo_21; } inline void set_compareInfo_21(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___calendar_24)); } inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_24() const { return ___calendar_24; } inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_24() { return &___calendar_24; } inline void set_calendar_24(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_culture_25)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_parent_culture_25() const { return ___parent_culture_25; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_parent_culture_25() { return &___parent_culture_25; } inline void set_parent_culture_25(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cached_serialized_form_27)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; } inline void set_cached_serialized_form_27(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_cultureData_28)); } inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_28() const { return ___m_cultureData_28; } inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; } inline void set_m_cultureData_28(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___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; } }; struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentUICulture_33; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentCulture_34; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * ___shared_by_number_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * ___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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___invariant_culture_info_0)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; } inline void set_invariant_culture_info_0(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___default_current_culture_2)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_default_current_culture_2() const { return ___default_current_culture_2; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; } inline void set_default_current_culture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; } inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentCulture_34)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; } inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_number_35)); } inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * get_shared_by_number_35() const { return ___shared_by_number_35; } inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; } inline void set_shared_by_number_35(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_name_36)); } inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * get_shared_by_name_36() const { return ___shared_by_name_36; } inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; } inline void set_shared_by_name_36(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * 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_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_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; } }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_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_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10; DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11; TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___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_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_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_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10; DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11; TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___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_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // System.MarshalByRefObject struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF : 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_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF, ____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_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.Binder struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 : public RuntimeObject { public: public: }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.Runtime.Serialization.ObjectIDGenerator struct ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 : public RuntimeObject { public: // System.Int32 System.Runtime.Serialization.ObjectIDGenerator::m_currentCount int32_t ___m_currentCount_0; // System.Int32 System.Runtime.Serialization.ObjectIDGenerator::m_currentSize int32_t ___m_currentSize_1; // System.Int64[] System.Runtime.Serialization.ObjectIDGenerator::m_ids Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* ___m_ids_2; // System.Object[] System.Runtime.Serialization.ObjectIDGenerator::m_objs ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_objs_3; public: inline static int32_t get_offset_of_m_currentCount_0() { return static_cast(offsetof(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1, ___m_currentCount_0)); } inline int32_t get_m_currentCount_0() const { return ___m_currentCount_0; } inline int32_t* get_address_of_m_currentCount_0() { return &___m_currentCount_0; } inline void set_m_currentCount_0(int32_t value) { ___m_currentCount_0 = value; } inline static int32_t get_offset_of_m_currentSize_1() { return static_cast(offsetof(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1, ___m_currentSize_1)); } inline int32_t get_m_currentSize_1() const { return ___m_currentSize_1; } inline int32_t* get_address_of_m_currentSize_1() { return &___m_currentSize_1; } inline void set_m_currentSize_1(int32_t value) { ___m_currentSize_1 = value; } inline static int32_t get_offset_of_m_ids_2() { return static_cast(offsetof(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1, ___m_ids_2)); } inline Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* get_m_ids_2() const { return ___m_ids_2; } inline Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F** get_address_of_m_ids_2() { return &___m_ids_2; } inline void set_m_ids_2(Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* value) { ___m_ids_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ids_2), (void*)value); } inline static int32_t get_offset_of_m_objs_3() { return static_cast(offsetof(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1, ___m_objs_3)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_objs_3() const { return ___m_objs_3; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_objs_3() { return &___m_objs_3; } inline void set_m_objs_3(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___m_objs_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_objs_3), (void*)value); } }; struct ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_StaticFields { public: // System.Int32[] System.Runtime.Serialization.ObjectIDGenerator::sizes Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___sizes_4; public: inline static int32_t get_offset_of_sizes_4() { return static_cast(offsetof(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_StaticFields, ___sizes_4)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_sizes_4() const { return ___sizes_4; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_sizes_4() { return &___sizes_4; } inline void set_sizes_4(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___sizes_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___sizes_4), (void*)value); } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; 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.Text.Decoder struct Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 : public RuntimeObject { public: // System.Text.DecoderFallback System.Text.Decoder::m_fallback DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___m_fallback_0; // System.Text.DecoderFallbackBuffer System.Text.Decoder::m_fallbackBuffer DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * ___m_fallbackBuffer_1; public: inline static int32_t get_offset_of_m_fallback_0() { return static_cast(offsetof(Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26, ___m_fallback_0)); } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_m_fallback_0() const { return ___m_fallback_0; } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_m_fallback_0() { return &___m_fallback_0; } inline void set_m_fallback_0(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value) { ___m_fallback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fallback_0), (void*)value); } inline static int32_t get_offset_of_m_fallbackBuffer_1() { return static_cast(offsetof(Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26, ___m_fallbackBuffer_1)); } inline DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * get_m_fallbackBuffer_1() const { return ___m_fallbackBuffer_1; } inline DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C ** get_address_of_m_fallbackBuffer_1() { return &___m_fallbackBuffer_1; } inline void set_m_fallbackBuffer_1(DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * value) { ___m_fallbackBuffer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fallbackBuffer_1), (void*)value); } }; // System.Text.Encoder struct Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 : public RuntimeObject { public: // System.Text.EncoderFallback System.Text.Encoder::m_fallback EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___m_fallback_0; // System.Text.EncoderFallbackBuffer System.Text.Encoder::m_fallbackBuffer EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * ___m_fallbackBuffer_1; public: inline static int32_t get_offset_of_m_fallback_0() { return static_cast(offsetof(Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464, ___m_fallback_0)); } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_m_fallback_0() const { return ___m_fallback_0; } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_m_fallback_0() { return &___m_fallback_0; } inline void set_m_fallback_0(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value) { ___m_fallback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fallback_0), (void*)value); } inline static int32_t get_offset_of_m_fallbackBuffer_1() { return static_cast(offsetof(Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464, ___m_fallbackBuffer_1)); } inline EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * get_m_fallbackBuffer_1() const { return ___m_fallbackBuffer_1; } inline EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C ** get_address_of_m_fallbackBuffer_1() { return &___m_fallbackBuffer_1; } inline void set_m_fallbackBuffer_1(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * value) { ___m_fallbackBuffer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fallbackBuffer_1), (void*)value); } }; // System.Text.Encoding struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_9; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___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_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_13; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_14; public: inline static int32_t get_offset_of_m_codePage_9() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___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_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___dataItem_10)); } inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * get_dataItem_10() const { return ___dataItem_10; } inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB ** get_address_of_dataItem_10() { return &___dataItem_10; } inline void set_dataItem_10(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * 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_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___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_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___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_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___encoderFallback_13)); } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_encoderFallback_13() const { return ___encoderFallback_13; } inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_encoderFallback_13() { return &___encoderFallback_13; } inline void set_encoderFallback_13(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value) { ___encoderFallback_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_13), (void*)value); } inline static int32_t get_offset_of_decoderFallback_14() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___decoderFallback_14)); } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_decoderFallback_14() const { return ___decoderFallback_14; } inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_decoderFallback_14() { return &___decoderFallback_14; } inline void set_decoderFallback_14(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value) { ___decoderFallback_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_14), (void*)value); } }; struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields { public: // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___latin1Encoding_7; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___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_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___defaultEncoding_0)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_defaultEncoding_0() const { return ___defaultEncoding_0; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; } inline void set_defaultEncoding_0(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___defaultEncoding_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value); } inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___unicodeEncoding_1)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; } inline void set_unicodeEncoding_1(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___unicodeEncoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value); } inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___bigEndianUnicode_2)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; } inline void set_bigEndianUnicode_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___bigEndianUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value); } inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf7Encoding_3)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf7Encoding_3() const { return ___utf7Encoding_3; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; } inline void set_utf7Encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___utf7Encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value); } inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf8Encoding_4)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf8Encoding_4() const { return ___utf8Encoding_4; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; } inline void set_utf8Encoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___utf8Encoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value); } inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf32Encoding_5)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf32Encoding_5() const { return ___utf32Encoding_5; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; } inline void set_utf32Encoding_5(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___utf32Encoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value); } inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___asciiEncoding_6)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_asciiEncoding_6() const { return ___asciiEncoding_6; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; } inline void set_asciiEncoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___asciiEncoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value); } inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___latin1Encoding_7)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_latin1Encoding_7() const { return ___latin1Encoding_7; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; } inline void set_latin1Encoding_7(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___latin1Encoding_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value); } inline static int32_t get_offset_of_encodings_8() { return static_cast(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___encodings_8)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_encodings_8() const { return ___encodings_8; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_encodings_8() { return &___encodings_8; } inline void set_encodings_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * 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_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_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.RegularExpressions.Capture struct Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73 : public RuntimeObject { public: // System.String System.Text.RegularExpressions.Capture::_text String_t* ____text_0; // System.Int32 System.Text.RegularExpressions.Capture::_index int32_t ____index_1; // System.Int32 System.Text.RegularExpressions.Capture::_length int32_t ____length_2; public: inline static int32_t get_offset_of__text_0() { return static_cast(offsetof(Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73, ____text_0)); } inline String_t* get__text_0() const { return ____text_0; } inline String_t** get_address_of__text_0() { return &____text_0; } inline void set__text_0(String_t* value) { ____text_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____text_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // System.Text.RegularExpressions.MatchCollection struct MatchCollection_t8B954CE579727B076276B514F08040EE4D26844A : public RuntimeObject { public: // System.Text.RegularExpressions.Regex System.Text.RegularExpressions.MatchCollection::_regex Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * ____regex_0; // System.Collections.ArrayList System.Text.RegularExpressions.MatchCollection::_matches ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____matches_1; // System.Boolean System.Text.RegularExpressions.MatchCollection::_done bool ____done_2; // System.String System.Text.RegularExpressions.MatchCollection::_input String_t* ____input_3; // System.Int32 System.Text.RegularExpressions.MatchCollection::_beginning int32_t ____beginning_4; // System.Int32 System.Text.RegularExpressions.MatchCollection::_length int32_t ____length_5; // System.Int32 System.Text.RegularExpressions.MatchCollection::_startat int32_t ____startat_6; // System.Int32 System.Text.RegularExpressions.MatchCollection::_prevlen int32_t ____prevlen_7; public: inline static int32_t get_offset_of__regex_0() { return static_cast(offsetof(MatchCollection_t8B954CE579727B076276B514F08040EE4D26844A, ____regex_0)); } inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * get__regex_0() const { return ____regex_0; } inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF ** get_address_of__regex_0() { return &____regex_0; } inline void set__regex_0(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * value) { ____regex_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____regex_0), (void*)value); } inline static int32_t get_offset_of__matches_1() { return static_cast(offsetof(MatchCollection_t8B954CE579727B076276B514F08040EE4D26844A, ____matches_1)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__matches_1() const { return ____matches_1; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__matches_1() { return &____matches_1; } inline void set__matches_1(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ____matches_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____matches_1), (void*)value); } inline static int32_t get_offset_of__done_2() { return static_cast(offsetof(MatchCollection_t8B954CE579727B076276B514F08040EE4D26844A, ____done_2)); } inline bool get__done_2() const { return ____done_2; } inline bool* get_address_of__done_2() { return &____done_2; } inline void set__done_2(bool value) { ____done_2 = value; } inline static int32_t get_offset_of__input_3() { return static_cast(offsetof(MatchCollection_t8B954CE579727B076276B514F08040EE4D26844A, ____input_3)); } inline String_t* get__input_3() const { return ____input_3; } inline String_t** get_address_of__input_3() { return &____input_3; } inline void set__input_3(String_t* value) { ____input_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____input_3), (void*)value); } inline static int32_t get_offset_of__beginning_4() { return static_cast(offsetof(MatchCollection_t8B954CE579727B076276B514F08040EE4D26844A, ____beginning_4)); } inline int32_t get__beginning_4() const { return ____beginning_4; } inline int32_t* get_address_of__beginning_4() { return &____beginning_4; } inline void set__beginning_4(int32_t value) { ____beginning_4 = value; } inline static int32_t get_offset_of__length_5() { return static_cast(offsetof(MatchCollection_t8B954CE579727B076276B514F08040EE4D26844A, ____length_5)); } inline int32_t get__length_5() const { return ____length_5; } inline int32_t* get_address_of__length_5() { return &____length_5; } inline void set__length_5(int32_t value) { ____length_5 = value; } inline static int32_t get_offset_of__startat_6() { return static_cast(offsetof(MatchCollection_t8B954CE579727B076276B514F08040EE4D26844A, ____startat_6)); } inline int32_t get__startat_6() const { return ____startat_6; } inline int32_t* get_address_of__startat_6() { return &____startat_6; } inline void set__startat_6(int32_t value) { ____startat_6 = value; } inline static int32_t get_offset_of__prevlen_7() { return static_cast(offsetof(MatchCollection_t8B954CE579727B076276B514F08040EE4D26844A, ____prevlen_7)); } inline int32_t get__prevlen_7() const { return ____prevlen_7; } inline int32_t* get_address_of__prevlen_7() { return &____prevlen_7; } inline void set__prevlen_7(int32_t value) { ____prevlen_7 = value; } }; struct MatchCollection_t8B954CE579727B076276B514F08040EE4D26844A_StaticFields { public: // System.Int32 System.Text.RegularExpressions.MatchCollection::infinite int32_t ___infinite_8; public: inline static int32_t get_offset_of_infinite_8() { return static_cast(offsetof(MatchCollection_t8B954CE579727B076276B514F08040EE4D26844A_StaticFields, ___infinite_8)); } inline int32_t get_infinite_8() const { return ___infinite_8; } inline int32_t* get_address_of_infinite_8() { return &___infinite_8; } inline void set_infinite_8(int32_t value) { ___infinite_8 = value; } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___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_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* 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_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com { }; // System.Xml.DomNameTable struct DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A : public RuntimeObject { public: // System.Xml.XmlName[] System.Xml.DomNameTable::entries XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4* ___entries_0; // System.Int32 System.Xml.DomNameTable::count int32_t ___count_1; // System.Int32 System.Xml.DomNameTable::mask int32_t ___mask_2; // System.Xml.XmlDocument System.Xml.DomNameTable::ownerDocument XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___ownerDocument_3; // System.Xml.XmlNameTable System.Xml.DomNameTable::nameTable XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable_4; public: inline static int32_t get_offset_of_entries_0() { return static_cast(offsetof(DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A, ___entries_0)); } inline XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4* get_entries_0() const { return ___entries_0; } inline XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4** get_address_of_entries_0() { return &___entries_0; } inline void set_entries_0(XmlNameU5BU5D_tC7C9008163B62E5C79C948665D33D4E4DAA495F4* value) { ___entries_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_0), (void*)value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A, ___count_1)); } inline int32_t get_count_1() const { return ___count_1; } inline int32_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(int32_t value) { ___count_1 = value; } inline static int32_t get_offset_of_mask_2() { return static_cast(offsetof(DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A, ___mask_2)); } inline int32_t get_mask_2() const { return ___mask_2; } inline int32_t* get_address_of_mask_2() { return &___mask_2; } inline void set_mask_2(int32_t value) { ___mask_2 = value; } inline static int32_t get_offset_of_ownerDocument_3() { return static_cast(offsetof(DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A, ___ownerDocument_3)); } inline XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * get_ownerDocument_3() const { return ___ownerDocument_3; } inline XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 ** get_address_of_ownerDocument_3() { return &___ownerDocument_3; } inline void set_ownerDocument_3(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * value) { ___ownerDocument_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___ownerDocument_3), (void*)value); } inline static int32_t get_offset_of_nameTable_4() { return static_cast(offsetof(DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A, ___nameTable_4)); } inline XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * get_nameTable_4() const { return ___nameTable_4; } inline XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 ** get_address_of_nameTable_4() { return &___nameTable_4; } inline void set_nameTable_4(XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * value) { ___nameTable_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameTable_4), (void*)value); } }; // System.Xml.EmptyEnumerator struct EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 : public RuntimeObject { public: public: }; // System.Xml.Schema.XmlSchemaDatatype struct XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 : public RuntimeObject { public: public: }; // System.Xml.Schema.XmlSchemaObject struct XmlSchemaObject_tB5695348FF2B08149CAE95CD10F39F21EDB1F57B : public RuntimeObject { public: public: }; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F : public RuntimeObject { public: // System.Xml.XmlNameTable System.Xml.Schema.XmlSchemaSet::nameTable XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable_0; // System.Collections.SortedList System.Xml.Schema.XmlSchemaSet::schemas SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * ___schemas_1; // System.Xml.Schema.ValidationEventHandler System.Xml.Schema.XmlSchemaSet::internalEventHandler ValidationEventHandler_t4485151111870B499F014BC4EC05B066589AF4BF * ___internalEventHandler_2; // System.Xml.Schema.ValidationEventHandler System.Xml.Schema.XmlSchemaSet::eventHandler ValidationEventHandler_t4485151111870B499F014BC4EC05B066589AF4BF * ___eventHandler_3; // System.Collections.Hashtable System.Xml.Schema.XmlSchemaSet::schemaLocations Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___schemaLocations_4; // System.Collections.Hashtable System.Xml.Schema.XmlSchemaSet::chameleonSchemas Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___chameleonSchemas_5; // System.Collections.Hashtable System.Xml.Schema.XmlSchemaSet::targetNamespaces Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___targetNamespaces_6; // System.Boolean System.Xml.Schema.XmlSchemaSet::compileAll bool ___compileAll_7; // System.Xml.Schema.SchemaInfo System.Xml.Schema.XmlSchemaSet::cachedCompiledInfo SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * ___cachedCompiledInfo_8; // System.Xml.XmlReaderSettings System.Xml.Schema.XmlSchemaSet::readerSettings XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * ___readerSettings_9; // System.Xml.Schema.XmlSchemaCompilationSettings System.Xml.Schema.XmlSchemaSet::compilationSettings XmlSchemaCompilationSettings_t33655A7BA800689EC37601FEFD33291F42B8ABBC * ___compilationSettings_10; public: inline static int32_t get_offset_of_nameTable_0() { return static_cast(offsetof(XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F, ___nameTable_0)); } inline XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * get_nameTable_0() const { return ___nameTable_0; } inline XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 ** get_address_of_nameTable_0() { return &___nameTable_0; } inline void set_nameTable_0(XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * value) { ___nameTable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameTable_0), (void*)value); } inline static int32_t get_offset_of_schemas_1() { return static_cast(offsetof(XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F, ___schemas_1)); } inline SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * get_schemas_1() const { return ___schemas_1; } inline SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E ** get_address_of_schemas_1() { return &___schemas_1; } inline void set_schemas_1(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * value) { ___schemas_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemas_1), (void*)value); } inline static int32_t get_offset_of_internalEventHandler_2() { return static_cast(offsetof(XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F, ___internalEventHandler_2)); } inline ValidationEventHandler_t4485151111870B499F014BC4EC05B066589AF4BF * get_internalEventHandler_2() const { return ___internalEventHandler_2; } inline ValidationEventHandler_t4485151111870B499F014BC4EC05B066589AF4BF ** get_address_of_internalEventHandler_2() { return &___internalEventHandler_2; } inline void set_internalEventHandler_2(ValidationEventHandler_t4485151111870B499F014BC4EC05B066589AF4BF * value) { ___internalEventHandler_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___internalEventHandler_2), (void*)value); } inline static int32_t get_offset_of_eventHandler_3() { return static_cast(offsetof(XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F, ___eventHandler_3)); } inline ValidationEventHandler_t4485151111870B499F014BC4EC05B066589AF4BF * get_eventHandler_3() const { return ___eventHandler_3; } inline ValidationEventHandler_t4485151111870B499F014BC4EC05B066589AF4BF ** get_address_of_eventHandler_3() { return &___eventHandler_3; } inline void set_eventHandler_3(ValidationEventHandler_t4485151111870B499F014BC4EC05B066589AF4BF * value) { ___eventHandler_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___eventHandler_3), (void*)value); } inline static int32_t get_offset_of_schemaLocations_4() { return static_cast(offsetof(XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F, ___schemaLocations_4)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_schemaLocations_4() const { return ___schemaLocations_4; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_schemaLocations_4() { return &___schemaLocations_4; } inline void set_schemaLocations_4(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___schemaLocations_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaLocations_4), (void*)value); } inline static int32_t get_offset_of_chameleonSchemas_5() { return static_cast(offsetof(XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F, ___chameleonSchemas_5)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_chameleonSchemas_5() const { return ___chameleonSchemas_5; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_chameleonSchemas_5() { return &___chameleonSchemas_5; } inline void set_chameleonSchemas_5(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___chameleonSchemas_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___chameleonSchemas_5), (void*)value); } inline static int32_t get_offset_of_targetNamespaces_6() { return static_cast(offsetof(XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F, ___targetNamespaces_6)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_targetNamespaces_6() const { return ___targetNamespaces_6; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_targetNamespaces_6() { return &___targetNamespaces_6; } inline void set_targetNamespaces_6(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___targetNamespaces_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetNamespaces_6), (void*)value); } inline static int32_t get_offset_of_compileAll_7() { return static_cast(offsetof(XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F, ___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_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F, ___cachedCompiledInfo_8)); } inline SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * get_cachedCompiledInfo_8() const { return ___cachedCompiledInfo_8; } inline SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 ** get_address_of_cachedCompiledInfo_8() { return &___cachedCompiledInfo_8; } inline void set_cachedCompiledInfo_8(SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * value) { ___cachedCompiledInfo_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___cachedCompiledInfo_8), (void*)value); } inline static int32_t get_offset_of_readerSettings_9() { return static_cast(offsetof(XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F, ___readerSettings_9)); } inline XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * get_readerSettings_9() const { return ___readerSettings_9; } inline XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 ** get_address_of_readerSettings_9() { return &___readerSettings_9; } inline void set_readerSettings_9(XmlReaderSettings_t33E632C6BB215A5F2B4EAA81B289E027AF617F65 * value) { ___readerSettings_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___readerSettings_9), (void*)value); } inline static int32_t get_offset_of_compilationSettings_10() { return static_cast(offsetof(XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F, ___compilationSettings_10)); } inline XmlSchemaCompilationSettings_t33655A7BA800689EC37601FEFD33291F42B8ABBC * get_compilationSettings_10() const { return ___compilationSettings_10; } inline XmlSchemaCompilationSettings_t33655A7BA800689EC37601FEFD33291F42B8ABBC ** get_address_of_compilationSettings_10() { return &___compilationSettings_10; } inline void set_compilationSettings_10(XmlSchemaCompilationSettings_t33655A7BA800689EC37601FEFD33291F42B8ABBC * value) { ___compilationSettings_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___compilationSettings_10), (void*)value); } }; // System.Xml.Schema.XmlValueConverter struct XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E : public RuntimeObject { public: public: }; // System.Xml.Serialization.ObjectMap struct ObjectMap_t53CD0E614E60A73AB445A2A757CCD3C356F31677 : public RuntimeObject { public: public: }; // System.Xml.Serialization.XmlAttributeOverrides struct XmlAttributeOverrides_tE2AE30774D1F8B3860BFE1A8B6233970E88C7F7E : public RuntimeObject { public: // System.Collections.Hashtable System.Xml.Serialization.XmlAttributeOverrides::overrides Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___overrides_0; public: inline static int32_t get_offset_of_overrides_0() { return static_cast(offsetof(XmlAttributeOverrides_tE2AE30774D1F8B3860BFE1A8B6233970E88C7F7E, ___overrides_0)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_overrides_0() const { return ___overrides_0; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_overrides_0() { return &___overrides_0; } inline void set_overrides_0(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___overrides_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___overrides_0), (void*)value); } }; // System.Xml.Serialization.XmlReflectionImporter struct XmlReflectionImporter_t01142C73A76F11C3781558BEE362720BFDDDED3A : public RuntimeObject { public: // System.String System.Xml.Serialization.XmlReflectionImporter::initialDefaultNamespace String_t* ___initialDefaultNamespace_0; // System.Xml.Serialization.XmlAttributeOverrides System.Xml.Serialization.XmlReflectionImporter::attributeOverrides XmlAttributeOverrides_tE2AE30774D1F8B3860BFE1A8B6233970E88C7F7E * ___attributeOverrides_1; // System.Collections.ArrayList System.Xml.Serialization.XmlReflectionImporter::includedTypes ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___includedTypes_2; // System.Xml.Serialization.ReflectionHelper System.Xml.Serialization.XmlReflectionImporter::helper ReflectionHelper_tE199EEE7D70F52495BFC2BA2C57EB73A91F512E6 * ___helper_3; // System.Int32 System.Xml.Serialization.XmlReflectionImporter::arrayChoiceCount int32_t ___arrayChoiceCount_4; // System.Collections.ArrayList System.Xml.Serialization.XmlReflectionImporter::relatedMaps ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___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_t01142C73A76F11C3781558BEE362720BFDDDED3A, ___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_t01142C73A76F11C3781558BEE362720BFDDDED3A, ___attributeOverrides_1)); } inline XmlAttributeOverrides_tE2AE30774D1F8B3860BFE1A8B6233970E88C7F7E * get_attributeOverrides_1() const { return ___attributeOverrides_1; } inline XmlAttributeOverrides_tE2AE30774D1F8B3860BFE1A8B6233970E88C7F7E ** get_address_of_attributeOverrides_1() { return &___attributeOverrides_1; } inline void set_attributeOverrides_1(XmlAttributeOverrides_tE2AE30774D1F8B3860BFE1A8B6233970E88C7F7E * value) { ___attributeOverrides_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributeOverrides_1), (void*)value); } inline static int32_t get_offset_of_includedTypes_2() { return static_cast(offsetof(XmlReflectionImporter_t01142C73A76F11C3781558BEE362720BFDDDED3A, ___includedTypes_2)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_includedTypes_2() const { return ___includedTypes_2; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_includedTypes_2() { return &___includedTypes_2; } inline void set_includedTypes_2(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ___includedTypes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___includedTypes_2), (void*)value); } inline static int32_t get_offset_of_helper_3() { return static_cast(offsetof(XmlReflectionImporter_t01142C73A76F11C3781558BEE362720BFDDDED3A, ___helper_3)); } inline ReflectionHelper_tE199EEE7D70F52495BFC2BA2C57EB73A91F512E6 * get_helper_3() const { return ___helper_3; } inline ReflectionHelper_tE199EEE7D70F52495BFC2BA2C57EB73A91F512E6 ** get_address_of_helper_3() { return &___helper_3; } inline void set_helper_3(ReflectionHelper_tE199EEE7D70F52495BFC2BA2C57EB73A91F512E6 * value) { ___helper_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___helper_3), (void*)value); } inline static int32_t get_offset_of_arrayChoiceCount_4() { return static_cast(offsetof(XmlReflectionImporter_t01142C73A76F11C3781558BEE362720BFDDDED3A, ___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_t01142C73A76F11C3781558BEE362720BFDDDED3A, ___relatedMaps_5)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_relatedMaps_5() const { return ___relatedMaps_5; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_relatedMaps_5() { return &___relatedMaps_5; } inline void set_relatedMaps_5(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ___relatedMaps_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___relatedMaps_5), (void*)value); } inline static int32_t get_offset_of_allowPrivateTypes_6() { return static_cast(offsetof(XmlReflectionImporter_t01142C73A76F11C3781558BEE362720BFDDDED3A, ___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; } }; struct XmlReflectionImporter_t01142C73A76F11C3781558BEE362720BFDDDED3A_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_t01142C73A76F11C3781558BEE362720BFDDDED3A_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_t01142C73A76F11C3781558BEE362720BFDDDED3A_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.XmlSerializationGeneratedCode struct XmlSerializationGeneratedCode_tD121073E4460FCF7F6B549E4621B0CB971D2E6CE : public RuntimeObject { public: public: }; // System.Xml.Serialization.XmlSerializationReaderInterpreter_FixupCallbackInfo struct FixupCallbackInfo_t624A8800237A1808944906FDC24BE9244B65F71D : public RuntimeObject { public: // System.Xml.Serialization.XmlSerializationReaderInterpreter System.Xml.Serialization.XmlSerializationReaderInterpreter_FixupCallbackInfo::_sri XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C * ____sri_0; // System.Xml.Serialization.ClassMap System.Xml.Serialization.XmlSerializationReaderInterpreter_FixupCallbackInfo::_map ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * ____map_1; // System.Boolean System.Xml.Serialization.XmlSerializationReaderInterpreter_FixupCallbackInfo::_isValueList bool ____isValueList_2; public: inline static int32_t get_offset_of__sri_0() { return static_cast(offsetof(FixupCallbackInfo_t624A8800237A1808944906FDC24BE9244B65F71D, ____sri_0)); } inline XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C * get__sri_0() const { return ____sri_0; } inline XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C ** get_address_of__sri_0() { return &____sri_0; } inline void set__sri_0(XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C * value) { ____sri_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____sri_0), (void*)value); } inline static int32_t get_offset_of__map_1() { return static_cast(offsetof(FixupCallbackInfo_t624A8800237A1808944906FDC24BE9244B65F71D, ____map_1)); } inline ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * get__map_1() const { return ____map_1; } inline ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA ** get_address_of__map_1() { return &____map_1; } inline void set__map_1(ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * value) { ____map_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____map_1), (void*)value); } inline static int32_t get_offset_of__isValueList_2() { return static_cast(offsetof(FixupCallbackInfo_t624A8800237A1808944906FDC24BE9244B65F71D, ____isValueList_2)); } inline bool get__isValueList_2() const { return ____isValueList_2; } inline bool* get_address_of__isValueList_2() { return &____isValueList_2; } inline void set__isValueList_2(bool value) { ____isValueList_2 = value; } }; // System.Xml.Serialization.XmlSerializationReaderInterpreter_ReaderCallbackInfo struct ReaderCallbackInfo_t3649059057730362A2C3655BD0E4024E8DDC9C61 : public RuntimeObject { public: // System.Xml.Serialization.XmlSerializationReaderInterpreter System.Xml.Serialization.XmlSerializationReaderInterpreter_ReaderCallbackInfo::_sri XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C * ____sri_0; // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlSerializationReaderInterpreter_ReaderCallbackInfo::_typeMap XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * ____typeMap_1; public: inline static int32_t get_offset_of__sri_0() { return static_cast(offsetof(ReaderCallbackInfo_t3649059057730362A2C3655BD0E4024E8DDC9C61, ____sri_0)); } inline XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C * get__sri_0() const { return ____sri_0; } inline XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C ** get_address_of__sri_0() { return &____sri_0; } inline void set__sri_0(XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C * value) { ____sri_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____sri_0), (void*)value); } inline static int32_t get_offset_of__typeMap_1() { return static_cast(offsetof(ReaderCallbackInfo_t3649059057730362A2C3655BD0E4024E8DDC9C61, ____typeMap_1)); } inline XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * get__typeMap_1() const { return ____typeMap_1; } inline XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA ** get_address_of__typeMap_1() { return &____typeMap_1; } inline void set__typeMap_1(XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * value) { ____typeMap_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____typeMap_1), (void*)value); } }; // System.Xml.Serialization.XmlSerializationWriter_WriteCallbackInfo struct WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC : public RuntimeObject { public: // System.Type System.Xml.Serialization.XmlSerializationWriter_WriteCallbackInfo::Type Type_t * ___Type_0; // System.String System.Xml.Serialization.XmlSerializationWriter_WriteCallbackInfo::TypeName String_t* ___TypeName_1; // System.String System.Xml.Serialization.XmlSerializationWriter_WriteCallbackInfo::TypeNs String_t* ___TypeNs_2; // System.Xml.Serialization.XmlSerializationWriteCallback System.Xml.Serialization.XmlSerializationWriter_WriteCallbackInfo::Callback XmlSerializationWriteCallback_tC98B104DBDBC776D566F853B9DED7668089431FA * ___Callback_3; public: inline static int32_t get_offset_of_Type_0() { return static_cast(offsetof(WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC, ___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_TypeName_1() { return static_cast(offsetof(WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC, ___TypeName_1)); } inline String_t* get_TypeName_1() const { return ___TypeName_1; } inline String_t** get_address_of_TypeName_1() { return &___TypeName_1; } inline void set_TypeName_1(String_t* value) { ___TypeName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___TypeName_1), (void*)value); } inline static int32_t get_offset_of_TypeNs_2() { return static_cast(offsetof(WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC, ___TypeNs_2)); } inline String_t* get_TypeNs_2() const { return ___TypeNs_2; } inline String_t** get_address_of_TypeNs_2() { return &___TypeNs_2; } inline void set_TypeNs_2(String_t* value) { ___TypeNs_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___TypeNs_2), (void*)value); } inline static int32_t get_offset_of_Callback_3() { return static_cast(offsetof(WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC, ___Callback_3)); } inline XmlSerializationWriteCallback_tC98B104DBDBC776D566F853B9DED7668089431FA * get_Callback_3() const { return ___Callback_3; } inline XmlSerializationWriteCallback_tC98B104DBDBC776D566F853B9DED7668089431FA ** get_address_of_Callback_3() { return &___Callback_3; } inline void set_Callback_3(XmlSerializationWriteCallback_tC98B104DBDBC776D566F853B9DED7668089431FA * value) { ___Callback_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Callback_3), (void*)value); } }; // System.Xml.Serialization.XmlSerializationWriterInterpreter_CallbackInfo struct CallbackInfo_t6FC419FB131647181747C58C4AA7642E18071292 : public RuntimeObject { public: // System.Xml.Serialization.XmlSerializationWriterInterpreter System.Xml.Serialization.XmlSerializationWriterInterpreter_CallbackInfo::_swi XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * ____swi_0; // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlSerializationWriterInterpreter_CallbackInfo::_typeMap XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * ____typeMap_1; public: inline static int32_t get_offset_of__swi_0() { return static_cast(offsetof(CallbackInfo_t6FC419FB131647181747C58C4AA7642E18071292, ____swi_0)); } inline XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * get__swi_0() const { return ____swi_0; } inline XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 ** get_address_of__swi_0() { return &____swi_0; } inline void set__swi_0(XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * value) { ____swi_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____swi_0), (void*)value); } inline static int32_t get_offset_of__typeMap_1() { return static_cast(offsetof(CallbackInfo_t6FC419FB131647181747C58C4AA7642E18071292, ____typeMap_1)); } inline XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * get__typeMap_1() const { return ____typeMap_1; } inline XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA ** get_address_of__typeMap_1() { return &____typeMap_1; } inline void set__typeMap_1(XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * value) { ____typeMap_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____typeMap_1), (void*)value); } }; // System.Xml.Serialization.XmlSerializer struct XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C : public RuntimeObject { public: // System.Boolean System.Xml.Serialization.XmlSerializer::customSerializer bool ___customSerializer_4; // System.Xml.Serialization.XmlMapping System.Xml.Serialization.XmlSerializer::typeMapping XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * ___typeMapping_5; // System.Xml.Serialization.XmlSerializer_SerializerData System.Xml.Serialization.XmlSerializer::serializerData SerializerData_tFD8E75C5BC50CD6C3A3F382789E88E422381A7A8 * ___serializerData_6; // System.Xml.Serialization.UnreferencedObjectEventHandler System.Xml.Serialization.XmlSerializer::onUnreferencedObject UnreferencedObjectEventHandler_t43A5BBC5B5EC952973CF7F9F191EAFF5C5DBCB9B * ___onUnreferencedObject_8; // System.Xml.Serialization.XmlAttributeEventHandler System.Xml.Serialization.XmlSerializer::onUnknownAttribute XmlAttributeEventHandler_t7DE5648EC8D9459D5DEA07DF556AFDF235C661A6 * ___onUnknownAttribute_9; // System.Xml.Serialization.XmlElementEventHandler System.Xml.Serialization.XmlSerializer::onUnknownElement XmlElementEventHandler_tF116A337C283F6E1ECC94728C6F113676D9A8174 * ___onUnknownElement_10; // System.Xml.Serialization.XmlNodeEventHandler System.Xml.Serialization.XmlSerializer::onUnknownNode XmlNodeEventHandler_tD870BE5167E49CD15CA2F1879CD1EC0229C40F49 * ___onUnknownNode_11; public: inline static int32_t get_offset_of_customSerializer_4() { return static_cast(offsetof(XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C, ___customSerializer_4)); } inline bool get_customSerializer_4() const { return ___customSerializer_4; } inline bool* get_address_of_customSerializer_4() { return &___customSerializer_4; } inline void set_customSerializer_4(bool value) { ___customSerializer_4 = value; } inline static int32_t get_offset_of_typeMapping_5() { return static_cast(offsetof(XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C, ___typeMapping_5)); } inline XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * get_typeMapping_5() const { return ___typeMapping_5; } inline XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 ** get_address_of_typeMapping_5() { return &___typeMapping_5; } inline void set_typeMapping_5(XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * value) { ___typeMapping_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeMapping_5), (void*)value); } inline static int32_t get_offset_of_serializerData_6() { return static_cast(offsetof(XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C, ___serializerData_6)); } inline SerializerData_tFD8E75C5BC50CD6C3A3F382789E88E422381A7A8 * get_serializerData_6() const { return ___serializerData_6; } inline SerializerData_tFD8E75C5BC50CD6C3A3F382789E88E422381A7A8 ** get_address_of_serializerData_6() { return &___serializerData_6; } inline void set_serializerData_6(SerializerData_tFD8E75C5BC50CD6C3A3F382789E88E422381A7A8 * value) { ___serializerData_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___serializerData_6), (void*)value); } inline static int32_t get_offset_of_onUnreferencedObject_8() { return static_cast(offsetof(XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C, ___onUnreferencedObject_8)); } inline UnreferencedObjectEventHandler_t43A5BBC5B5EC952973CF7F9F191EAFF5C5DBCB9B * get_onUnreferencedObject_8() const { return ___onUnreferencedObject_8; } inline UnreferencedObjectEventHandler_t43A5BBC5B5EC952973CF7F9F191EAFF5C5DBCB9B ** get_address_of_onUnreferencedObject_8() { return &___onUnreferencedObject_8; } inline void set_onUnreferencedObject_8(UnreferencedObjectEventHandler_t43A5BBC5B5EC952973CF7F9F191EAFF5C5DBCB9B * value) { ___onUnreferencedObject_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___onUnreferencedObject_8), (void*)value); } inline static int32_t get_offset_of_onUnknownAttribute_9() { return static_cast(offsetof(XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C, ___onUnknownAttribute_9)); } inline XmlAttributeEventHandler_t7DE5648EC8D9459D5DEA07DF556AFDF235C661A6 * get_onUnknownAttribute_9() const { return ___onUnknownAttribute_9; } inline XmlAttributeEventHandler_t7DE5648EC8D9459D5DEA07DF556AFDF235C661A6 ** get_address_of_onUnknownAttribute_9() { return &___onUnknownAttribute_9; } inline void set_onUnknownAttribute_9(XmlAttributeEventHandler_t7DE5648EC8D9459D5DEA07DF556AFDF235C661A6 * value) { ___onUnknownAttribute_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___onUnknownAttribute_9), (void*)value); } inline static int32_t get_offset_of_onUnknownElement_10() { return static_cast(offsetof(XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C, ___onUnknownElement_10)); } inline XmlElementEventHandler_tF116A337C283F6E1ECC94728C6F113676D9A8174 * get_onUnknownElement_10() const { return ___onUnknownElement_10; } inline XmlElementEventHandler_tF116A337C283F6E1ECC94728C6F113676D9A8174 ** get_address_of_onUnknownElement_10() { return &___onUnknownElement_10; } inline void set_onUnknownElement_10(XmlElementEventHandler_tF116A337C283F6E1ECC94728C6F113676D9A8174 * value) { ___onUnknownElement_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___onUnknownElement_10), (void*)value); } inline static int32_t get_offset_of_onUnknownNode_11() { return static_cast(offsetof(XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C, ___onUnknownNode_11)); } inline XmlNodeEventHandler_tD870BE5167E49CD15CA2F1879CD1EC0229C40F49 * get_onUnknownNode_11() const { return ___onUnknownNode_11; } inline XmlNodeEventHandler_tD870BE5167E49CD15CA2F1879CD1EC0229C40F49 ** get_address_of_onUnknownNode_11() { return &___onUnknownNode_11; } inline void set_onUnknownNode_11(XmlNodeEventHandler_tD870BE5167E49CD15CA2F1879CD1EC0229C40F49 * value) { ___onUnknownNode_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___onUnknownNode_11), (void*)value); } }; struct XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C_StaticFields { public: // System.Int32 System.Xml.Serialization.XmlSerializer::generationThreshold int32_t ___generationThreshold_0; // System.Boolean System.Xml.Serialization.XmlSerializer::backgroundGeneration bool ___backgroundGeneration_1; // System.Boolean System.Xml.Serialization.XmlSerializer::deleteTempFiles bool ___deleteTempFiles_2; // System.Boolean System.Xml.Serialization.XmlSerializer::generatorFallback bool ___generatorFallback_3; // System.Collections.Hashtable System.Xml.Serialization.XmlSerializer::serializerTypes Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___serializerTypes_7; // System.Text.Encoding System.Xml.Serialization.XmlSerializer::DefaultEncoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___DefaultEncoding_12; public: inline static int32_t get_offset_of_generationThreshold_0() { return static_cast(offsetof(XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C_StaticFields, ___generationThreshold_0)); } inline int32_t get_generationThreshold_0() const { return ___generationThreshold_0; } inline int32_t* get_address_of_generationThreshold_0() { return &___generationThreshold_0; } inline void set_generationThreshold_0(int32_t value) { ___generationThreshold_0 = value; } inline static int32_t get_offset_of_backgroundGeneration_1() { return static_cast(offsetof(XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C_StaticFields, ___backgroundGeneration_1)); } inline bool get_backgroundGeneration_1() const { return ___backgroundGeneration_1; } inline bool* get_address_of_backgroundGeneration_1() { return &___backgroundGeneration_1; } inline void set_backgroundGeneration_1(bool value) { ___backgroundGeneration_1 = value; } inline static int32_t get_offset_of_deleteTempFiles_2() { return static_cast(offsetof(XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C_StaticFields, ___deleteTempFiles_2)); } inline bool get_deleteTempFiles_2() const { return ___deleteTempFiles_2; } inline bool* get_address_of_deleteTempFiles_2() { return &___deleteTempFiles_2; } inline void set_deleteTempFiles_2(bool value) { ___deleteTempFiles_2 = value; } inline static int32_t get_offset_of_generatorFallback_3() { return static_cast(offsetof(XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C_StaticFields, ___generatorFallback_3)); } inline bool get_generatorFallback_3() const { return ___generatorFallback_3; } inline bool* get_address_of_generatorFallback_3() { return &___generatorFallback_3; } inline void set_generatorFallback_3(bool value) { ___generatorFallback_3 = value; } inline static int32_t get_offset_of_serializerTypes_7() { return static_cast(offsetof(XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C_StaticFields, ___serializerTypes_7)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_serializerTypes_7() const { return ___serializerTypes_7; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_serializerTypes_7() { return &___serializerTypes_7; } inline void set_serializerTypes_7(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___serializerTypes_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___serializerTypes_7), (void*)value); } inline static int32_t get_offset_of_DefaultEncoding_12() { return static_cast(offsetof(XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C_StaticFields, ___DefaultEncoding_12)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_DefaultEncoding_12() const { return ___DefaultEncoding_12; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_DefaultEncoding_12() { return &___DefaultEncoding_12; } inline void set_DefaultEncoding_12(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___DefaultEncoding_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultEncoding_12), (void*)value); } }; // System.Xml.Serialization.XmlSerializer_SerializerData struct SerializerData_tFD8E75C5BC50CD6C3A3F382789E88E422381A7A8 : public RuntimeObject { public: // System.Reflection.MethodInfo System.Xml.Serialization.XmlSerializer_SerializerData::ReaderMethod MethodInfo_t * ___ReaderMethod_0; // System.Type System.Xml.Serialization.XmlSerializer_SerializerData::WriterType Type_t * ___WriterType_1; // System.Reflection.MethodInfo System.Xml.Serialization.XmlSerializer_SerializerData::WriterMethod MethodInfo_t * ___WriterMethod_2; // System.Xml.Serialization.XmlSerializerImplementation System.Xml.Serialization.XmlSerializer_SerializerData::Implementation XmlSerializerImplementation_tF78BC93462D4003D83EAA821331747A0624F837D * ___Implementation_3; public: inline static int32_t get_offset_of_ReaderMethod_0() { return static_cast(offsetof(SerializerData_tFD8E75C5BC50CD6C3A3F382789E88E422381A7A8, ___ReaderMethod_0)); } inline MethodInfo_t * get_ReaderMethod_0() const { return ___ReaderMethod_0; } inline MethodInfo_t ** get_address_of_ReaderMethod_0() { return &___ReaderMethod_0; } inline void set_ReaderMethod_0(MethodInfo_t * value) { ___ReaderMethod_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReaderMethod_0), (void*)value); } inline static int32_t get_offset_of_WriterType_1() { return static_cast(offsetof(SerializerData_tFD8E75C5BC50CD6C3A3F382789E88E422381A7A8, ___WriterType_1)); } inline Type_t * get_WriterType_1() const { return ___WriterType_1; } inline Type_t ** get_address_of_WriterType_1() { return &___WriterType_1; } inline void set_WriterType_1(Type_t * value) { ___WriterType_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___WriterType_1), (void*)value); } inline static int32_t get_offset_of_WriterMethod_2() { return static_cast(offsetof(SerializerData_tFD8E75C5BC50CD6C3A3F382789E88E422381A7A8, ___WriterMethod_2)); } inline MethodInfo_t * get_WriterMethod_2() const { return ___WriterMethod_2; } inline MethodInfo_t ** get_address_of_WriterMethod_2() { return &___WriterMethod_2; } inline void set_WriterMethod_2(MethodInfo_t * value) { ___WriterMethod_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___WriterMethod_2), (void*)value); } inline static int32_t get_offset_of_Implementation_3() { return static_cast(offsetof(SerializerData_tFD8E75C5BC50CD6C3A3F382789E88E422381A7A8, ___Implementation_3)); } inline XmlSerializerImplementation_tF78BC93462D4003D83EAA821331747A0624F837D * get_Implementation_3() const { return ___Implementation_3; } inline XmlSerializerImplementation_tF78BC93462D4003D83EAA821331747A0624F837D ** get_address_of_Implementation_3() { return &___Implementation_3; } inline void set_Implementation_3(XmlSerializerImplementation_tF78BC93462D4003D83EAA821331747A0624F837D * value) { ___Implementation_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Implementation_3), (void*)value); } }; // System.Xml.Serialization.XmlSerializerImplementation struct XmlSerializerImplementation_tF78BC93462D4003D83EAA821331747A0624F837D : public RuntimeObject { public: public: }; // System.Xml.Serialization.XmlSerializerNamespaces struct XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F : public RuntimeObject { public: // System.Collections.Hashtable System.Xml.Serialization.XmlSerializerNamespaces::namespaces Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___namespaces_0; public: inline static int32_t get_offset_of_namespaces_0() { return static_cast(offsetof(XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F, ___namespaces_0)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_namespaces_0() const { return ___namespaces_0; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_namespaces_0() { return &___namespaces_0; } inline void set_namespaces_0(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___namespaces_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___namespaces_0), (void*)value); } }; // System.Xml.Serialization.XmlTypeMapMember struct XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D : 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_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * ____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_t8272D1E62F842F97D749F6FFC6B4AE57754C914D, ____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_t8272D1E62F842F97D749F6FFC6B4AE57754C914D, ____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_t8272D1E62F842F97D749F6FFC6B4AE57754C914D, ____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_t8272D1E62F842F97D749F6FFC6B4AE57754C914D, ____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_t8272D1E62F842F97D749F6FFC6B4AE57754C914D, ____typeData_4)); } inline TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * get__typeData_4() const { return ____typeData_4; } inline TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 ** get_address_of__typeData_4() { return &____typeData_4; } inline void set__typeData_4(TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * value) { ____typeData_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____typeData_4), (void*)value); } inline static int32_t get_offset_of__member_5() { return static_cast(offsetof(XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D, ____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_t8272D1E62F842F97D749F6FFC6B4AE57754C914D, ____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_t8272D1E62F842F97D749F6FFC6B4AE57754C914D, ____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_t8272D1E62F842F97D749F6FFC6B4AE57754C914D, ____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_t8272D1E62F842F97D749F6FFC6B4AE57754C914D, ____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.XPath.XPathDocument struct XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321 : public RuntimeObject { public: // MS.Internal.Xml.Cache.XPathNode[] System.Xml.XPath.XPathDocument::pageXmlNmsp XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___pageXmlNmsp_0; // System.Int32 System.Xml.XPath.XPathDocument::idxXmlNmsp int32_t ___idxXmlNmsp_1; // System.Xml.XmlNameTable System.Xml.XPath.XPathDocument::nameTable XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable_2; // System.Collections.Generic.Dictionary`2 System.Xml.XPath.XPathDocument::mapNmsp Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646 * ___mapNmsp_3; public: inline static int32_t get_offset_of_pageXmlNmsp_0() { return static_cast(offsetof(XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321, ___pageXmlNmsp_0)); } inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* get_pageXmlNmsp_0() const { return ___pageXmlNmsp_0; } inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** get_address_of_pageXmlNmsp_0() { return &___pageXmlNmsp_0; } inline void set_pageXmlNmsp_0(XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* value) { ___pageXmlNmsp_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pageXmlNmsp_0), (void*)value); } inline static int32_t get_offset_of_idxXmlNmsp_1() { return static_cast(offsetof(XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321, ___idxXmlNmsp_1)); } inline int32_t get_idxXmlNmsp_1() const { return ___idxXmlNmsp_1; } inline int32_t* get_address_of_idxXmlNmsp_1() { return &___idxXmlNmsp_1; } inline void set_idxXmlNmsp_1(int32_t value) { ___idxXmlNmsp_1 = value; } inline static int32_t get_offset_of_nameTable_2() { return static_cast(offsetof(XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321, ___nameTable_2)); } inline XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * get_nameTable_2() const { return ___nameTable_2; } inline XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 ** get_address_of_nameTable_2() { return &___nameTable_2; } inline void set_nameTable_2(XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * value) { ___nameTable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameTable_2), (void*)value); } inline static int32_t get_offset_of_mapNmsp_3() { return static_cast(offsetof(XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321, ___mapNmsp_3)); } inline Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646 * get_mapNmsp_3() const { return ___mapNmsp_3; } inline Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646 ** get_address_of_mapNmsp_3() { return &___mapNmsp_3; } inline void set_mapNmsp_3(Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646 * value) { ___mapNmsp_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mapNmsp_3), (void*)value); } }; // System.Xml.XPath.XPathItem struct XPathItem_tCFAE3473CA8FED583EE90F08AF79BB5E1D7B3F98 : public RuntimeObject { public: public: }; // System.Xml.XPath.XPathNavigatorKeyComparer struct XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378 : public RuntimeObject { public: public: }; // System.Xml.XmlChildEnumerator struct XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA : public RuntimeObject { public: // System.Xml.XmlNode System.Xml.XmlChildEnumerator::container XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___container_0; // System.Xml.XmlNode System.Xml.XmlChildEnumerator::child XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___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_tA5E9216BDDC135630E6C1283B8976192A9847ABA, ___container_0)); } inline XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * get_container_0() const { return ___container_0; } inline XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB ** get_address_of_container_0() { return &___container_0; } inline void set_container_0(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * value) { ___container_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___container_0), (void*)value); } inline static int32_t get_offset_of_child_1() { return static_cast(offsetof(XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA, ___child_1)); } inline XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * get_child_1() const { return ___child_1; } inline XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB ** get_address_of_child_1() { return &___child_1; } inline void set_child_1(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * value) { ___child_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___child_1), (void*)value); } inline static int32_t get_offset_of_isFirst_2() { return static_cast(offsetof(XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA, ___isFirst_2)); } inline bool get_isFirst_2() const { return ___isFirst_2; } inline bool* get_address_of_isFirst_2() { return &___isFirst_2; } inline void set_isFirst_2(bool value) { ___isFirst_2 = value; } }; // System.Xml.XmlComplianceUtil struct XmlComplianceUtil_tF765F050106DD1652680AC22FA48C7BD070BFED5 : public RuntimeObject { public: public: }; // System.Xml.XmlConfiguration.XmlReaderSection struct XmlReaderSection_tFCE70D088C6038C6BB6BA8A6A66F97D91AD84AC7 : public RuntimeObject { public: public: }; // System.Xml.XmlImplementation struct XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF : public RuntimeObject { public: // System.Xml.XmlNameTable System.Xml.XmlImplementation::nameTable XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable_0; public: inline static int32_t get_offset_of_nameTable_0() { return static_cast(offsetof(XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF, ___nameTable_0)); } inline XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * get_nameTable_0() const { return ___nameTable_0; } inline XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 ** get_address_of_nameTable_0() { return &___nameTable_0; } inline void set_nameTable_0(XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * value) { ___nameTable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameTable_0), (void*)value); } }; // System.Xml.XmlLoader struct XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D : public RuntimeObject { public: // System.Xml.XmlDocument System.Xml.XmlLoader::doc XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc_0; // System.Xml.XmlReader System.Xml.XmlLoader::reader XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___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_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D, ___doc_0)); } inline XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * get_doc_0() const { return ___doc_0; } inline XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 ** get_address_of_doc_0() { return &___doc_0; } inline void set_doc_0(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * value) { ___doc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___doc_0), (void*)value); } inline static int32_t get_offset_of_reader_1() { return static_cast(offsetof(XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D, ___reader_1)); } inline XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * get_reader_1() const { return ___reader_1; } inline XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB ** get_address_of_reader_1() { return &___reader_1; } inline void set_reader_1(XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * value) { ___reader_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___reader_1), (void*)value); } inline static int32_t get_offset_of_preserveWhitespace_2() { return static_cast(offsetof(XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D, ___preserveWhitespace_2)); } inline bool get_preserveWhitespace_2() const { return ___preserveWhitespace_2; } inline bool* get_address_of_preserveWhitespace_2() { return &___preserveWhitespace_2; } inline void set_preserveWhitespace_2(bool value) { ___preserveWhitespace_2 = value; } }; // System.Xml.XmlName struct XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 : 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_t448325D04430147AF19F2955BD6A5F1551003C97 * ___ownerDoc_5; // System.Xml.XmlName System.Xml.XmlName::next XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___next_6; public: inline static int32_t get_offset_of_prefix_0() { return static_cast(offsetof(XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682, ___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_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682, ___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_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682, ___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_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682, ___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_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682, ___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_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682, ___ownerDoc_5)); } inline XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * get_ownerDoc_5() const { return ___ownerDoc_5; } inline XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 ** get_address_of_ownerDoc_5() { return &___ownerDoc_5; } inline void set_ownerDoc_5(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * value) { ___ownerDoc_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ownerDoc_5), (void*)value); } inline static int32_t get_offset_of_next_6() { return static_cast(offsetof(XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682, ___next_6)); } inline XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * get_next_6() const { return ___next_6; } inline XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 ** get_address_of_next_6() { return &___next_6; } inline void set_next_6(XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * value) { ___next_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___next_6), (void*)value); } }; // System.Xml.XmlNameTable struct XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 : public RuntimeObject { public: public: }; // System.Xml.XmlNode struct XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB : public RuntimeObject { public: // System.Xml.XmlNode System.Xml.XmlNode::parentNode XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___parentNode_0; public: inline static int32_t get_offset_of_parentNode_0() { return static_cast(offsetof(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB, ___parentNode_0)); } inline XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * get_parentNode_0() const { return ___parentNode_0; } inline XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB ** get_address_of_parentNode_0() { return &___parentNode_0; } inline void set_parentNode_0(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * value) { ___parentNode_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parentNode_0), (void*)value); } }; // System.Xml.XmlNodeList struct XmlNodeList_t6A2162EDB563F1707F00C5156460E1073244C8E7 : public RuntimeObject { public: public: }; // System.Xml.XmlQualifiedName struct XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD : 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_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD, ___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_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD, ___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_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD, ___hash_3)); } inline int32_t get_hash_3() const { return ___hash_3; } inline int32_t* get_address_of_hash_3() { return &___hash_3; } inline void set_hash_3(int32_t value) { ___hash_3 = value; } }; struct XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_StaticFields { public: // System.Xml.XmlQualifiedName_HashCodeOfStringDelegate System.Xml.XmlQualifiedName::hashCodeDelegate HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * ___hashCodeDelegate_0; // System.Xml.XmlQualifiedName System.Xml.XmlQualifiedName::Empty XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___Empty_4; public: inline static int32_t get_offset_of_hashCodeDelegate_0() { return static_cast(offsetof(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_StaticFields, ___hashCodeDelegate_0)); } inline HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * get_hashCodeDelegate_0() const { return ___hashCodeDelegate_0; } inline HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 ** get_address_of_hashCodeDelegate_0() { return &___hashCodeDelegate_0; } inline void set_hashCodeDelegate_0(HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * value) { ___hashCodeDelegate_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___hashCodeDelegate_0), (void*)value); } inline static int32_t get_offset_of_Empty_4() { return static_cast(offsetof(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_StaticFields, ___Empty_4)); } inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * get_Empty_4() const { return ___Empty_4; } inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD ** get_address_of_Empty_4() { return &___Empty_4; } inline void set_Empty_4(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * value) { ___Empty_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_4), (void*)value); } }; // System.Xml.XmlReader struct XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB : public RuntimeObject { public: public: }; struct XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_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_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_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_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_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_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_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.XmlResolver struct XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 : public RuntimeObject { public: public: }; // System.Xml.XmlWriter struct XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 : public RuntimeObject { public: public: }; // ___StaticArrayInitTypeSizeU3D20 struct __StaticArrayInitTypeSizeU3D20_t25C626683DA421874F122B40243142FF7832A1BF { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D20_t25C626683DA421874F122B40243142FF7832A1BF__padding[20]; }; public: }; // ___StaticArrayInitTypeSizeU3D28 struct __StaticArrayInitTypeSizeU3D28_t5092DE69B1A24897AC8FBEFE716755EA1FE14C24 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D28_t5092DE69B1A24897AC8FBEFE716755EA1FE14C24__padding[28]; }; public: }; // ___StaticArrayInitTypeSizeU3D32 struct __StaticArrayInitTypeSizeU3D32_tFEC269E612F5A23CB7315224D57AF2DA72F821E7 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_tFEC269E612F5A23CB7315224D57AF2DA72F821E7__padding[32]; }; public: }; // ___StaticArrayInitTypeSizeU3D40 struct __StaticArrayInitTypeSizeU3D40_t2C1C40E1ED6F4BAA5E535BCF7574AD6781A49AD4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D40_t2C1C40E1ED6F4BAA5E535BCF7574AD6781A49AD4__padding[40]; }; public: }; // ___StaticArrayInitTypeSizeU3D416 struct __StaticArrayInitTypeSizeU3D416_tDC7E75F123C5FA6CED5F4949F6976ADFF285E704 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D416_tDC7E75F123C5FA6CED5F4949F6976ADFF285E704__padding[416]; }; public: }; // ___StaticArrayInitTypeSizeU3D6 struct __StaticArrayInitTypeSizeU3D6_tB657E692303B443FF0E24AE8F75A675A844348C4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_tB657E692303B443FF0E24AE8F75A675A844348C4__padding[6]; }; public: }; // ___StaticArrayInitTypeSizeU3D64 struct __StaticArrayInitTypeSizeU3D64_tE9F2C6D5C2D961C95B98D342E25A70CE875C2387 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D64_tE9F2C6D5C2D961C95B98D342E25A70CE875C2387__padding[64]; }; public: }; // MS.Internal.Xml.Cache.XPathNode struct XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 { public: // MS.Internal.Xml.Cache.XPathNodeInfoAtom MS.Internal.Xml.Cache.XPathNode::info XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * ___info_0; // System.UInt16 MS.Internal.Xml.Cache.XPathNode::idxSibling uint16_t ___idxSibling_1; // System.UInt16 MS.Internal.Xml.Cache.XPathNode::idxParent uint16_t ___idxParent_2; // System.UInt16 MS.Internal.Xml.Cache.XPathNode::idxSimilar uint16_t ___idxSimilar_3; // System.UInt16 MS.Internal.Xml.Cache.XPathNode::posOffset uint16_t ___posOffset_4; // System.UInt32 MS.Internal.Xml.Cache.XPathNode::props uint32_t ___props_5; // System.String MS.Internal.Xml.Cache.XPathNode::value String_t* ___value_6; public: inline static int32_t get_offset_of_info_0() { return static_cast(offsetof(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0, ___info_0)); } inline XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * get_info_0() const { return ___info_0; } inline XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 ** get_address_of_info_0() { return &___info_0; } inline void set_info_0(XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * value) { ___info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___info_0), (void*)value); } inline static int32_t get_offset_of_idxSibling_1() { return static_cast(offsetof(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0, ___idxSibling_1)); } inline uint16_t get_idxSibling_1() const { return ___idxSibling_1; } inline uint16_t* get_address_of_idxSibling_1() { return &___idxSibling_1; } inline void set_idxSibling_1(uint16_t value) { ___idxSibling_1 = value; } inline static int32_t get_offset_of_idxParent_2() { return static_cast(offsetof(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0, ___idxParent_2)); } inline uint16_t get_idxParent_2() const { return ___idxParent_2; } inline uint16_t* get_address_of_idxParent_2() { return &___idxParent_2; } inline void set_idxParent_2(uint16_t value) { ___idxParent_2 = value; } inline static int32_t get_offset_of_idxSimilar_3() { return static_cast(offsetof(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0, ___idxSimilar_3)); } inline uint16_t get_idxSimilar_3() const { return ___idxSimilar_3; } inline uint16_t* get_address_of_idxSimilar_3() { return &___idxSimilar_3; } inline void set_idxSimilar_3(uint16_t value) { ___idxSimilar_3 = value; } inline static int32_t get_offset_of_posOffset_4() { return static_cast(offsetof(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0, ___posOffset_4)); } inline uint16_t get_posOffset_4() const { return ___posOffset_4; } inline uint16_t* get_address_of_posOffset_4() { return &___posOffset_4; } inline void set_posOffset_4(uint16_t value) { ___posOffset_4 = value; } inline static int32_t get_offset_of_props_5() { return static_cast(offsetof(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0, ___props_5)); } inline uint32_t get_props_5() const { return ___props_5; } inline uint32_t* get_address_of_props_5() { return &___props_5; } inline void set_props_5(uint32_t value) { ___props_5 = value; } inline static int32_t get_offset_of_value_6() { return static_cast(offsetof(XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0, ___value_6)); } inline String_t* get_value_6() const { return ___value_6; } inline String_t** get_address_of_value_6() { return &___value_6; } inline void set_value_6(String_t* value) { ___value_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_6), (void*)value); } }; // Native definition for P/Invoke marshalling of MS.Internal.Xml.Cache.XPathNode struct XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_pinvoke { XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * ___info_0; uint16_t ___idxSibling_1; uint16_t ___idxParent_2; uint16_t ___idxSimilar_3; uint16_t ___posOffset_4; uint32_t ___props_5; char* ___value_6; }; // Native definition for COM marshalling of MS.Internal.Xml.Cache.XPathNode struct XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_com { XPathNodeInfoAtom_t6FF2C2B2096901C0BB3988616FBA285A67947AC7 * ___info_0; uint16_t ___idxSibling_1; uint16_t ___idxParent_2; uint16_t ___idxSimilar_3; uint16_t ___posOffset_4; uint32_t ___props_5; Il2CppChar* ___value_6; }; // MS.Internal.Xml.Cache.XPathNodeRef struct XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 { public: // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodeRef::page XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___page_0; // System.Int32 MS.Internal.Xml.Cache.XPathNodeRef::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_page_0() { return static_cast(offsetof(XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14, ___page_0)); } inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* get_page_0() const { return ___page_0; } inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** get_address_of_page_0() { return &___page_0; } inline void set_page_0(XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* value) { ___page_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___page_0), (void*)value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; // Native definition for P/Invoke marshalling of MS.Internal.Xml.Cache.XPathNodeRef struct XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14_marshaled_pinvoke { XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_pinvoke* ___page_0; int32_t ___idx_1; }; // Native definition for COM marshalling of MS.Internal.Xml.Cache.XPathNodeRef struct XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14_marshaled_com { XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0_marshaled_com* ___page_0; int32_t ___idx_1; }; // System.Boolean struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C { 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_tB53F6830F670160873277339AA58F15CAED4399C, ___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; } }; struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_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_tB53F6830F670160873277339AA58F15CAED4399C_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_tB53F6830F670160873277339AA58F15CAED4399C_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.Byte struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07 { 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_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___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_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9 { 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_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___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; } }; struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.Collections.DictionaryEntry struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 { public: // System.Object System.Collections.DictionaryEntry::_key RuntimeObject * ____key_0; // System.Object System.Collections.DictionaryEntry::_value RuntimeObject * ____value_1; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4, ____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(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4, ____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); } }; // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE { 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_t23481547E419E16E3B96A303578C1EB685C99EEE, ___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_t23481547E419E16E3B96A303578C1EB685C99EEE, ___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_t3C868550D09434B1AC0C40DF05EB4A68FBDDD289 { public: // TKey System.Collections.Generic.KeyValuePair`2::key XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t3C868550D09434B1AC0C40DF05EB4A68FBDDD289, ___key_0)); } inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * get_key_0() const { return ___key_0; } inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * 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_t3C868550D09434B1AC0C40DF05EB4A68FBDDD289, ___value_1)); } inline SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * get_value_1() const { return ___value_1; } inline SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.DateTime struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 { 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_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___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; } }; struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___MaxValue_32 = value; } }; // System.Decimal struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 { 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_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___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_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___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_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___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_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___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; } }; struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields { public: // System.UInt32[] System.Decimal::Powers10 UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___Powers10_6; // System.Decimal System.Decimal::Zero Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___Zero_7; // System.Decimal System.Decimal::One Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___One_8; // System.Decimal System.Decimal::MinusOne Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinusOne_9; // System.Decimal System.Decimal::MaxValue Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MaxValue_10; // System.Decimal System.Decimal::MinValue Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinValue_11; // System.Decimal System.Decimal::NearNegativeZero Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearNegativeZero_12; // System.Decimal System.Decimal::NearPositiveZero Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearPositiveZero_13; public: inline static int32_t get_offset_of_Powers10_6() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Powers10_6)); } inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_Powers10_6() const { return ___Powers10_6; } inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_Powers10_6() { return &___Powers10_6; } inline void set_Powers10_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value) { ___Powers10_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Zero_7)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_Zero_7() const { return ___Zero_7; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___Zero_7 = value; } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___One_8)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_One_8() const { return ___One_8; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_One_8() { return &___One_8; } inline void set_One_8(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___One_8 = value; } inline static int32_t get_offset_of_MinusOne_9() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinusOne_9)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinusOne_9() const { return ___MinusOne_9; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinusOne_9() { return &___MinusOne_9; } inline void set_MinusOne_9(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___MinusOne_9 = value; } inline static int32_t get_offset_of_MaxValue_10() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MaxValue_10)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MaxValue_10() const { return ___MaxValue_10; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MaxValue_10() { return &___MaxValue_10; } inline void set_MaxValue_10(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___MaxValue_10 = value; } inline static int32_t get_offset_of_MinValue_11() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinValue_11)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinValue_11() const { return ___MinValue_11; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinValue_11() { return &___MinValue_11; } inline void set_MinValue_11(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___MinValue_11 = value; } inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearNegativeZero_12)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; } inline void set_NearNegativeZero_12(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___NearNegativeZero_12 = value; } inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearPositiveZero_13)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; } inline void set_NearPositiveZero_13(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___NearPositiveZero_13 = value; } }; // System.Double struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409 { 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_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___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; } }; struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_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_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_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.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF { public: public: }; struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com { }; // System.Guid struct Guid_t { public: // System.Int32 System.Guid::_a int32_t ____a_1; // System.Int16 System.Guid::_b int16_t ____b_2; // System.Int16 System.Guid::_c int16_t ____c_3; // System.Byte System.Guid::_d uint8_t ____d_4; // System.Byte System.Guid::_e uint8_t ____e_5; // System.Byte System.Guid::_f uint8_t ____f_6; // System.Byte System.Guid::_g uint8_t ____g_7; // System.Byte System.Guid::_h uint8_t ____h_8; // System.Byte System.Guid::_i uint8_t ____i_9; // System.Byte System.Guid::_j uint8_t ____j_10; // System.Byte System.Guid::_k uint8_t ____k_11; public: inline static int32_t get_offset_of__a_1() { return static_cast(offsetof(Guid_t, ____a_1)); } inline int32_t get__a_1() const { return ____a_1; } inline int32_t* get_address_of__a_1() { return &____a_1; } inline void set__a_1(int32_t value) { ____a_1 = value; } inline static int32_t get_offset_of__b_2() { return static_cast(offsetof(Guid_t, ____b_2)); } inline int16_t get__b_2() const { return ____b_2; } inline int16_t* get_address_of__b_2() { return &____b_2; } inline void set__b_2(int16_t value) { ____b_2 = value; } inline static int32_t get_offset_of__c_3() { return static_cast(offsetof(Guid_t, ____c_3)); } inline int16_t get__c_3() const { return ____c_3; } inline int16_t* get_address_of__c_3() { return &____c_3; } inline void set__c_3(int16_t value) { ____c_3 = value; } inline static int32_t get_offset_of__d_4() { return static_cast(offsetof(Guid_t, ____d_4)); } inline uint8_t get__d_4() const { return ____d_4; } inline uint8_t* get_address_of__d_4() { return &____d_4; } inline void set__d_4(uint8_t value) { ____d_4 = value; } inline static int32_t get_offset_of__e_5() { return static_cast(offsetof(Guid_t, ____e_5)); } inline uint8_t get__e_5() const { return ____e_5; } inline uint8_t* get_address_of__e_5() { return &____e_5; } inline void set__e_5(uint8_t value) { ____e_5 = value; } inline static int32_t get_offset_of__f_6() { return static_cast(offsetof(Guid_t, ____f_6)); } inline uint8_t get__f_6() const { return ____f_6; } inline uint8_t* get_address_of__f_6() { return &____f_6; } inline void set__f_6(uint8_t value) { ____f_6 = value; } inline static int32_t get_offset_of__g_7() { return static_cast(offsetof(Guid_t, ____g_7)); } inline uint8_t get__g_7() const { return ____g_7; } inline uint8_t* get_address_of__g_7() { return &____g_7; } inline void set__g_7(uint8_t value) { ____g_7 = value; } inline static int32_t get_offset_of__h_8() { return static_cast(offsetof(Guid_t, ____h_8)); } inline uint8_t get__h_8() const { return ____h_8; } inline uint8_t* get_address_of__h_8() { return &____h_8; } inline void set__h_8(uint8_t value) { ____h_8 = value; } inline static int32_t get_offset_of__i_9() { return static_cast(offsetof(Guid_t, ____i_9)); } inline uint8_t get__i_9() const { return ____i_9; } inline uint8_t* get_address_of__i_9() { return &____i_9; } inline void set__i_9(uint8_t value) { ____i_9 = value; } inline static int32_t get_offset_of__j_10() { return static_cast(offsetof(Guid_t, ____j_10)); } inline uint8_t get__j_10() const { return ____j_10; } inline uint8_t* get_address_of__j_10() { return &____j_10; } inline void set__j_10(uint8_t value) { ____j_10 = value; } inline static int32_t get_offset_of__k_11() { return static_cast(offsetof(Guid_t, ____k_11)); } inline uint8_t get__k_11() const { return ____k_11; } inline uint8_t* get_address_of__k_11() { return &____k_11; } inline void set__k_11(uint8_t value) { ____k_11 = value; } }; struct Guid_t_StaticFields { public: // System.Guid System.Guid::Empty Guid_t ___Empty_0; // System.Object System.Guid::_rngAccess RuntimeObject * ____rngAccess_12; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ____rng_13; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(Guid_t_StaticFields, ___Empty_0)); } inline Guid_t get_Empty_0() const { return ___Empty_0; } inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(Guid_t value) { ___Empty_0 = value; } inline static int32_t get_offset_of__rngAccess_12() { return static_cast(offsetof(Guid_t_StaticFields, ____rngAccess_12)); } inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; } inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; } inline void set__rngAccess_12(RuntimeObject * value) { ____rngAccess_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____rngAccess_12), (void*)value); } inline static int32_t get_offset_of__rng_13() { return static_cast(offsetof(Guid_t_StaticFields, ____rng_13)); } inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get__rng_13() const { return ____rng_13; } inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of__rng_13() { return &____rng_13; } inline void set__rng_13(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value) { ____rng_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____rng_13), (void*)value); } }; // System.IO.Stream struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF { public: // System.IO.Stream_ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * ____activeReadWriteTask_2; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ____asyncActiveSemaphore_3; public: inline static int32_t get_offset_of__activeReadWriteTask_2() { return static_cast(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____activeReadWriteTask_2)); } inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * get__activeReadWriteTask_2() const { return ____activeReadWriteTask_2; } inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 ** get_address_of__activeReadWriteTask_2() { return &____activeReadWriteTask_2; } inline void set__activeReadWriteTask_2(ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * value) { ____activeReadWriteTask_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_2), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_3() { return static_cast(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____asyncActiveSemaphore_3)); } inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get__asyncActiveSemaphore_3() const { return ____asyncActiveSemaphore_3; } inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of__asyncActiveSemaphore_3() { return &____asyncActiveSemaphore_3; } inline void set__asyncActiveSemaphore_3(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value) { ____asyncActiveSemaphore_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_3), (void*)value); } }; struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields, ___Null_1)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Null_1() const { return ___Null_1; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.IO.TextReader struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF { public: public: }; struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields { public: // System.Func`2 System.IO.TextReader::_ReadLineDelegate Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * ____ReadLineDelegate_1; // System.Func`2 System.IO.TextReader::_ReadDelegate Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * ____ReadDelegate_2; // System.IO.TextReader System.IO.TextReader::Null TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___Null_3; public: inline static int32_t get_offset_of__ReadLineDelegate_1() { return static_cast(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ____ReadLineDelegate_1)); } inline Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * get__ReadLineDelegate_1() const { return ____ReadLineDelegate_1; } inline Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF ** get_address_of__ReadLineDelegate_1() { return &____ReadLineDelegate_1; } inline void set__ReadLineDelegate_1(Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * value) { ____ReadLineDelegate_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadLineDelegate_1), (void*)value); } inline static int32_t get_offset_of__ReadDelegate_2() { return static_cast(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ____ReadDelegate_2)); } inline Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * get__ReadDelegate_2() const { return ____ReadDelegate_2; } inline Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 ** get_address_of__ReadDelegate_2() { return &____ReadDelegate_2; } inline void set__ReadDelegate_2(Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * value) { ____ReadDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadDelegate_2), (void*)value); } inline static int32_t get_offset_of_Null_3() { return static_cast(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ___Null_3)); } inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * get_Null_3() const { return ___Null_3; } inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A ** get_address_of_Null_3() { return &___Null_3; } inline void set_Null_3(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * value) { ___Null_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_3), (void*)value); } }; // System.Int16 struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D { 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_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___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_t585191389E07734F19F3156FF88FB3EF4800D102 { 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_t585191389E07734F19F3156FF88FB3EF4800D102, ___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_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436 { 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_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___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; } }; 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.Nullable`1 struct Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 { 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_t9E6A67BECE376F0623B5C857F5674A0311C41793, ___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_t9E6A67BECE376F0623B5C857F5674A0311C41793, ___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.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; // System.Reflection.ParameterModifier struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E { public: // System.Boolean[] System.Reflection.ParameterModifier::_byRef BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* ____byRef_0; public: inline static int32_t get_offset_of__byRef_0() { return static_cast(offsetof(ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E, ____byRef_0)); } inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* get__byRef_0() const { return ____byRef_0; } inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040** get_address_of__byRef_0() { return &____byRef_0; } inline void set__byRef_0(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* value) { ____byRef_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____byRef_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Reflection.ParameterModifier struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshaled_pinvoke { int32_t* ____byRef_0; }; // Native definition for COM marshalling of System.Reflection.ParameterModifier struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshaled_com { int32_t* ____byRef_0; }; // System.Reflection.PropertyInfo struct PropertyInfo_t : public MemberInfo_t { public: public: }; // System.Runtime.InteropServices.GCHandle struct GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 { public: // System.Int32 System.Runtime.InteropServices.GCHandle::handle int32_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3, ___handle_0)); } inline int32_t get_handle_0() const { return ___handle_0; } inline int32_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(int32_t value) { ___handle_0 = value; } }; // System.SByte struct SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF { 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_t9070AEA2966184235653CB9B4D33B149CDA831DF, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; // System.Single struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1 { 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_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___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.Text.RegularExpressions.Group struct Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 : public Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73 { public: // System.Int32[] System.Text.RegularExpressions.Group::_caps Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____caps_4; // System.Int32 System.Text.RegularExpressions.Group::_capcount int32_t ____capcount_5; // System.String System.Text.RegularExpressions.Group::_name String_t* ____name_6; public: inline static int32_t get_offset_of__caps_4() { return static_cast(offsetof(Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443, ____caps_4)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__caps_4() const { return ____caps_4; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__caps_4() { return &____caps_4; } inline void set__caps_4(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ____caps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____caps_4), (void*)value); } inline static int32_t get_offset_of__capcount_5() { return static_cast(offsetof(Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443, ____capcount_5)); } inline int32_t get__capcount_5() const { return ____capcount_5; } inline int32_t* get_address_of__capcount_5() { return &____capcount_5; } inline void set__capcount_5(int32_t value) { ____capcount_5 = value; } inline static int32_t get_offset_of__name_6() { return static_cast(offsetof(Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443, ____name_6)); } inline String_t* get__name_6() const { return ____name_6; } inline String_t** get_address_of__name_6() { return &____name_6; } inline void set__name_6(String_t* value) { ____name_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____name_6), (void*)value); } }; struct Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443_StaticFields { public: // System.Text.RegularExpressions.Group System.Text.RegularExpressions.Group::_emptygroup Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * ____emptygroup_3; public: inline static int32_t get_offset_of__emptygroup_3() { return static_cast(offsetof(Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443_StaticFields, ____emptygroup_3)); } inline Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * get__emptygroup_3() const { return ____emptygroup_3; } inline Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 ** get_address_of__emptygroup_3() { return &____emptygroup_3; } inline void set__emptygroup_3(Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * value) { ____emptygroup_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptygroup_3), (void*)value); } }; // System.UInt16 struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E { 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_tAE45CEF73BF720100519F6867F32145D075F928E, ___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_t4980FA09003AFAAB5A6E361BA2748EA9A005709B { 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_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___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_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E { 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_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E, ___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_t22962CB4C05B1D89B55A6E1139F0E87A90987017 { public: union { struct { }; uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1]; }; public: }; // System.Xml.Schema.XmlSchemaAnnotated struct XmlSchemaAnnotated_t94F7899A20B495CD62FA0976A4F23FD4A0847B7B : public XmlSchemaObject_tB5695348FF2B08149CAE95CD10F39F21EDB1F57B { public: public: }; // System.Xml.Schema.XsdDuration struct XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 { public: // System.Int32 System.Xml.Schema.XsdDuration::years int32_t ___years_0; // System.Int32 System.Xml.Schema.XsdDuration::months int32_t ___months_1; // System.Int32 System.Xml.Schema.XsdDuration::days int32_t ___days_2; // System.Int32 System.Xml.Schema.XsdDuration::hours int32_t ___hours_3; // System.Int32 System.Xml.Schema.XsdDuration::minutes int32_t ___minutes_4; // System.Int32 System.Xml.Schema.XsdDuration::seconds int32_t ___seconds_5; // System.UInt32 System.Xml.Schema.XsdDuration::nanoseconds uint32_t ___nanoseconds_6; public: inline static int32_t get_offset_of_years_0() { return static_cast(offsetof(XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5, ___years_0)); } inline int32_t get_years_0() const { return ___years_0; } inline int32_t* get_address_of_years_0() { return &___years_0; } inline void set_years_0(int32_t value) { ___years_0 = value; } inline static int32_t get_offset_of_months_1() { return static_cast(offsetof(XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5, ___months_1)); } inline int32_t get_months_1() const { return ___months_1; } inline int32_t* get_address_of_months_1() { return &___months_1; } inline void set_months_1(int32_t value) { ___months_1 = value; } inline static int32_t get_offset_of_days_2() { return static_cast(offsetof(XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5, ___days_2)); } inline int32_t get_days_2() const { return ___days_2; } inline int32_t* get_address_of_days_2() { return &___days_2; } inline void set_days_2(int32_t value) { ___days_2 = value; } inline static int32_t get_offset_of_hours_3() { return static_cast(offsetof(XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5, ___hours_3)); } inline int32_t get_hours_3() const { return ___hours_3; } inline int32_t* get_address_of_hours_3() { return &___hours_3; } inline void set_hours_3(int32_t value) { ___hours_3 = value; } inline static int32_t get_offset_of_minutes_4() { return static_cast(offsetof(XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5, ___minutes_4)); } inline int32_t get_minutes_4() const { return ___minutes_4; } inline int32_t* get_address_of_minutes_4() { return &___minutes_4; } inline void set_minutes_4(int32_t value) { ___minutes_4 = value; } inline static int32_t get_offset_of_seconds_5() { return static_cast(offsetof(XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5, ___seconds_5)); } inline int32_t get_seconds_5() const { return ___seconds_5; } inline int32_t* get_address_of_seconds_5() { return &___seconds_5; } inline void set_seconds_5(int32_t value) { ___seconds_5 = value; } inline static int32_t get_offset_of_nanoseconds_6() { return static_cast(offsetof(XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5, ___nanoseconds_6)); } inline uint32_t get_nanoseconds_6() const { return ___nanoseconds_6; } inline uint32_t* get_address_of_nanoseconds_6() { return &___nanoseconds_6; } inline void set_nanoseconds_6(uint32_t value) { ___nanoseconds_6 = value; } }; // System.Xml.Serialization.EnumMap struct EnumMap_tD7B24FAC46ED105487BE3269534CBB5072D8652A : public ObjectMap_t53CD0E614E60A73AB445A2A757CCD3C356F31677 { public: // System.Xml.Serialization.EnumMap_EnumMapMember[] System.Xml.Serialization.EnumMap::_members EnumMapMemberU5BU5D_t65FB66969212223ED79971B0473634E03D6C1B2E* ____members_0; // System.Boolean System.Xml.Serialization.EnumMap::_isFlags bool ____isFlags_1; // System.String[] System.Xml.Serialization.EnumMap::_enumNames StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____enumNames_2; // System.String[] System.Xml.Serialization.EnumMap::_xmlNames StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____xmlNames_3; // System.Int64[] System.Xml.Serialization.EnumMap::_values Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* ____values_4; public: inline static int32_t get_offset_of__members_0() { return static_cast(offsetof(EnumMap_tD7B24FAC46ED105487BE3269534CBB5072D8652A, ____members_0)); } inline EnumMapMemberU5BU5D_t65FB66969212223ED79971B0473634E03D6C1B2E* get__members_0() const { return ____members_0; } inline EnumMapMemberU5BU5D_t65FB66969212223ED79971B0473634E03D6C1B2E** get_address_of__members_0() { return &____members_0; } inline void set__members_0(EnumMapMemberU5BU5D_t65FB66969212223ED79971B0473634E03D6C1B2E* value) { ____members_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____members_0), (void*)value); } inline static int32_t get_offset_of__isFlags_1() { return static_cast(offsetof(EnumMap_tD7B24FAC46ED105487BE3269534CBB5072D8652A, ____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_tD7B24FAC46ED105487BE3269534CBB5072D8652A, ____enumNames_2)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__enumNames_2() const { return ____enumNames_2; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__enumNames_2() { return &____enumNames_2; } inline void set__enumNames_2(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ____enumNames_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____enumNames_2), (void*)value); } inline static int32_t get_offset_of__xmlNames_3() { return static_cast(offsetof(EnumMap_tD7B24FAC46ED105487BE3269534CBB5072D8652A, ____xmlNames_3)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__xmlNames_3() const { return ____xmlNames_3; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__xmlNames_3() { return &____xmlNames_3; } inline void set__xmlNames_3(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ____xmlNames_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____xmlNames_3), (void*)value); } inline static int32_t get_offset_of__values_4() { return static_cast(offsetof(EnumMap_tD7B24FAC46ED105487BE3269534CBB5072D8652A, ____values_4)); } inline Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* get__values_4() const { return ____values_4; } inline Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F** get_address_of__values_4() { return &____values_4; } inline void set__values_4(Int64U5BU5D_tE04A3DEF6AF1C852A43B98A24EFB715806B37F5F* value) { ____values_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____values_4), (void*)value); } }; // System.Xml.Serialization.ListMap struct ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742 : public ObjectMap_t53CD0E614E60A73AB445A2A757CCD3C356F31677 { public: // System.Xml.Serialization.XmlTypeMapElementInfoList System.Xml.Serialization.ListMap::_itemInfo XmlTypeMapElementInfoList_tCD7D387F78138B4E137D285319EC10532B14FBB0 * ____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_tAE3FA433501B26F844EF9942DB4C054DA7CE2742, ____itemInfo_0)); } inline XmlTypeMapElementInfoList_tCD7D387F78138B4E137D285319EC10532B14FBB0 * get__itemInfo_0() const { return ____itemInfo_0; } inline XmlTypeMapElementInfoList_tCD7D387F78138B4E137D285319EC10532B14FBB0 ** get_address_of__itemInfo_0() { return &____itemInfo_0; } inline void set__itemInfo_0(XmlTypeMapElementInfoList_tCD7D387F78138B4E137D285319EC10532B14FBB0 * value) { ____itemInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____itemInfo_0), (void*)value); } inline static int32_t get_offset_of__choiceMember_1() { return static_cast(offsetof(ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742, ____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.Xml.Serialization.UnreferencedObjectEventArgs struct UnreferencedObjectEventArgs_tB3E5A71C8BA5EBDEAA8B4EEE5694E60B4E158800 : public EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E { public: // System.Object System.Xml.Serialization.UnreferencedObjectEventArgs::o RuntimeObject * ___o_1; // System.String System.Xml.Serialization.UnreferencedObjectEventArgs::id String_t* ___id_2; public: inline static int32_t get_offset_of_o_1() { return static_cast(offsetof(UnreferencedObjectEventArgs_tB3E5A71C8BA5EBDEAA8B4EEE5694E60B4E158800, ___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_id_2() { return static_cast(offsetof(UnreferencedObjectEventArgs_tB3E5A71C8BA5EBDEAA8B4EEE5694E60B4E158800, ___id_2)); } inline String_t* get_id_2() const { return ___id_2; } inline String_t** get_address_of_id_2() { return &___id_2; } inline void set_id_2(String_t* value) { ___id_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_2), (void*)value); } }; // System.Xml.Serialization.XmlAttributeEventArgs struct XmlAttributeEventArgs_t90608CBAF916AB247620BE242D0DCDEF6406BE66 : public EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E { public: // System.Object System.Xml.Serialization.XmlAttributeEventArgs::o RuntimeObject * ___o_1; // System.Xml.XmlAttribute System.Xml.Serialization.XmlAttributeEventArgs::attr XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___attr_2; // System.String System.Xml.Serialization.XmlAttributeEventArgs::qnames String_t* ___qnames_3; // System.Int32 System.Xml.Serialization.XmlAttributeEventArgs::lineNumber int32_t ___lineNumber_4; // System.Int32 System.Xml.Serialization.XmlAttributeEventArgs::linePosition int32_t ___linePosition_5; public: inline static int32_t get_offset_of_o_1() { return static_cast(offsetof(XmlAttributeEventArgs_t90608CBAF916AB247620BE242D0DCDEF6406BE66, ___o_1)); } inline RuntimeObject * get_o_1() const { return ___o_1; } inline RuntimeObject ** get_address_of_o_1() { return &___o_1; } inline void set_o_1(RuntimeObject * value) { ___o_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___o_1), (void*)value); } inline static int32_t get_offset_of_attr_2() { return static_cast(offsetof(XmlAttributeEventArgs_t90608CBAF916AB247620BE242D0DCDEF6406BE66, ___attr_2)); } inline XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * get_attr_2() const { return ___attr_2; } inline XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA ** get_address_of_attr_2() { return &___attr_2; } inline void set_attr_2(XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * value) { ___attr_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___attr_2), (void*)value); } inline static int32_t get_offset_of_qnames_3() { return static_cast(offsetof(XmlAttributeEventArgs_t90608CBAF916AB247620BE242D0DCDEF6406BE66, ___qnames_3)); } inline String_t* get_qnames_3() const { return ___qnames_3; } inline String_t** get_address_of_qnames_3() { return &___qnames_3; } inline void set_qnames_3(String_t* value) { ___qnames_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___qnames_3), (void*)value); } inline static int32_t get_offset_of_lineNumber_4() { return static_cast(offsetof(XmlAttributeEventArgs_t90608CBAF916AB247620BE242D0DCDEF6406BE66, ___lineNumber_4)); } inline int32_t get_lineNumber_4() const { return ___lineNumber_4; } inline int32_t* get_address_of_lineNumber_4() { return &___lineNumber_4; } inline void set_lineNumber_4(int32_t value) { ___lineNumber_4 = value; } inline static int32_t get_offset_of_linePosition_5() { return static_cast(offsetof(XmlAttributeEventArgs_t90608CBAF916AB247620BE242D0DCDEF6406BE66, ___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.Serialization.XmlElementEventArgs struct XmlElementEventArgs_t8498101818EE94F6BD918AEDC84A232A1F50CC7A : public EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E { public: // System.Object System.Xml.Serialization.XmlElementEventArgs::o RuntimeObject * ___o_1; // System.Xml.XmlElement System.Xml.Serialization.XmlElementEventArgs::elem XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * ___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_t8498101818EE94F6BD918AEDC84A232A1F50CC7A, ___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_t8498101818EE94F6BD918AEDC84A232A1F50CC7A, ___elem_2)); } inline XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * get_elem_2() const { return ___elem_2; } inline XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC ** get_address_of_elem_2() { return &___elem_2; } inline void set_elem_2(XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * value) { ___elem_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___elem_2), (void*)value); } inline static int32_t get_offset_of_qnames_3() { return static_cast(offsetof(XmlElementEventArgs_t8498101818EE94F6BD918AEDC84A232A1F50CC7A, ___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_t8498101818EE94F6BD918AEDC84A232A1F50CC7A, ___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_t8498101818EE94F6BD918AEDC84A232A1F50CC7A, ___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.Serialization.XmlNodeEventArgs struct XmlNodeEventArgs_t3D96ADAA4EB384013BE4B5A8EB96387A6A24458B : public EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E { public: // System.Object System.Xml.Serialization.XmlNodeEventArgs::o RuntimeObject * ___o_1; // System.Xml.XmlNode System.Xml.Serialization.XmlNodeEventArgs::xmlNode XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___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_t3D96ADAA4EB384013BE4B5A8EB96387A6A24458B, ___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_t3D96ADAA4EB384013BE4B5A8EB96387A6A24458B, ___xmlNode_2)); } inline XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * get_xmlNode_2() const { return ___xmlNode_2; } inline XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB ** get_address_of_xmlNode_2() { return &___xmlNode_2; } inline void set_xmlNode_2(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * value) { ___xmlNode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlNode_2), (void*)value); } inline static int32_t get_offset_of_lineNumber_3() { return static_cast(offsetof(XmlNodeEventArgs_t3D96ADAA4EB384013BE4B5A8EB96387A6A24458B, ___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_t3D96ADAA4EB384013BE4B5A8EB96387A6A24458B, ___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.Serialization.XmlRootAttribute struct XmlRootAttribute_t656E9D8E274574F4FF0EEF8920170A435A73F06C : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { 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_t656E9D8E274574F4FF0EEF8920170A435A73F06C, ___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_t656E9D8E274574F4FF0EEF8920170A435A73F06C, ___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_t656E9D8E274574F4FF0EEF8920170A435A73F06C, ___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.Serialization.XmlSerializationReader struct XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88 : public XmlSerializationGeneratedCode_tD121073E4460FCF7F6B549E4621B0CB971D2E6CE { public: // System.Xml.XmlDocument System.Xml.Serialization.XmlSerializationReader::document XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___document_0; // System.Xml.XmlReader System.Xml.Serialization.XmlSerializationReader::reader XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___reader_1; // System.Collections.ArrayList System.Xml.Serialization.XmlSerializationReader::fixups ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___fixups_2; // System.Collections.Hashtable System.Xml.Serialization.XmlSerializationReader::collFixups Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___collFixups_3; // System.Collections.ArrayList System.Xml.Serialization.XmlSerializationReader::collItemFixups ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___collItemFixups_4; // System.Collections.Hashtable System.Xml.Serialization.XmlSerializationReader::typesCallbacks Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___typesCallbacks_5; // System.Collections.ArrayList System.Xml.Serialization.XmlSerializationReader::noIDTargets ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___noIDTargets_6; // System.Collections.Hashtable System.Xml.Serialization.XmlSerializationReader::targets Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___targets_7; // System.Collections.Hashtable System.Xml.Serialization.XmlSerializationReader::delayedListFixups Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___delayedListFixups_8; // System.Xml.Serialization.XmlSerializer System.Xml.Serialization.XmlSerializationReader::eventSource XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C * ___eventSource_9; // System.Int32 System.Xml.Serialization.XmlSerializationReader::delayedFixupId int32_t ___delayedFixupId_10; // System.Collections.Hashtable System.Xml.Serialization.XmlSerializationReader::referencedObjects Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___referencedObjects_11; // System.Int32 System.Xml.Serialization.XmlSerializationReader::readCount int32_t ___readCount_12; // System.Int32 System.Xml.Serialization.XmlSerializationReader::whileIterationCount int32_t ___whileIterationCount_13; // System.String System.Xml.Serialization.XmlSerializationReader::w3SchemaNS String_t* ___w3SchemaNS_14; // System.String System.Xml.Serialization.XmlSerializationReader::w3InstanceNS String_t* ___w3InstanceNS_15; // System.String System.Xml.Serialization.XmlSerializationReader::w3InstanceNS2000 String_t* ___w3InstanceNS2000_16; // System.String System.Xml.Serialization.XmlSerializationReader::w3InstanceNS1999 String_t* ___w3InstanceNS1999_17; // System.String System.Xml.Serialization.XmlSerializationReader::soapNS String_t* ___soapNS_18; // System.String System.Xml.Serialization.XmlSerializationReader::wsdlNS String_t* ___wsdlNS_19; // System.String System.Xml.Serialization.XmlSerializationReader::nullX String_t* ___nullX_20; // System.String System.Xml.Serialization.XmlSerializationReader::nil String_t* ___nil_21; // System.String System.Xml.Serialization.XmlSerializationReader::typeX String_t* ___typeX_22; // System.String System.Xml.Serialization.XmlSerializationReader::arrayType String_t* ___arrayType_23; // System.Xml.XmlQualifiedName System.Xml.Serialization.XmlSerializationReader::arrayQName XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___arrayQName_24; public: inline static int32_t get_offset_of_document_0() { return static_cast(offsetof(XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88, ___document_0)); } inline XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * get_document_0() const { return ___document_0; } inline XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 ** get_address_of_document_0() { return &___document_0; } inline void set_document_0(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * value) { ___document_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___document_0), (void*)value); } inline static int32_t get_offset_of_reader_1() { return static_cast(offsetof(XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88, ___reader_1)); } inline XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * get_reader_1() const { return ___reader_1; } inline XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB ** get_address_of_reader_1() { return &___reader_1; } inline void set_reader_1(XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * value) { ___reader_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___reader_1), (void*)value); } inline static int32_t get_offset_of_fixups_2() { return static_cast(offsetof(XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88, ___fixups_2)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_fixups_2() const { return ___fixups_2; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_fixups_2() { return &___fixups_2; } inline void set_fixups_2(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ___fixups_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___fixups_2), (void*)value); } inline static int32_t get_offset_of_collFixups_3() { return static_cast(offsetof(XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88, ___collFixups_3)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_collFixups_3() const { return ___collFixups_3; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_collFixups_3() { return &___collFixups_3; } inline void set_collFixups_3(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___collFixups_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___collFixups_3), (void*)value); } inline static int32_t get_offset_of_collItemFixups_4() { return static_cast(offsetof(XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88, ___collItemFixups_4)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_collItemFixups_4() const { return ___collItemFixups_4; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_collItemFixups_4() { return &___collItemFixups_4; } inline void set_collItemFixups_4(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ___collItemFixups_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___collItemFixups_4), (void*)value); } inline static int32_t get_offset_of_typesCallbacks_5() { return static_cast(offsetof(XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88, ___typesCallbacks_5)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_typesCallbacks_5() const { return ___typesCallbacks_5; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_typesCallbacks_5() { return &___typesCallbacks_5; } inline void set_typesCallbacks_5(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___typesCallbacks_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___typesCallbacks_5), (void*)value); } inline static int32_t get_offset_of_noIDTargets_6() { return static_cast(offsetof(XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88, ___noIDTargets_6)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_noIDTargets_6() const { return ___noIDTargets_6; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_noIDTargets_6() { return &___noIDTargets_6; } inline void set_noIDTargets_6(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ___noIDTargets_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___noIDTargets_6), (void*)value); } inline static int32_t get_offset_of_targets_7() { return static_cast(offsetof(XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88, ___targets_7)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_targets_7() const { return ___targets_7; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_targets_7() { return &___targets_7; } inline void set_targets_7(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___targets_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___targets_7), (void*)value); } inline static int32_t get_offset_of_delayedListFixups_8() { return static_cast(offsetof(XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88, ___delayedListFixups_8)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_delayedListFixups_8() const { return ___delayedListFixups_8; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_delayedListFixups_8() { return &___delayedListFixups_8; } inline void set_delayedListFixups_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___delayedListFixups_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___delayedListFixups_8), (void*)value); } inline static int32_t get_offset_of_eventSource_9() { return static_cast(offsetof(XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88, ___eventSource_9)); } inline XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C * get_eventSource_9() const { return ___eventSource_9; } inline XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C ** get_address_of_eventSource_9() { return &___eventSource_9; } inline void set_eventSource_9(XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C * value) { ___eventSource_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___eventSource_9), (void*)value); } inline static int32_t get_offset_of_delayedFixupId_10() { return static_cast(offsetof(XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88, ___delayedFixupId_10)); } inline int32_t get_delayedFixupId_10() const { return ___delayedFixupId_10; } inline int32_t* get_address_of_delayedFixupId_10() { return &___delayedFixupId_10; } inline void set_delayedFixupId_10(int32_t value) { ___delayedFixupId_10 = value; } inline static int32_t get_offset_of_referencedObjects_11() { return static_cast(offsetof(XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88, ___referencedObjects_11)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_referencedObjects_11() const { return ___referencedObjects_11; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_referencedObjects_11() { return &___referencedObjects_11; } inline void set_referencedObjects_11(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___referencedObjects_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___referencedObjects_11), (void*)value); } inline static int32_t get_offset_of_readCount_12() { return static_cast(offsetof(XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88, ___readCount_12)); } inline int32_t get_readCount_12() const { return ___readCount_12; } inline int32_t* get_address_of_readCount_12() { return &___readCount_12; } inline void set_readCount_12(int32_t value) { ___readCount_12 = value; } inline static int32_t get_offset_of_whileIterationCount_13() { return static_cast(offsetof(XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88, ___whileIterationCount_13)); } inline int32_t get_whileIterationCount_13() const { return ___whileIterationCount_13; } inline int32_t* get_address_of_whileIterationCount_13() { return &___whileIterationCount_13; } inline void set_whileIterationCount_13(int32_t value) { ___whileIterationCount_13 = value; } inline static int32_t get_offset_of_w3SchemaNS_14() { return static_cast(offsetof(XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88, ___w3SchemaNS_14)); } inline String_t* get_w3SchemaNS_14() const { return ___w3SchemaNS_14; } inline String_t** get_address_of_w3SchemaNS_14() { return &___w3SchemaNS_14; } inline void set_w3SchemaNS_14(String_t* value) { ___w3SchemaNS_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___w3SchemaNS_14), (void*)value); } inline static int32_t get_offset_of_w3InstanceNS_15() { return static_cast(offsetof(XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88, ___w3InstanceNS_15)); } inline String_t* get_w3InstanceNS_15() const { return ___w3InstanceNS_15; } inline String_t** get_address_of_w3InstanceNS_15() { return &___w3InstanceNS_15; } inline void set_w3InstanceNS_15(String_t* value) { ___w3InstanceNS_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___w3InstanceNS_15), (void*)value); } inline static int32_t get_offset_of_w3InstanceNS2000_16() { return static_cast(offsetof(XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88, ___w3InstanceNS2000_16)); } inline String_t* get_w3InstanceNS2000_16() const { return ___w3InstanceNS2000_16; } inline String_t** get_address_of_w3InstanceNS2000_16() { return &___w3InstanceNS2000_16; } inline void set_w3InstanceNS2000_16(String_t* value) { ___w3InstanceNS2000_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___w3InstanceNS2000_16), (void*)value); } inline static int32_t get_offset_of_w3InstanceNS1999_17() { return static_cast(offsetof(XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88, ___w3InstanceNS1999_17)); } inline String_t* get_w3InstanceNS1999_17() const { return ___w3InstanceNS1999_17; } inline String_t** get_address_of_w3InstanceNS1999_17() { return &___w3InstanceNS1999_17; } inline void set_w3InstanceNS1999_17(String_t* value) { ___w3InstanceNS1999_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___w3InstanceNS1999_17), (void*)value); } inline static int32_t get_offset_of_soapNS_18() { return static_cast(offsetof(XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88, ___soapNS_18)); } inline String_t* get_soapNS_18() const { return ___soapNS_18; } inline String_t** get_address_of_soapNS_18() { return &___soapNS_18; } inline void set_soapNS_18(String_t* value) { ___soapNS_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___soapNS_18), (void*)value); } inline static int32_t get_offset_of_wsdlNS_19() { return static_cast(offsetof(XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88, ___wsdlNS_19)); } inline String_t* get_wsdlNS_19() const { return ___wsdlNS_19; } inline String_t** get_address_of_wsdlNS_19() { return &___wsdlNS_19; } inline void set_wsdlNS_19(String_t* value) { ___wsdlNS_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___wsdlNS_19), (void*)value); } inline static int32_t get_offset_of_nullX_20() { return static_cast(offsetof(XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88, ___nullX_20)); } inline String_t* get_nullX_20() const { return ___nullX_20; } inline String_t** get_address_of_nullX_20() { return &___nullX_20; } inline void set_nullX_20(String_t* value) { ___nullX_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___nullX_20), (void*)value); } inline static int32_t get_offset_of_nil_21() { return static_cast(offsetof(XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88, ___nil_21)); } inline String_t* get_nil_21() const { return ___nil_21; } inline String_t** get_address_of_nil_21() { return &___nil_21; } inline void set_nil_21(String_t* value) { ___nil_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___nil_21), (void*)value); } inline static int32_t get_offset_of_typeX_22() { return static_cast(offsetof(XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88, ___typeX_22)); } inline String_t* get_typeX_22() const { return ___typeX_22; } inline String_t** get_address_of_typeX_22() { return &___typeX_22; } inline void set_typeX_22(String_t* value) { ___typeX_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeX_22), (void*)value); } inline static int32_t get_offset_of_arrayType_23() { return static_cast(offsetof(XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88, ___arrayType_23)); } inline String_t* get_arrayType_23() const { return ___arrayType_23; } inline String_t** get_address_of_arrayType_23() { return &___arrayType_23; } inline void set_arrayType_23(String_t* value) { ___arrayType_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrayType_23), (void*)value); } inline static int32_t get_offset_of_arrayQName_24() { return static_cast(offsetof(XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88, ___arrayQName_24)); } inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * get_arrayQName_24() const { return ___arrayQName_24; } inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD ** get_address_of_arrayQName_24() { return &___arrayQName_24; } inline void set_arrayQName_24(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * value) { ___arrayQName_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___arrayQName_24), (void*)value); } }; // System.Xml.Serialization.XmlSerializationWriter struct XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 : public XmlSerializationGeneratedCode_tD121073E4460FCF7F6B549E4621B0CB971D2E6CE { public: // System.Runtime.Serialization.ObjectIDGenerator System.Xml.Serialization.XmlSerializationWriter::idGenerator ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 * ___idGenerator_0; // System.Int32 System.Xml.Serialization.XmlSerializationWriter::qnameCount int32_t ___qnameCount_1; // System.Boolean System.Xml.Serialization.XmlSerializationWriter::topLevelElement bool ___topLevelElement_2; // System.Collections.ArrayList System.Xml.Serialization.XmlSerializationWriter::namespaces ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___namespaces_3; // System.Xml.XmlWriter System.Xml.Serialization.XmlSerializationWriter::writer XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * ___writer_4; // System.Collections.Queue System.Xml.Serialization.XmlSerializationWriter::referencedElements Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * ___referencedElements_5; // System.Collections.Hashtable System.Xml.Serialization.XmlSerializationWriter::callbacks Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___callbacks_6; // System.Collections.Hashtable System.Xml.Serialization.XmlSerializationWriter::serializedObjects Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___serializedObjects_7; public: inline static int32_t get_offset_of_idGenerator_0() { return static_cast(offsetof(XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6, ___idGenerator_0)); } inline ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 * get_idGenerator_0() const { return ___idGenerator_0; } inline ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 ** get_address_of_idGenerator_0() { return &___idGenerator_0; } inline void set_idGenerator_0(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 * value) { ___idGenerator_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___idGenerator_0), (void*)value); } inline static int32_t get_offset_of_qnameCount_1() { return static_cast(offsetof(XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6, ___qnameCount_1)); } inline int32_t get_qnameCount_1() const { return ___qnameCount_1; } inline int32_t* get_address_of_qnameCount_1() { return &___qnameCount_1; } inline void set_qnameCount_1(int32_t value) { ___qnameCount_1 = value; } inline static int32_t get_offset_of_topLevelElement_2() { return static_cast(offsetof(XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6, ___topLevelElement_2)); } inline bool get_topLevelElement_2() const { return ___topLevelElement_2; } inline bool* get_address_of_topLevelElement_2() { return &___topLevelElement_2; } inline void set_topLevelElement_2(bool value) { ___topLevelElement_2 = value; } inline static int32_t get_offset_of_namespaces_3() { return static_cast(offsetof(XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6, ___namespaces_3)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_namespaces_3() const { return ___namespaces_3; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_namespaces_3() { return &___namespaces_3; } inline void set_namespaces_3(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ___namespaces_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___namespaces_3), (void*)value); } inline static int32_t get_offset_of_writer_4() { return static_cast(offsetof(XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6, ___writer_4)); } inline XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * get_writer_4() const { return ___writer_4; } inline XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 ** get_address_of_writer_4() { return &___writer_4; } inline void set_writer_4(XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * value) { ___writer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___writer_4), (void*)value); } inline static int32_t get_offset_of_referencedElements_5() { return static_cast(offsetof(XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6, ___referencedElements_5)); } inline Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * get_referencedElements_5() const { return ___referencedElements_5; } inline Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 ** get_address_of_referencedElements_5() { return &___referencedElements_5; } inline void set_referencedElements_5(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * value) { ___referencedElements_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___referencedElements_5), (void*)value); } inline static int32_t get_offset_of_callbacks_6() { return static_cast(offsetof(XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6, ___callbacks_6)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_callbacks_6() const { return ___callbacks_6; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_callbacks_6() { return &___callbacks_6; } inline void set_callbacks_6(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___callbacks_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___callbacks_6), (void*)value); } inline static int32_t get_offset_of_serializedObjects_7() { return static_cast(offsetof(XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6, ___serializedObjects_7)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_serializedObjects_7() const { return ___serializedObjects_7; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_serializedObjects_7() { return &___serializedObjects_7; } inline void set_serializedObjects_7(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___serializedObjects_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___serializedObjects_7), (void*)value); } }; // System.Xml.Serialization.XmlTextAttribute struct XmlTextAttribute_t260DF760832CEB66E748BDEDE998C3480FB902A7 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { 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_t260DF760832CEB66E748BDEDE998C3480FB902A7, ___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_t260DF760832CEB66E748BDEDE998C3480FB902A7, ___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.Serialization.XmlTypeAttribute struct XmlTypeAttribute_t8386F99942A9FABF3B9AF64324C28F674EE31E08 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { 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_t8386F99942A9FABF3B9AF64324C28F674EE31E08, ___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_t8386F99942A9FABF3B9AF64324C28F674EE31E08, ___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_t8386F99942A9FABF3B9AF64324C28F674EE31E08, ___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.XmlTypeConvertorAttribute struct XmlTypeConvertorAttribute_tD8D068FF3EE07B1E93D3F5E657558E0E53D3CF4B : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 { public: // System.String System.Xml.Serialization.XmlTypeConvertorAttribute::k__BackingField String_t* ___U3CMethodU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CMethodU3Ek__BackingField_0() { return static_cast(offsetof(XmlTypeConvertorAttribute_tD8D068FF3EE07B1E93D3F5E657558E0E53D3CF4B, ___U3CMethodU3Ek__BackingField_0)); } inline String_t* get_U3CMethodU3Ek__BackingField_0() const { return ___U3CMethodU3Ek__BackingField_0; } inline String_t** get_address_of_U3CMethodU3Ek__BackingField_0() { return &___U3CMethodU3Ek__BackingField_0; } inline void set_U3CMethodU3Ek__BackingField_0(String_t* value) { ___U3CMethodU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMethodU3Ek__BackingField_0), (void*)value); } }; // System.Xml.Serialization.XmlTypeMapElementInfoList struct XmlTypeMapElementInfoList_tCD7D387F78138B4E137D285319EC10532B14FBB0 : public ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 { public: public: }; // System.Xml.Serialization.XmlTypeMapMemberAnyAttribute struct XmlTypeMapMemberAnyAttribute_t0D4E196AF4FEEE5092B2FF4111A717B5C3E459BE : public XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D { public: public: }; // System.Xml.Serialization.XmlTypeMapMemberElement struct XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00 : public XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D { public: // System.Xml.Serialization.XmlTypeMapElementInfoList System.Xml.Serialization.XmlTypeMapMemberElement::_elementInfo XmlTypeMapElementInfoList_tCD7D387F78138B4E137D285319EC10532B14FBB0 * ____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_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * ____choiceTypeData_13; public: inline static int32_t get_offset_of__elementInfo_10() { return static_cast(offsetof(XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00, ____elementInfo_10)); } inline XmlTypeMapElementInfoList_tCD7D387F78138B4E137D285319EC10532B14FBB0 * get__elementInfo_10() const { return ____elementInfo_10; } inline XmlTypeMapElementInfoList_tCD7D387F78138B4E137D285319EC10532B14FBB0 ** get_address_of__elementInfo_10() { return &____elementInfo_10; } inline void set__elementInfo_10(XmlTypeMapElementInfoList_tCD7D387F78138B4E137D285319EC10532B14FBB0 * value) { ____elementInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____elementInfo_10), (void*)value); } inline static int32_t get_offset_of__choiceMember_11() { return static_cast(offsetof(XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00, ____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_t51AF456B8ECA454E76169688454E82735FB1AE00, ____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_t51AF456B8ECA454E76169688454E82735FB1AE00, ____choiceTypeData_13)); } inline TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * get__choiceTypeData_13() const { return ____choiceTypeData_13; } inline TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 ** get_address_of__choiceTypeData_13() { return &____choiceTypeData_13; } inline void set__choiceTypeData_13(TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * value) { ____choiceTypeData_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____choiceTypeData_13), (void*)value); } }; // System.Xml.Serialization.XmlTypeMapMemberNamespaces struct XmlTypeMapMemberNamespaces_t08BCB01966D11BB8968E6C39E1ACF60C9EEE8C43 : public XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D { public: public: }; // System.Xml.UTF16Decoder struct UTF16Decoder_tFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3 : public Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 { public: // System.Boolean System.Xml.UTF16Decoder::bigEndian bool ___bigEndian_2; // System.Int32 System.Xml.UTF16Decoder::lastByte int32_t ___lastByte_3; public: inline static int32_t get_offset_of_bigEndian_2() { return static_cast(offsetof(UTF16Decoder_tFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3, ___bigEndian_2)); } inline bool get_bigEndian_2() const { return ___bigEndian_2; } inline bool* get_address_of_bigEndian_2() { return &___bigEndian_2; } inline void set_bigEndian_2(bool value) { ___bigEndian_2 = value; } inline static int32_t get_offset_of_lastByte_3() { return static_cast(offsetof(UTF16Decoder_tFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3, ___lastByte_3)); } inline int32_t get_lastByte_3() const { return ___lastByte_3; } inline int32_t* get_address_of_lastByte_3() { return &___lastByte_3; } inline void set_lastByte_3(int32_t value) { ___lastByte_3 = value; } }; // System.Xml.Ucs4Decoder struct Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202 : public Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 { public: // System.Byte[] System.Xml.Ucs4Decoder::lastBytes ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___lastBytes_2; // System.Int32 System.Xml.Ucs4Decoder::lastBytesCount int32_t ___lastBytesCount_3; public: inline static int32_t get_offset_of_lastBytes_2() { return static_cast(offsetof(Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202, ___lastBytes_2)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_lastBytes_2() const { return ___lastBytes_2; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_lastBytes_2() { return &___lastBytes_2; } inline void set_lastBytes_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___lastBytes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastBytes_2), (void*)value); } inline static int32_t get_offset_of_lastBytesCount_3() { return static_cast(offsetof(Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202, ___lastBytesCount_3)); } inline int32_t get_lastBytesCount_3() const { return ___lastBytesCount_3; } inline int32_t* get_address_of_lastBytesCount_3() { return &___lastBytesCount_3; } inline void set_lastBytesCount_3(int32_t value) { ___lastBytesCount_3 = value; } }; // System.Xml.Ucs4Encoding struct Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B : public Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 { public: // System.Xml.Ucs4Decoder System.Xml.Ucs4Encoding::ucs4Decoder Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202 * ___ucs4Decoder_16; public: inline static int32_t get_offset_of_ucs4Decoder_16() { return static_cast(offsetof(Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B, ___ucs4Decoder_16)); } inline Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202 * get_ucs4Decoder_16() const { return ___ucs4Decoder_16; } inline Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202 ** get_address_of_ucs4Decoder_16() { return &___ucs4Decoder_16; } inline void set_ucs4Decoder_16(Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202 * value) { ___ucs4Decoder_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___ucs4Decoder_16), (void*)value); } }; // System.Xml.XPath.XPathNavigator struct XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 : public XPathItem_tCFAE3473CA8FED583EE90F08AF79BB5E1D7B3F98 { public: public: }; struct XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_StaticFields { public: // System.Xml.XPath.XPathNavigatorKeyComparer System.Xml.XPath.XPathNavigator::comparer XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378 * ___comparer_0; // System.Char[] System.Xml.XPath.XPathNavigator::NodeTypeLetter CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___NodeTypeLetter_1; // System.Char[] System.Xml.XPath.XPathNavigator::UniqueIdTbl CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___UniqueIdTbl_2; // System.Int32[] System.Xml.XPath.XPathNavigator::ContentKindMasks Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___ContentKindMasks_3; public: inline static int32_t get_offset_of_comparer_0() { return static_cast(offsetof(XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_StaticFields, ___comparer_0)); } inline XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378 * get_comparer_0() const { return ___comparer_0; } inline XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378 ** get_address_of_comparer_0() { return &___comparer_0; } inline void set_comparer_0(XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378 * value) { ___comparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_0), (void*)value); } inline static int32_t get_offset_of_NodeTypeLetter_1() { return static_cast(offsetof(XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_StaticFields, ___NodeTypeLetter_1)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_NodeTypeLetter_1() const { return ___NodeTypeLetter_1; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_NodeTypeLetter_1() { return &___NodeTypeLetter_1; } inline void set_NodeTypeLetter_1(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___NodeTypeLetter_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___NodeTypeLetter_1), (void*)value); } inline static int32_t get_offset_of_UniqueIdTbl_2() { return static_cast(offsetof(XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_StaticFields, ___UniqueIdTbl_2)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_UniqueIdTbl_2() const { return ___UniqueIdTbl_2; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_UniqueIdTbl_2() { return &___UniqueIdTbl_2; } inline void set_UniqueIdTbl_2(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___UniqueIdTbl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___UniqueIdTbl_2), (void*)value); } inline static int32_t get_offset_of_ContentKindMasks_3() { return static_cast(offsetof(XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_StaticFields, ___ContentKindMasks_3)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_ContentKindMasks_3() const { return ___ContentKindMasks_3; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_ContentKindMasks_3() { return &___ContentKindMasks_3; } inline void set_ContentKindMasks_3(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___ContentKindMasks_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___ContentKindMasks_3), (void*)value); } }; // System.Xml.XmlAttribute struct XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA : public XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB { public: // System.Xml.XmlName System.Xml.XmlAttribute::name XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___name_1; // System.Xml.XmlLinkedNode System.Xml.XmlAttribute::lastChild XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * ___lastChild_2; public: inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA, ___name_1)); } inline XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * get_name_1() const { return ___name_1; } inline XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 ** get_address_of_name_1() { return &___name_1; } inline void set_name_1(XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_1), (void*)value); } inline static int32_t get_offset_of_lastChild_2() { return static_cast(offsetof(XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA, ___lastChild_2)); } inline XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * get_lastChild_2() const { return ___lastChild_2; } inline XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E ** get_address_of_lastChild_2() { return &___lastChild_2; } inline void set_lastChild_2(XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * value) { ___lastChild_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastChild_2), (void*)value); } }; // System.Xml.XmlCharType struct XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 { public: // System.Byte[] System.Xml.XmlCharType::charProperties ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___charProperties_2; public: inline static int32_t get_offset_of_charProperties_2() { return static_cast(offsetof(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9, ___charProperties_2)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_charProperties_2() const { return ___charProperties_2; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_charProperties_2() { return &___charProperties_2; } inline void set_charProperties_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___charProperties_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___charProperties_2), (void*)value); } }; struct XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_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_tD06FDBE8142446525DF1C40351D523A228373821* ___s_CharProperties_1; public: inline static int32_t get_offset_of_s_Lock_0() { return static_cast(offsetof(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_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_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_StaticFields, ___s_CharProperties_1)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_s_CharProperties_1() const { return ___s_CharProperties_1; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_s_CharProperties_1() { return &___s_CharProperties_1; } inline void set_s_CharProperties_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___s_CharProperties_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_CharProperties_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Xml.XmlCharType struct XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___charProperties_2; }; // Native definition for COM marshalling of System.Xml.XmlCharType struct XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_marshaled_com { Il2CppSafeArray/*NONE*/* ___charProperties_2; }; // System.Xml.XmlChildNodes struct XmlChildNodes_tEDFFAA22FB673580AA2BE8D818DC8D90319DE7F4 : public XmlNodeList_t6A2162EDB563F1707F00C5156460E1073244C8E7 { public: // System.Xml.XmlNode System.Xml.XmlChildNodes::container XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___container_0; public: inline static int32_t get_offset_of_container_0() { return static_cast(offsetof(XmlChildNodes_tEDFFAA22FB673580AA2BE8D818DC8D90319DE7F4, ___container_0)); } inline XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * get_container_0() const { return ___container_0; } inline XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB ** get_address_of_container_0() { return &___container_0; } inline void set_container_0(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * value) { ___container_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___container_0), (void*)value); } }; // System.Xml.XmlDocument struct XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 : public XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB { public: // System.Xml.XmlImplementation System.Xml.XmlDocument::implementation XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF * ___implementation_1; // System.Xml.DomNameTable System.Xml.XmlDocument::domNameTable DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A * ___domNameTable_2; // System.Xml.XmlLinkedNode System.Xml.XmlDocument::lastChild XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * ___lastChild_3; // System.Xml.XmlNamedNodeMap System.Xml.XmlDocument::entities XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * ___entities_4; // System.Collections.Hashtable System.Xml.XmlDocument::htElementIdMap Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___htElementIdMap_5; // System.Collections.Hashtable System.Xml.XmlDocument::htElementIDAttrDecl Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___htElementIDAttrDecl_6; // System.Xml.Schema.SchemaInfo System.Xml.XmlDocument::schemaInfo SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * ___schemaInfo_7; // System.Xml.Schema.XmlSchemaSet System.Xml.XmlDocument::schemas XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F * ___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_t730DECDAE07BB728186F47DDF2A569F50A889838 * ___onNodeInsertingDelegate_11; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeInsertedDelegate XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * ___onNodeInsertedDelegate_12; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeRemovingDelegate XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * ___onNodeRemovingDelegate_13; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeRemovedDelegate XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * ___onNodeRemovedDelegate_14; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeChangingDelegate XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * ___onNodeChangingDelegate_15; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeChangedDelegate XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * ___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_t93269F14B2F8750D040AED2FB7A303CE85016280 * ___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_t448325D04430147AF19F2955BD6A5F1551003C97, ___implementation_1)); } inline XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF * get_implementation_1() const { return ___implementation_1; } inline XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF ** get_address_of_implementation_1() { return &___implementation_1; } inline void set_implementation_1(XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF * value) { ___implementation_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___implementation_1), (void*)value); } inline static int32_t get_offset_of_domNameTable_2() { return static_cast(offsetof(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97, ___domNameTable_2)); } inline DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A * get_domNameTable_2() const { return ___domNameTable_2; } inline DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A ** get_address_of_domNameTable_2() { return &___domNameTable_2; } inline void set_domNameTable_2(DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A * value) { ___domNameTable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___domNameTable_2), (void*)value); } inline static int32_t get_offset_of_lastChild_3() { return static_cast(offsetof(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97, ___lastChild_3)); } inline XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * get_lastChild_3() const { return ___lastChild_3; } inline XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E ** get_address_of_lastChild_3() { return &___lastChild_3; } inline void set_lastChild_3(XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * value) { ___lastChild_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastChild_3), (void*)value); } inline static int32_t get_offset_of_entities_4() { return static_cast(offsetof(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97, ___entities_4)); } inline XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * get_entities_4() const { return ___entities_4; } inline XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 ** get_address_of_entities_4() { return &___entities_4; } inline void set_entities_4(XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * value) { ___entities_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___entities_4), (void*)value); } inline static int32_t get_offset_of_htElementIdMap_5() { return static_cast(offsetof(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97, ___htElementIdMap_5)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_htElementIdMap_5() const { return ___htElementIdMap_5; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_htElementIdMap_5() { return &___htElementIdMap_5; } inline void set_htElementIdMap_5(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___htElementIdMap_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___htElementIdMap_5), (void*)value); } inline static int32_t get_offset_of_htElementIDAttrDecl_6() { return static_cast(offsetof(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97, ___htElementIDAttrDecl_6)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_htElementIDAttrDecl_6() const { return ___htElementIDAttrDecl_6; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_htElementIDAttrDecl_6() { return &___htElementIDAttrDecl_6; } inline void set_htElementIDAttrDecl_6(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___htElementIDAttrDecl_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___htElementIDAttrDecl_6), (void*)value); } inline static int32_t get_offset_of_schemaInfo_7() { return static_cast(offsetof(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97, ___schemaInfo_7)); } inline SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * get_schemaInfo_7() const { return ___schemaInfo_7; } inline SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 ** get_address_of_schemaInfo_7() { return &___schemaInfo_7; } inline void set_schemaInfo_7(SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * value) { ___schemaInfo_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaInfo_7), (void*)value); } inline static int32_t get_offset_of_schemas_8() { return static_cast(offsetof(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97, ___schemas_8)); } inline XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F * get_schemas_8() const { return ___schemas_8; } inline XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F ** get_address_of_schemas_8() { return &___schemas_8; } inline void set_schemas_8(XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F * value) { ___schemas_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemas_8), (void*)value); } inline static int32_t get_offset_of_reportValidity_9() { return static_cast(offsetof(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97, ___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_t448325D04430147AF19F2955BD6A5F1551003C97, ___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_t448325D04430147AF19F2955BD6A5F1551003C97, ___onNodeInsertingDelegate_11)); } inline XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * get_onNodeInsertingDelegate_11() const { return ___onNodeInsertingDelegate_11; } inline XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 ** get_address_of_onNodeInsertingDelegate_11() { return &___onNodeInsertingDelegate_11; } inline void set_onNodeInsertingDelegate_11(XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * value) { ___onNodeInsertingDelegate_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeInsertingDelegate_11), (void*)value); } inline static int32_t get_offset_of_onNodeInsertedDelegate_12() { return static_cast(offsetof(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97, ___onNodeInsertedDelegate_12)); } inline XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * get_onNodeInsertedDelegate_12() const { return ___onNodeInsertedDelegate_12; } inline XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 ** get_address_of_onNodeInsertedDelegate_12() { return &___onNodeInsertedDelegate_12; } inline void set_onNodeInsertedDelegate_12(XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * value) { ___onNodeInsertedDelegate_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeInsertedDelegate_12), (void*)value); } inline static int32_t get_offset_of_onNodeRemovingDelegate_13() { return static_cast(offsetof(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97, ___onNodeRemovingDelegate_13)); } inline XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * get_onNodeRemovingDelegate_13() const { return ___onNodeRemovingDelegate_13; } inline XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 ** get_address_of_onNodeRemovingDelegate_13() { return &___onNodeRemovingDelegate_13; } inline void set_onNodeRemovingDelegate_13(XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * value) { ___onNodeRemovingDelegate_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeRemovingDelegate_13), (void*)value); } inline static int32_t get_offset_of_onNodeRemovedDelegate_14() { return static_cast(offsetof(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97, ___onNodeRemovedDelegate_14)); } inline XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * get_onNodeRemovedDelegate_14() const { return ___onNodeRemovedDelegate_14; } inline XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 ** get_address_of_onNodeRemovedDelegate_14() { return &___onNodeRemovedDelegate_14; } inline void set_onNodeRemovedDelegate_14(XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * value) { ___onNodeRemovedDelegate_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeRemovedDelegate_14), (void*)value); } inline static int32_t get_offset_of_onNodeChangingDelegate_15() { return static_cast(offsetof(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97, ___onNodeChangingDelegate_15)); } inline XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * get_onNodeChangingDelegate_15() const { return ___onNodeChangingDelegate_15; } inline XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 ** get_address_of_onNodeChangingDelegate_15() { return &___onNodeChangingDelegate_15; } inline void set_onNodeChangingDelegate_15(XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * value) { ___onNodeChangingDelegate_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeChangingDelegate_15), (void*)value); } inline static int32_t get_offset_of_onNodeChangedDelegate_16() { return static_cast(offsetof(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97, ___onNodeChangedDelegate_16)); } inline XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * get_onNodeChangedDelegate_16() const { return ___onNodeChangedDelegate_16; } inline XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 ** get_address_of_onNodeChangedDelegate_16() { return &___onNodeChangedDelegate_16; } inline void set_onNodeChangedDelegate_16(XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * value) { ___onNodeChangedDelegate_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeChangedDelegate_16), (void*)value); } inline static int32_t get_offset_of_fEntRefNodesPresent_17() { return static_cast(offsetof(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97, ___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_t448325D04430147AF19F2955BD6A5F1551003C97, ___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_t448325D04430147AF19F2955BD6A5F1551003C97, ___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_t448325D04430147AF19F2955BD6A5F1551003C97, ___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_t448325D04430147AF19F2955BD6A5F1551003C97, ___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_t448325D04430147AF19F2955BD6A5F1551003C97, ___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_t448325D04430147AF19F2955BD6A5F1551003C97, ___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_t448325D04430147AF19F2955BD6A5F1551003C97, ___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_t448325D04430147AF19F2955BD6A5F1551003C97, ___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_t448325D04430147AF19F2955BD6A5F1551003C97, ___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_t448325D04430147AF19F2955BD6A5F1551003C97, ___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_t448325D04430147AF19F2955BD6A5F1551003C97, ___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_t448325D04430147AF19F2955BD6A5F1551003C97, ___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_t448325D04430147AF19F2955BD6A5F1551003C97, ___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_t448325D04430147AF19F2955BD6A5F1551003C97, ___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_t448325D04430147AF19F2955BD6A5F1551003C97, ___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_t448325D04430147AF19F2955BD6A5F1551003C97, ___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_t448325D04430147AF19F2955BD6A5F1551003C97, ___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_t448325D04430147AF19F2955BD6A5F1551003C97, ___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_t448325D04430147AF19F2955BD6A5F1551003C97, ___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_t448325D04430147AF19F2955BD6A5F1551003C97, ___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_t448325D04430147AF19F2955BD6A5F1551003C97, ___resolver_38)); } inline XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * get_resolver_38() const { return ___resolver_38; } inline XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 ** get_address_of_resolver_38() { return &___resolver_38; } inline void set_resolver_38(XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * value) { ___resolver_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___resolver_38), (void*)value); } inline static int32_t get_offset_of_bSetResolver_39() { return static_cast(offsetof(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97, ___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_t448325D04430147AF19F2955BD6A5F1551003C97, ___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); } }; struct XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_StaticFields { public: // System.Xml.EmptyEnumerator System.Xml.XmlDocument::EmptyEnumerator EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 * ___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_t448325D04430147AF19F2955BD6A5F1551003C97_StaticFields, ___EmptyEnumerator_41)); } inline EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 * get_EmptyEnumerator_41() const { return ___EmptyEnumerator_41; } inline EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 ** get_address_of_EmptyEnumerator_41() { return &___EmptyEnumerator_41; } inline void set_EmptyEnumerator_41(EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 * value) { ___EmptyEnumerator_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyEnumerator_41), (void*)value); } inline static int32_t get_offset_of_NotKnownSchemaInfo_42() { return static_cast(offsetof(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_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_t448325D04430147AF19F2955BD6A5F1551003C97_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_t448325D04430147AF19F2955BD6A5F1551003C97_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.XmlDocumentFragment struct XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D : public XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB { public: // System.Xml.XmlLinkedNode System.Xml.XmlDocumentFragment::lastChild XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * ___lastChild_1; public: inline static int32_t get_offset_of_lastChild_1() { return static_cast(offsetof(XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D, ___lastChild_1)); } inline XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * get_lastChild_1() const { return ___lastChild_1; } inline XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E ** get_address_of_lastChild_1() { return &___lastChild_1; } inline void set_lastChild_1(XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * value) { ___lastChild_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastChild_1), (void*)value); } }; // System.Xml.XmlEntity struct XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA : public XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB { 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_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * ___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_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA, ___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_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA, ___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_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA, ___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_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA, ___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_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA, ___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_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA, ___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_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA, ___lastChild_7)); } inline XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * get_lastChild_7() const { return ___lastChild_7; } inline XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E ** get_address_of_lastChild_7() { return &___lastChild_7; } inline void set_lastChild_7(XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * value) { ___lastChild_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastChild_7), (void*)value); } inline static int32_t get_offset_of_childrenFoliating_8() { return static_cast(offsetof(XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA, ___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.XmlLinkedNode struct XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E : public XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB { public: // System.Xml.XmlLinkedNode System.Xml.XmlLinkedNode::next XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * ___next_1; public: inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E, ___next_1)); } inline XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * get_next_1() const { return ___next_1; } inline XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E ** get_address_of_next_1() { return &___next_1; } inline void set_next_1(XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * value) { ___next_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___next_1), (void*)value); } }; // System.Xml.XmlNamedNodeMap_SmallXmlNodeList struct SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E { 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_t962D7A66CF19950FE6DFA9476903952B76844A1E, ___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_t962D7A66CF19950FE6DFA9476903952B76844A1E_marshaled_pinvoke { Il2CppIUnknown* ___field_0; }; // Native definition for COM marshalling of System.Xml.XmlNamedNodeMap/SmallXmlNodeList struct SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E_marshaled_com { Il2CppIUnknown* ___field_0; }; // System.Xml.XmlTextReader struct XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C : public XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB { public: // System.Xml.XmlTextReaderImpl System.Xml.XmlTextReader::impl XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * ___impl_3; public: inline static int32_t get_offset_of_impl_3() { return static_cast(offsetof(XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C, ___impl_3)); } inline XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * get_impl_3() const { return ___impl_3; } inline XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 ** get_address_of_impl_3() { return &___impl_3; } inline void set_impl_3(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * value) { ___impl_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___impl_3), (void*)value); } }; // struct U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB_StaticFields { public: // ___StaticArrayInitTypeSizeU3D6 ::5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98 __StaticArrayInitTypeSizeU3D6_tB657E692303B443FF0E24AE8F75A675A844348C4 ___5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0; // ___StaticArrayInitTypeSizeU3D416 ::6A0D50D692745A6663128CD315B71079584F3E59 __StaticArrayInitTypeSizeU3D416_tDC7E75F123C5FA6CED5F4949F6976ADFF285E704 ___6A0D50D692745A6663128CD315B71079584F3E59_1; // ___StaticArrayInitTypeSizeU3D32 ::7A32E1A19C182315E4263A65A72066492550D8CD __StaticArrayInitTypeSizeU3D32_tFEC269E612F5A23CB7315224D57AF2DA72F821E7 ___7A32E1A19C182315E4263A65A72066492550D8CD_2; // ___StaticArrayInitTypeSizeU3D28 ::9E31F24F64765FCAA589F589324D17C9FCF6A06D __StaticArrayInitTypeSizeU3D28_t5092DE69B1A24897AC8FBEFE716755EA1FE14C24 ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_3; // ___StaticArrayInitTypeSizeU3D416 ::B368804F0C6DAB083B253A6B106D0783D5C32E90 __StaticArrayInitTypeSizeU3D416_tDC7E75F123C5FA6CED5F4949F6976ADFF285E704 ___B368804F0C6DAB083B253A6B106D0783D5C32E90_4; // ___StaticArrayInitTypeSizeU3D40 ::B9F0004E3873FDDCABFDA6174EA18F0859B637B4 __StaticArrayInitTypeSizeU3D40_t2C1C40E1ED6F4BAA5E535BCF7574AD6781A49AD4 ___B9F0004E3873FDDCABFDA6174EA18F0859B637B4_5; // ___StaticArrayInitTypeSizeU3D20 ::BAD037B714E1CD1052149B51238A3D4351DD10B5 __StaticArrayInitTypeSizeU3D20_t25C626683DA421874F122B40243142FF7832A1BF ___BAD037B714E1CD1052149B51238A3D4351DD10B5_6; // System.Int64 ::EBC658B067B5C785A3F0BB67D73755F6FEE7F70C int64_t ___EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_7; // ___StaticArrayInitTypeSizeU3D64 ::EE3413A2C088FF9432054D6E60A7CB6A498D25F0 __StaticArrayInitTypeSizeU3D64_tE9F2C6D5C2D961C95B98D342E25A70CE875C2387 ___EE3413A2C088FF9432054D6E60A7CB6A498D25F0_8; public: inline static int32_t get_offset_of_U35D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB_StaticFields, ___5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0)); } inline __StaticArrayInitTypeSizeU3D6_tB657E692303B443FF0E24AE8F75A675A844348C4 get_U35D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0() const { return ___5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0; } inline __StaticArrayInitTypeSizeU3D6_tB657E692303B443FF0E24AE8F75A675A844348C4 * get_address_of_U35D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0() { return &___5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0; } inline void set_U35D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0(__StaticArrayInitTypeSizeU3D6_tB657E692303B443FF0E24AE8F75A675A844348C4 value) { ___5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0 = value; } inline static int32_t get_offset_of_U36A0D50D692745A6663128CD315B71079584F3E59_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB_StaticFields, ___6A0D50D692745A6663128CD315B71079584F3E59_1)); } inline __StaticArrayInitTypeSizeU3D416_tDC7E75F123C5FA6CED5F4949F6976ADFF285E704 get_U36A0D50D692745A6663128CD315B71079584F3E59_1() const { return ___6A0D50D692745A6663128CD315B71079584F3E59_1; } inline __StaticArrayInitTypeSizeU3D416_tDC7E75F123C5FA6CED5F4949F6976ADFF285E704 * get_address_of_U36A0D50D692745A6663128CD315B71079584F3E59_1() { return &___6A0D50D692745A6663128CD315B71079584F3E59_1; } inline void set_U36A0D50D692745A6663128CD315B71079584F3E59_1(__StaticArrayInitTypeSizeU3D416_tDC7E75F123C5FA6CED5F4949F6976ADFF285E704 value) { ___6A0D50D692745A6663128CD315B71079584F3E59_1 = value; } inline static int32_t get_offset_of_U37A32E1A19C182315E4263A65A72066492550D8CD_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB_StaticFields, ___7A32E1A19C182315E4263A65A72066492550D8CD_2)); } inline __StaticArrayInitTypeSizeU3D32_tFEC269E612F5A23CB7315224D57AF2DA72F821E7 get_U37A32E1A19C182315E4263A65A72066492550D8CD_2() const { return ___7A32E1A19C182315E4263A65A72066492550D8CD_2; } inline __StaticArrayInitTypeSizeU3D32_tFEC269E612F5A23CB7315224D57AF2DA72F821E7 * get_address_of_U37A32E1A19C182315E4263A65A72066492550D8CD_2() { return &___7A32E1A19C182315E4263A65A72066492550D8CD_2; } inline void set_U37A32E1A19C182315E4263A65A72066492550D8CD_2(__StaticArrayInitTypeSizeU3D32_tFEC269E612F5A23CB7315224D57AF2DA72F821E7 value) { ___7A32E1A19C182315E4263A65A72066492550D8CD_2 = value; } inline static int32_t get_offset_of_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB_StaticFields, ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_3)); } inline __StaticArrayInitTypeSizeU3D28_t5092DE69B1A24897AC8FBEFE716755EA1FE14C24 get_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_3() const { return ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_3; } inline __StaticArrayInitTypeSizeU3D28_t5092DE69B1A24897AC8FBEFE716755EA1FE14C24 * get_address_of_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_3() { return &___9E31F24F64765FCAA589F589324D17C9FCF6A06D_3; } inline void set_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_3(__StaticArrayInitTypeSizeU3D28_t5092DE69B1A24897AC8FBEFE716755EA1FE14C24 value) { ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_3 = value; } inline static int32_t get_offset_of_B368804F0C6DAB083B253A6B106D0783D5C32E90_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB_StaticFields, ___B368804F0C6DAB083B253A6B106D0783D5C32E90_4)); } inline __StaticArrayInitTypeSizeU3D416_tDC7E75F123C5FA6CED5F4949F6976ADFF285E704 get_B368804F0C6DAB083B253A6B106D0783D5C32E90_4() const { return ___B368804F0C6DAB083B253A6B106D0783D5C32E90_4; } inline __StaticArrayInitTypeSizeU3D416_tDC7E75F123C5FA6CED5F4949F6976ADFF285E704 * get_address_of_B368804F0C6DAB083B253A6B106D0783D5C32E90_4() { return &___B368804F0C6DAB083B253A6B106D0783D5C32E90_4; } inline void set_B368804F0C6DAB083B253A6B106D0783D5C32E90_4(__StaticArrayInitTypeSizeU3D416_tDC7E75F123C5FA6CED5F4949F6976ADFF285E704 value) { ___B368804F0C6DAB083B253A6B106D0783D5C32E90_4 = value; } inline static int32_t get_offset_of_B9F0004E3873FDDCABFDA6174EA18F0859B637B4_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB_StaticFields, ___B9F0004E3873FDDCABFDA6174EA18F0859B637B4_5)); } inline __StaticArrayInitTypeSizeU3D40_t2C1C40E1ED6F4BAA5E535BCF7574AD6781A49AD4 get_B9F0004E3873FDDCABFDA6174EA18F0859B637B4_5() const { return ___B9F0004E3873FDDCABFDA6174EA18F0859B637B4_5; } inline __StaticArrayInitTypeSizeU3D40_t2C1C40E1ED6F4BAA5E535BCF7574AD6781A49AD4 * get_address_of_B9F0004E3873FDDCABFDA6174EA18F0859B637B4_5() { return &___B9F0004E3873FDDCABFDA6174EA18F0859B637B4_5; } inline void set_B9F0004E3873FDDCABFDA6174EA18F0859B637B4_5(__StaticArrayInitTypeSizeU3D40_t2C1C40E1ED6F4BAA5E535BCF7574AD6781A49AD4 value) { ___B9F0004E3873FDDCABFDA6174EA18F0859B637B4_5 = value; } inline static int32_t get_offset_of_BAD037B714E1CD1052149B51238A3D4351DD10B5_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB_StaticFields, ___BAD037B714E1CD1052149B51238A3D4351DD10B5_6)); } inline __StaticArrayInitTypeSizeU3D20_t25C626683DA421874F122B40243142FF7832A1BF get_BAD037B714E1CD1052149B51238A3D4351DD10B5_6() const { return ___BAD037B714E1CD1052149B51238A3D4351DD10B5_6; } inline __StaticArrayInitTypeSizeU3D20_t25C626683DA421874F122B40243142FF7832A1BF * get_address_of_BAD037B714E1CD1052149B51238A3D4351DD10B5_6() { return &___BAD037B714E1CD1052149B51238A3D4351DD10B5_6; } inline void set_BAD037B714E1CD1052149B51238A3D4351DD10B5_6(__StaticArrayInitTypeSizeU3D20_t25C626683DA421874F122B40243142FF7832A1BF value) { ___BAD037B714E1CD1052149B51238A3D4351DD10B5_6 = value; } inline static int32_t get_offset_of_EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB_StaticFields, ___EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_7)); } inline int64_t get_EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_7() const { return ___EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_7; } inline int64_t* get_address_of_EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_7() { return &___EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_7; } inline void set_EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_7(int64_t value) { ___EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_7 = value; } inline static int32_t get_offset_of_EE3413A2C088FF9432054D6E60A7CB6A498D25F0_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB_StaticFields, ___EE3413A2C088FF9432054D6E60A7CB6A498D25F0_8)); } inline __StaticArrayInitTypeSizeU3D64_tE9F2C6D5C2D961C95B98D342E25A70CE875C2387 get_EE3413A2C088FF9432054D6E60A7CB6A498D25F0_8() const { return ___EE3413A2C088FF9432054D6E60A7CB6A498D25F0_8; } inline __StaticArrayInitTypeSizeU3D64_tE9F2C6D5C2D961C95B98D342E25A70CE875C2387 * get_address_of_EE3413A2C088FF9432054D6E60A7CB6A498D25F0_8() { return &___EE3413A2C088FF9432054D6E60A7CB6A498D25F0_8; } inline void set_EE3413A2C088FF9432054D6E60A7CB6A498D25F0_8(__StaticArrayInitTypeSizeU3D64_tE9F2C6D5C2D961C95B98D342E25A70CE875C2387 value) { ___EE3413A2C088FF9432054D6E60A7CB6A498D25F0_8 = value; } }; // MS.Internal.Xml.Cache.XPathDocumentNavigator struct XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 : public XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 { public: // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathDocumentNavigator::pageCurrent XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___pageCurrent_4; // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathDocumentNavigator::pageParent XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___pageParent_5; // System.Int32 MS.Internal.Xml.Cache.XPathDocumentNavigator::idxCurrent int32_t ___idxCurrent_6; // System.Int32 MS.Internal.Xml.Cache.XPathDocumentNavigator::idxParent int32_t ___idxParent_7; public: inline static int32_t get_offset_of_pageCurrent_4() { return static_cast(offsetof(XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498, ___pageCurrent_4)); } inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* get_pageCurrent_4() const { return ___pageCurrent_4; } inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** get_address_of_pageCurrent_4() { return &___pageCurrent_4; } inline void set_pageCurrent_4(XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* value) { ___pageCurrent_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___pageCurrent_4), (void*)value); } inline static int32_t get_offset_of_pageParent_5() { return static_cast(offsetof(XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498, ___pageParent_5)); } inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* get_pageParent_5() const { return ___pageParent_5; } inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** get_address_of_pageParent_5() { return &___pageParent_5; } inline void set_pageParent_5(XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* value) { ___pageParent_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___pageParent_5), (void*)value); } inline static int32_t get_offset_of_idxCurrent_6() { return static_cast(offsetof(XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498, ___idxCurrent_6)); } inline int32_t get_idxCurrent_6() const { return ___idxCurrent_6; } inline int32_t* get_address_of_idxCurrent_6() { return &___idxCurrent_6; } inline void set_idxCurrent_6(int32_t value) { ___idxCurrent_6 = value; } inline static int32_t get_offset_of_idxParent_7() { return static_cast(offsetof(XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498, ___idxParent_7)); } inline int32_t get_idxParent_7() const { return ___idxParent_7; } inline int32_t* get_address_of_idxParent_7() { return &___idxParent_7; } inline void set_idxParent_7(int32_t value) { ___idxParent_7 = value; } }; // System.Collections.Generic.Dictionary`2_Enumerator struct Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * ___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_t23481547E419E16E3B96A303578C1EB685C99EEE ___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_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___dictionary_0)); } inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___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_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___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_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___current_3)); } inline KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE get_current_3() const { return ___current_3; } inline KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE 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_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___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_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2_Enumerator::dictionary Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * ___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_t3C868550D09434B1AC0C40DF05EB4A68FBDDD289 ___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_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F, ___dictionary_0)); } inline Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F, ___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_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F, ___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_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F, ___current_3)); } inline KeyValuePair_2_t3C868550D09434B1AC0C40DF05EB4A68FBDDD289 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t3C868550D09434B1AC0C40DF05EB4A68FBDDD289 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t3C868550D09434B1AC0C40DF05EB4A68FBDDD289 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_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F, ___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.Hashtable struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 : public RuntimeObject { public: // System.Collections.Hashtable_bucket[] System.Collections.Hashtable::buckets bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* ___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_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___buckets_10)); } inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* get_buckets_10() const { return ___buckets_10; } inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A** get_address_of_buckets_10() { return &___buckets_10; } inline void set_buckets_10(bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* value) { ___buckets_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_10), (void*)value); } inline static int32_t get_offset_of_count_11() { return static_cast(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___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_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___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_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___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_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___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_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___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_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___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_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___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_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___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_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____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_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____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.DateTimeKind struct DateTimeKind_t6BC23532930B812ABFCCEB2B61BC233712B180EE { public: // System.Int32 System.DateTimeKind::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateTimeKind_t6BC23532930B812ABFCCEB2B61BC233712B180EE, ___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_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___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_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; } inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * 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_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___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_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9; int32_t ___method_is_virtual_10; }; // 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_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___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_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * 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_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* 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_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; 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); } }; // 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_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___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_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.Globalization.DateTimeFormatFlags struct DateTimeFormatFlags_tA363B5524F41DE008B4AB8304F1E995E2C8CF675 { public: // System.Int32 System.Globalization.DateTimeFormatFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateTimeFormatFlags_tA363B5524F41DE008B4AB8304F1E995E2C8CF675, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Globalization.DateTimeStyles struct DateTimeStyles_tD09B34DB3747CD91D8AAA1238C7595845715301E { public: // System.Int32 System.Globalization.DateTimeStyles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateTimeStyles_tD09B34DB3747CD91D8AAA1238C7595845715301E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Globalization.NumberStyles struct NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592 { public: // System.Int32 System.Globalization.NumberStyles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592, ___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.MemoryStream struct MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.Byte[] System.IO.MemoryStream::_buffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____buffer_4; // System.Int32 System.IO.MemoryStream::_origin int32_t ____origin_5; // System.Int32 System.IO.MemoryStream::_position int32_t ____position_6; // System.Int32 System.IO.MemoryStream::_length int32_t ____length_7; // System.Int32 System.IO.MemoryStream::_capacity int32_t ____capacity_8; // System.Boolean System.IO.MemoryStream::_expandable bool ____expandable_9; // System.Boolean System.IO.MemoryStream::_writable bool ____writable_10; // System.Boolean System.IO.MemoryStream::_exposable bool ____exposable_11; // System.Boolean System.IO.MemoryStream::_isOpen bool ____isOpen_12; // System.Threading.Tasks.Task`1 System.IO.MemoryStream::_lastReadTask Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * ____lastReadTask_13; public: inline static int32_t get_offset_of__buffer_4() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____buffer_4)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__buffer_4() const { return ____buffer_4; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__buffer_4() { return &____buffer_4; } inline void set__buffer_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____buffer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_4), (void*)value); } inline static int32_t get_offset_of__origin_5() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____origin_5)); } inline int32_t get__origin_5() const { return ____origin_5; } inline int32_t* get_address_of__origin_5() { return &____origin_5; } inline void set__origin_5(int32_t value) { ____origin_5 = value; } inline static int32_t get_offset_of__position_6() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____position_6)); } inline int32_t get__position_6() const { return ____position_6; } inline int32_t* get_address_of__position_6() { return &____position_6; } inline void set__position_6(int32_t value) { ____position_6 = value; } inline static int32_t get_offset_of__length_7() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____length_7)); } inline int32_t get__length_7() const { return ____length_7; } inline int32_t* get_address_of__length_7() { return &____length_7; } inline void set__length_7(int32_t value) { ____length_7 = value; } inline static int32_t get_offset_of__capacity_8() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____capacity_8)); } inline int32_t get__capacity_8() const { return ____capacity_8; } inline int32_t* get_address_of__capacity_8() { return &____capacity_8; } inline void set__capacity_8(int32_t value) { ____capacity_8 = value; } inline static int32_t get_offset_of__expandable_9() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____expandable_9)); } inline bool get__expandable_9() const { return ____expandable_9; } inline bool* get_address_of__expandable_9() { return &____expandable_9; } inline void set__expandable_9(bool value) { ____expandable_9 = value; } inline static int32_t get_offset_of__writable_10() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____writable_10)); } inline bool get__writable_10() const { return ____writable_10; } inline bool* get_address_of__writable_10() { return &____writable_10; } inline void set__writable_10(bool value) { ____writable_10 = value; } inline static int32_t get_offset_of__exposable_11() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____exposable_11)); } inline bool get__exposable_11() const { return ____exposable_11; } inline bool* get_address_of__exposable_11() { return &____exposable_11; } inline void set__exposable_11(bool value) { ____exposable_11 = value; } inline static int32_t get_offset_of__isOpen_12() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____isOpen_12)); } inline bool get__isOpen_12() const { return ____isOpen_12; } inline bool* get_address_of__isOpen_12() { return &____isOpen_12; } inline void set__isOpen_12(bool value) { ____isOpen_12 = value; } inline static int32_t get_offset_of__lastReadTask_13() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____lastReadTask_13)); } inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * get__lastReadTask_13() const { return ____lastReadTask_13; } inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 ** get_address_of__lastReadTask_13() { return &____lastReadTask_13; } inline void set__lastReadTask_13(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * value) { ____lastReadTask_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_13), (void*)value); } }; // System.IO.StringReader struct StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 : public TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A { public: // System.String System.IO.StringReader::_s String_t* ____s_4; // System.Int32 System.IO.StringReader::_pos int32_t ____pos_5; // System.Int32 System.IO.StringReader::_length int32_t ____length_6; public: inline static int32_t get_offset_of__s_4() { return static_cast(offsetof(StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12, ____s_4)); } inline String_t* get__s_4() const { return ____s_4; } inline String_t** get_address_of__s_4() { return &____s_4; } inline void set__s_4(String_t* value) { ____s_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____s_4), (void*)value); } inline static int32_t get_offset_of__pos_5() { return static_cast(offsetof(StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12, ____pos_5)); } inline int32_t get__pos_5() const { return ____pos_5; } inline int32_t* get_address_of__pos_5() { return &____pos_5; } inline void set__pos_5(int32_t value) { ____pos_5 = value; } inline static int32_t get_offset_of__length_6() { return static_cast(offsetof(StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12, ____length_6)); } inline int32_t get__length_6() const { return ____length_6; } inline int32_t* get_address_of__length_6() { return &____length_6; } inline void set__length_6(int32_t value) { ____length_6 = value; } }; // System.Reflection.BindingFlags struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0 { 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_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___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.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; // System.RuntimeFieldHandle struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D { 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_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___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.StringComparison struct StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0 { public: // System.Int32 System.StringComparison::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0, ___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.StringSplitOptions struct StringSplitOptions_t2FA287E15325CC78BF3CA5CDAAA3520BFBD58487 { public: // System.Int32 System.StringSplitOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringSplitOptions_t2FA287E15325CC78BF3CA5CDAAA3520BFBD58487, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Text.RegularExpressions.Match struct Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 : public Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 { public: // System.Text.RegularExpressions.Regex System.Text.RegularExpressions.Match::_regex Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * ____regex_8; // System.Int32 System.Text.RegularExpressions.Match::_textbeg int32_t ____textbeg_9; // System.Int32 System.Text.RegularExpressions.Match::_textpos int32_t ____textpos_10; // System.Int32 System.Text.RegularExpressions.Match::_textend int32_t ____textend_11; // System.Int32 System.Text.RegularExpressions.Match::_textstart int32_t ____textstart_12; // System.Int32[][] System.Text.RegularExpressions.Match::_matches Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* ____matches_13; // System.Int32[] System.Text.RegularExpressions.Match::_matchcount Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____matchcount_14; // System.Boolean System.Text.RegularExpressions.Match::_balancing bool ____balancing_15; public: inline static int32_t get_offset_of__regex_8() { return static_cast(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____regex_8)); } inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * get__regex_8() const { return ____regex_8; } inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF ** get_address_of__regex_8() { return &____regex_8; } inline void set__regex_8(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * value) { ____regex_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____regex_8), (void*)value); } inline static int32_t get_offset_of__textbeg_9() { return static_cast(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____textbeg_9)); } inline int32_t get__textbeg_9() const { return ____textbeg_9; } inline int32_t* get_address_of__textbeg_9() { return &____textbeg_9; } inline void set__textbeg_9(int32_t value) { ____textbeg_9 = value; } inline static int32_t get_offset_of__textpos_10() { return static_cast(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____textpos_10)); } inline int32_t get__textpos_10() const { return ____textpos_10; } inline int32_t* get_address_of__textpos_10() { return &____textpos_10; } inline void set__textpos_10(int32_t value) { ____textpos_10 = value; } inline static int32_t get_offset_of__textend_11() { return static_cast(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____textend_11)); } inline int32_t get__textend_11() const { return ____textend_11; } inline int32_t* get_address_of__textend_11() { return &____textend_11; } inline void set__textend_11(int32_t value) { ____textend_11 = value; } inline static int32_t get_offset_of__textstart_12() { return static_cast(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____textstart_12)); } inline int32_t get__textstart_12() const { return ____textstart_12; } inline int32_t* get_address_of__textstart_12() { return &____textstart_12; } inline void set__textstart_12(int32_t value) { ____textstart_12 = value; } inline static int32_t get_offset_of__matches_13() { return static_cast(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____matches_13)); } inline Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* get__matches_13() const { return ____matches_13; } inline Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43** get_address_of__matches_13() { return &____matches_13; } inline void set__matches_13(Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* value) { ____matches_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____matches_13), (void*)value); } inline static int32_t get_offset_of__matchcount_14() { return static_cast(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____matchcount_14)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__matchcount_14() const { return ____matchcount_14; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__matchcount_14() { return &____matchcount_14; } inline void set__matchcount_14(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ____matchcount_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____matchcount_14), (void*)value); } inline static int32_t get_offset_of__balancing_15() { return static_cast(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____balancing_15)); } inline bool get__balancing_15() const { return ____balancing_15; } inline bool* get_address_of__balancing_15() { return &____balancing_15; } inline void set__balancing_15(bool value) { ____balancing_15 = value; } }; struct Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_StaticFields { public: // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::_empty Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * ____empty_7; public: inline static int32_t get_offset_of__empty_7() { return static_cast(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_StaticFields, ____empty_7)); } inline Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * get__empty_7() const { return ____empty_7; } inline Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 ** get_address_of__empty_7() { return &____empty_7; } inline void set__empty_7(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * value) { ____empty_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____empty_7), (void*)value); } }; // System.Text.RegularExpressions.RegexOptions struct RegexOptions_t9A6138CDA9C60924D503C584095349F008C52EA1 { public: // System.Int32 System.Text.RegularExpressions.RegexOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RegexOptions_t9A6138CDA9C60924D503C584095349F008C52EA1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.TimeSpan struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 { 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_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4, ____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; } }; struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___Zero_0; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaxValue_1; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___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_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___Zero_0)); } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_Zero_0() const { return ___Zero_0; } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value) { ___Zero_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MaxValue_1)); } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaxValue_1() const { return ___MaxValue_1; } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value) { ___MaxValue_1 = value; } inline static int32_t get_offset_of_MinValue_2() { return static_cast(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MinValue_2)); } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MinValue_2() const { return ___MinValue_2; } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MinValue_2() { return &___MinValue_2; } inline void set_MinValue_2(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value) { ___MinValue_2 = value; } inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_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_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_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.Uri_Flags struct Flags_tEBE7CABEBD13F16920D6950B384EB8F988250A2A { 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_tEBE7CABEBD13F16920D6950B384EB8F988250A2A, ___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.UriFormat struct UriFormat_t4355763D39FF6F0FAA2B43E3A209BA8500730992 { public: // System.Int32 System.UriFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriFormat_t4355763D39FF6F0FAA2B43E3A209BA8500730992, ___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_tE1574B39C7492C761EFE2FC12DDE82DE013AC9D1 { 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_tE1574B39C7492C761EFE2FC12DDE82DE013AC9D1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriKind struct UriKind_t26D0760DDF148ADC939FECD934C0B9FF5C71EA08 { public: // System.Int32 System.UriKind::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriKind_t26D0760DDF148ADC939FECD934C0B9FF5C71EA08, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.WeakReference struct WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D : public RuntimeObject { public: // System.Boolean System.WeakReference::isLongReference bool ___isLongReference_0; // System.Runtime.InteropServices.GCHandle System.WeakReference::gcHandle GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 ___gcHandle_1; public: inline static int32_t get_offset_of_isLongReference_0() { return static_cast(offsetof(WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D, ___isLongReference_0)); } inline bool get_isLongReference_0() const { return ___isLongReference_0; } inline bool* get_address_of_isLongReference_0() { return &___isLongReference_0; } inline void set_isLongReference_0(bool value) { ___isLongReference_0 = value; } inline static int32_t get_offset_of_gcHandle_1() { return static_cast(offsetof(WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D, ___gcHandle_1)); } inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 get_gcHandle_1() const { return ___gcHandle_1; } inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * get_address_of_gcHandle_1() { return &___gcHandle_1; } inline void set_gcHandle_1(GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 value) { ___gcHandle_1 = value; } }; // System.Xml.EntityHandling struct EntityHandling_t15C89E916C1AC46126DCF896A6317CE364B8F89B { 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_t15C89E916C1AC46126DCF896A6317CE364B8F89B, ___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.ExceptionType struct ExceptionType_tCE9408DF6C9BA684F34EDB7BA5D3B2EE436663CA { public: // System.Int32 System.Xml.ExceptionType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ExceptionType_tCE9408DF6C9BA684F34EDB7BA5D3B2EE436663CA, ___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.Formatting struct Formatting_tA4B29B0BD063518BB29B92C6B165E39D01C553E2 { public: // System.Int32 System.Xml.Formatting::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Formatting_tA4B29B0BD063518BB29B92C6B165E39D01C553E2, ___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_t4CDF234391D57884636B9A96328C5CFC79ACCF06 { 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_t4CDF234391D57884636B9A96328C5CFC79ACCF06, ___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_t8F6205841F1E8F0578F601AC12C06E6C645B0CC5 { 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_t8F6205841F1E8F0578F601AC12C06E6C645B0CC5, ___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.SchemaType struct SchemaType_t0EE4FECE10D4045A0C84698FEFBA18D9C34992DF { 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_t0EE4FECE10D4045A0C84698FEFBA18D9C34992DF, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlSchemaContentType struct XmlSchemaContentType_tAAF4C8374963BFF5F4C3F71FAA1AE9E8944E03E5 { 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_tAAF4C8374963BFF5F4C3F71FAA1AE9E8944E03E5, ___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_t9C964CFFC430E62A1FF62E70B9FE2C976A3A5F58 { 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_t9C964CFFC430E62A1FF62E70B9FE2C976A3A5F58, ___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_t86E3CD541907A35AC5B505EF118C3E20CC760276 { 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_t86E3CD541907A35AC5B505EF118C3E20CC760276, ___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_tFB9AEE7708C4FF08DC1564482F46991CF8FD0621 { 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_tFB9AEE7708C4FF08DC1564482F46991CF8FD0621, ___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_t9C4AD5729574C591993F2559021E198BED5252A2 { 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_t9C4AD5729574C591993F2559021E198BED5252A2, ___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.XsdDateTime struct XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 { public: // System.DateTime System.Xml.Schema.XsdDateTime::dt DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dt_0; // System.UInt32 System.Xml.Schema.XsdDateTime::extra uint32_t ___extra_1; public: inline static int32_t get_offset_of_dt_0() { return static_cast(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5, ___dt_0)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_dt_0() const { return ___dt_0; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_dt_0() { return &___dt_0; } inline void set_dt_0(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___dt_0 = value; } inline static int32_t get_offset_of_extra_1() { return static_cast(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5, ___extra_1)); } inline uint32_t get_extra_1() const { return ___extra_1; } inline uint32_t* get_address_of_extra_1() { return &___extra_1; } inline void set_extra_1(uint32_t value) { ___extra_1 = value; } }; struct XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields { public: // System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy int32_t ___Lzyyyy_2; // System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy_ int32_t ___Lzyyyy__3; // System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy_MM int32_t ___Lzyyyy_MM_4; // System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy_MM_ int32_t ___Lzyyyy_MM__5; // System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy_MM_dd int32_t ___Lzyyyy_MM_dd_6; // System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy_MM_ddT int32_t ___Lzyyyy_MM_ddT_7; // System.Int32 System.Xml.Schema.XsdDateTime::LzHH int32_t ___LzHH_8; // System.Int32 System.Xml.Schema.XsdDateTime::LzHH_ int32_t ___LzHH__9; // System.Int32 System.Xml.Schema.XsdDateTime::LzHH_mm int32_t ___LzHH_mm_10; // System.Int32 System.Xml.Schema.XsdDateTime::LzHH_mm_ int32_t ___LzHH_mm__11; // System.Int32 System.Xml.Schema.XsdDateTime::LzHH_mm_ss int32_t ___LzHH_mm_ss_12; // System.Int32 System.Xml.Schema.XsdDateTime::Lz_ int32_t ___Lz__13; // System.Int32 System.Xml.Schema.XsdDateTime::Lz_zz int32_t ___Lz_zz_14; // System.Int32 System.Xml.Schema.XsdDateTime::Lz_zz_ int32_t ___Lz_zz__15; // System.Int32 System.Xml.Schema.XsdDateTime::Lz_zz_zz int32_t ___Lz_zz_zz_16; // System.Int32 System.Xml.Schema.XsdDateTime::Lz__ int32_t ___Lz___17; // System.Int32 System.Xml.Schema.XsdDateTime::Lz__mm int32_t ___Lz__mm_18; // System.Int32 System.Xml.Schema.XsdDateTime::Lz__mm_ int32_t ___Lz__mm__19; // System.Int32 System.Xml.Schema.XsdDateTime::Lz__mm__ int32_t ___Lz__mm___20; // System.Int32 System.Xml.Schema.XsdDateTime::Lz__mm_dd int32_t ___Lz__mm_dd_21; // System.Int32 System.Xml.Schema.XsdDateTime::Lz___ int32_t ___Lz____22; // System.Int32 System.Xml.Schema.XsdDateTime::Lz___dd int32_t ___Lz___dd_23; // System.Xml.Schema.XmlTypeCode[] System.Xml.Schema.XsdDateTime::typeCodes XmlTypeCodeU5BU5D_t43BF24D43F5D8E1233D96C0CE555091AE495642B* ___typeCodes_24; public: inline static int32_t get_offset_of_Lzyyyy_2() { return static_cast(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lzyyyy_2)); } inline int32_t get_Lzyyyy_2() const { return ___Lzyyyy_2; } inline int32_t* get_address_of_Lzyyyy_2() { return &___Lzyyyy_2; } inline void set_Lzyyyy_2(int32_t value) { ___Lzyyyy_2 = value; } inline static int32_t get_offset_of_Lzyyyy__3() { return static_cast(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lzyyyy__3)); } inline int32_t get_Lzyyyy__3() const { return ___Lzyyyy__3; } inline int32_t* get_address_of_Lzyyyy__3() { return &___Lzyyyy__3; } inline void set_Lzyyyy__3(int32_t value) { ___Lzyyyy__3 = value; } inline static int32_t get_offset_of_Lzyyyy_MM_4() { return static_cast(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lzyyyy_MM_4)); } inline int32_t get_Lzyyyy_MM_4() const { return ___Lzyyyy_MM_4; } inline int32_t* get_address_of_Lzyyyy_MM_4() { return &___Lzyyyy_MM_4; } inline void set_Lzyyyy_MM_4(int32_t value) { ___Lzyyyy_MM_4 = value; } inline static int32_t get_offset_of_Lzyyyy_MM__5() { return static_cast(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lzyyyy_MM__5)); } inline int32_t get_Lzyyyy_MM__5() const { return ___Lzyyyy_MM__5; } inline int32_t* get_address_of_Lzyyyy_MM__5() { return &___Lzyyyy_MM__5; } inline void set_Lzyyyy_MM__5(int32_t value) { ___Lzyyyy_MM__5 = value; } inline static int32_t get_offset_of_Lzyyyy_MM_dd_6() { return static_cast(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lzyyyy_MM_dd_6)); } inline int32_t get_Lzyyyy_MM_dd_6() const { return ___Lzyyyy_MM_dd_6; } inline int32_t* get_address_of_Lzyyyy_MM_dd_6() { return &___Lzyyyy_MM_dd_6; } inline void set_Lzyyyy_MM_dd_6(int32_t value) { ___Lzyyyy_MM_dd_6 = value; } inline static int32_t get_offset_of_Lzyyyy_MM_ddT_7() { return static_cast(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lzyyyy_MM_ddT_7)); } inline int32_t get_Lzyyyy_MM_ddT_7() const { return ___Lzyyyy_MM_ddT_7; } inline int32_t* get_address_of_Lzyyyy_MM_ddT_7() { return &___Lzyyyy_MM_ddT_7; } inline void set_Lzyyyy_MM_ddT_7(int32_t value) { ___Lzyyyy_MM_ddT_7 = value; } inline static int32_t get_offset_of_LzHH_8() { return static_cast(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___LzHH_8)); } inline int32_t get_LzHH_8() const { return ___LzHH_8; } inline int32_t* get_address_of_LzHH_8() { return &___LzHH_8; } inline void set_LzHH_8(int32_t value) { ___LzHH_8 = value; } inline static int32_t get_offset_of_LzHH__9() { return static_cast(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___LzHH__9)); } inline int32_t get_LzHH__9() const { return ___LzHH__9; } inline int32_t* get_address_of_LzHH__9() { return &___LzHH__9; } inline void set_LzHH__9(int32_t value) { ___LzHH__9 = value; } inline static int32_t get_offset_of_LzHH_mm_10() { return static_cast(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___LzHH_mm_10)); } inline int32_t get_LzHH_mm_10() const { return ___LzHH_mm_10; } inline int32_t* get_address_of_LzHH_mm_10() { return &___LzHH_mm_10; } inline void set_LzHH_mm_10(int32_t value) { ___LzHH_mm_10 = value; } inline static int32_t get_offset_of_LzHH_mm__11() { return static_cast(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___LzHH_mm__11)); } inline int32_t get_LzHH_mm__11() const { return ___LzHH_mm__11; } inline int32_t* get_address_of_LzHH_mm__11() { return &___LzHH_mm__11; } inline void set_LzHH_mm__11(int32_t value) { ___LzHH_mm__11 = value; } inline static int32_t get_offset_of_LzHH_mm_ss_12() { return static_cast(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___LzHH_mm_ss_12)); } inline int32_t get_LzHH_mm_ss_12() const { return ___LzHH_mm_ss_12; } inline int32_t* get_address_of_LzHH_mm_ss_12() { return &___LzHH_mm_ss_12; } inline void set_LzHH_mm_ss_12(int32_t value) { ___LzHH_mm_ss_12 = value; } inline static int32_t get_offset_of_Lz__13() { return static_cast(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lz__13)); } inline int32_t get_Lz__13() const { return ___Lz__13; } inline int32_t* get_address_of_Lz__13() { return &___Lz__13; } inline void set_Lz__13(int32_t value) { ___Lz__13 = value; } inline static int32_t get_offset_of_Lz_zz_14() { return static_cast(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lz_zz_14)); } inline int32_t get_Lz_zz_14() const { return ___Lz_zz_14; } inline int32_t* get_address_of_Lz_zz_14() { return &___Lz_zz_14; } inline void set_Lz_zz_14(int32_t value) { ___Lz_zz_14 = value; } inline static int32_t get_offset_of_Lz_zz__15() { return static_cast(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lz_zz__15)); } inline int32_t get_Lz_zz__15() const { return ___Lz_zz__15; } inline int32_t* get_address_of_Lz_zz__15() { return &___Lz_zz__15; } inline void set_Lz_zz__15(int32_t value) { ___Lz_zz__15 = value; } inline static int32_t get_offset_of_Lz_zz_zz_16() { return static_cast(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lz_zz_zz_16)); } inline int32_t get_Lz_zz_zz_16() const { return ___Lz_zz_zz_16; } inline int32_t* get_address_of_Lz_zz_zz_16() { return &___Lz_zz_zz_16; } inline void set_Lz_zz_zz_16(int32_t value) { ___Lz_zz_zz_16 = value; } inline static int32_t get_offset_of_Lz___17() { return static_cast(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lz___17)); } inline int32_t get_Lz___17() const { return ___Lz___17; } inline int32_t* get_address_of_Lz___17() { return &___Lz___17; } inline void set_Lz___17(int32_t value) { ___Lz___17 = value; } inline static int32_t get_offset_of_Lz__mm_18() { return static_cast(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lz__mm_18)); } inline int32_t get_Lz__mm_18() const { return ___Lz__mm_18; } inline int32_t* get_address_of_Lz__mm_18() { return &___Lz__mm_18; } inline void set_Lz__mm_18(int32_t value) { ___Lz__mm_18 = value; } inline static int32_t get_offset_of_Lz__mm__19() { return static_cast(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lz__mm__19)); } inline int32_t get_Lz__mm__19() const { return ___Lz__mm__19; } inline int32_t* get_address_of_Lz__mm__19() { return &___Lz__mm__19; } inline void set_Lz__mm__19(int32_t value) { ___Lz__mm__19 = value; } inline static int32_t get_offset_of_Lz__mm___20() { return static_cast(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lz__mm___20)); } inline int32_t get_Lz__mm___20() const { return ___Lz__mm___20; } inline int32_t* get_address_of_Lz__mm___20() { return &___Lz__mm___20; } inline void set_Lz__mm___20(int32_t value) { ___Lz__mm___20 = value; } inline static int32_t get_offset_of_Lz__mm_dd_21() { return static_cast(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lz__mm_dd_21)); } inline int32_t get_Lz__mm_dd_21() const { return ___Lz__mm_dd_21; } inline int32_t* get_address_of_Lz__mm_dd_21() { return &___Lz__mm_dd_21; } inline void set_Lz__mm_dd_21(int32_t value) { ___Lz__mm_dd_21 = value; } inline static int32_t get_offset_of_Lz____22() { return static_cast(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lz____22)); } inline int32_t get_Lz____22() const { return ___Lz____22; } inline int32_t* get_address_of_Lz____22() { return &___Lz____22; } inline void set_Lz____22(int32_t value) { ___Lz____22 = value; } inline static int32_t get_offset_of_Lz___dd_23() { return static_cast(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___Lz___dd_23)); } inline int32_t get_Lz___dd_23() const { return ___Lz___dd_23; } inline int32_t* get_address_of_Lz___dd_23() { return &___Lz___dd_23; } inline void set_Lz___dd_23(int32_t value) { ___Lz___dd_23 = value; } inline static int32_t get_offset_of_typeCodes_24() { return static_cast(offsetof(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_StaticFields, ___typeCodes_24)); } inline XmlTypeCodeU5BU5D_t43BF24D43F5D8E1233D96C0CE555091AE495642B* get_typeCodes_24() const { return ___typeCodes_24; } inline XmlTypeCodeU5BU5D_t43BF24D43F5D8E1233D96C0CE555091AE495642B** get_address_of_typeCodes_24() { return &___typeCodes_24; } inline void set_typeCodes_24(XmlTypeCodeU5BU5D_t43BF24D43F5D8E1233D96C0CE555091AE495642B* value) { ___typeCodes_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___typeCodes_24), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Xml.Schema.XsdDateTime struct XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_marshaled_pinvoke { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dt_0; uint32_t ___extra_1; }; // Native definition for COM marshalling of System.Xml.Schema.XsdDateTime struct XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_marshaled_com { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dt_0; uint32_t ___extra_1; }; // System.Xml.Schema.XsdDateTimeFlags struct XsdDateTimeFlags_tC892A580DE494CDB02FF5D29F914ECDC49F858C8 { public: // System.Int32 System.Xml.Schema.XsdDateTimeFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XsdDateTimeFlags_tC892A580DE494CDB02FF5D29F914ECDC49F858C8, ___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_t7673ADE61E787987E671A668712C12D77FAAC6DA : public ObjectMap_t53CD0E614E60A73AB445A2A757CCD3C356F31677 { public: // System.Collections.Hashtable System.Xml.Serialization.ClassMap::_elements Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____elements_0; // System.Collections.ArrayList System.Xml.Serialization.ClassMap::_elementMembers ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____elementMembers_1; // System.Collections.Hashtable System.Xml.Serialization.ClassMap::_attributeMembers Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____attributeMembers_2; // System.Xml.Serialization.XmlTypeMapMemberAttribute[] System.Xml.Serialization.ClassMap::_attributeMembersArray XmlTypeMapMemberAttributeU5BU5D_t1A3EF531DFF7CF757326012C417167F79DDE0D10* ____attributeMembersArray_3; // System.Collections.ArrayList System.Xml.Serialization.ClassMap::_flatLists ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____flatLists_4; // System.Collections.ArrayList System.Xml.Serialization.ClassMap::_allMembers ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____allMembers_5; // System.Collections.ArrayList System.Xml.Serialization.ClassMap::_membersWithDefault ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____membersWithDefault_6; // System.Collections.ArrayList System.Xml.Serialization.ClassMap::_listMembers ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____listMembers_7; // System.Xml.Serialization.XmlTypeMapMemberAnyElement System.Xml.Serialization.ClassMap::_defaultAnyElement XmlTypeMapMemberAnyElement_tEC6C4FFA530F292BC4C09145DA5937285A664472 * ____defaultAnyElement_8; // System.Xml.Serialization.XmlTypeMapMemberAnyAttribute System.Xml.Serialization.ClassMap::_defaultAnyAttribute XmlTypeMapMemberAnyAttribute_t0D4E196AF4FEEE5092B2FF4111A717B5C3E459BE * ____defaultAnyAttribute_9; // System.Xml.Serialization.XmlTypeMapMemberNamespaces System.Xml.Serialization.ClassMap::_namespaceDeclarations XmlTypeMapMemberNamespaces_t08BCB01966D11BB8968E6C39E1ACF60C9EEE8C43 * ____namespaceDeclarations_10; // System.Xml.Serialization.XmlTypeMapMember System.Xml.Serialization.ClassMap::_xmlTextCollector XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * ____xmlTextCollector_11; // System.Xml.Serialization.XmlTypeMapMember System.Xml.Serialization.ClassMap::_returnMember XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * ____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_t9E6A67BECE376F0623B5C857F5674A0311C41793 ____isOrderDependentMap_15; public: inline static int32_t get_offset_of__elements_0() { return static_cast(offsetof(ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA, ____elements_0)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__elements_0() const { return ____elements_0; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__elements_0() { return &____elements_0; } inline void set__elements_0(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ____elements_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____elements_0), (void*)value); } inline static int32_t get_offset_of__elementMembers_1() { return static_cast(offsetof(ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA, ____elementMembers_1)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__elementMembers_1() const { return ____elementMembers_1; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__elementMembers_1() { return &____elementMembers_1; } inline void set__elementMembers_1(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ____elementMembers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____elementMembers_1), (void*)value); } inline static int32_t get_offset_of__attributeMembers_2() { return static_cast(offsetof(ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA, ____attributeMembers_2)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__attributeMembers_2() const { return ____attributeMembers_2; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__attributeMembers_2() { return &____attributeMembers_2; } inline void set__attributeMembers_2(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ____attributeMembers_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____attributeMembers_2), (void*)value); } inline static int32_t get_offset_of__attributeMembersArray_3() { return static_cast(offsetof(ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA, ____attributeMembersArray_3)); } inline XmlTypeMapMemberAttributeU5BU5D_t1A3EF531DFF7CF757326012C417167F79DDE0D10* get__attributeMembersArray_3() const { return ____attributeMembersArray_3; } inline XmlTypeMapMemberAttributeU5BU5D_t1A3EF531DFF7CF757326012C417167F79DDE0D10** get_address_of__attributeMembersArray_3() { return &____attributeMembersArray_3; } inline void set__attributeMembersArray_3(XmlTypeMapMemberAttributeU5BU5D_t1A3EF531DFF7CF757326012C417167F79DDE0D10* value) { ____attributeMembersArray_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____attributeMembersArray_3), (void*)value); } inline static int32_t get_offset_of__flatLists_4() { return static_cast(offsetof(ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA, ____flatLists_4)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__flatLists_4() const { return ____flatLists_4; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__flatLists_4() { return &____flatLists_4; } inline void set__flatLists_4(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ____flatLists_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____flatLists_4), (void*)value); } inline static int32_t get_offset_of__allMembers_5() { return static_cast(offsetof(ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA, ____allMembers_5)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__allMembers_5() const { return ____allMembers_5; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__allMembers_5() { return &____allMembers_5; } inline void set__allMembers_5(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ____allMembers_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____allMembers_5), (void*)value); } inline static int32_t get_offset_of__membersWithDefault_6() { return static_cast(offsetof(ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA, ____membersWithDefault_6)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__membersWithDefault_6() const { return ____membersWithDefault_6; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__membersWithDefault_6() { return &____membersWithDefault_6; } inline void set__membersWithDefault_6(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ____membersWithDefault_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____membersWithDefault_6), (void*)value); } inline static int32_t get_offset_of__listMembers_7() { return static_cast(offsetof(ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA, ____listMembers_7)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__listMembers_7() const { return ____listMembers_7; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__listMembers_7() { return &____listMembers_7; } inline void set__listMembers_7(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ____listMembers_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____listMembers_7), (void*)value); } inline static int32_t get_offset_of__defaultAnyElement_8() { return static_cast(offsetof(ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA, ____defaultAnyElement_8)); } inline XmlTypeMapMemberAnyElement_tEC6C4FFA530F292BC4C09145DA5937285A664472 * get__defaultAnyElement_8() const { return ____defaultAnyElement_8; } inline XmlTypeMapMemberAnyElement_tEC6C4FFA530F292BC4C09145DA5937285A664472 ** get_address_of__defaultAnyElement_8() { return &____defaultAnyElement_8; } inline void set__defaultAnyElement_8(XmlTypeMapMemberAnyElement_tEC6C4FFA530F292BC4C09145DA5937285A664472 * value) { ____defaultAnyElement_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____defaultAnyElement_8), (void*)value); } inline static int32_t get_offset_of__defaultAnyAttribute_9() { return static_cast(offsetof(ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA, ____defaultAnyAttribute_9)); } inline XmlTypeMapMemberAnyAttribute_t0D4E196AF4FEEE5092B2FF4111A717B5C3E459BE * get__defaultAnyAttribute_9() const { return ____defaultAnyAttribute_9; } inline XmlTypeMapMemberAnyAttribute_t0D4E196AF4FEEE5092B2FF4111A717B5C3E459BE ** get_address_of__defaultAnyAttribute_9() { return &____defaultAnyAttribute_9; } inline void set__defaultAnyAttribute_9(XmlTypeMapMemberAnyAttribute_t0D4E196AF4FEEE5092B2FF4111A717B5C3E459BE * value) { ____defaultAnyAttribute_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____defaultAnyAttribute_9), (void*)value); } inline static int32_t get_offset_of__namespaceDeclarations_10() { return static_cast(offsetof(ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA, ____namespaceDeclarations_10)); } inline XmlTypeMapMemberNamespaces_t08BCB01966D11BB8968E6C39E1ACF60C9EEE8C43 * get__namespaceDeclarations_10() const { return ____namespaceDeclarations_10; } inline XmlTypeMapMemberNamespaces_t08BCB01966D11BB8968E6C39E1ACF60C9EEE8C43 ** get_address_of__namespaceDeclarations_10() { return &____namespaceDeclarations_10; } inline void set__namespaceDeclarations_10(XmlTypeMapMemberNamespaces_t08BCB01966D11BB8968E6C39E1ACF60C9EEE8C43 * value) { ____namespaceDeclarations_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____namespaceDeclarations_10), (void*)value); } inline static int32_t get_offset_of__xmlTextCollector_11() { return static_cast(offsetof(ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA, ____xmlTextCollector_11)); } inline XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * get__xmlTextCollector_11() const { return ____xmlTextCollector_11; } inline XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D ** get_address_of__xmlTextCollector_11() { return &____xmlTextCollector_11; } inline void set__xmlTextCollector_11(XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * value) { ____xmlTextCollector_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____xmlTextCollector_11), (void*)value); } inline static int32_t get_offset_of__returnMember_12() { return static_cast(offsetof(ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA, ____returnMember_12)); } inline XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * get__returnMember_12() const { return ____returnMember_12; } inline XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D ** get_address_of__returnMember_12() { return &____returnMember_12; } inline void set__returnMember_12(XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * value) { ____returnMember_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____returnMember_12), (void*)value); } inline static int32_t get_offset_of__ignoreMemberNamespace_13() { return static_cast(offsetof(ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA, ____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_t7673ADE61E787987E671A668712C12D77FAAC6DA, ____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_t7673ADE61E787987E671A668712C12D77FAAC6DA, ____isOrderDependentMap_15)); } inline Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 get__isOrderDependentMap_15() const { return ____isOrderDependentMap_15; } inline Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * get_address_of__isOrderDependentMap_15() { return &____isOrderDependentMap_15; } inline void set__isOrderDependentMap_15(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 value) { ____isOrderDependentMap_15 = value; } }; // System.Xml.Serialization.SchemaTypes struct SchemaTypes_tC46A6854DAA25ADC2A819D4600D261B211E9D7C7 { 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_tC46A6854DAA25ADC2A819D4600D261B211E9D7C7, ___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_t0A1D537B68CA8F48ACBF510EEA30EFD70F1602A3 { 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_t0A1D537B68CA8F48ACBF510EEA30EFD70F1602A3, ___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_tEFC74196D6503AB38EEA1AD371BA55EABC7C30ED : public XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00 { 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_tEFC74196D6503AB38EEA1AD371BA55EABC7C30ED, ____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_t408EB21F4809E9C2E2059BDE5F77F28F503EA48F : public XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00 { public: public: }; // System.Xml.Ucs4Decoder1234 struct Ucs4Decoder1234_t5259EA5D5837DD5F24E735F44E276DFD6F9FCB5B : public Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202 { public: public: }; // System.Xml.Ucs4Decoder2143 struct Ucs4Decoder2143_t547DAB340F068202F02204C0BB33EC43E5297C1A : public Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202 { public: public: }; // System.Xml.Ucs4Decoder3412 struct Ucs4Decoder3412_t71A85A8FD45F4680892F71F2FB3E410942CFF271 : public Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202 { public: public: }; // System.Xml.Ucs4Decoder4321 struct Ucs4Decoder4321_t7A5441C478AD040FA530C1725BC78BE6EFC13022 : public Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202 { public: public: }; // System.Xml.Ucs4Encoding1234 struct Ucs4Encoding1234_tEB3CFB8928BE3EBF0995438638BF0D76D8940D29 : public Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B { public: public: }; // System.Xml.Ucs4Encoding2143 struct Ucs4Encoding2143_tB7EE38A288D464FED8C3CE4EDFD5E92E52BB7F29 : public Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B { public: public: }; // System.Xml.Ucs4Encoding3412 struct Ucs4Encoding3412_tC82C1FE5FA8637A21C47621D72C441598BD0DE5D : public Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B { public: public: }; // System.Xml.Ucs4Encoding4321 struct Ucs4Encoding4321_tB1C3244370DDE5A456E03EB4A42AA22E44FE522F : public Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B { public: public: }; // System.Xml.ValidateNames struct ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26 : public RuntimeObject { public: public: }; struct ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_StaticFields { public: // System.Xml.XmlCharType System.Xml.ValidateNames::xmlCharType XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 ___xmlCharType_0; public: inline static int32_t get_offset_of_xmlCharType_0() { return static_cast(offsetof(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_StaticFields, ___xmlCharType_0)); } inline XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 get_xmlCharType_0() const { return ___xmlCharType_0; } inline XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * get_address_of_xmlCharType_0() { return &___xmlCharType_0; } inline void set_xmlCharType_0(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 value) { ___xmlCharType_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___xmlCharType_0))->___charProperties_2), (void*)NULL); } }; // System.Xml.ValidationType struct ValidationType_tFA1BE5AAA395D6B8033755CD823243B8FAC2673E { 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_tFA1BE5AAA395D6B8033755CD823243B8FAC2673E, ___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_t46A500512D84C27CBFB4580E40C5D583F4B149DC { 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_t46A500512D84C27CBFB4580E40C5D583F4B149DC, ___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.WriteState struct WriteState_tB6E09FBE3E53ABF78DCE76F82D8587ACA70EE132 { public: // System.Int32 System.Xml.WriteState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WriteState_tB6E09FBE3E53ABF78DCE76F82D8587ACA70EE132, ___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.XPath.XPathNamespaceScope struct XPathNamespaceScope_t2B3F07359A5FD32041B7DD6FB6A452DBA19D5EA2 { public: // System.Int32 System.Xml.XPath.XPathNamespaceScope::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XPathNamespaceScope_t2B3F07359A5FD32041B7DD6FB6A452DBA19D5EA2, ___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.XPath.XPathNodeType struct XPathNodeType_tB1DB3F39502492756781F03A9645DD587B81BEF2 { public: // System.Int32 System.Xml.XPath.XPathNodeType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XPathNodeType_tB1DB3F39502492756781F03A9645DD587B81BEF2, ___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_tA7587D706680E42BD7A094F87CB0859C840A8531 : public XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E { 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_tA7587D706680E42BD7A094F87CB0859C840A8531, ___data_2)); } inline String_t* get_data_2() const { return ___data_2; } inline String_t** get_address_of_data_2() { return &___data_2; } inline void set_data_2(String_t* value) { ___data_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_2), (void*)value); } }; // System.Xml.XmlConvert struct XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7 : public RuntimeObject { public: public: }; struct XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields { public: // System.Xml.XmlCharType System.Xml.XmlConvert::xmlCharType XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 ___xmlCharType_0; // System.Char[] System.Xml.XmlConvert::crt CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___crt_1; // System.Int32 System.Xml.XmlConvert::c_EncodedCharLength int32_t ___c_EncodedCharLength_2; // System.Text.RegularExpressions.Regex modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.XmlConvert::c_EncodeCharPattern Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * ___c_EncodeCharPattern_3; // System.Text.RegularExpressions.Regex modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.XmlConvert::c_DecodeCharPattern Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * ___c_DecodeCharPattern_4; // System.String[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.XmlConvert::s_allDateTimeFormats StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___s_allDateTimeFormats_5; // System.Char[] System.Xml.XmlConvert::WhitespaceChars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___WhitespaceChars_6; public: inline static int32_t get_offset_of_xmlCharType_0() { return static_cast(offsetof(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields, ___xmlCharType_0)); } inline XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 get_xmlCharType_0() const { return ___xmlCharType_0; } inline XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * get_address_of_xmlCharType_0() { return &___xmlCharType_0; } inline void set_xmlCharType_0(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 value) { ___xmlCharType_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___xmlCharType_0))->___charProperties_2), (void*)NULL); } inline static int32_t get_offset_of_crt_1() { return static_cast(offsetof(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields, ___crt_1)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_crt_1() const { return ___crt_1; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_crt_1() { return &___crt_1; } inline void set_crt_1(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___crt_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___crt_1), (void*)value); } inline static int32_t get_offset_of_c_EncodedCharLength_2() { return static_cast(offsetof(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields, ___c_EncodedCharLength_2)); } inline int32_t get_c_EncodedCharLength_2() const { return ___c_EncodedCharLength_2; } inline int32_t* get_address_of_c_EncodedCharLength_2() { return &___c_EncodedCharLength_2; } inline void set_c_EncodedCharLength_2(int32_t value) { ___c_EncodedCharLength_2 = value; } inline static int32_t get_offset_of_c_EncodeCharPattern_3() { return static_cast(offsetof(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields, ___c_EncodeCharPattern_3)); } inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * get_c_EncodeCharPattern_3() const { return ___c_EncodeCharPattern_3; } inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF ** get_address_of_c_EncodeCharPattern_3() { return &___c_EncodeCharPattern_3; } inline void set_c_EncodeCharPattern_3(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * value) { ___c_EncodeCharPattern_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_EncodeCharPattern_3), (void*)value); } inline static int32_t get_offset_of_c_DecodeCharPattern_4() { return static_cast(offsetof(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields, ___c_DecodeCharPattern_4)); } inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * get_c_DecodeCharPattern_4() const { return ___c_DecodeCharPattern_4; } inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF ** get_address_of_c_DecodeCharPattern_4() { return &___c_DecodeCharPattern_4; } inline void set_c_DecodeCharPattern_4(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * value) { ___c_DecodeCharPattern_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_DecodeCharPattern_4), (void*)value); } inline static int32_t get_offset_of_s_allDateTimeFormats_5() { return static_cast(offsetof(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields, ___s_allDateTimeFormats_5)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_s_allDateTimeFormats_5() const { return ___s_allDateTimeFormats_5; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_s_allDateTimeFormats_5() { return &___s_allDateTimeFormats_5; } inline void set_s_allDateTimeFormats_5(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___s_allDateTimeFormats_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_allDateTimeFormats_5), (void*)value); } inline static int32_t get_offset_of_WhitespaceChars_6() { return static_cast(offsetof(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields, ___WhitespaceChars_6)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_WhitespaceChars_6() const { return ___WhitespaceChars_6; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_WhitespaceChars_6() { return &___WhitespaceChars_6; } inline void set_WhitespaceChars_6(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___WhitespaceChars_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___WhitespaceChars_6), (void*)value); } }; // System.Xml.XmlDateTimeSerializationMode struct XmlDateTimeSerializationMode_t3BEC2A1D374D312210AD24C13D61BC3A315881EF { public: // System.Int32 System.Xml.XmlDateTimeSerializationMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlDateTimeSerializationMode_t3BEC2A1D374D312210AD24C13D61BC3A315881EF, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.XmlDeclaration struct XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 : public XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E { 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_tB67A8B98F543947C6EB990C44A212527B9B51200, ___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_tB67A8B98F543947C6EB990C44A212527B9B51200, ___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_tB67A8B98F543947C6EB990C44A212527B9B51200, ___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_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 : public XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E { 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_t260246787BA7B6747AB878378D22EC7693465E31 * ___entities_7; // System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::notations XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * ___notations_8; // System.Xml.Schema.SchemaInfo System.Xml.XmlDocumentType::schemaInfo SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * ___schemaInfo_9; public: inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136, ___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_t9AB8D5C3C27B699B885D941D4B4735A6EE039136, ___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_t9AB8D5C3C27B699B885D941D4B4735A6EE039136, ___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_t9AB8D5C3C27B699B885D941D4B4735A6EE039136, ___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_t9AB8D5C3C27B699B885D941D4B4735A6EE039136, ___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_t9AB8D5C3C27B699B885D941D4B4735A6EE039136, ___entities_7)); } inline XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * get_entities_7() const { return ___entities_7; } inline XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 ** get_address_of_entities_7() { return &___entities_7; } inline void set_entities_7(XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * value) { ___entities_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___entities_7), (void*)value); } inline static int32_t get_offset_of_notations_8() { return static_cast(offsetof(XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136, ___notations_8)); } inline XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * get_notations_8() const { return ___notations_8; } inline XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 ** get_address_of_notations_8() { return &___notations_8; } inline void set_notations_8(XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * value) { ___notations_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___notations_8), (void*)value); } inline static int32_t get_offset_of_schemaInfo_9() { return static_cast(offsetof(XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136, ___schemaInfo_9)); } inline SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * get_schemaInfo_9() const { return ___schemaInfo_9; } inline SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 ** get_address_of_schemaInfo_9() { return &___schemaInfo_9; } inline void set_schemaInfo_9(SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * value) { ___schemaInfo_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaInfo_9), (void*)value); } }; // System.Xml.XmlElement struct XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC : public XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E { public: // System.Xml.XmlName System.Xml.XmlElement::name XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___name_2; // System.Xml.XmlAttributeCollection System.Xml.XmlElement::attributes XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * ___attributes_3; // System.Xml.XmlLinkedNode System.Xml.XmlElement::lastChild XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * ___lastChild_4; public: inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC, ___name_2)); } inline XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * get_name_2() const { return ___name_2; } inline XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 ** get_address_of_name_2() { return &___name_2; } inline void set_name_2(XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value); } inline static int32_t get_offset_of_attributes_3() { return static_cast(offsetof(XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC, ___attributes_3)); } inline XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * get_attributes_3() const { return ___attributes_3; } inline XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E ** get_address_of_attributes_3() { return &___attributes_3; } inline void set_attributes_3(XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * value) { ___attributes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_3), (void*)value); } inline static int32_t get_offset_of_lastChild_4() { return static_cast(offsetof(XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC, ___lastChild_4)); } inline XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * get_lastChild_4() const { return ___lastChild_4; } inline XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E ** get_address_of_lastChild_4() { return &___lastChild_4; } inline void set_lastChild_4(XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * value) { ___lastChild_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastChild_4), (void*)value); } }; // System.Xml.XmlEntityReference struct XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 : public XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E { public: // System.String System.Xml.XmlEntityReference::name String_t* ___name_2; // System.Xml.XmlLinkedNode System.Xml.XmlEntityReference::lastChild XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * ___lastChild_3; public: inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204, ___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_t878158918F3AD20215DE606E9C1725A05372A204, ___lastChild_3)); } inline XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * get_lastChild_3() const { return ___lastChild_3; } inline XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E ** get_address_of_lastChild_3() { return &___lastChild_3; } inline void set_lastChild_3(XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * value) { ___lastChild_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastChild_3), (void*)value); } }; // System.Xml.XmlNamedNodeMap struct XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 : public RuntimeObject { public: // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::parent XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___parent_0; // System.Xml.XmlNamedNodeMap_SmallXmlNodeList System.Xml.XmlNamedNodeMap::nodes SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E ___nodes_1; public: inline static int32_t get_offset_of_parent_0() { return static_cast(offsetof(XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31, ___parent_0)); } inline XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * get_parent_0() const { return ___parent_0; } inline XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB ** get_address_of_parent_0() { return &___parent_0; } inline void set_parent_0(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * value) { ___parent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_0), (void*)value); } inline static int32_t get_offset_of_nodes_1() { return static_cast(offsetof(XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31, ___nodes_1)); } inline SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E get_nodes_1() const { return ___nodes_1; } inline SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * get_address_of_nodes_1() { return &___nodes_1; } inline void set_nodes_1(SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E value) { ___nodes_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___nodes_1))->___field_0), (void*)NULL); } }; // System.Xml.XmlNodeChangedAction struct XmlNodeChangedAction_tD5DC99DE9A26516B08D3AFBE8B31613469009E29 { 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_tD5DC99DE9A26516B08D3AFBE8B31613469009E29, ___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_tEE56AC4F9EC36B979516EA5836C4DA730B0A21E1 { 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_tEE56AC4F9EC36B979516EA5836C4DA730B0A21E1, ___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_t87662A3B85D8B2F79E74917CA294C8954F71C6D0 : public XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E { 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_t87662A3B85D8B2F79E74917CA294C8954F71C6D0, ___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_t87662A3B85D8B2F79E74917CA294C8954F71C6D0, ___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.XmlTextWriter_SpecialAttr struct SpecialAttr_tC6122E1A1EC64E66D03B8B3D17FE6FE0522D6528 { public: // System.Int32 System.Xml.XmlTextWriter_SpecialAttr::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SpecialAttr_tC6122E1A1EC64E66D03B8B3D17FE6FE0522D6528, ___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.XmlTextWriter_State struct State_t8831DFDA8E7A6CD6ACC98BD44F6BEF50B0C0E648 { public: // System.Int32 System.Xml.XmlTextWriter_State::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(State_t8831DFDA8E7A6CD6ACC98BD44F6BEF50B0C0E648, ___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.XmlTextWriter_Token struct Token_tBCB56C1082F0646C24614CAED556F59987BAFA32 { public: // System.Int32 System.Xml.XmlTextWriter_Token::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Token_tBCB56C1082F0646C24614CAED556F59987BAFA32, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.XmlUnspecifiedAttribute struct XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D : public XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA { 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_t1C82B285B60096D164B703202A8BD91A2009DE5D, ___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.ApplicationException struct ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74 : public Exception_t { public: public: }; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F : public RuntimeObject { public: // System.Globalization.CultureData System.Globalization.DateTimeFormatInfo::m_cultureData CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_1; // System.String System.Globalization.DateTimeFormatInfo::m_name String_t* ___m_name_2; // System.String System.Globalization.DateTimeFormatInfo::m_langName String_t* ___m_langName_3; // System.Globalization.CompareInfo System.Globalization.DateTimeFormatInfo::m_compareInfo CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___m_compareInfo_4; // System.Globalization.CultureInfo System.Globalization.DateTimeFormatInfo::m_cultureInfo CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___m_cultureInfo_5; // System.String System.Globalization.DateTimeFormatInfo::amDesignator String_t* ___amDesignator_6; // System.String System.Globalization.DateTimeFormatInfo::pmDesignator String_t* ___pmDesignator_7; // System.String System.Globalization.DateTimeFormatInfo::dateSeparator String_t* ___dateSeparator_8; // System.String System.Globalization.DateTimeFormatInfo::generalShortTimePattern String_t* ___generalShortTimePattern_9; // System.String System.Globalization.DateTimeFormatInfo::generalLongTimePattern String_t* ___generalLongTimePattern_10; // System.String System.Globalization.DateTimeFormatInfo::timeSeparator String_t* ___timeSeparator_11; // System.String System.Globalization.DateTimeFormatInfo::monthDayPattern String_t* ___monthDayPattern_12; // System.String System.Globalization.DateTimeFormatInfo::dateTimeOffsetPattern String_t* ___dateTimeOffsetPattern_13; // System.Globalization.Calendar System.Globalization.DateTimeFormatInfo::calendar Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_17; // System.Int32 System.Globalization.DateTimeFormatInfo::firstDayOfWeek int32_t ___firstDayOfWeek_18; // System.Int32 System.Globalization.DateTimeFormatInfo::calendarWeekRule int32_t ___calendarWeekRule_19; // System.String System.Globalization.DateTimeFormatInfo::fullDateTimePattern String_t* ___fullDateTimePattern_20; // System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedDayNames StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___abbreviatedDayNames_21; // System.String[] System.Globalization.DateTimeFormatInfo::m_superShortDayNames StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_superShortDayNames_22; // System.String[] System.Globalization.DateTimeFormatInfo::dayNames StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___dayNames_23; // System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedMonthNames StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___abbreviatedMonthNames_24; // System.String[] System.Globalization.DateTimeFormatInfo::monthNames StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___monthNames_25; // System.String[] System.Globalization.DateTimeFormatInfo::genitiveMonthNames StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___genitiveMonthNames_26; // System.String[] System.Globalization.DateTimeFormatInfo::m_genitiveAbbreviatedMonthNames StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_genitiveAbbreviatedMonthNames_27; // System.String[] System.Globalization.DateTimeFormatInfo::leapYearMonthNames StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___leapYearMonthNames_28; // System.String System.Globalization.DateTimeFormatInfo::longDatePattern String_t* ___longDatePattern_29; // System.String System.Globalization.DateTimeFormatInfo::shortDatePattern String_t* ___shortDatePattern_30; // System.String System.Globalization.DateTimeFormatInfo::yearMonthPattern String_t* ___yearMonthPattern_31; // System.String System.Globalization.DateTimeFormatInfo::longTimePattern String_t* ___longTimePattern_32; // System.String System.Globalization.DateTimeFormatInfo::shortTimePattern String_t* ___shortTimePattern_33; // System.String[] System.Globalization.DateTimeFormatInfo::allYearMonthPatterns StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___allYearMonthPatterns_34; // System.String[] System.Globalization.DateTimeFormatInfo::allShortDatePatterns StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___allShortDatePatterns_35; // System.String[] System.Globalization.DateTimeFormatInfo::allLongDatePatterns StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___allLongDatePatterns_36; // System.String[] System.Globalization.DateTimeFormatInfo::allShortTimePatterns StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___allShortTimePatterns_37; // System.String[] System.Globalization.DateTimeFormatInfo::allLongTimePatterns StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___allLongTimePatterns_38; // System.String[] System.Globalization.DateTimeFormatInfo::m_eraNames StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_eraNames_39; // System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEraNames StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_abbrevEraNames_40; // System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEnglishEraNames StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_abbrevEnglishEraNames_41; // System.Int32[] System.Globalization.DateTimeFormatInfo::optionalCalendars Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___optionalCalendars_42; // System.Boolean System.Globalization.DateTimeFormatInfo::m_isReadOnly bool ___m_isReadOnly_44; // System.Globalization.DateTimeFormatFlags System.Globalization.DateTimeFormatInfo::formatFlags int32_t ___formatFlags_45; // System.Int32 System.Globalization.DateTimeFormatInfo::CultureID int32_t ___CultureID_47; // System.Boolean System.Globalization.DateTimeFormatInfo::m_useUserOverride bool ___m_useUserOverride_48; // System.Boolean System.Globalization.DateTimeFormatInfo::bUseCalendarInfo bool ___bUseCalendarInfo_49; // System.Int32 System.Globalization.DateTimeFormatInfo::nDataItem int32_t ___nDataItem_50; // System.Boolean System.Globalization.DateTimeFormatInfo::m_isDefaultCalendar bool ___m_isDefaultCalendar_51; // System.String[] System.Globalization.DateTimeFormatInfo::m_dateWords StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_dateWords_53; // System.String System.Globalization.DateTimeFormatInfo::m_fullTimeSpanPositivePattern String_t* ___m_fullTimeSpanPositivePattern_54; // System.String System.Globalization.DateTimeFormatInfo::m_fullTimeSpanNegativePattern String_t* ___m_fullTimeSpanNegativePattern_55; // System.Globalization.TokenHashValue[] System.Globalization.DateTimeFormatInfo::m_dtfiTokenHash TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A* ___m_dtfiTokenHash_57; public: inline static int32_t get_offset_of_m_cultureData_1() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_cultureData_1)); } inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_1() const { return ___m_cultureData_1; } inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_1() { return &___m_cultureData_1; } inline void set_m_cultureData_1(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value) { ___m_cultureData_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_1), (void*)value); } inline static int32_t get_offset_of_m_name_2() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_name_2)); } inline String_t* get_m_name_2() const { return ___m_name_2; } inline String_t** get_address_of_m_name_2() { return &___m_name_2; } inline void set_m_name_2(String_t* value) { ___m_name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_2), (void*)value); } inline static int32_t get_offset_of_m_langName_3() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_langName_3)); } inline String_t* get_m_langName_3() const { return ___m_langName_3; } inline String_t** get_address_of_m_langName_3() { return &___m_langName_3; } inline void set_m_langName_3(String_t* value) { ___m_langName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_langName_3), (void*)value); } inline static int32_t get_offset_of_m_compareInfo_4() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_compareInfo_4)); } inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_m_compareInfo_4() const { return ___m_compareInfo_4; } inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_m_compareInfo_4() { return &___m_compareInfo_4; } inline void set_m_compareInfo_4(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value) { ___m_compareInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_compareInfo_4), (void*)value); } inline static int32_t get_offset_of_m_cultureInfo_5() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_cultureInfo_5)); } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_m_cultureInfo_5() const { return ___m_cultureInfo_5; } inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_m_cultureInfo_5() { return &___m_cultureInfo_5; } inline void set_m_cultureInfo_5(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value) { ___m_cultureInfo_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureInfo_5), (void*)value); } inline static int32_t get_offset_of_amDesignator_6() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___amDesignator_6)); } inline String_t* get_amDesignator_6() const { return ___amDesignator_6; } inline String_t** get_address_of_amDesignator_6() { return &___amDesignator_6; } inline void set_amDesignator_6(String_t* value) { ___amDesignator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___amDesignator_6), (void*)value); } inline static int32_t get_offset_of_pmDesignator_7() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___pmDesignator_7)); } inline String_t* get_pmDesignator_7() const { return ___pmDesignator_7; } inline String_t** get_address_of_pmDesignator_7() { return &___pmDesignator_7; } inline void set_pmDesignator_7(String_t* value) { ___pmDesignator_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___pmDesignator_7), (void*)value); } inline static int32_t get_offset_of_dateSeparator_8() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___dateSeparator_8)); } inline String_t* get_dateSeparator_8() const { return ___dateSeparator_8; } inline String_t** get_address_of_dateSeparator_8() { return &___dateSeparator_8; } inline void set_dateSeparator_8(String_t* value) { ___dateSeparator_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateSeparator_8), (void*)value); } inline static int32_t get_offset_of_generalShortTimePattern_9() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___generalShortTimePattern_9)); } inline String_t* get_generalShortTimePattern_9() const { return ___generalShortTimePattern_9; } inline String_t** get_address_of_generalShortTimePattern_9() { return &___generalShortTimePattern_9; } inline void set_generalShortTimePattern_9(String_t* value) { ___generalShortTimePattern_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___generalShortTimePattern_9), (void*)value); } inline static int32_t get_offset_of_generalLongTimePattern_10() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___generalLongTimePattern_10)); } inline String_t* get_generalLongTimePattern_10() const { return ___generalLongTimePattern_10; } inline String_t** get_address_of_generalLongTimePattern_10() { return &___generalLongTimePattern_10; } inline void set_generalLongTimePattern_10(String_t* value) { ___generalLongTimePattern_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___generalLongTimePattern_10), (void*)value); } inline static int32_t get_offset_of_timeSeparator_11() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___timeSeparator_11)); } inline String_t* get_timeSeparator_11() const { return ___timeSeparator_11; } inline String_t** get_address_of_timeSeparator_11() { return &___timeSeparator_11; } inline void set_timeSeparator_11(String_t* value) { ___timeSeparator_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___timeSeparator_11), (void*)value); } inline static int32_t get_offset_of_monthDayPattern_12() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___monthDayPattern_12)); } inline String_t* get_monthDayPattern_12() const { return ___monthDayPattern_12; } inline String_t** get_address_of_monthDayPattern_12() { return &___monthDayPattern_12; } inline void set_monthDayPattern_12(String_t* value) { ___monthDayPattern_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___monthDayPattern_12), (void*)value); } inline static int32_t get_offset_of_dateTimeOffsetPattern_13() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___dateTimeOffsetPattern_13)); } inline String_t* get_dateTimeOffsetPattern_13() const { return ___dateTimeOffsetPattern_13; } inline String_t** get_address_of_dateTimeOffsetPattern_13() { return &___dateTimeOffsetPattern_13; } inline void set_dateTimeOffsetPattern_13(String_t* value) { ___dateTimeOffsetPattern_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeOffsetPattern_13), (void*)value); } inline static int32_t get_offset_of_calendar_17() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___calendar_17)); } inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_17() const { return ___calendar_17; } inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_17() { return &___calendar_17; } inline void set_calendar_17(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value) { ___calendar_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_17), (void*)value); } inline static int32_t get_offset_of_firstDayOfWeek_18() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___firstDayOfWeek_18)); } inline int32_t get_firstDayOfWeek_18() const { return ___firstDayOfWeek_18; } inline int32_t* get_address_of_firstDayOfWeek_18() { return &___firstDayOfWeek_18; } inline void set_firstDayOfWeek_18(int32_t value) { ___firstDayOfWeek_18 = value; } inline static int32_t get_offset_of_calendarWeekRule_19() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___calendarWeekRule_19)); } inline int32_t get_calendarWeekRule_19() const { return ___calendarWeekRule_19; } inline int32_t* get_address_of_calendarWeekRule_19() { return &___calendarWeekRule_19; } inline void set_calendarWeekRule_19(int32_t value) { ___calendarWeekRule_19 = value; } inline static int32_t get_offset_of_fullDateTimePattern_20() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___fullDateTimePattern_20)); } inline String_t* get_fullDateTimePattern_20() const { return ___fullDateTimePattern_20; } inline String_t** get_address_of_fullDateTimePattern_20() { return &___fullDateTimePattern_20; } inline void set_fullDateTimePattern_20(String_t* value) { ___fullDateTimePattern_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___fullDateTimePattern_20), (void*)value); } inline static int32_t get_offset_of_abbreviatedDayNames_21() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___abbreviatedDayNames_21)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_abbreviatedDayNames_21() const { return ___abbreviatedDayNames_21; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_abbreviatedDayNames_21() { return &___abbreviatedDayNames_21; } inline void set_abbreviatedDayNames_21(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___abbreviatedDayNames_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___abbreviatedDayNames_21), (void*)value); } inline static int32_t get_offset_of_m_superShortDayNames_22() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_superShortDayNames_22)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_superShortDayNames_22() const { return ___m_superShortDayNames_22; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_superShortDayNames_22() { return &___m_superShortDayNames_22; } inline void set_m_superShortDayNames_22(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___m_superShortDayNames_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_superShortDayNames_22), (void*)value); } inline static int32_t get_offset_of_dayNames_23() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___dayNames_23)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_dayNames_23() const { return ___dayNames_23; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_dayNames_23() { return &___dayNames_23; } inline void set_dayNames_23(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___dayNames_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___dayNames_23), (void*)value); } inline static int32_t get_offset_of_abbreviatedMonthNames_24() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___abbreviatedMonthNames_24)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_abbreviatedMonthNames_24() const { return ___abbreviatedMonthNames_24; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_abbreviatedMonthNames_24() { return &___abbreviatedMonthNames_24; } inline void set_abbreviatedMonthNames_24(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___abbreviatedMonthNames_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___abbreviatedMonthNames_24), (void*)value); } inline static int32_t get_offset_of_monthNames_25() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___monthNames_25)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_monthNames_25() const { return ___monthNames_25; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_monthNames_25() { return &___monthNames_25; } inline void set_monthNames_25(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___monthNames_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___monthNames_25), (void*)value); } inline static int32_t get_offset_of_genitiveMonthNames_26() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___genitiveMonthNames_26)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_genitiveMonthNames_26() const { return ___genitiveMonthNames_26; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_genitiveMonthNames_26() { return &___genitiveMonthNames_26; } inline void set_genitiveMonthNames_26(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___genitiveMonthNames_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___genitiveMonthNames_26), (void*)value); } inline static int32_t get_offset_of_m_genitiveAbbreviatedMonthNames_27() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_genitiveAbbreviatedMonthNames_27)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_genitiveAbbreviatedMonthNames_27() const { return ___m_genitiveAbbreviatedMonthNames_27; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_genitiveAbbreviatedMonthNames_27() { return &___m_genitiveAbbreviatedMonthNames_27; } inline void set_m_genitiveAbbreviatedMonthNames_27(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___m_genitiveAbbreviatedMonthNames_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_genitiveAbbreviatedMonthNames_27), (void*)value); } inline static int32_t get_offset_of_leapYearMonthNames_28() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___leapYearMonthNames_28)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_leapYearMonthNames_28() const { return ___leapYearMonthNames_28; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_leapYearMonthNames_28() { return &___leapYearMonthNames_28; } inline void set_leapYearMonthNames_28(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___leapYearMonthNames_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___leapYearMonthNames_28), (void*)value); } inline static int32_t get_offset_of_longDatePattern_29() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___longDatePattern_29)); } inline String_t* get_longDatePattern_29() const { return ___longDatePattern_29; } inline String_t** get_address_of_longDatePattern_29() { return &___longDatePattern_29; } inline void set_longDatePattern_29(String_t* value) { ___longDatePattern_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___longDatePattern_29), (void*)value); } inline static int32_t get_offset_of_shortDatePattern_30() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___shortDatePattern_30)); } inline String_t* get_shortDatePattern_30() const { return ___shortDatePattern_30; } inline String_t** get_address_of_shortDatePattern_30() { return &___shortDatePattern_30; } inline void set_shortDatePattern_30(String_t* value) { ___shortDatePattern_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___shortDatePattern_30), (void*)value); } inline static int32_t get_offset_of_yearMonthPattern_31() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___yearMonthPattern_31)); } inline String_t* get_yearMonthPattern_31() const { return ___yearMonthPattern_31; } inline String_t** get_address_of_yearMonthPattern_31() { return &___yearMonthPattern_31; } inline void set_yearMonthPattern_31(String_t* value) { ___yearMonthPattern_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___yearMonthPattern_31), (void*)value); } inline static int32_t get_offset_of_longTimePattern_32() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___longTimePattern_32)); } inline String_t* get_longTimePattern_32() const { return ___longTimePattern_32; } inline String_t** get_address_of_longTimePattern_32() { return &___longTimePattern_32; } inline void set_longTimePattern_32(String_t* value) { ___longTimePattern_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___longTimePattern_32), (void*)value); } inline static int32_t get_offset_of_shortTimePattern_33() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___shortTimePattern_33)); } inline String_t* get_shortTimePattern_33() const { return ___shortTimePattern_33; } inline String_t** get_address_of_shortTimePattern_33() { return &___shortTimePattern_33; } inline void set_shortTimePattern_33(String_t* value) { ___shortTimePattern_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___shortTimePattern_33), (void*)value); } inline static int32_t get_offset_of_allYearMonthPatterns_34() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___allYearMonthPatterns_34)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_allYearMonthPatterns_34() const { return ___allYearMonthPatterns_34; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_allYearMonthPatterns_34() { return &___allYearMonthPatterns_34; } inline void set_allYearMonthPatterns_34(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___allYearMonthPatterns_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___allYearMonthPatterns_34), (void*)value); } inline static int32_t get_offset_of_allShortDatePatterns_35() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___allShortDatePatterns_35)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_allShortDatePatterns_35() const { return ___allShortDatePatterns_35; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_allShortDatePatterns_35() { return &___allShortDatePatterns_35; } inline void set_allShortDatePatterns_35(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___allShortDatePatterns_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___allShortDatePatterns_35), (void*)value); } inline static int32_t get_offset_of_allLongDatePatterns_36() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___allLongDatePatterns_36)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_allLongDatePatterns_36() const { return ___allLongDatePatterns_36; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_allLongDatePatterns_36() { return &___allLongDatePatterns_36; } inline void set_allLongDatePatterns_36(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___allLongDatePatterns_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___allLongDatePatterns_36), (void*)value); } inline static int32_t get_offset_of_allShortTimePatterns_37() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___allShortTimePatterns_37)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_allShortTimePatterns_37() const { return ___allShortTimePatterns_37; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_allShortTimePatterns_37() { return &___allShortTimePatterns_37; } inline void set_allShortTimePatterns_37(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___allShortTimePatterns_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___allShortTimePatterns_37), (void*)value); } inline static int32_t get_offset_of_allLongTimePatterns_38() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___allLongTimePatterns_38)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_allLongTimePatterns_38() const { return ___allLongTimePatterns_38; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_allLongTimePatterns_38() { return &___allLongTimePatterns_38; } inline void set_allLongTimePatterns_38(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___allLongTimePatterns_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___allLongTimePatterns_38), (void*)value); } inline static int32_t get_offset_of_m_eraNames_39() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_eraNames_39)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_eraNames_39() const { return ___m_eraNames_39; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_eraNames_39() { return &___m_eraNames_39; } inline void set_m_eraNames_39(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___m_eraNames_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_eraNames_39), (void*)value); } inline static int32_t get_offset_of_m_abbrevEraNames_40() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_abbrevEraNames_40)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_abbrevEraNames_40() const { return ___m_abbrevEraNames_40; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_abbrevEraNames_40() { return &___m_abbrevEraNames_40; } inline void set_m_abbrevEraNames_40(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___m_abbrevEraNames_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_abbrevEraNames_40), (void*)value); } inline static int32_t get_offset_of_m_abbrevEnglishEraNames_41() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_abbrevEnglishEraNames_41)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_abbrevEnglishEraNames_41() const { return ___m_abbrevEnglishEraNames_41; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_abbrevEnglishEraNames_41() { return &___m_abbrevEnglishEraNames_41; } inline void set_m_abbrevEnglishEraNames_41(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___m_abbrevEnglishEraNames_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_abbrevEnglishEraNames_41), (void*)value); } inline static int32_t get_offset_of_optionalCalendars_42() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___optionalCalendars_42)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_optionalCalendars_42() const { return ___optionalCalendars_42; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_optionalCalendars_42() { return &___optionalCalendars_42; } inline void set_optionalCalendars_42(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___optionalCalendars_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___optionalCalendars_42), (void*)value); } inline static int32_t get_offset_of_m_isReadOnly_44() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_isReadOnly_44)); } inline bool get_m_isReadOnly_44() const { return ___m_isReadOnly_44; } inline bool* get_address_of_m_isReadOnly_44() { return &___m_isReadOnly_44; } inline void set_m_isReadOnly_44(bool value) { ___m_isReadOnly_44 = value; } inline static int32_t get_offset_of_formatFlags_45() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___formatFlags_45)); } inline int32_t get_formatFlags_45() const { return ___formatFlags_45; } inline int32_t* get_address_of_formatFlags_45() { return &___formatFlags_45; } inline void set_formatFlags_45(int32_t value) { ___formatFlags_45 = value; } inline static int32_t get_offset_of_CultureID_47() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___CultureID_47)); } inline int32_t get_CultureID_47() const { return ___CultureID_47; } inline int32_t* get_address_of_CultureID_47() { return &___CultureID_47; } inline void set_CultureID_47(int32_t value) { ___CultureID_47 = value; } inline static int32_t get_offset_of_m_useUserOverride_48() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_useUserOverride_48)); } inline bool get_m_useUserOverride_48() const { return ___m_useUserOverride_48; } inline bool* get_address_of_m_useUserOverride_48() { return &___m_useUserOverride_48; } inline void set_m_useUserOverride_48(bool value) { ___m_useUserOverride_48 = value; } inline static int32_t get_offset_of_bUseCalendarInfo_49() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___bUseCalendarInfo_49)); } inline bool get_bUseCalendarInfo_49() const { return ___bUseCalendarInfo_49; } inline bool* get_address_of_bUseCalendarInfo_49() { return &___bUseCalendarInfo_49; } inline void set_bUseCalendarInfo_49(bool value) { ___bUseCalendarInfo_49 = value; } inline static int32_t get_offset_of_nDataItem_50() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___nDataItem_50)); } inline int32_t get_nDataItem_50() const { return ___nDataItem_50; } inline int32_t* get_address_of_nDataItem_50() { return &___nDataItem_50; } inline void set_nDataItem_50(int32_t value) { ___nDataItem_50 = value; } inline static int32_t get_offset_of_m_isDefaultCalendar_51() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_isDefaultCalendar_51)); } inline bool get_m_isDefaultCalendar_51() const { return ___m_isDefaultCalendar_51; } inline bool* get_address_of_m_isDefaultCalendar_51() { return &___m_isDefaultCalendar_51; } inline void set_m_isDefaultCalendar_51(bool value) { ___m_isDefaultCalendar_51 = value; } inline static int32_t get_offset_of_m_dateWords_53() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_dateWords_53)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_dateWords_53() const { return ___m_dateWords_53; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_dateWords_53() { return &___m_dateWords_53; } inline void set_m_dateWords_53(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___m_dateWords_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_dateWords_53), (void*)value); } inline static int32_t get_offset_of_m_fullTimeSpanPositivePattern_54() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_fullTimeSpanPositivePattern_54)); } inline String_t* get_m_fullTimeSpanPositivePattern_54() const { return ___m_fullTimeSpanPositivePattern_54; } inline String_t** get_address_of_m_fullTimeSpanPositivePattern_54() { return &___m_fullTimeSpanPositivePattern_54; } inline void set_m_fullTimeSpanPositivePattern_54(String_t* value) { ___m_fullTimeSpanPositivePattern_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTimeSpanPositivePattern_54), (void*)value); } inline static int32_t get_offset_of_m_fullTimeSpanNegativePattern_55() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_fullTimeSpanNegativePattern_55)); } inline String_t* get_m_fullTimeSpanNegativePattern_55() const { return ___m_fullTimeSpanNegativePattern_55; } inline String_t** get_address_of_m_fullTimeSpanNegativePattern_55() { return &___m_fullTimeSpanNegativePattern_55; } inline void set_m_fullTimeSpanNegativePattern_55(String_t* value) { ___m_fullTimeSpanNegativePattern_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTimeSpanNegativePattern_55), (void*)value); } inline static int32_t get_offset_of_m_dtfiTokenHash_57() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_dtfiTokenHash_57)); } inline TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A* get_m_dtfiTokenHash_57() const { return ___m_dtfiTokenHash_57; } inline TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A** get_address_of_m_dtfiTokenHash_57() { return &___m_dtfiTokenHash_57; } inline void set_m_dtfiTokenHash_57(TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A* value) { ___m_dtfiTokenHash_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_dtfiTokenHash_57), (void*)value); } }; struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields { public: // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::invariantInfo DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___invariantInfo_0; // System.Boolean System.Globalization.DateTimeFormatInfo::preferExistingTokens bool ___preferExistingTokens_46; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_calendarNativeNames Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___s_calendarNativeNames_52; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_jajpDTFI DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___s_jajpDTFI_82; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_zhtwDTFI DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___s_zhtwDTFI_83; public: inline static int32_t get_offset_of_invariantInfo_0() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields, ___invariantInfo_0)); } inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_invariantInfo_0() const { return ___invariantInfo_0; } inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; } inline void set_invariantInfo_0(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value) { ___invariantInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value); } inline static int32_t get_offset_of_preferExistingTokens_46() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields, ___preferExistingTokens_46)); } inline bool get_preferExistingTokens_46() const { return ___preferExistingTokens_46; } inline bool* get_address_of_preferExistingTokens_46() { return &___preferExistingTokens_46; } inline void set_preferExistingTokens_46(bool value) { ___preferExistingTokens_46 = value; } inline static int32_t get_offset_of_s_calendarNativeNames_52() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields, ___s_calendarNativeNames_52)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_s_calendarNativeNames_52() const { return ___s_calendarNativeNames_52; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_s_calendarNativeNames_52() { return &___s_calendarNativeNames_52; } inline void set_s_calendarNativeNames_52(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___s_calendarNativeNames_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_calendarNativeNames_52), (void*)value); } inline static int32_t get_offset_of_s_jajpDTFI_82() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields, ___s_jajpDTFI_82)); } inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_s_jajpDTFI_82() const { return ___s_jajpDTFI_82; } inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_s_jajpDTFI_82() { return &___s_jajpDTFI_82; } inline void set_s_jajpDTFI_82(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value) { ___s_jajpDTFI_82 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_jajpDTFI_82), (void*)value); } inline static int32_t get_offset_of_s_zhtwDTFI_83() { return static_cast(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields, ___s_zhtwDTFI_83)); } inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_s_zhtwDTFI_83() const { return ___s_zhtwDTFI_83; } inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_s_zhtwDTFI_83() { return &___s_zhtwDTFI_83; } inline void set_s_zhtwDTFI_83(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value) { ___s_zhtwDTFI_83 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_zhtwDTFI_83), (void*)value); } }; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 : public RuntimeObject { public: // System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___numberGroupSizes_1; // System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___currencyGroupSizes_2; // System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___percentGroupSizes_3; // System.String System.Globalization.NumberFormatInfo::positiveSign String_t* ___positiveSign_4; // System.String System.Globalization.NumberFormatInfo::negativeSign String_t* ___negativeSign_5; // System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator String_t* ___numberDecimalSeparator_6; // System.String System.Globalization.NumberFormatInfo::numberGroupSeparator String_t* ___numberGroupSeparator_7; // System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator String_t* ___currencyGroupSeparator_8; // System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator String_t* ___currencyDecimalSeparator_9; // System.String System.Globalization.NumberFormatInfo::currencySymbol String_t* ___currencySymbol_10; // System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol String_t* ___ansiCurrencySymbol_11; // System.String System.Globalization.NumberFormatInfo::nanSymbol String_t* ___nanSymbol_12; // System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol String_t* ___positiveInfinitySymbol_13; // System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol String_t* ___negativeInfinitySymbol_14; // System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator String_t* ___percentDecimalSeparator_15; // System.String System.Globalization.NumberFormatInfo::percentGroupSeparator String_t* ___percentGroupSeparator_16; // System.String System.Globalization.NumberFormatInfo::percentSymbol String_t* ___percentSymbol_17; // System.String System.Globalization.NumberFormatInfo::perMilleSymbol String_t* ___perMilleSymbol_18; // System.String[] System.Globalization.NumberFormatInfo::nativeDigits StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___nativeDigits_19; // System.Int32 System.Globalization.NumberFormatInfo::m_dataItem int32_t ___m_dataItem_20; // System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits int32_t ___numberDecimalDigits_21; // System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits int32_t ___currencyDecimalDigits_22; // System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern int32_t ___currencyPositivePattern_23; // System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern int32_t ___currencyNegativePattern_24; // System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern int32_t ___numberNegativePattern_25; // System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern int32_t ___percentPositivePattern_26; // System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern int32_t ___percentNegativePattern_27; // System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits int32_t ___percentDecimalDigits_28; // System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution int32_t ___digitSubstitution_29; // System.Boolean System.Globalization.NumberFormatInfo::isReadOnly bool ___isReadOnly_30; // System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride bool ___m_useUserOverride_31; // System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant bool ___m_isInvariant_32; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber bool ___validForParseAsNumber_33; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency bool ___validForParseAsCurrency_34; public: inline static int32_t get_offset_of_numberGroupSizes_1() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberGroupSizes_1)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_numberGroupSizes_1() const { return ___numberGroupSizes_1; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_numberGroupSizes_1() { return &___numberGroupSizes_1; } inline void set_numberGroupSizes_1(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___numberGroupSizes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSizes_1), (void*)value); } inline static int32_t get_offset_of_currencyGroupSizes_2() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyGroupSizes_2)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_currencyGroupSizes_2() const { return ___currencyGroupSizes_2; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_currencyGroupSizes_2() { return &___currencyGroupSizes_2; } inline void set_currencyGroupSizes_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___currencyGroupSizes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSizes_2), (void*)value); } inline static int32_t get_offset_of_percentGroupSizes_3() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentGroupSizes_3)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_percentGroupSizes_3() const { return ___percentGroupSizes_3; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_percentGroupSizes_3() { return &___percentGroupSizes_3; } inline void set_percentGroupSizes_3(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___percentGroupSizes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSizes_3), (void*)value); } inline static int32_t get_offset_of_positiveSign_4() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___positiveSign_4)); } inline String_t* get_positiveSign_4() const { return ___positiveSign_4; } inline String_t** get_address_of_positiveSign_4() { return &___positiveSign_4; } inline void set_positiveSign_4(String_t* value) { ___positiveSign_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___positiveSign_4), (void*)value); } inline static int32_t get_offset_of_negativeSign_5() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___negativeSign_5)); } inline String_t* get_negativeSign_5() const { return ___negativeSign_5; } inline String_t** get_address_of_negativeSign_5() { return &___negativeSign_5; } inline void set_negativeSign_5(String_t* value) { ___negativeSign_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___negativeSign_5), (void*)value); } inline static int32_t get_offset_of_numberDecimalSeparator_6() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberDecimalSeparator_6)); } inline String_t* get_numberDecimalSeparator_6() const { return ___numberDecimalSeparator_6; } inline String_t** get_address_of_numberDecimalSeparator_6() { return &___numberDecimalSeparator_6; } inline void set_numberDecimalSeparator_6(String_t* value) { ___numberDecimalSeparator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberDecimalSeparator_6), (void*)value); } inline static int32_t get_offset_of_numberGroupSeparator_7() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberGroupSeparator_7)); } inline String_t* get_numberGroupSeparator_7() const { return ___numberGroupSeparator_7; } inline String_t** get_address_of_numberGroupSeparator_7() { return &___numberGroupSeparator_7; } inline void set_numberGroupSeparator_7(String_t* value) { ___numberGroupSeparator_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSeparator_7), (void*)value); } inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyGroupSeparator_8)); } inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; } inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; } inline void set_currencyGroupSeparator_8(String_t* value) { ___currencyGroupSeparator_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSeparator_8), (void*)value); } inline static int32_t get_offset_of_currencyDecimalSeparator_9() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyDecimalSeparator_9)); } inline String_t* get_currencyDecimalSeparator_9() const { return ___currencyDecimalSeparator_9; } inline String_t** get_address_of_currencyDecimalSeparator_9() { return &___currencyDecimalSeparator_9; } inline void set_currencyDecimalSeparator_9(String_t* value) { ___currencyDecimalSeparator_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyDecimalSeparator_9), (void*)value); } inline static int32_t get_offset_of_currencySymbol_10() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencySymbol_10)); } inline String_t* get_currencySymbol_10() const { return ___currencySymbol_10; } inline String_t** get_address_of_currencySymbol_10() { return &___currencySymbol_10; } inline void set_currencySymbol_10(String_t* value) { ___currencySymbol_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencySymbol_10), (void*)value); } inline static int32_t get_offset_of_ansiCurrencySymbol_11() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___ansiCurrencySymbol_11)); } inline String_t* get_ansiCurrencySymbol_11() const { return ___ansiCurrencySymbol_11; } inline String_t** get_address_of_ansiCurrencySymbol_11() { return &___ansiCurrencySymbol_11; } inline void set_ansiCurrencySymbol_11(String_t* value) { ___ansiCurrencySymbol_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___ansiCurrencySymbol_11), (void*)value); } inline static int32_t get_offset_of_nanSymbol_12() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___nanSymbol_12)); } inline String_t* get_nanSymbol_12() const { return ___nanSymbol_12; } inline String_t** get_address_of_nanSymbol_12() { return &___nanSymbol_12; } inline void set_nanSymbol_12(String_t* value) { ___nanSymbol_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___nanSymbol_12), (void*)value); } inline static int32_t get_offset_of_positiveInfinitySymbol_13() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___positiveInfinitySymbol_13)); } inline String_t* get_positiveInfinitySymbol_13() const { return ___positiveInfinitySymbol_13; } inline String_t** get_address_of_positiveInfinitySymbol_13() { return &___positiveInfinitySymbol_13; } inline void set_positiveInfinitySymbol_13(String_t* value) { ___positiveInfinitySymbol_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___positiveInfinitySymbol_13), (void*)value); } inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___negativeInfinitySymbol_14)); } inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; } inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; } inline void set_negativeInfinitySymbol_14(String_t* value) { ___negativeInfinitySymbol_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___negativeInfinitySymbol_14), (void*)value); } inline static int32_t get_offset_of_percentDecimalSeparator_15() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentDecimalSeparator_15)); } inline String_t* get_percentDecimalSeparator_15() const { return ___percentDecimalSeparator_15; } inline String_t** get_address_of_percentDecimalSeparator_15() { return &___percentDecimalSeparator_15; } inline void set_percentDecimalSeparator_15(String_t* value) { ___percentDecimalSeparator_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentDecimalSeparator_15), (void*)value); } inline static int32_t get_offset_of_percentGroupSeparator_16() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentGroupSeparator_16)); } inline String_t* get_percentGroupSeparator_16() const { return ___percentGroupSeparator_16; } inline String_t** get_address_of_percentGroupSeparator_16() { return &___percentGroupSeparator_16; } inline void set_percentGroupSeparator_16(String_t* value) { ___percentGroupSeparator_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSeparator_16), (void*)value); } inline static int32_t get_offset_of_percentSymbol_17() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentSymbol_17)); } inline String_t* get_percentSymbol_17() const { return ___percentSymbol_17; } inline String_t** get_address_of_percentSymbol_17() { return &___percentSymbol_17; } inline void set_percentSymbol_17(String_t* value) { ___percentSymbol_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentSymbol_17), (void*)value); } inline static int32_t get_offset_of_perMilleSymbol_18() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___perMilleSymbol_18)); } inline String_t* get_perMilleSymbol_18() const { return ___perMilleSymbol_18; } inline String_t** get_address_of_perMilleSymbol_18() { return &___perMilleSymbol_18; } inline void set_perMilleSymbol_18(String_t* value) { ___perMilleSymbol_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___perMilleSymbol_18), (void*)value); } inline static int32_t get_offset_of_nativeDigits_19() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___nativeDigits_19)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_nativeDigits_19() const { return ___nativeDigits_19; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_nativeDigits_19() { return &___nativeDigits_19; } inline void set_nativeDigits_19(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___nativeDigits_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativeDigits_19), (void*)value); } inline static int32_t get_offset_of_m_dataItem_20() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_dataItem_20)); } inline int32_t get_m_dataItem_20() const { return ___m_dataItem_20; } inline int32_t* get_address_of_m_dataItem_20() { return &___m_dataItem_20; } inline void set_m_dataItem_20(int32_t value) { ___m_dataItem_20 = value; } inline static int32_t get_offset_of_numberDecimalDigits_21() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberDecimalDigits_21)); } inline int32_t get_numberDecimalDigits_21() const { return ___numberDecimalDigits_21; } inline int32_t* get_address_of_numberDecimalDigits_21() { return &___numberDecimalDigits_21; } inline void set_numberDecimalDigits_21(int32_t value) { ___numberDecimalDigits_21 = value; } inline static int32_t get_offset_of_currencyDecimalDigits_22() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyDecimalDigits_22)); } inline int32_t get_currencyDecimalDigits_22() const { return ___currencyDecimalDigits_22; } inline int32_t* get_address_of_currencyDecimalDigits_22() { return &___currencyDecimalDigits_22; } inline void set_currencyDecimalDigits_22(int32_t value) { ___currencyDecimalDigits_22 = value; } inline static int32_t get_offset_of_currencyPositivePattern_23() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyPositivePattern_23)); } inline int32_t get_currencyPositivePattern_23() const { return ___currencyPositivePattern_23; } inline int32_t* get_address_of_currencyPositivePattern_23() { return &___currencyPositivePattern_23; } inline void set_currencyPositivePattern_23(int32_t value) { ___currencyPositivePattern_23 = value; } inline static int32_t get_offset_of_currencyNegativePattern_24() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyNegativePattern_24)); } inline int32_t get_currencyNegativePattern_24() const { return ___currencyNegativePattern_24; } inline int32_t* get_address_of_currencyNegativePattern_24() { return &___currencyNegativePattern_24; } inline void set_currencyNegativePattern_24(int32_t value) { ___currencyNegativePattern_24 = value; } inline static int32_t get_offset_of_numberNegativePattern_25() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberNegativePattern_25)); } inline int32_t get_numberNegativePattern_25() const { return ___numberNegativePattern_25; } inline int32_t* get_address_of_numberNegativePattern_25() { return &___numberNegativePattern_25; } inline void set_numberNegativePattern_25(int32_t value) { ___numberNegativePattern_25 = value; } inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentPositivePattern_26)); } inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; } inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; } inline void set_percentPositivePattern_26(int32_t value) { ___percentPositivePattern_26 = value; } inline static int32_t get_offset_of_percentNegativePattern_27() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentNegativePattern_27)); } inline int32_t get_percentNegativePattern_27() const { return ___percentNegativePattern_27; } inline int32_t* get_address_of_percentNegativePattern_27() { return &___percentNegativePattern_27; } inline void set_percentNegativePattern_27(int32_t value) { ___percentNegativePattern_27 = value; } inline static int32_t get_offset_of_percentDecimalDigits_28() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentDecimalDigits_28)); } inline int32_t get_percentDecimalDigits_28() const { return ___percentDecimalDigits_28; } inline int32_t* get_address_of_percentDecimalDigits_28() { return &___percentDecimalDigits_28; } inline void set_percentDecimalDigits_28(int32_t value) { ___percentDecimalDigits_28 = value; } inline static int32_t get_offset_of_digitSubstitution_29() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___digitSubstitution_29)); } inline int32_t get_digitSubstitution_29() const { return ___digitSubstitution_29; } inline int32_t* get_address_of_digitSubstitution_29() { return &___digitSubstitution_29; } inline void set_digitSubstitution_29(int32_t value) { ___digitSubstitution_29 = value; } inline static int32_t get_offset_of_isReadOnly_30() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___isReadOnly_30)); } inline bool get_isReadOnly_30() const { return ___isReadOnly_30; } inline bool* get_address_of_isReadOnly_30() { return &___isReadOnly_30; } inline void set_isReadOnly_30(bool value) { ___isReadOnly_30 = value; } inline static int32_t get_offset_of_m_useUserOverride_31() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_useUserOverride_31)); } inline bool get_m_useUserOverride_31() const { return ___m_useUserOverride_31; } inline bool* get_address_of_m_useUserOverride_31() { return &___m_useUserOverride_31; } inline void set_m_useUserOverride_31(bool value) { ___m_useUserOverride_31 = value; } inline static int32_t get_offset_of_m_isInvariant_32() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_isInvariant_32)); } inline bool get_m_isInvariant_32() const { return ___m_isInvariant_32; } inline bool* get_address_of_m_isInvariant_32() { return &___m_isInvariant_32; } inline void set_m_isInvariant_32(bool value) { ___m_isInvariant_32 = value; } inline static int32_t get_offset_of_validForParseAsNumber_33() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___validForParseAsNumber_33)); } inline bool get_validForParseAsNumber_33() const { return ___validForParseAsNumber_33; } inline bool* get_address_of_validForParseAsNumber_33() { return &___validForParseAsNumber_33; } inline void set_validForParseAsNumber_33(bool value) { ___validForParseAsNumber_33 = value; } inline static int32_t get_offset_of_validForParseAsCurrency_34() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___validForParseAsCurrency_34)); } inline bool get_validForParseAsCurrency_34() const { return ___validForParseAsCurrency_34; } inline bool* get_address_of_validForParseAsCurrency_34() { return &___validForParseAsCurrency_34; } inline void set_validForParseAsCurrency_34(bool value) { ___validForParseAsCurrency_34 = value; } }; struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_StaticFields { public: // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___invariantInfo_0; public: inline static int32_t get_offset_of_invariantInfo_0() { return static_cast(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_StaticFields, ___invariantInfo_0)); } inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_invariantInfo_0() const { return ___invariantInfo_0; } inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; } inline void set_invariantInfo_0(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value) { ___invariantInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value); } }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* 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.SystemException struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t { public: public: }; // System.Text.RegularExpressions.Regex struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF : public RuntimeObject { public: // System.String System.Text.RegularExpressions.Regex::pattern String_t* ___pattern_0; // System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.Regex::factory RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * ___factory_1; // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions int32_t ___roptions_2; // System.TimeSpan System.Text.RegularExpressions.Regex::internalMatchTimeout TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___internalMatchTimeout_5; // System.Collections.Hashtable System.Text.RegularExpressions.Regex::caps Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___caps_8; // System.Collections.Hashtable System.Text.RegularExpressions.Regex::capnames Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___capnames_9; // System.String[] System.Text.RegularExpressions.Regex::capslist StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___capslist_10; // System.Int32 System.Text.RegularExpressions.Regex::capsize int32_t ___capsize_11; // System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.Regex::runnerref ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * ___runnerref_12; // System.Text.RegularExpressions.SharedReference System.Text.RegularExpressions.Regex::replref SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * ___replref_13; // System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.Regex::code RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * ___code_14; // System.Boolean System.Text.RegularExpressions.Regex::refsInitialized bool ___refsInitialized_15; public: inline static int32_t get_offset_of_pattern_0() { return static_cast(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___pattern_0)); } inline String_t* get_pattern_0() const { return ___pattern_0; } inline String_t** get_address_of_pattern_0() { return &___pattern_0; } inline void set_pattern_0(String_t* value) { ___pattern_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pattern_0), (void*)value); } inline static int32_t get_offset_of_factory_1() { return static_cast(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___factory_1)); } inline RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * get_factory_1() const { return ___factory_1; } inline RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B ** get_address_of_factory_1() { return &___factory_1; } inline void set_factory_1(RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * value) { ___factory_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___factory_1), (void*)value); } inline static int32_t get_offset_of_roptions_2() { return static_cast(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___roptions_2)); } inline int32_t get_roptions_2() const { return ___roptions_2; } inline int32_t* get_address_of_roptions_2() { return &___roptions_2; } inline void set_roptions_2(int32_t value) { ___roptions_2 = value; } inline static int32_t get_offset_of_internalMatchTimeout_5() { return static_cast(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___internalMatchTimeout_5)); } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_internalMatchTimeout_5() const { return ___internalMatchTimeout_5; } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_internalMatchTimeout_5() { return &___internalMatchTimeout_5; } inline void set_internalMatchTimeout_5(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value) { ___internalMatchTimeout_5 = value; } inline static int32_t get_offset_of_caps_8() { return static_cast(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___caps_8)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_caps_8() const { return ___caps_8; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_caps_8() { return &___caps_8; } inline void set_caps_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___caps_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___caps_8), (void*)value); } inline static int32_t get_offset_of_capnames_9() { return static_cast(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___capnames_9)); } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_capnames_9() const { return ___capnames_9; } inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_capnames_9() { return &___capnames_9; } inline void set_capnames_9(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value) { ___capnames_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___capnames_9), (void*)value); } inline static int32_t get_offset_of_capslist_10() { return static_cast(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___capslist_10)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_capslist_10() const { return ___capslist_10; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_capslist_10() { return &___capslist_10; } inline void set_capslist_10(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___capslist_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___capslist_10), (void*)value); } inline static int32_t get_offset_of_capsize_11() { return static_cast(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___capsize_11)); } inline int32_t get_capsize_11() const { return ___capsize_11; } inline int32_t* get_address_of_capsize_11() { return &___capsize_11; } inline void set_capsize_11(int32_t value) { ___capsize_11 = value; } inline static int32_t get_offset_of_runnerref_12() { return static_cast(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___runnerref_12)); } inline ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * get_runnerref_12() const { return ___runnerref_12; } inline ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB ** get_address_of_runnerref_12() { return &___runnerref_12; } inline void set_runnerref_12(ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * value) { ___runnerref_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___runnerref_12), (void*)value); } inline static int32_t get_offset_of_replref_13() { return static_cast(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___replref_13)); } inline SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * get_replref_13() const { return ___replref_13; } inline SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 ** get_address_of_replref_13() { return &___replref_13; } inline void set_replref_13(SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * value) { ___replref_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___replref_13), (void*)value); } inline static int32_t get_offset_of_code_14() { return static_cast(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___code_14)); } inline RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * get_code_14() const { return ___code_14; } inline RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA ** get_address_of_code_14() { return &___code_14; } inline void set_code_14(RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * value) { ___code_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___code_14), (void*)value); } inline static int32_t get_offset_of_refsInitialized_15() { return static_cast(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___refsInitialized_15)); } inline bool get_refsInitialized_15() const { return ___refsInitialized_15; } inline bool* get_address_of_refsInitialized_15() { return &___refsInitialized_15; } inline void set_refsInitialized_15(bool value) { ___refsInitialized_15 = value; } }; struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields { public: // System.TimeSpan System.Text.RegularExpressions.Regex::MaximumMatchTimeout TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaximumMatchTimeout_3; // System.TimeSpan System.Text.RegularExpressions.Regex::InfiniteMatchTimeout TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___InfiniteMatchTimeout_4; // System.TimeSpan System.Text.RegularExpressions.Regex::FallbackDefaultMatchTimeout TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___FallbackDefaultMatchTimeout_6; // System.TimeSpan System.Text.RegularExpressions.Regex::DefaultMatchTimeout TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___DefaultMatchTimeout_7; // System.Collections.Generic.LinkedList`1 System.Text.RegularExpressions.Regex::livecode LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * ___livecode_16; // System.Int32 System.Text.RegularExpressions.Regex::cacheSize int32_t ___cacheSize_17; public: inline static int32_t get_offset_of_MaximumMatchTimeout_3() { return static_cast(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___MaximumMatchTimeout_3)); } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaximumMatchTimeout_3() const { return ___MaximumMatchTimeout_3; } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaximumMatchTimeout_3() { return &___MaximumMatchTimeout_3; } inline void set_MaximumMatchTimeout_3(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value) { ___MaximumMatchTimeout_3 = value; } inline static int32_t get_offset_of_InfiniteMatchTimeout_4() { return static_cast(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___InfiniteMatchTimeout_4)); } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_InfiniteMatchTimeout_4() const { return ___InfiniteMatchTimeout_4; } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_InfiniteMatchTimeout_4() { return &___InfiniteMatchTimeout_4; } inline void set_InfiniteMatchTimeout_4(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value) { ___InfiniteMatchTimeout_4 = value; } inline static int32_t get_offset_of_FallbackDefaultMatchTimeout_6() { return static_cast(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___FallbackDefaultMatchTimeout_6)); } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_FallbackDefaultMatchTimeout_6() const { return ___FallbackDefaultMatchTimeout_6; } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_FallbackDefaultMatchTimeout_6() { return &___FallbackDefaultMatchTimeout_6; } inline void set_FallbackDefaultMatchTimeout_6(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value) { ___FallbackDefaultMatchTimeout_6 = value; } inline static int32_t get_offset_of_DefaultMatchTimeout_7() { return static_cast(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___DefaultMatchTimeout_7)); } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_DefaultMatchTimeout_7() const { return ___DefaultMatchTimeout_7; } inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_DefaultMatchTimeout_7() { return &___DefaultMatchTimeout_7; } inline void set_DefaultMatchTimeout_7(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value) { ___DefaultMatchTimeout_7 = value; } inline static int32_t get_offset_of_livecode_16() { return static_cast(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___livecode_16)); } inline LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * get_livecode_16() const { return ___livecode_16; } inline LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 ** get_address_of_livecode_16() { return &___livecode_16; } inline void set_livecode_16(LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * value) { ___livecode_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___livecode_16), (void*)value); } inline static int32_t get_offset_of_cacheSize_17() { return static_cast(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___cacheSize_17)); } inline int32_t get_cacheSize_17() const { return ___cacheSize_17; } inline int32_t* get_address_of_cacheSize_17() { return &___cacheSize_17; } inline void set_cacheSize_17(int32_t value) { ___cacheSize_17 = value; } }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * 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_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * 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_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * 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_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* 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_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.Uri struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E : public RuntimeObject { public: // System.String System.Uri::m_String String_t* ___m_String_16; // System.String System.Uri::m_originalUnicodeString String_t* ___m_originalUnicodeString_17; // System.UriParser System.Uri::m_Syntax UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___m_Syntax_18; // System.String System.Uri::m_DnsSafeHost String_t* ___m_DnsSafeHost_19; // System.Uri_Flags System.Uri::m_Flags uint64_t ___m_Flags_20; // System.Uri_UriInfo System.Uri::m_Info UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * ___m_Info_21; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_22; public: inline static int32_t get_offset_of_m_String_16() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_String_16)); } inline String_t* get_m_String_16() const { return ___m_String_16; } inline String_t** get_address_of_m_String_16() { return &___m_String_16; } inline void set_m_String_16(String_t* value) { ___m_String_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_String_16), (void*)value); } inline static int32_t get_offset_of_m_originalUnicodeString_17() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_originalUnicodeString_17)); } inline String_t* get_m_originalUnicodeString_17() const { return ___m_originalUnicodeString_17; } inline String_t** get_address_of_m_originalUnicodeString_17() { return &___m_originalUnicodeString_17; } inline void set_m_originalUnicodeString_17(String_t* value) { ___m_originalUnicodeString_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_originalUnicodeString_17), (void*)value); } inline static int32_t get_offset_of_m_Syntax_18() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Syntax_18)); } inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_m_Syntax_18() const { return ___m_Syntax_18; } inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_m_Syntax_18() { return &___m_Syntax_18; } inline void set_m_Syntax_18(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value) { ___m_Syntax_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Syntax_18), (void*)value); } inline static int32_t get_offset_of_m_DnsSafeHost_19() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_DnsSafeHost_19)); } inline String_t* get_m_DnsSafeHost_19() const { return ___m_DnsSafeHost_19; } inline String_t** get_address_of_m_DnsSafeHost_19() { return &___m_DnsSafeHost_19; } inline void set_m_DnsSafeHost_19(String_t* value) { ___m_DnsSafeHost_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DnsSafeHost_19), (void*)value); } inline static int32_t get_offset_of_m_Flags_20() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Flags_20)); } inline uint64_t get_m_Flags_20() const { return ___m_Flags_20; } inline uint64_t* get_address_of_m_Flags_20() { return &___m_Flags_20; } inline void set_m_Flags_20(uint64_t value) { ___m_Flags_20 = value; } inline static int32_t get_offset_of_m_Info_21() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Info_21)); } inline UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * get_m_Info_21() const { return ___m_Info_21; } inline UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E ** get_address_of_m_Info_21() { return &___m_Info_21; } inline void set_m_Info_21(UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * value) { ___m_Info_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Info_21), (void*)value); } inline static int32_t get_offset_of_m_iriParsing_22() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_iriParsing_22)); } inline bool get_m_iriParsing_22() const { return ___m_iriParsing_22; } inline bool* get_address_of_m_iriParsing_22() { return &___m_iriParsing_22; } inline void set_m_iriParsing_22(bool value) { ___m_iriParsing_22 = value; } }; struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_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_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing bool ___s_ConfigInitializing_24; // System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope int32_t ___s_IdnScope_25; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing bool ___s_IriParsing_26; // System.Boolean System.Uri::useDotNetRelativeOrAbsolute bool ___useDotNetRelativeOrAbsolute_27; // System.Boolean System.Uri::IsWindowsFileSystem bool ___IsWindowsFileSystem_29; // System.Object System.Uri::s_initLock RuntimeObject * ___s_initLock_30; // System.Char[] System.Uri::HexLowerChars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___HexLowerChars_34; // System.Char[] System.Uri::_WSchars CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ____WSchars_35; public: inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_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_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_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_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_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_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_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_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_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_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_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_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_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_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_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_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_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_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_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_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_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_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_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_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_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_23() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_ConfigInitialized_23)); } inline bool get_s_ConfigInitialized_23() const { return ___s_ConfigInitialized_23; } inline bool* get_address_of_s_ConfigInitialized_23() { return &___s_ConfigInitialized_23; } inline void set_s_ConfigInitialized_23(bool value) { ___s_ConfigInitialized_23 = value; } inline static int32_t get_offset_of_s_ConfigInitializing_24() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_ConfigInitializing_24)); } inline bool get_s_ConfigInitializing_24() const { return ___s_ConfigInitializing_24; } inline bool* get_address_of_s_ConfigInitializing_24() { return &___s_ConfigInitializing_24; } inline void set_s_ConfigInitializing_24(bool value) { ___s_ConfigInitializing_24 = value; } inline static int32_t get_offset_of_s_IdnScope_25() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_IdnScope_25)); } inline int32_t get_s_IdnScope_25() const { return ___s_IdnScope_25; } inline int32_t* get_address_of_s_IdnScope_25() { return &___s_IdnScope_25; } inline void set_s_IdnScope_25(int32_t value) { ___s_IdnScope_25 = value; } inline static int32_t get_offset_of_s_IriParsing_26() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_IriParsing_26)); } inline bool get_s_IriParsing_26() const { return ___s_IriParsing_26; } inline bool* get_address_of_s_IriParsing_26() { return &___s_IriParsing_26; } inline void set_s_IriParsing_26(bool value) { ___s_IriParsing_26 = value; } inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_27() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___useDotNetRelativeOrAbsolute_27)); } inline bool get_useDotNetRelativeOrAbsolute_27() const { return ___useDotNetRelativeOrAbsolute_27; } inline bool* get_address_of_useDotNetRelativeOrAbsolute_27() { return &___useDotNetRelativeOrAbsolute_27; } inline void set_useDotNetRelativeOrAbsolute_27(bool value) { ___useDotNetRelativeOrAbsolute_27 = value; } inline static int32_t get_offset_of_IsWindowsFileSystem_29() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___IsWindowsFileSystem_29)); } inline bool get_IsWindowsFileSystem_29() const { return ___IsWindowsFileSystem_29; } inline bool* get_address_of_IsWindowsFileSystem_29() { return &___IsWindowsFileSystem_29; } inline void set_IsWindowsFileSystem_29(bool value) { ___IsWindowsFileSystem_29 = value; } inline static int32_t get_offset_of_s_initLock_30() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_initLock_30)); } inline RuntimeObject * get_s_initLock_30() const { return ___s_initLock_30; } inline RuntimeObject ** get_address_of_s_initLock_30() { return &___s_initLock_30; } inline void set_s_initLock_30(RuntimeObject * value) { ___s_initLock_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_initLock_30), (void*)value); } inline static int32_t get_offset_of_HexLowerChars_34() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___HexLowerChars_34)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_HexLowerChars_34() const { return ___HexLowerChars_34; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_HexLowerChars_34() { return &___HexLowerChars_34; } inline void set_HexLowerChars_34(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___HexLowerChars_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___HexLowerChars_34), (void*)value); } inline static int32_t get_offset_of__WSchars_35() { return static_cast(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ____WSchars_35)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get__WSchars_35() const { return ____WSchars_35; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of__WSchars_35() { return &____WSchars_35; } inline void set__WSchars_35(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ____WSchars_35 = value; Il2CppCodeGenWriteBarrier((void**)(&____WSchars_35), (void*)value); } }; // System.Xml.Schema.SchemaDeclBase struct SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B : public RuntimeObject { public: // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaDeclBase::name XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___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_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType_4; // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.SchemaDeclBase::datatype XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___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_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___values_10; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B, ___name_0)); } inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * get_name_0() const { return ___name_0; } inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD ** get_address_of_name_0() { return &___name_0; } inline void set_name_0(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_prefix_1() { return static_cast(offsetof(SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B, ___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_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B, ___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_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B, ___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_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B, ___schemaType_4)); } inline XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * get_schemaType_4() const { return ___schemaType_4; } inline XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 ** get_address_of_schemaType_4() { return &___schemaType_4; } inline void set_schemaType_4(XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * value) { ___schemaType_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaType_4), (void*)value); } inline static int32_t get_offset_of_datatype_5() { return static_cast(offsetof(SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B, ___datatype_5)); } inline XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * get_datatype_5() const { return ___datatype_5; } inline XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 ** get_address_of_datatype_5() { return &___datatype_5; } inline void set_datatype_5(XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * value) { ___datatype_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___datatype_5), (void*)value); } inline static int32_t get_offset_of_defaultValueRaw_6() { return static_cast(offsetof(SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B, ___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_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B, ___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_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B, ___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_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B, ___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_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B, ___values_10)); } inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_values_10() const { return ___values_10; } inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_values_10() { return &___values_10; } inline void set_values_10(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value) { ___values_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_10), (void*)value); } }; // System.Xml.Schema.SchemaInfo struct SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::elementDecls Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * ___elementDecls_0; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::undeclaredElementDecls Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * ___undeclaredElementDecls_1; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::generalEntities Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * ___generalEntities_2; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::parameterEntities Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * ___parameterEntities_3; // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaInfo::docTypeName XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___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_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B * ___targetNamespaces_8; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::attributeDecls Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * ___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_t8820E288E84B6C8B767808031F13493C54D26FC9 * ___elementDeclsByType_11; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::notations Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 * ___notations_12; public: inline static int32_t get_offset_of_elementDecls_0() { return static_cast(offsetof(SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41, ___elementDecls_0)); } inline Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * get_elementDecls_0() const { return ___elementDecls_0; } inline Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 ** get_address_of_elementDecls_0() { return &___elementDecls_0; } inline void set_elementDecls_0(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * value) { ___elementDecls_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementDecls_0), (void*)value); } inline static int32_t get_offset_of_undeclaredElementDecls_1() { return static_cast(offsetof(SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41, ___undeclaredElementDecls_1)); } inline Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * get_undeclaredElementDecls_1() const { return ___undeclaredElementDecls_1; } inline Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 ** get_address_of_undeclaredElementDecls_1() { return &___undeclaredElementDecls_1; } inline void set_undeclaredElementDecls_1(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * value) { ___undeclaredElementDecls_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___undeclaredElementDecls_1), (void*)value); } inline static int32_t get_offset_of_generalEntities_2() { return static_cast(offsetof(SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41, ___generalEntities_2)); } inline Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * get_generalEntities_2() const { return ___generalEntities_2; } inline Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 ** get_address_of_generalEntities_2() { return &___generalEntities_2; } inline void set_generalEntities_2(Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * value) { ___generalEntities_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___generalEntities_2), (void*)value); } inline static int32_t get_offset_of_parameterEntities_3() { return static_cast(offsetof(SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41, ___parameterEntities_3)); } inline Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * get_parameterEntities_3() const { return ___parameterEntities_3; } inline Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 ** get_address_of_parameterEntities_3() { return &___parameterEntities_3; } inline void set_parameterEntities_3(Dictionary_2_t9311F48415A23B087A8AB42B76BDCE3EE7963EF4 * value) { ___parameterEntities_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameterEntities_3), (void*)value); } inline static int32_t get_offset_of_docTypeName_4() { return static_cast(offsetof(SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41, ___docTypeName_4)); } inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * get_docTypeName_4() const { return ___docTypeName_4; } inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD ** get_address_of_docTypeName_4() { return &___docTypeName_4; } inline void set_docTypeName_4(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * value) { ___docTypeName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___docTypeName_4), (void*)value); } inline static int32_t get_offset_of_internalDtdSubset_5() { return static_cast(offsetof(SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41, ___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_tD9774489795A78B9235BAD315E5242C974183A41, ___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_tD9774489795A78B9235BAD315E5242C974183A41, ___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_tD9774489795A78B9235BAD315E5242C974183A41, ___targetNamespaces_8)); } inline Dictionary_2_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B * get_targetNamespaces_8() const { return ___targetNamespaces_8; } inline Dictionary_2_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B ** get_address_of_targetNamespaces_8() { return &___targetNamespaces_8; } inline void set_targetNamespaces_8(Dictionary_2_tC299681D95BE2E81CC7CBA606C4E9D07A00FA35B * value) { ___targetNamespaces_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetNamespaces_8), (void*)value); } inline static int32_t get_offset_of_attributeDecls_9() { return static_cast(offsetof(SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41, ___attributeDecls_9)); } inline Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * get_attributeDecls_9() const { return ___attributeDecls_9; } inline Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 ** get_address_of_attributeDecls_9() { return &___attributeDecls_9; } inline void set_attributeDecls_9(Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * value) { ___attributeDecls_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributeDecls_9), (void*)value); } inline static int32_t get_offset_of_schemaType_10() { return static_cast(offsetof(SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41, ___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_tD9774489795A78B9235BAD315E5242C974183A41, ___elementDeclsByType_11)); } inline Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * get_elementDeclsByType_11() const { return ___elementDeclsByType_11; } inline Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 ** get_address_of_elementDeclsByType_11() { return &___elementDeclsByType_11; } inline void set_elementDeclsByType_11(Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * value) { ___elementDeclsByType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementDeclsByType_11), (void*)value); } inline static int32_t get_offset_of_notations_12() { return static_cast(offsetof(SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41, ___notations_12)); } inline Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 * get_notations_12() const { return ___notations_12; } inline Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 ** get_address_of_notations_12() { return &___notations_12; } inline void set_notations_12(Dictionary_2_t49DF5C20AE5B7EF983AFCFF5867364BA82492C70 * value) { ___notations_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___notations_12), (void*)value); } }; // System.Xml.Schema.XmlBaseConverter struct XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 : public XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E { public: // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlBaseConverter::schemaType XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8, ___schemaType_0)); } inline XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * get_schemaType_0() const { return ___schemaType_0; } inline XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 ** get_address_of_schemaType_0() { return &___schemaType_0; } inline void set_schemaType_0(XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * value) { ___schemaType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaType_0), (void*)value); } inline static int32_t get_offset_of_typeCode_1() { return static_cast(offsetof(XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8, ___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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8, ___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); } }; struct XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_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_t2E1FE7137987814D59918B27A1807DAE7E78CFD8_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.XmlSchemaInfo struct XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035 : public RuntimeObject { public: // System.Boolean System.Xml.Schema.XmlSchemaInfo::isDefault bool ___isDefault_0; // System.Boolean System.Xml.Schema.XmlSchemaInfo::isNil bool ___isNil_1; // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaInfo::schemaElement XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D * ___schemaElement_2; // System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.XmlSchemaInfo::schemaAttribute XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B * ___schemaAttribute_3; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaInfo::schemaType XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType_4; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaInfo::memberType XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * ___memberType_5; // System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.XmlSchemaInfo::validity int32_t ___validity_6; // System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.XmlSchemaInfo::contentType int32_t ___contentType_7; public: inline static int32_t get_offset_of_isDefault_0() { return static_cast(offsetof(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035, ___isDefault_0)); } inline bool get_isDefault_0() const { return ___isDefault_0; } inline bool* get_address_of_isDefault_0() { return &___isDefault_0; } inline void set_isDefault_0(bool value) { ___isDefault_0 = value; } inline static int32_t get_offset_of_isNil_1() { return static_cast(offsetof(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035, ___isNil_1)); } inline bool get_isNil_1() const { return ___isNil_1; } inline bool* get_address_of_isNil_1() { return &___isNil_1; } inline void set_isNil_1(bool value) { ___isNil_1 = value; } inline static int32_t get_offset_of_schemaElement_2() { return static_cast(offsetof(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035, ___schemaElement_2)); } inline XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D * get_schemaElement_2() const { return ___schemaElement_2; } inline XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D ** get_address_of_schemaElement_2() { return &___schemaElement_2; } inline void set_schemaElement_2(XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D * value) { ___schemaElement_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaElement_2), (void*)value); } inline static int32_t get_offset_of_schemaAttribute_3() { return static_cast(offsetof(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035, ___schemaAttribute_3)); } inline XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B * get_schemaAttribute_3() const { return ___schemaAttribute_3; } inline XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B ** get_address_of_schemaAttribute_3() { return &___schemaAttribute_3; } inline void set_schemaAttribute_3(XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B * value) { ___schemaAttribute_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaAttribute_3), (void*)value); } inline static int32_t get_offset_of_schemaType_4() { return static_cast(offsetof(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035, ___schemaType_4)); } inline XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * get_schemaType_4() const { return ___schemaType_4; } inline XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 ** get_address_of_schemaType_4() { return &___schemaType_4; } inline void set_schemaType_4(XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * value) { ___schemaType_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaType_4), (void*)value); } inline static int32_t get_offset_of_memberType_5() { return static_cast(offsetof(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035, ___memberType_5)); } inline XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * get_memberType_5() const { return ___memberType_5; } inline XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A ** get_address_of_memberType_5() { return &___memberType_5; } inline void set_memberType_5(XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * value) { ___memberType_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___memberType_5), (void*)value); } inline static int32_t get_offset_of_validity_6() { return static_cast(offsetof(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035, ___validity_6)); } inline int32_t get_validity_6() const { return ___validity_6; } inline int32_t* get_address_of_validity_6() { return &___validity_6; } inline void set_validity_6(int32_t value) { ___validity_6 = value; } inline static int32_t get_offset_of_contentType_7() { return static_cast(offsetof(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035, ___contentType_7)); } inline int32_t get_contentType_7() const { return ___contentType_7; } inline int32_t* get_address_of_contentType_7() { return &___contentType_7; } inline void set_contentType_7(int32_t value) { ___contentType_7 = value; } }; // System.Xml.Schema.XmlSchemaType struct XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 : public XmlSchemaAnnotated_t94F7899A20B495CD62FA0976A4F23FD4A0847B7B { 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_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___baseSchemaType_2; // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaType::datatype XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * ___datatype_3; // System.Xml.Schema.SchemaElementDecl modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.Schema.XmlSchemaType::elementDecl SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * ___elementDecl_4; // System.Xml.XmlQualifiedName modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.Schema.XmlSchemaType::qname XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___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_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9, ___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_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9, ___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_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9, ___baseSchemaType_2)); } inline XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * get_baseSchemaType_2() const { return ___baseSchemaType_2; } inline XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 ** get_address_of_baseSchemaType_2() { return &___baseSchemaType_2; } inline void set_baseSchemaType_2(XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * value) { ___baseSchemaType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseSchemaType_2), (void*)value); } inline static int32_t get_offset_of_datatype_3() { return static_cast(offsetof(XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9, ___datatype_3)); } inline XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * get_datatype_3() const { return ___datatype_3; } inline XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 ** get_address_of_datatype_3() { return &___datatype_3; } inline void set_datatype_3(XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * value) { ___datatype_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___datatype_3), (void*)value); } inline static int32_t get_offset_of_elementDecl_4() { return static_cast(offsetof(XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9, ___elementDecl_4)); } inline SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * get_elementDecl_4() const { return ___elementDecl_4; } inline SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 ** get_address_of_elementDecl_4() { return &___elementDecl_4; } inline void set_elementDecl_4(SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * value) { ___elementDecl_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementDecl_4), (void*)value); } inline static int32_t get_offset_of_qname_5() { return static_cast(offsetof(XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9, ___qname_5)); } inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * get_qname_5() const { return ___qname_5; } inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD ** get_address_of_qname_5() { return &___qname_5; } inline void set_qname_5(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * value) { ___qname_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___qname_5), (void*)value); } inline static int32_t get_offset_of_contentType_6() { return static_cast(offsetof(XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9, ___contentType_6)); } inline int32_t get_contentType_6() const { return ___contentType_6; } inline int32_t* get_address_of_contentType_6() { return &___contentType_6; } inline void set_contentType_6(int32_t value) { ___contentType_6 = value; } }; // System.Xml.Serialization.TypeData struct TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 : 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_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * ___listItemTypeData_6; // System.Xml.Serialization.TypeData System.Xml.Serialization.TypeData::mappedType TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * ___mappedType_7; // System.Xml.Schema.XmlSchemaPatternFacet System.Xml.Serialization.TypeData::facet XmlSchemaPatternFacet_t0FE0B38A1CCE96CD76792E0662B892BA630FE322 * ___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_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94, ___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_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94, ___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_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94, ___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_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94, ___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_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94, ___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_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94, ___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_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94, ___listItemTypeData_6)); } inline TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * get_listItemTypeData_6() const { return ___listItemTypeData_6; } inline TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 ** get_address_of_listItemTypeData_6() { return &___listItemTypeData_6; } inline void set_listItemTypeData_6(TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * value) { ___listItemTypeData_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___listItemTypeData_6), (void*)value); } inline static int32_t get_offset_of_mappedType_7() { return static_cast(offsetof(TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94, ___mappedType_7)); } inline TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * get_mappedType_7() const { return ___mappedType_7; } inline TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 ** get_address_of_mappedType_7() { return &___mappedType_7; } inline void set_mappedType_7(TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * value) { ___mappedType_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___mappedType_7), (void*)value); } inline static int32_t get_offset_of_facet_8() { return static_cast(offsetof(TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94, ___facet_8)); } inline XmlSchemaPatternFacet_t0FE0B38A1CCE96CD76792E0662B892BA630FE322 * get_facet_8() const { return ___facet_8; } inline XmlSchemaPatternFacet_t0FE0B38A1CCE96CD76792E0662B892BA630FE322 ** get_address_of_facet_8() { return &___facet_8; } inline void set_facet_8(XmlSchemaPatternFacet_t0FE0B38A1CCE96CD76792E0662B892BA630FE322 * value) { ___facet_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___facet_8), (void*)value); } inline static int32_t get_offset_of_typeConvertor_9() { return static_cast(offsetof(TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94, ___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_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94, ___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_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94, ___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; } }; struct TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94_StaticFields { public: // System.String[] System.Xml.Serialization.TypeData::keywords StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___keywords_12; public: inline static int32_t get_offset_of_keywords_12() { return static_cast(offsetof(TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94_StaticFields, ___keywords_12)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_keywords_12() const { return ___keywords_12; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_keywords_12() { return &___keywords_12; } inline void set_keywords_12(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___keywords_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___keywords_12), (void*)value); } }; // System.Xml.Serialization.XmlMapping struct XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 : public RuntimeObject { public: // System.Xml.Serialization.ObjectMap System.Xml.Serialization.XmlMapping::map ObjectMap_t53CD0E614E60A73AB445A2A757CCD3C356F31677 * ___map_0; // System.Collections.ArrayList System.Xml.Serialization.XmlMapping::relatedMaps ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___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_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726, ___map_0)); } inline ObjectMap_t53CD0E614E60A73AB445A2A757CCD3C356F31677 * get_map_0() const { return ___map_0; } inline ObjectMap_t53CD0E614E60A73AB445A2A757CCD3C356F31677 ** get_address_of_map_0() { return &___map_0; } inline void set_map_0(ObjectMap_t53CD0E614E60A73AB445A2A757CCD3C356F31677 * value) { ___map_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___map_0), (void*)value); } inline static int32_t get_offset_of_relatedMaps_1() { return static_cast(offsetof(XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726, ___relatedMaps_1)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_relatedMaps_1() const { return ___relatedMaps_1; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_relatedMaps_1() { return &___relatedMaps_1; } inline void set_relatedMaps_1(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ___relatedMaps_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___relatedMaps_1), (void*)value); } inline static int32_t get_offset_of_format_2() { return static_cast(offsetof(XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726, ___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_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726, ____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_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726, ____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_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726, ___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.Serialization.XmlSerializationReaderInterpreter struct XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C : public XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88 { public: // System.Xml.Serialization.XmlMapping System.Xml.Serialization.XmlSerializationReaderInterpreter::_typeMap XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * ____typeMap_25; // System.Xml.Serialization.SerializationFormat System.Xml.Serialization.XmlSerializationReaderInterpreter::_format int32_t ____format_26; public: inline static int32_t get_offset_of__typeMap_25() { return static_cast(offsetof(XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C, ____typeMap_25)); } inline XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * get__typeMap_25() const { return ____typeMap_25; } inline XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 ** get_address_of__typeMap_25() { return &____typeMap_25; } inline void set__typeMap_25(XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * value) { ____typeMap_25 = value; Il2CppCodeGenWriteBarrier((void**)(&____typeMap_25), (void*)value); } inline static int32_t get_offset_of__format_26() { return static_cast(offsetof(XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C, ____format_26)); } inline int32_t get__format_26() const { return ____format_26; } inline int32_t* get_address_of__format_26() { return &____format_26; } inline void set__format_26(int32_t value) { ____format_26 = value; } }; struct XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C_StaticFields { public: // System.Xml.XmlQualifiedName System.Xml.Serialization.XmlSerializationReaderInterpreter::AnyType XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___AnyType_27; // System.Object[] System.Xml.Serialization.XmlSerializationReaderInterpreter::empty_array ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___empty_array_28; public: inline static int32_t get_offset_of_AnyType_27() { return static_cast(offsetof(XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C_StaticFields, ___AnyType_27)); } inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * get_AnyType_27() const { return ___AnyType_27; } inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD ** get_address_of_AnyType_27() { return &___AnyType_27; } inline void set_AnyType_27(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * value) { ___AnyType_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___AnyType_27), (void*)value); } inline static int32_t get_offset_of_empty_array_28() { return static_cast(offsetof(XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C_StaticFields, ___empty_array_28)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_empty_array_28() const { return ___empty_array_28; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_empty_array_28() { return &___empty_array_28; } inline void set_empty_array_28(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___empty_array_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___empty_array_28), (void*)value); } }; // System.Xml.Serialization.XmlSerializationWriterInterpreter struct XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 : public XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 { public: // System.Xml.Serialization.XmlMapping System.Xml.Serialization.XmlSerializationWriterInterpreter::_typeMap XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * ____typeMap_8; // System.Xml.Serialization.SerializationFormat System.Xml.Serialization.XmlSerializationWriterInterpreter::_format int32_t ____format_9; public: inline static int32_t get_offset_of__typeMap_8() { return static_cast(offsetof(XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221, ____typeMap_8)); } inline XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * get__typeMap_8() const { return ____typeMap_8; } inline XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 ** get_address_of__typeMap_8() { return &____typeMap_8; } inline void set__typeMap_8(XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * value) { ____typeMap_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____typeMap_8), (void*)value); } inline static int32_t get_offset_of__format_9() { return static_cast(offsetof(XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221, ____format_9)); } inline int32_t get__format_9() const { return ____format_9; } inline int32_t* get_address_of__format_9() { return &____format_9; } inline void set__format_9(int32_t value) { ____format_9 = value; } }; // System.Xml.Serialization.XmlTypeMapElementInfo struct XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F : 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_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * ____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_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * ____mappedType_7; // System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapElementInfo::_type TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * ____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_t78BD14FFCF51D7812853407BC715516F09FA083F, ____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_t78BD14FFCF51D7812853407BC715516F09FA083F, ____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_t78BD14FFCF51D7812853407BC715516F09FA083F, ____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_t78BD14FFCF51D7812853407BC715516F09FA083F, ____member_3)); } inline XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * get__member_3() const { return ____member_3; } inline XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D ** get_address_of__member_3() { return &____member_3; } inline void set__member_3(XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * value) { ____member_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____member_3), (void*)value); } inline static int32_t get_offset_of__choiceValue_4() { return static_cast(offsetof(XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F, ____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_t78BD14FFCF51D7812853407BC715516F09FA083F, ____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_t78BD14FFCF51D7812853407BC715516F09FA083F, ____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_t78BD14FFCF51D7812853407BC715516F09FA083F, ____mappedType_7)); } inline XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * get__mappedType_7() const { return ____mappedType_7; } inline XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA ** get_address_of__mappedType_7() { return &____mappedType_7; } inline void set__mappedType_7(XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * value) { ____mappedType_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____mappedType_7), (void*)value); } inline static int32_t get_offset_of__type_8() { return static_cast(offsetof(XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F, ____type_8)); } inline TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * get__type_8() const { return ____type_8; } inline TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 ** get_address_of__type_8() { return &____type_8; } inline void set__type_8(TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * value) { ____type_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____type_8), (void*)value); } inline static int32_t get_offset_of__wrappedElement_9() { return static_cast(offsetof(XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F, ____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_t78BD14FFCF51D7812853407BC715516F09FA083F, ____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_tEC6C4FFA530F292BC4C09145DA5937285A664472 : public XmlTypeMapMemberExpandable_tEFC74196D6503AB38EEA1AD371BA55EABC7C30ED { public: public: }; // System.Xml.Serialization.XmlTypeMapMemberAttribute struct XmlTypeMapMemberAttribute_tD9692D2B3223A558EE5B6FADCED2F92183F16C6C : public XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D { 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_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * ____mappedType_13; public: inline static int32_t get_offset_of__attributeName_10() { return static_cast(offsetof(XmlTypeMapMemberAttribute_tD9692D2B3223A558EE5B6FADCED2F92183F16C6C, ____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_tD9692D2B3223A558EE5B6FADCED2F92183F16C6C, ____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_tD9692D2B3223A558EE5B6FADCED2F92183F16C6C, ____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_tD9692D2B3223A558EE5B6FADCED2F92183F16C6C, ____mappedType_13)); } inline XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * get__mappedType_13() const { return ____mappedType_13; } inline XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA ** get_address_of__mappedType_13() { return &____mappedType_13; } inline void set__mappedType_13(XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * value) { ____mappedType_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____mappedType_13), (void*)value); } }; // System.Xml.Serialization.XmlTypeMapMemberFlatList struct XmlTypeMapMemberFlatList_tEA9F25C615A27D3B9761879A55C2BF74E394D31F : public XmlTypeMapMemberExpandable_tEFC74196D6503AB38EEA1AD371BA55EABC7C30ED { public: // System.Xml.Serialization.ListMap System.Xml.Serialization.XmlTypeMapMemberFlatList::_listMap ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742 * ____listMap_15; public: inline static int32_t get_offset_of__listMap_15() { return static_cast(offsetof(XmlTypeMapMemberFlatList_tEA9F25C615A27D3B9761879A55C2BF74E394D31F, ____listMap_15)); } inline ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742 * get__listMap_15() const { return ____listMap_15; } inline ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742 ** get_address_of__listMap_15() { return &____listMap_15; } inline void set__listMap_15(ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742 * value) { ____listMap_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____listMap_15), (void*)value); } }; // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E : public XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 { public: public: }; // System.Xml.XmlCDataSection struct XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 : public XmlCharacterData_tA7587D706680E42BD7A094F87CB0859C840A8531 { public: public: }; // System.Xml.XmlCachedStream struct XmlCachedStream_t4187D3DDDEA27C1F8B7CAF33706457783B763F56 : public MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C { public: // System.Uri System.Xml.XmlCachedStream::uri Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri_14; public: inline static int32_t get_offset_of_uri_14() { return static_cast(offsetof(XmlCachedStream_t4187D3DDDEA27C1F8B7CAF33706457783B763F56, ___uri_14)); } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_uri_14() const { return ___uri_14; } inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_uri_14() { return &___uri_14; } inline void set_uri_14(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value) { ___uri_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___uri_14), (void*)value); } }; // System.Xml.XmlComment struct XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D : public XmlCharacterData_tA7587D706680E42BD7A094F87CB0859C840A8531 { public: public: }; // System.Xml.XmlNodeChangedEventArgs struct XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA : public EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E { public: // System.Xml.XmlNodeChangedAction System.Xml.XmlNodeChangedEventArgs::action int32_t ___action_1; // System.Xml.XmlNode System.Xml.XmlNodeChangedEventArgs::node XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node_2; // System.Xml.XmlNode System.Xml.XmlNodeChangedEventArgs::oldParent XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___oldParent_3; // System.Xml.XmlNode System.Xml.XmlNodeChangedEventArgs::newParent XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___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_t0376E69AE8B0ED655552CD4B073F3213AE414BDA, ___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_t0376E69AE8B0ED655552CD4B073F3213AE414BDA, ___node_2)); } inline XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * get_node_2() const { return ___node_2; } inline XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB ** get_address_of_node_2() { return &___node_2; } inline void set_node_2(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * value) { ___node_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___node_2), (void*)value); } inline static int32_t get_offset_of_oldParent_3() { return static_cast(offsetof(XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA, ___oldParent_3)); } inline XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * get_oldParent_3() const { return ___oldParent_3; } inline XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB ** get_address_of_oldParent_3() { return &___oldParent_3; } inline void set_oldParent_3(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * value) { ___oldParent_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___oldParent_3), (void*)value); } inline static int32_t get_offset_of_newParent_4() { return static_cast(offsetof(XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA, ___newParent_4)); } inline XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * get_newParent_4() const { return ___newParent_4; } inline XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB ** get_address_of_newParent_4() { return &___newParent_4; } inline void set_newParent_4(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * value) { ___newParent_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___newParent_4), (void*)value); } inline static int32_t get_offset_of_oldValue_5() { return static_cast(offsetof(XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA, ___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_t0376E69AE8B0ED655552CD4B073F3213AE414BDA, ___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.XmlSignificantWhitespace struct XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB : public XmlCharacterData_tA7587D706680E42BD7A094F87CB0859C840A8531 { public: public: }; // System.Xml.XmlText struct XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 : public XmlCharacterData_tA7587D706680E42BD7A094F87CB0859C840A8531 { public: public: }; // System.Xml.XmlTextWriter struct XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6 : public XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 { public: // System.IO.TextWriter System.Xml.XmlTextWriter::textWriter TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * ___textWriter_0; // System.Xml.XmlTextEncoder System.Xml.XmlTextWriter::xmlEncoder XmlTextEncoder_t444AD6ADF242669731301011B84C2A007B08A475 * ___xmlEncoder_1; // System.Text.Encoding System.Xml.XmlTextWriter::encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding_2; // System.Xml.Formatting System.Xml.XmlTextWriter::formatting int32_t ___formatting_3; // System.Boolean System.Xml.XmlTextWriter::indented bool ___indented_4; // System.Int32 System.Xml.XmlTextWriter::indentation int32_t ___indentation_5; // System.Char System.Xml.XmlTextWriter::indentChar Il2CppChar ___indentChar_6; // System.Xml.XmlTextWriter_TagInfo[] System.Xml.XmlTextWriter::stack TagInfoU5BU5D_tD76375D724727EC61E004D83983EF983E350C910* ___stack_7; // System.Int32 System.Xml.XmlTextWriter::top int32_t ___top_8; // System.Xml.XmlTextWriter_State[] System.Xml.XmlTextWriter::stateTable StateU5BU5D_t81C65FBCFDEA7DE192DE625334AE40FB591ED4D2* ___stateTable_9; // System.Xml.XmlTextWriter_State System.Xml.XmlTextWriter::currentState int32_t ___currentState_10; // System.Xml.XmlTextWriter_Token System.Xml.XmlTextWriter::lastToken int32_t ___lastToken_11; // System.Xml.XmlTextWriterBase64Encoder System.Xml.XmlTextWriter::base64Encoder XmlTextWriterBase64Encoder_t1362FFBE93C9BC675B4A34503DB31AA6D3AAF01C * ___base64Encoder_12; // System.Char System.Xml.XmlTextWriter::quoteChar Il2CppChar ___quoteChar_13; // System.Char System.Xml.XmlTextWriter::curQuoteChar Il2CppChar ___curQuoteChar_14; // System.Boolean System.Xml.XmlTextWriter::namespaces bool ___namespaces_15; // System.Xml.XmlTextWriter_SpecialAttr System.Xml.XmlTextWriter::specialAttr int32_t ___specialAttr_16; // System.String System.Xml.XmlTextWriter::prefixForXmlNs String_t* ___prefixForXmlNs_17; // System.Boolean System.Xml.XmlTextWriter::flush bool ___flush_18; // System.Xml.XmlTextWriter_Namespace[] System.Xml.XmlTextWriter::nsStack NamespaceU5BU5D_t543949D15727D25A9D2882E32191DE4C5DBD9829* ___nsStack_19; // System.Int32 System.Xml.XmlTextWriter::nsTop int32_t ___nsTop_20; // System.Collections.Generic.Dictionary`2 System.Xml.XmlTextWriter::nsHashtable Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___nsHashtable_21; // System.Boolean System.Xml.XmlTextWriter::useNsHashtable bool ___useNsHashtable_22; // System.Xml.XmlCharType System.Xml.XmlTextWriter::xmlCharType XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 ___xmlCharType_23; public: inline static int32_t get_offset_of_textWriter_0() { return static_cast(offsetof(XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6, ___textWriter_0)); } inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * get_textWriter_0() const { return ___textWriter_0; } inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 ** get_address_of_textWriter_0() { return &___textWriter_0; } inline void set_textWriter_0(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * value) { ___textWriter_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___textWriter_0), (void*)value); } inline static int32_t get_offset_of_xmlEncoder_1() { return static_cast(offsetof(XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6, ___xmlEncoder_1)); } inline XmlTextEncoder_t444AD6ADF242669731301011B84C2A007B08A475 * get_xmlEncoder_1() const { return ___xmlEncoder_1; } inline XmlTextEncoder_t444AD6ADF242669731301011B84C2A007B08A475 ** get_address_of_xmlEncoder_1() { return &___xmlEncoder_1; } inline void set_xmlEncoder_1(XmlTextEncoder_t444AD6ADF242669731301011B84C2A007B08A475 * value) { ___xmlEncoder_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlEncoder_1), (void*)value); } inline static int32_t get_offset_of_encoding_2() { return static_cast(offsetof(XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6, ___encoding_2)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_encoding_2() const { return ___encoding_2; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_encoding_2() { return &___encoding_2; } inline void set_encoding_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ___encoding_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_2), (void*)value); } inline static int32_t get_offset_of_formatting_3() { return static_cast(offsetof(XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6, ___formatting_3)); } inline int32_t get_formatting_3() const { return ___formatting_3; } inline int32_t* get_address_of_formatting_3() { return &___formatting_3; } inline void set_formatting_3(int32_t value) { ___formatting_3 = value; } inline static int32_t get_offset_of_indented_4() { return static_cast(offsetof(XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6, ___indented_4)); } inline bool get_indented_4() const { return ___indented_4; } inline bool* get_address_of_indented_4() { return &___indented_4; } inline void set_indented_4(bool value) { ___indented_4 = value; } inline static int32_t get_offset_of_indentation_5() { return static_cast(offsetof(XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6, ___indentation_5)); } inline int32_t get_indentation_5() const { return ___indentation_5; } inline int32_t* get_address_of_indentation_5() { return &___indentation_5; } inline void set_indentation_5(int32_t value) { ___indentation_5 = value; } inline static int32_t get_offset_of_indentChar_6() { return static_cast(offsetof(XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6, ___indentChar_6)); } inline Il2CppChar get_indentChar_6() const { return ___indentChar_6; } inline Il2CppChar* get_address_of_indentChar_6() { return &___indentChar_6; } inline void set_indentChar_6(Il2CppChar value) { ___indentChar_6 = value; } inline static int32_t get_offset_of_stack_7() { return static_cast(offsetof(XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6, ___stack_7)); } inline TagInfoU5BU5D_tD76375D724727EC61E004D83983EF983E350C910* get_stack_7() const { return ___stack_7; } inline TagInfoU5BU5D_tD76375D724727EC61E004D83983EF983E350C910** get_address_of_stack_7() { return &___stack_7; } inline void set_stack_7(TagInfoU5BU5D_tD76375D724727EC61E004D83983EF983E350C910* value) { ___stack_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___stack_7), (void*)value); } inline static int32_t get_offset_of_top_8() { return static_cast(offsetof(XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6, ___top_8)); } inline int32_t get_top_8() const { return ___top_8; } inline int32_t* get_address_of_top_8() { return &___top_8; } inline void set_top_8(int32_t value) { ___top_8 = value; } inline static int32_t get_offset_of_stateTable_9() { return static_cast(offsetof(XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6, ___stateTable_9)); } inline StateU5BU5D_t81C65FBCFDEA7DE192DE625334AE40FB591ED4D2* get_stateTable_9() const { return ___stateTable_9; } inline StateU5BU5D_t81C65FBCFDEA7DE192DE625334AE40FB591ED4D2** get_address_of_stateTable_9() { return &___stateTable_9; } inline void set_stateTable_9(StateU5BU5D_t81C65FBCFDEA7DE192DE625334AE40FB591ED4D2* value) { ___stateTable_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___stateTable_9), (void*)value); } inline static int32_t get_offset_of_currentState_10() { return static_cast(offsetof(XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6, ___currentState_10)); } inline int32_t get_currentState_10() const { return ___currentState_10; } inline int32_t* get_address_of_currentState_10() { return &___currentState_10; } inline void set_currentState_10(int32_t value) { ___currentState_10 = value; } inline static int32_t get_offset_of_lastToken_11() { return static_cast(offsetof(XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6, ___lastToken_11)); } inline int32_t get_lastToken_11() const { return ___lastToken_11; } inline int32_t* get_address_of_lastToken_11() { return &___lastToken_11; } inline void set_lastToken_11(int32_t value) { ___lastToken_11 = value; } inline static int32_t get_offset_of_base64Encoder_12() { return static_cast(offsetof(XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6, ___base64Encoder_12)); } inline XmlTextWriterBase64Encoder_t1362FFBE93C9BC675B4A34503DB31AA6D3AAF01C * get_base64Encoder_12() const { return ___base64Encoder_12; } inline XmlTextWriterBase64Encoder_t1362FFBE93C9BC675B4A34503DB31AA6D3AAF01C ** get_address_of_base64Encoder_12() { return &___base64Encoder_12; } inline void set_base64Encoder_12(XmlTextWriterBase64Encoder_t1362FFBE93C9BC675B4A34503DB31AA6D3AAF01C * value) { ___base64Encoder_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___base64Encoder_12), (void*)value); } inline static int32_t get_offset_of_quoteChar_13() { return static_cast(offsetof(XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6, ___quoteChar_13)); } inline Il2CppChar get_quoteChar_13() const { return ___quoteChar_13; } inline Il2CppChar* get_address_of_quoteChar_13() { return &___quoteChar_13; } inline void set_quoteChar_13(Il2CppChar value) { ___quoteChar_13 = value; } inline static int32_t get_offset_of_curQuoteChar_14() { return static_cast(offsetof(XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6, ___curQuoteChar_14)); } inline Il2CppChar get_curQuoteChar_14() const { return ___curQuoteChar_14; } inline Il2CppChar* get_address_of_curQuoteChar_14() { return &___curQuoteChar_14; } inline void set_curQuoteChar_14(Il2CppChar value) { ___curQuoteChar_14 = value; } inline static int32_t get_offset_of_namespaces_15() { return static_cast(offsetof(XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6, ___namespaces_15)); } inline bool get_namespaces_15() const { return ___namespaces_15; } inline bool* get_address_of_namespaces_15() { return &___namespaces_15; } inline void set_namespaces_15(bool value) { ___namespaces_15 = value; } inline static int32_t get_offset_of_specialAttr_16() { return static_cast(offsetof(XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6, ___specialAttr_16)); } inline int32_t get_specialAttr_16() const { return ___specialAttr_16; } inline int32_t* get_address_of_specialAttr_16() { return &___specialAttr_16; } inline void set_specialAttr_16(int32_t value) { ___specialAttr_16 = value; } inline static int32_t get_offset_of_prefixForXmlNs_17() { return static_cast(offsetof(XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6, ___prefixForXmlNs_17)); } inline String_t* get_prefixForXmlNs_17() const { return ___prefixForXmlNs_17; } inline String_t** get_address_of_prefixForXmlNs_17() { return &___prefixForXmlNs_17; } inline void set_prefixForXmlNs_17(String_t* value) { ___prefixForXmlNs_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___prefixForXmlNs_17), (void*)value); } inline static int32_t get_offset_of_flush_18() { return static_cast(offsetof(XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6, ___flush_18)); } inline bool get_flush_18() const { return ___flush_18; } inline bool* get_address_of_flush_18() { return &___flush_18; } inline void set_flush_18(bool value) { ___flush_18 = value; } inline static int32_t get_offset_of_nsStack_19() { return static_cast(offsetof(XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6, ___nsStack_19)); } inline NamespaceU5BU5D_t543949D15727D25A9D2882E32191DE4C5DBD9829* get_nsStack_19() const { return ___nsStack_19; } inline NamespaceU5BU5D_t543949D15727D25A9D2882E32191DE4C5DBD9829** get_address_of_nsStack_19() { return &___nsStack_19; } inline void set_nsStack_19(NamespaceU5BU5D_t543949D15727D25A9D2882E32191DE4C5DBD9829* value) { ___nsStack_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___nsStack_19), (void*)value); } inline static int32_t get_offset_of_nsTop_20() { return static_cast(offsetof(XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6, ___nsTop_20)); } inline int32_t get_nsTop_20() const { return ___nsTop_20; } inline int32_t* get_address_of_nsTop_20() { return &___nsTop_20; } inline void set_nsTop_20(int32_t value) { ___nsTop_20 = value; } inline static int32_t get_offset_of_nsHashtable_21() { return static_cast(offsetof(XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6, ___nsHashtable_21)); } inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_nsHashtable_21() const { return ___nsHashtable_21; } inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_nsHashtable_21() { return &___nsHashtable_21; } inline void set_nsHashtable_21(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value) { ___nsHashtable_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___nsHashtable_21), (void*)value); } inline static int32_t get_offset_of_useNsHashtable_22() { return static_cast(offsetof(XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6, ___useNsHashtable_22)); } inline bool get_useNsHashtable_22() const { return ___useNsHashtable_22; } inline bool* get_address_of_useNsHashtable_22() { return &___useNsHashtable_22; } inline void set_useNsHashtable_22(bool value) { ___useNsHashtable_22 = value; } inline static int32_t get_offset_of_xmlCharType_23() { return static_cast(offsetof(XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6, ___xmlCharType_23)); } inline XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 get_xmlCharType_23() const { return ___xmlCharType_23; } inline XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * get_address_of_xmlCharType_23() { return &___xmlCharType_23; } inline void set_xmlCharType_23(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 value) { ___xmlCharType_23 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___xmlCharType_23))->___charProperties_2), (void*)NULL); } }; struct XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6_StaticFields { public: // System.String[] System.Xml.XmlTextWriter::stateName StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___stateName_24; // System.String[] System.Xml.XmlTextWriter::tokenName StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___tokenName_25; // System.Xml.XmlTextWriter_State[] System.Xml.XmlTextWriter::stateTableDefault StateU5BU5D_t81C65FBCFDEA7DE192DE625334AE40FB591ED4D2* ___stateTableDefault_26; // System.Xml.XmlTextWriter_State[] System.Xml.XmlTextWriter::stateTableDocument StateU5BU5D_t81C65FBCFDEA7DE192DE625334AE40FB591ED4D2* ___stateTableDocument_27; public: inline static int32_t get_offset_of_stateName_24() { return static_cast(offsetof(XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6_StaticFields, ___stateName_24)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_stateName_24() const { return ___stateName_24; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_stateName_24() { return &___stateName_24; } inline void set_stateName_24(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___stateName_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___stateName_24), (void*)value); } inline static int32_t get_offset_of_tokenName_25() { return static_cast(offsetof(XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6_StaticFields, ___tokenName_25)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_tokenName_25() const { return ___tokenName_25; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_tokenName_25() { return &___tokenName_25; } inline void set_tokenName_25(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___tokenName_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___tokenName_25), (void*)value); } inline static int32_t get_offset_of_stateTableDefault_26() { return static_cast(offsetof(XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6_StaticFields, ___stateTableDefault_26)); } inline StateU5BU5D_t81C65FBCFDEA7DE192DE625334AE40FB591ED4D2* get_stateTableDefault_26() const { return ___stateTableDefault_26; } inline StateU5BU5D_t81C65FBCFDEA7DE192DE625334AE40FB591ED4D2** get_address_of_stateTableDefault_26() { return &___stateTableDefault_26; } inline void set_stateTableDefault_26(StateU5BU5D_t81C65FBCFDEA7DE192DE625334AE40FB591ED4D2* value) { ___stateTableDefault_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___stateTableDefault_26), (void*)value); } inline static int32_t get_offset_of_stateTableDocument_27() { return static_cast(offsetof(XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6_StaticFields, ___stateTableDocument_27)); } inline StateU5BU5D_t81C65FBCFDEA7DE192DE625334AE40FB591ED4D2* get_stateTableDocument_27() const { return ___stateTableDocument_27; } inline StateU5BU5D_t81C65FBCFDEA7DE192DE625334AE40FB591ED4D2** get_address_of_stateTableDocument_27() { return &___stateTableDocument_27; } inline void set_stateTableDocument_27(StateU5BU5D_t81C65FBCFDEA7DE192DE625334AE40FB591ED4D2* value) { ___stateTableDocument_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___stateTableDocument_27), (void*)value); } }; // System.Xml.XmlWhitespace struct XmlWhitespace_tF5EA718743A148EBF7594ADF5A06B3224857AD4D : public XmlCharacterData_tA7587D706680E42BD7A094F87CB0859C840A8531 { public: public: }; // System.ArgumentException struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { 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_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___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_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t { public: public: }; // System.FormatException struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.IndexOutOfRangeException struct IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.InvalidCastException struct InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.NotImplementedException struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.NotSupportedException struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // System.Reflection.TargetInvocationException struct TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8 : public ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74 { public: public: }; // System.Xml.Schema.SchemaAttDef struct SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 : public SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B { 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_t6701AAE5762853EDC86D272CC2A79EABB36924A4, ___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_t6701AAE5762853EDC86D272CC2A79EABB36924A4, ___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_t6701AAE5762853EDC86D272CC2A79EABB36924A4, ___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_t6701AAE5762853EDC86D272CC2A79EABB36924A4, ___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_t6701AAE5762853EDC86D272CC2A79EABB36924A4, ___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_t6701AAE5762853EDC86D272CC2A79EABB36924A4, ___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; } }; struct SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4_StaticFields { public: // System.Xml.Schema.SchemaAttDef System.Xml.Schema.SchemaAttDef::Empty SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * ___Empty_17; public: inline static int32_t get_offset_of_Empty_17() { return static_cast(offsetof(SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4_StaticFields, ___Empty_17)); } inline SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * get_Empty_17() const { return ___Empty_17; } inline SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 ** get_address_of_Empty_17() { return &___Empty_17; } inline void set_Empty_17(SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * value) { ___Empty_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_17), (void*)value); } }; // System.Xml.Schema.SchemaElementDecl struct SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 : public SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B { public: // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaElementDecl::attdefs Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * ___attdefs_11; // System.Collections.Generic.List`1 System.Xml.Schema.SchemaElementDecl::defaultAttdefs List_1_t2860FD4BD1AB958B9D33F7B140FDCC661ECEA601 * ___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_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201 * ___prohibitedAttributes_17; // System.Xml.Schema.ContentValidator System.Xml.Schema.SchemaElementDecl::contentValidator ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * ___contentValidator_18; // System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.SchemaElementDecl::anyAttribute XmlSchemaAnyAttribute_t09BC4DE0DCA6086FA21F134EAE49241B32FAD078 * ___anyAttribute_19; public: inline static int32_t get_offset_of_attdefs_11() { return static_cast(offsetof(SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466, ___attdefs_11)); } inline Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * get_attdefs_11() const { return ___attdefs_11; } inline Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 ** get_address_of_attdefs_11() { return &___attdefs_11; } inline void set_attdefs_11(Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * value) { ___attdefs_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___attdefs_11), (void*)value); } inline static int32_t get_offset_of_defaultAttdefs_12() { return static_cast(offsetof(SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466, ___defaultAttdefs_12)); } inline List_1_t2860FD4BD1AB958B9D33F7B140FDCC661ECEA601 * get_defaultAttdefs_12() const { return ___defaultAttdefs_12; } inline List_1_t2860FD4BD1AB958B9D33F7B140FDCC661ECEA601 ** get_address_of_defaultAttdefs_12() { return &___defaultAttdefs_12; } inline void set_defaultAttdefs_12(List_1_t2860FD4BD1AB958B9D33F7B140FDCC661ECEA601 * value) { ___defaultAttdefs_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultAttdefs_12), (void*)value); } inline static int32_t get_offset_of_isIdDeclared_13() { return static_cast(offsetof(SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466, ___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_t1D19D717C111EFE96DCB86F7A029BE5E2616C466, ___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_t1D19D717C111EFE96DCB86F7A029BE5E2616C466, ___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_t1D19D717C111EFE96DCB86F7A029BE5E2616C466, ___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_t1D19D717C111EFE96DCB86F7A029BE5E2616C466, ___prohibitedAttributes_17)); } inline Dictionary_2_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201 * get_prohibitedAttributes_17() const { return ___prohibitedAttributes_17; } inline Dictionary_2_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201 ** get_address_of_prohibitedAttributes_17() { return &___prohibitedAttributes_17; } inline void set_prohibitedAttributes_17(Dictionary_2_t8F585B0FDF25A3B59F04BFC4617D77AF8AA45201 * value) { ___prohibitedAttributes_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___prohibitedAttributes_17), (void*)value); } inline static int32_t get_offset_of_contentValidator_18() { return static_cast(offsetof(SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466, ___contentValidator_18)); } inline ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * get_contentValidator_18() const { return ___contentValidator_18; } inline ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA ** get_address_of_contentValidator_18() { return &___contentValidator_18; } inline void set_contentValidator_18(ContentValidator_tF701012C2DEDAD821FACDC630F99D45BFCCC03AA * value) { ___contentValidator_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentValidator_18), (void*)value); } inline static int32_t get_offset_of_anyAttribute_19() { return static_cast(offsetof(SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466, ___anyAttribute_19)); } inline XmlSchemaAnyAttribute_t09BC4DE0DCA6086FA21F134EAE49241B32FAD078 * get_anyAttribute_19() const { return ___anyAttribute_19; } inline XmlSchemaAnyAttribute_t09BC4DE0DCA6086FA21F134EAE49241B32FAD078 ** get_address_of_anyAttribute_19() { return &___anyAttribute_19; } inline void set_anyAttribute_19(XmlSchemaAnyAttribute_t09BC4DE0DCA6086FA21F134EAE49241B32FAD078 * value) { ___anyAttribute_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___anyAttribute_19), (void*)value); } }; struct SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466_StaticFields { public: // System.Xml.Schema.SchemaElementDecl System.Xml.Schema.SchemaElementDecl::Empty SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * ___Empty_20; public: inline static int32_t get_offset_of_Empty_20() { return static_cast(offsetof(SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466_StaticFields, ___Empty_20)); } inline SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * get_Empty_20() const { return ___Empty_20; } inline SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 ** get_address_of_Empty_20() { return &___Empty_20; } inline void set_Empty_20(SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * value) { ___Empty_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_20), (void*)value); } }; // System.Xml.Schema.XmlListConverter struct XmlListConverter_tC0C9B12C2CB4282697C8A738419B3595FB013DC2 : public XmlBaseConverter_t2E1FE7137987814D59918B27A1807DAE7E78CFD8 { public: // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlListConverter::atomicConverter XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * ___atomicConverter_32; public: inline static int32_t get_offset_of_atomicConverter_32() { return static_cast(offsetof(XmlListConverter_tC0C9B12C2CB4282697C8A738419B3595FB013DC2, ___atomicConverter_32)); } inline XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * get_atomicConverter_32() const { return ___atomicConverter_32; } inline XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E ** get_address_of_atomicConverter_32() { return &___atomicConverter_32; } inline void set_atomicConverter_32(XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * value) { ___atomicConverter_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___atomicConverter_32), (void*)value); } }; // System.Xml.Schema.XmlSchemaException struct XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: // System.String System.Xml.Schema.XmlSchemaException::res String_t* ___res_17; // System.String[] System.Xml.Schema.XmlSchemaException::args StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args_18; // System.String System.Xml.Schema.XmlSchemaException::sourceUri String_t* ___sourceUri_19; // System.Int32 System.Xml.Schema.XmlSchemaException::lineNumber int32_t ___lineNumber_20; // System.Int32 System.Xml.Schema.XmlSchemaException::linePosition int32_t ___linePosition_21; // System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaException::sourceSchemaObject XmlSchemaObject_tB5695348FF2B08149CAE95CD10F39F21EDB1F57B * ___sourceSchemaObject_22; // System.String System.Xml.Schema.XmlSchemaException::message String_t* ___message_23; public: inline static int32_t get_offset_of_res_17() { return static_cast(offsetof(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65, ___res_17)); } inline String_t* get_res_17() const { return ___res_17; } inline String_t** get_address_of_res_17() { return &___res_17; } inline void set_res_17(String_t* value) { ___res_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___res_17), (void*)value); } inline static int32_t get_offset_of_args_18() { return static_cast(offsetof(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65, ___args_18)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_args_18() const { return ___args_18; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_args_18() { return &___args_18; } inline void set_args_18(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___args_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___args_18), (void*)value); } inline static int32_t get_offset_of_sourceUri_19() { return static_cast(offsetof(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65, ___sourceUri_19)); } inline String_t* get_sourceUri_19() const { return ___sourceUri_19; } inline String_t** get_address_of_sourceUri_19() { return &___sourceUri_19; } inline void set_sourceUri_19(String_t* value) { ___sourceUri_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___sourceUri_19), (void*)value); } inline static int32_t get_offset_of_lineNumber_20() { return static_cast(offsetof(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65, ___lineNumber_20)); } inline int32_t get_lineNumber_20() const { return ___lineNumber_20; } inline int32_t* get_address_of_lineNumber_20() { return &___lineNumber_20; } inline void set_lineNumber_20(int32_t value) { ___lineNumber_20 = value; } inline static int32_t get_offset_of_linePosition_21() { return static_cast(offsetof(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65, ___linePosition_21)); } inline int32_t get_linePosition_21() const { return ___linePosition_21; } inline int32_t* get_address_of_linePosition_21() { return &___linePosition_21; } inline void set_linePosition_21(int32_t value) { ___linePosition_21 = value; } inline static int32_t get_offset_of_sourceSchemaObject_22() { return static_cast(offsetof(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65, ___sourceSchemaObject_22)); } inline XmlSchemaObject_tB5695348FF2B08149CAE95CD10F39F21EDB1F57B * get_sourceSchemaObject_22() const { return ___sourceSchemaObject_22; } inline XmlSchemaObject_tB5695348FF2B08149CAE95CD10F39F21EDB1F57B ** get_address_of_sourceSchemaObject_22() { return &___sourceSchemaObject_22; } inline void set_sourceSchemaObject_22(XmlSchemaObject_tB5695348FF2B08149CAE95CD10F39F21EDB1F57B * value) { ___sourceSchemaObject_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___sourceSchemaObject_22), (void*)value); } inline static int32_t get_offset_of_message_23() { return static_cast(offsetof(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65, ___message_23)); } inline String_t* get_message_23() const { return ___message_23; } inline String_t** get_address_of_message_23() { return &___message_23; } inline void set_message_23(String_t* value) { ___message_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___message_23), (void*)value); } }; // System.Xml.Schema.XmlSchemaSimpleType struct XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A : public XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 { public: // System.Xml.Schema.XmlSchemaSimpleTypeContent System.Xml.Schema.XmlSchemaSimpleType::content XmlSchemaSimpleTypeContent_t87EF2A2F4B2F3D7827EA18B0FCB8393EA0201A3E * ___content_7; public: inline static int32_t get_offset_of_content_7() { return static_cast(offsetof(XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A, ___content_7)); } inline XmlSchemaSimpleTypeContent_t87EF2A2F4B2F3D7827EA18B0FCB8393EA0201A3E * get_content_7() const { return ___content_7; } inline XmlSchemaSimpleTypeContent_t87EF2A2F4B2F3D7827EA18B0FCB8393EA0201A3E ** get_address_of_content_7() { return &___content_7; } inline void set_content_7(XmlSchemaSimpleTypeContent_t87EF2A2F4B2F3D7827EA18B0FCB8393EA0201A3E * value) { ___content_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_7), (void*)value); } }; // System.Xml.Serialization.UnreferencedObjectEventHandler struct UnreferencedObjectEventHandler_t43A5BBC5B5EC952973CF7F9F191EAFF5C5DBCB9B : public MulticastDelegate_t { public: public: }; // System.Xml.Serialization.XmlAttributeEventHandler struct XmlAttributeEventHandler_t7DE5648EC8D9459D5DEA07DF556AFDF235C661A6 : public MulticastDelegate_t { public: public: }; // System.Xml.Serialization.XmlElementEventHandler struct XmlElementEventHandler_tF116A337C283F6E1ECC94728C6F113676D9A8174 : public MulticastDelegate_t { public: public: }; // System.Xml.Serialization.XmlMembersMapping struct XmlMembersMapping_t9ED4FD5026D98AFF2FF78E902B0BD4FE0579C991 : public XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 { public: // System.Boolean System.Xml.Serialization.XmlMembersMapping::_hasWrapperElement bool ____hasWrapperElement_6; // System.Xml.Serialization.XmlMemberMapping[] System.Xml.Serialization.XmlMembersMapping::_mapping XmlMemberMappingU5BU5D_t28F429C1F6F0E20B2BEF5B1E4C08D8788D2B7730* ____mapping_7; public: inline static int32_t get_offset_of__hasWrapperElement_6() { return static_cast(offsetof(XmlMembersMapping_t9ED4FD5026D98AFF2FF78E902B0BD4FE0579C991, ____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_t9ED4FD5026D98AFF2FF78E902B0BD4FE0579C991, ____mapping_7)); } inline XmlMemberMappingU5BU5D_t28F429C1F6F0E20B2BEF5B1E4C08D8788D2B7730* get__mapping_7() const { return ____mapping_7; } inline XmlMemberMappingU5BU5D_t28F429C1F6F0E20B2BEF5B1E4C08D8788D2B7730** get_address_of__mapping_7() { return &____mapping_7; } inline void set__mapping_7(XmlMemberMappingU5BU5D_t28F429C1F6F0E20B2BEF5B1E4C08D8788D2B7730* value) { ____mapping_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____mapping_7), (void*)value); } }; // System.Xml.Serialization.XmlNodeEventHandler struct XmlNodeEventHandler_tD870BE5167E49CD15CA2F1879CD1EC0229C40F49 : public MulticastDelegate_t { public: public: }; // System.Xml.Serialization.XmlSerializationWriteCallback struct XmlSerializationWriteCallback_tC98B104DBDBC776D566F853B9DED7668089431FA : public MulticastDelegate_t { public: public: }; // System.Xml.Serialization.XmlTypeMapping struct XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA : public XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 { 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_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * ___type_8; // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapping::baseMap XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * ___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_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____derivedTypes_14; public: inline static int32_t get_offset_of_xmlType_6() { return static_cast(offsetof(XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA, ___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_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA, ___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_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA, ___type_8)); } inline TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * get_type_8() const { return ___type_8; } inline TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 ** get_address_of_type_8() { return &___type_8; } inline void set_type_8(TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * value) { ___type_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_8), (void*)value); } inline static int32_t get_offset_of_baseMap_9() { return static_cast(offsetof(XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA, ___baseMap_9)); } inline XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * get_baseMap_9() const { return ___baseMap_9; } inline XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA ** get_address_of_baseMap_9() { return &___baseMap_9; } inline void set_baseMap_9(XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * value) { ___baseMap_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseMap_9), (void*)value); } inline static int32_t get_offset_of_multiReferenceType_10() { return static_cast(offsetof(XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA, ___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_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA, ___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_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA, ___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_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA, ___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_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA, ____derivedTypes_14)); } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__derivedTypes_14() const { return ____derivedTypes_14; } inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__derivedTypes_14() { return &____derivedTypes_14; } inline void set__derivedTypes_14(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value) { ____derivedTypes_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____derivedTypes_14), (void*)value); } }; // System.Xml.XmlException struct XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: // System.String System.Xml.XmlException::res String_t* ___res_17; // System.String[] System.Xml.XmlException::args StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___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_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D, ___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_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D, ___args_18)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_args_18() const { return ___args_18; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_args_18() { return &___args_18; } inline void set_args_18(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___args_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___args_18), (void*)value); } inline static int32_t get_offset_of_lineNumber_19() { return static_cast(offsetof(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D, ___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_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D, ___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_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D, ___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_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D, ___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.XmlNodeChangedEventHandler struct XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 : public MulticastDelegate_t { public: public: }; // System.ArgumentNullException struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 { 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_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA, ___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); } }; struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_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_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_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.Xml.Schema.XmlUntypedConverter struct XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E : public XmlListConverter_tC0C9B12C2CB4282697C8A738419B3595FB013DC2 { 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_t320F0E666810AFC92D49F4758E6B6A152B264D1E, ___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; } }; struct XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_StaticFields { public: // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlUntypedConverter::Untyped XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * ___Untyped_34; // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlUntypedConverter::UntypedList XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * ___UntypedList_35; public: inline static int32_t get_offset_of_Untyped_34() { return static_cast(offsetof(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_StaticFields, ___Untyped_34)); } inline XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * get_Untyped_34() const { return ___Untyped_34; } inline XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E ** get_address_of_Untyped_34() { return &___Untyped_34; } inline void set_Untyped_34(XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * value) { ___Untyped_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___Untyped_34), (void*)value); } inline static int32_t get_offset_of_UntypedList_35() { return static_cast(offsetof(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_StaticFields, ___UntypedList_35)); } inline XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * get_UntypedList_35() const { return ___UntypedList_35; } inline XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E ** get_address_of_UntypedList_35() { return &___UntypedList_35; } inline void set_UntypedList_35(XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * value) { ___UntypedList_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___UntypedList_35), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Delegate[] struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : 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.Xml.XmlQualifiedName[] struct XmlQualifiedNameU5BU5D_t375EB02A213AC919E02336B57A412BB761AFA18B : public RuntimeArray { public: ALIGN_FIELD (8) XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * m_Items[1]; public: inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD ** 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_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : 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.Type[] struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F : 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.Reflection.MemberInfo[] struct MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6 : 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.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA : public RuntimeArray { public: ALIGN_FIELD (8) ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E m_Items[1]; public: inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E * 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, ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL); } inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL); } }; // System.Byte[] struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.Char[] struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : 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.String[] struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : 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); } }; // MS.Internal.Xml.Cache.XPathNode[] struct XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B : public RuntimeArray { public: ALIGN_FIELD (8) XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 m_Items[1]; public: inline XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * 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, XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___info_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_6), (void*)NULL); #endif } inline XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XPathNode_tC207ED6C653E80055FE6C5ECD3E6137A326659A0 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___info_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_6), (void*)NULL); #endif } }; // System.Int32[] struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 : 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.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m5A234D10FE64EBA8947911BF08F84E0F395DA134_gshared (Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646 * __this, XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 ___key0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 Dictionary_2_get_Item_mD95AB5886F6464DC59D441EC2A96CD4C0DF35A56_gshared (Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646 * __this, XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 ___key0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB Dictionary_2_GetEnumerator_mF1CF1D13F3E70C6D20D96D9AC88E44454E4C0053_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter::FixupMembers(System.Xml.Serialization.ClassMap,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReaderInterpreter_FixupMembers_m6519E532606935EE36B7D19DF2E8D004D725E5DE (XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C * __this, ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * ___map0, RuntimeObject * ___obfixup1, bool ___isValueList2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationGeneratedCode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationGeneratedCode__ctor_m638244C0FFF366D1046E35EE6FE915ACBA5B1CBC (XmlSerializationGeneratedCode_tD121073E4460FCF7F6B549E4621B0CB971D2E6CE * __this, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68 (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6 (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * __this, const RuntimeMethod* method); // System.Xml.XmlQualifiedName[] System.Xml.Serialization.XmlSerializerNamespaces::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedNameU5BU5D_t375EB02A213AC919E02336B57A412BB761AFA18B* XmlSerializerNamespaces_ToArray_m96737F750ECA2A39F753C270F4842E4234EFA505 (XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F * __this, const RuntimeMethod* method); // System.String System.Xml.XmlQualifiedName::get_Name() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880_inline (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.String System.Xml.XmlQualifiedName::get_Namespace() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5_inline (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter/WriteCallbackInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteCallbackInfo__ctor_mC74D2E0C206D6FA14DA6F460125046379393B860 (WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC * __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_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method); // System.Exception System.Xml.Serialization.XmlSerializationWriter::CreateUnknownTypeException(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlSerializationWriter_CreateUnknownTypeException_m012A1E975B41EE4F9908159B67A58273184C254E (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, Type_t * ___type0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA (String_t* ___format0, RuntimeObject * ___arg01, 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_m0D8839B9BA1607AC40973899B37B7D32C63E588F (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___a0, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___b1, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlSerializationWriter::GetQualifiedName(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationWriter_GetQualifiedName_m9906C285489E0BA3B9F620F5EFC880FE30670820 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.ObjectIDGenerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectIDGenerator__ctor_mD9F36DD4AC2562F8A6883111DEC03695AEF83D8B (ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 * __this, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72 (const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, const RuntimeMethod* method); // System.Xml.XmlWriter System.Xml.Serialization.XmlSerializationWriter::get_Writer() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteAttribute(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteAttribute_m979EE0B5A417715B7E0A53EF590A231D96E5D4C8 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, String_t* ___value3, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlSerializationWriter::GetNamespacePrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationWriter_GetNamespacePrefix_m4BC4824F750B603AB8DEB2C10B1DA1031CEA4B7D (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___ns0, const RuntimeMethod* method); // System.Void System.Xml.XmlWriter::WriteAttributeString(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWriter_WriteAttributeString_mF674B85B37CB415C5602A73697B110CFF711D40B (XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, String_t* ___value3, const RuntimeMethod* method); // System.Xml.XmlElement System.Xml.XmlDocument::get_DocumentElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * XmlDocument_get_DocumentElement_m4834A8AB3916884BA14431A2E084C2C8A76E2EDA (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNullTagEncoded(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNullTagEncoded_mDC212271AF3AAE5711338F08743BFA743BE23AFB (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteXmlNode(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteXmlNode_m7E79AFAD1496CDC47DA0B6AE1E12ACBD9AF3C413 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, const RuntimeMethod* method); // System.Void System.Xml.XmlWriter::WriteStartElement(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWriter_WriteStartElement_m440AF3B1A8DF08E307BA315AA997D097BFD2A9FE (XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNullTagLiteral(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNullTagLiteral_m53F139468E561CA46F238D0CA51A860C90F85C66 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteElementQualifiedName(System.String,System.String,System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteElementQualifiedName_mA994A9ABFBC6F9A216CE7A4624C05FE6D4334CAA (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___localName0, String_t* ___ns1, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___value2, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___xsiType3, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlCustomFormatter::FromXmlNCName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlCustomFormatter_FromXmlNCName_m63B43CD0BD38D102C3BCC02D498A9E2D3F3A6603 (String_t* ___ncName0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteStartElement(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteStartElement_mE7915363E5239DC2A3F534D9589EADA1AF83D0EE (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___name0, String_t* ___ns1, 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_mA30DC190FE84804B2270EEB7BDDAA086F04B9396 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___a0, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___b1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteXsiType(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteXsiType_m107CE7F36E8AB6BEE944E34A820FB138C60D1C4F (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlSerializationWriter::FromXmlQualifiedName(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationWriter_FromXmlQualifiedName_m0EDFA5D06F44BAF0A86E135AAA2C8328143546B6 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___xmlQualifiedName0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteEndElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteEndElement_m36BB06C6D2386A3FC09EDE9BA2DF335B8AE387A9 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteElementString(System.String,System.String,System.String,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteElementString_m5FE978F446DAC7395FCA118F82DDEB4D10D2E926 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___localName0, String_t* ___ns1, String_t* ___value2, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___xsiType3, const RuntimeMethod* method); // System.Void System.Xml.XmlWriter::WriteElementString(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWriter_WriteElementString_m31DA0FBF7F096B7B9888E0CE645D28B18BA88982 (XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * __this, String_t* ___localName0, String_t* ___ns1, String_t* ___value2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteEndElement(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteEndElement_m1367AB6D5012FF5B5258B92E8493B3A22AF2E904 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, RuntimeObject * ___o0, const RuntimeMethod* method); // System.Collections.Hashtable System.Xml.Serialization.XmlSerializerNamespaces::get_Namespaces() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * XmlSerializerNamespaces_get_Namespaces_mFA497058A7B0EB75E4222748E9EF4CA2D3B80BF0 (XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F * __this, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Value() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m4B3DE9043323AB6C84FCD25C8610030572D67AE6_inline (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 * __this, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Key() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m5637186DC83BDD463E99ADDB2FE9C033D4EA0500_inline (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteElementQualifiedName(System.String,System.String,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteElementQualifiedName_m5532430EE30A96A6B78BE4F62C0DF1B633E440FB (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___localName0, String_t* ___ns1, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___value2, const RuntimeMethod* method); // System.Void System.Xml.XmlWriter::WriteAttributeString(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWriter_WriteAttributeString_mE17D93062324DEE8B9E05F0E93D661AB8B0DD868 (XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * __this, String_t* ___localName0, String_t* ___ns1, String_t* ___value2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteStartElement(System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteStartElement_mA5B4269CE0042E113E199A438DBA76471F425B72 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___name0, String_t* ___ns1, bool ___writePrefixed2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::CheckReferenceQueue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_CheckReferenceQueue_m4E4B47490468CAE6207A84E42CB7B4035E5755A5 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriteCallback::Invoke(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriteCallback_Invoke_m5F68EFE3A2685351FEB6EFF0696C8D22B25A327C (XmlSerializationWriteCallback_tC98B104DBDBC776D566F853B9DED7668089431FA * __this, RuntimeObject * ___o0, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlSerializationWriter::GetId(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationWriter_GetId_m6E376F6530AAD90A0D613576D6CAE64A8CEB42A9 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, RuntimeObject * ___o0, bool ___addToReferencesList1, const RuntimeMethod* method); // System.Void System.Xml.XmlWriter::WriteAttributeString(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWriter_WriteAttributeString_m69A1D8FC4E58ED3CB84CD174EBADF625061C8B5B (XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * __this, String_t* ___localName0, String_t* ___value1, const RuntimeMethod* method); // System.Boolean System.Type::op_Inequality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlSerializationWriter::AlreadyQueued(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSerializationWriter_AlreadyQueued_m058A94794B5D1403C16158E643D3F9AF715CEC09 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, RuntimeObject * ___ob0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, 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_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * TypeTranslator_GetTypeData_mD9520A81540AEDAB8AA181DE4665A4A3E06338A5 (Type_t * ___runtimeType0, String_t* ___xmlDataType1, bool ___underlyingEnumType2, const RuntimeMethod* method); // System.Xml.Serialization.SchemaTypes System.Xml.Serialization.TypeData::get_SchemaType() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t TypeData_get_SchemaType_m2B255B59385C12C2BC3C045C17CF6DA042E7430A_inline (TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.TypeData::get_XmlType() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* TypeData_get_XmlType_m5CFA0D29ECB41B9417B28AFFF98B2633C11213D8_inline (TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlCustomFormatter::ToXmlString(System.Xml.Serialization.TypeData,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlCustomFormatter_ToXmlString_m795F19FAA55753B5E347D8992476E7F8679C112A (TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * ___type0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlSerializationWriter::IsPrimitiveArray(System.Xml.Serialization.TypeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSerializationWriter_IsPrimitiveArray_m2A9F603029EF3E270769824F3AF8A13845B9BAF2 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * ___td0, const RuntimeMethod* method); // System.Xml.Serialization.TypeData System.Xml.Serialization.TypeTranslator::GetTypeData(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * TypeTranslator_GetTypeData_mB28352542D6F6E9FA504DA3B90D143A7366540B8 (Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteArray(System.Object,System.Xml.Serialization.TypeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteArray_mA635E0748CCF300DC161EBA2F968598B0D160DF5 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, RuntimeObject * ___o0, TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * ___td1, const RuntimeMethod* method); // System.Xml.Serialization.TypeData System.Xml.Serialization.TypeData::get_ListItemTypeData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * TypeData_get_ListItemTypeData_mE794346B6B4ACDBC9D52DFAF1FA1D38068988C11 (TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * __this, const RuntimeMethod* method); // System.Type System.Xml.Serialization.TypeData::get_ListItemType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeData_get_ListItemType_m19E65EC8EA0DC23908C535D362442DC193FE461F (TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * __this, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method); // System.Boolean System.Type::op_Equality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Int32 System.Array::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D (RuntimeArray * __this, const RuntimeMethod* method); // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02 (int32_t* __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method); // System.Object System.Array::GetValue(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m9B1409D22139722A3149AC49ABCF558A2E066544 (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WritePotentiallyReferencingElement_mC1BEE005D07112E635BD95D4FFCCE3329A52895D (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___n0, String_t* ___ns1, RuntimeObject * ___o2, Type_t * ___ambientType3, bool ___suppressReference4, bool ___isNullable5, const RuntimeMethod* method); // System.Void System.Collections.Queue::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue__ctor_mF04C9A574B8F803C2682CCE8B69B49FF088D14C4 (Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteSerializable(System.Xml.Serialization.IXmlSerializable,System.String,System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteSerializable_mEB53723A351A2167BCCAB6E9D06BB3DCE4586A92 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, RuntimeObject* ___serializable0, String_t* ___name1, String_t* ___ns2, bool ___isNullable3, bool ___wrapped4, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteStartElement(System.String,System.String,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteStartElement_m224645E2F0DF9CB292018A444EBCA8634A157D8E (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___name0, String_t* ___ns1, RuntimeObject * ___o2, bool ___writePrefixed3, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteStartElement(System.String,System.String,System.Object,System.Boolean,System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteStartElement_m54130F31BB5910068F80EDFFE6A2F02243ED6028 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___name0, String_t* ___ns1, RuntimeObject * ___o2, bool ___writePrefixed3, RuntimeObject* ___namespaces4, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlCustomFormatter::FromXmlName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlCustomFormatter_FromXmlName_mF9D0BB509B113A7E42F9FEE46C500AC55CE76E2B (String_t* ___name0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method); // System.String System.Xml.Serialization.TypeData::get_FullTypeName() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* TypeData_get_FullTypeName_m42130D57E12BA9DF8A41B43A7A47EAA80BC8615B_inline (TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.TypeData::get_IsXsdType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeData_get_IsXsdType_m386AF1B5D93504CF106B79082A164623249EA3CF (TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteValue_m46D0065BD0FFE35E097F018417D618EF70E92C9C (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.TypeTranslator::ParseArrayType(System.String,System.String&,System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeTranslator_ParseArrayType_m853D859BE206CEF3B51DC431D7AD7630614E3F73 (String_t* ___arrayType0, String_t** ___type1, String_t** ___ns2, String_t** ___dimensions3, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteAttribute_mF4B3873E8B20F8ECE08C116F55D705205DC78397 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___localName0, String_t* ___ns1, String_t* ___value2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter__ctor_m46D4F73D56A22A390A29254E1A7E6A32BA198C2B (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, const RuntimeMethod* method); // System.Xml.Serialization.SerializationFormat System.Xml.Serialization.XmlMapping::get_Format() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t XmlMapping_get_Format_m4CFEF07094827178B4A48D9420E1D39FD28E0906_inline (XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * __this, const RuntimeMethod* method); // System.Collections.ArrayList System.Xml.Serialization.XmlMapping::get_RelatedMaps() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * XmlMapping_get_RelatedMaps_mF4E909B36AC6B1BC8BA66870D00DD192597CB3F1_inline (XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter/CallbackInfo::.ctor(System.Xml.Serialization.XmlSerializationWriterInterpreter,System.Xml.Serialization.XmlTypeMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackInfo__ctor_m78BEAED007E09BAC00D80459663E16D73321A790 (CallbackInfo_t6FC419FB131647181747C58C4AA7642E18071292 * __this, XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * ___swi0, XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * ___typeMap1, const RuntimeMethod* method); // System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapping::get_TypeData() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * XmlTypeMapping_get_TypeData_m4DEE9E65218C537ACFE680FCA091F3B360AC47F5_inline (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, const RuntimeMethod* method); // System.Type System.Xml.Serialization.TypeData::get_Type() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Type_t * TypeData_get_Type_m6F148A0A8617BDBE3CC452A78E23F3C52595E1E7_inline (TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapping::get_XmlType() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlTypeMapping_get_XmlType_m8D93C5A33D0261941FFFCBB14F5280BDA7495094_inline (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlMapping::get_Namespace() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlMapping_get_Namespace_m071BEF69A59DA01D9475DBBE76102BA2C258203E_inline (XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriteCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriteCallback__ctor_m6BA24AC9826D5C910789AB89B60F01923D0F2CBB (XmlSerializationWriteCallback_tC98B104DBDBC776D566F853B9DED7668089431FA * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::AddWriteCallback(System.Type,System.String,System.String,System.Xml.Serialization.XmlSerializationWriteCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_AddWriteCallback_m3B3C7938AB1C6E4377419EB8AED256F0EBD6C290 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, Type_t * ___type0, String_t* ___typeName1, String_t* ___typeNs2, XmlSerializationWriteCallback_tC98B104DBDBC776D566F853B9DED7668089431FA * ___callback3, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteStartDocument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteStartDocument_m106D3B9C4C36EE695B29F1BAC6BA02BAAA951DB5 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::TopLevelElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_TopLevelElement_m8C1D80423BCCAC9DCFBAD874B8551A9B6922B001 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlMapping::get_ElementName() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlMapping_get_ElementName_mDE046327EB057B9A264CF2B03BA720C92DFF5894_inline (XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * __this, const RuntimeMethod* method); // System.Exception System.Xml.Serialization.XmlSerializationWriter::CreateUnknownTypeException(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlSerializationWriter_CreateUnknownTypeException_mDD3FC7DC14E8F072D26BE6C4090167D40584F5FA (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, RuntimeObject * ___o0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteReferencedElements() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteReferencedElements_m8BB20C21D79A86E2485EB37DA9AA2428BB47C449 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlTypeMapping::get_IsAny() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool XmlTypeMapping_get_IsAny_m9FCEA97EDFC1705320832FD06C3C40DFB3E9374E_inline (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteElementLiteral(System.Xml.XmlNode,System.String,System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteElementLiteral_m25AF0433947E36A1C97F309DDFD829F1944676ED (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, String_t* ___name1, String_t* ___ns2, bool ___isNullable3, bool ___any4, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteElementEncoded(System.Xml.XmlNode,System.String,System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteElementEncoded_m77CA288F13919F7980DCC2F732628A194CE944F2 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, String_t* ___name1, String_t* ___ns2, bool ___isNullable3, bool ___any4, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationWriterInterpreter::ImplicitConvert(System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationWriterInterpreter_ImplicitConvert_m18BC07F247346882B531BF9E48745C738E4E5603 (RuntimeObject * ___obj0, Type_t * ___type1, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapping::GetRealTypeMap(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * XmlTypeMapping_GetRealTypeMap_m8F95271662578DEE6BD6E202BF0899567C010364 (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, Type_t * ___objectType0, const RuntimeMethod* method); // System.Boolean System.Type::get_IsArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsArray_m0B4E20F93B1B34C0B5C4B089F543D1AA338DC9FE (Type_t * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteTypedPrimitive(System.String,System.String,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteTypedPrimitive_m9124F433FA3C700BD5F4EB6DE9D61FF8ADE0491D (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___name0, String_t* ___ns1, RuntimeObject * ___o2, bool ___xsiType3, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteStartElement(System.String,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteStartElement_mC563D32A70D27031E8962D2381B0255182D6A6FE (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___name0, String_t* ___ns1, RuntimeObject * ___o2, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapping::get_XmlTypeNamespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapping_get_XmlTypeNamespace_mCF79251D41D937EBFA8BC926DAAE32B901CA47E7 (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlMembersMapping::get_HasWrapperElement() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool XmlMembersMapping_get_HasWrapperElement_m2BD05E63AA79EA11FF0586E85A7B1154C44FC6BE_inline (XmlMembersMapping_t9ED4FD5026D98AFF2FF78E902B0BD4FE0579C991 * __this, const RuntimeMethod* method); // System.Xml.Serialization.ObjectMap System.Xml.Serialization.XmlMapping::get_ObjectMap() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ObjectMap_t53CD0E614E60A73AB445A2A757CCD3C356F31677 * XmlMapping_get_ObjectMap_mDB60544BAC75028E9B6ABC7218C81736E2884CF2_inline (XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteMembers(System.Xml.Serialization.ClassMap,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteMembers_mA4A3AE5E6DED8A8245716EB3A34C15577266C8DF (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * ___map0, RuntimeObject * ___ob1, bool ___isValueList2, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapMemberNamespaces System.Xml.Serialization.ClassMap::get_NamespaceDeclarations() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XmlTypeMapMemberNamespaces_t08BCB01966D11BB8968E6C39E1ACF60C9EEE8C43 * ClassMap_get_NamespaceDeclarations_mA59772640D0225A3E80955B7F518D2DECDCF0C1D_inline (ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * __this, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlTypeMapMember::GetValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlTypeMapMember_GetValue_mC0950D54743D872A5D2C90286182B27D1D247121 (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, RuntimeObject * ___ob0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNamespaceDeclarations(System.Xml.Serialization.XmlSerializerNamespaces) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNamespaceDeclarations_m4BC840424703658A40CD04D540864167D43F35BD (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F * ___xmlns0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteAttributeMembers(System.Xml.Serialization.ClassMap,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteAttributeMembers_m40C5220C5D1533DCD8D4C2CF1ACB5B566650A5FB (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * ___map0, RuntimeObject * ___ob1, bool ___isValueList2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteElementMembers(System.Xml.Serialization.ClassMap,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteElementMembers_m7E0BA886147B51CD113E28C210B9BC3E04807198 (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * ___map0, RuntimeObject * ___ob1, bool ___isValueList2, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapMemberAnyAttribute System.Xml.Serialization.ClassMap::get_DefaultAnyAttributeMember() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XmlTypeMapMemberAnyAttribute_t0D4E196AF4FEEE5092B2FF4111A717B5C3E459BE * ClassMap_get_DefaultAnyAttributeMember_m4D8FC27553DEF5F97A09DCB1D1C6BACC20EF1E74_inline (ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlSerializationWriterInterpreter::MemberHasValue(System.Xml.Serialization.XmlTypeMapMember,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSerializationWriterInterpreter_MemberHasValue_mBF7BE4B21C1D0D59704F78820BC27FFD676A4B83 (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * ___member0, RuntimeObject * ___ob1, bool ___isValueList2, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationWriterInterpreter::GetMemberValue(System.Xml.Serialization.XmlTypeMapMember,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationWriterInterpreter_GetMemberValue_mEFF0EC4DD17FB69F7A0BF11EB3FD5AAC58BA6BB6 (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * ___member0, RuntimeObject * ___ob1, bool ___isValueList2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteXmlAttribute(System.Xml.XmlNode,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteXmlAttribute_mE707A3A1A254BD4CCA68286EC777F60A5D2AD447 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, RuntimeObject * ___container1, const RuntimeMethod* method); // System.Collections.ICollection System.Xml.Serialization.ClassMap::get_AttributeMembers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ClassMap_get_AttributeMembers_mE7FB19BBE10F3FA65FC1CE5232E1722DA750D3EE (ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapMemberAttribute::get_AttributeName() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlTypeMapMemberAttribute_get_AttributeName_m83DFDF7D039F27A7EEC61969DDB5EF7EB4E7FB13_inline (XmlTypeMapMemberAttribute_tD9692D2B3223A558EE5B6FADCED2F92183F16C6C * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapMemberAttribute::get_Namespace() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlTypeMapMemberAttribute_get_Namespace_m9BD51BBDF49E7A2AB55650819CFAEBCE82D17A0C_inline (XmlTypeMapMemberAttribute_tD9692D2B3223A558EE5B6FADCED2F92183F16C6C * __this, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapMemberAttribute::get_MappedType() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * XmlTypeMapMemberAttribute_get_MappedType_mAC360A3704BD0996C36978ECE14E3F9A3D87C5B5_inline (XmlTypeMapMemberAttribute_tD9692D2B3223A558EE5B6FADCED2F92183F16C6C * __this, const RuntimeMethod* method); // System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapMember::get_TypeData() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * XmlTypeMapMember_get_TypeData_m935ACD74537B891B154867FACAEF939B29A44C56_inline (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlSerializationWriterInterpreter::GetStringValue(System.Xml.Serialization.XmlTypeMapping,System.Xml.Serialization.TypeData,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationWriterInterpreter_GetStringValue_mEFE1737AD0FA6D7D01FF501678C07DDB0833D400 (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * ___typeMap0, TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * ___type1, RuntimeObject * ___value2, const RuntimeMethod* method); // System.Collections.ICollection System.Xml.Serialization.ClassMap::get_ElementMembers() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* ClassMap_get_ElementMembers_m22BDF366DEBD681AF6903E7C0840785989EDA14F_inline (ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * __this, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapElementInfoList System.Xml.Serialization.XmlTypeMapMemberElement::get_ElementInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapElementInfoList_tCD7D387F78138B4E137D285319EC10532B14FBB0 * XmlTypeMapMemberElement_get_ElementInfo_m9040052963053089C251D5349921680EAEBF60EC (XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteMemberElement(System.Xml.Serialization.XmlTypeMapElementInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteMemberElement_mC38799FDE31E6258AC7B9374216655D84B75D480 (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * ___elem0, RuntimeObject * ___memberValue1, const RuntimeMethod* method); // System.Xml.Serialization.ListMap System.Xml.Serialization.XmlTypeMapMemberFlatList::get_ListMap() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742 * XmlTypeMapMemberFlatList_get_ListMap_mD44487614A0547E4E5A5D2548248A3AB39C5985D_inline (XmlTypeMapMemberFlatList_tEA9F25C615A27D3B9761879A55C2BF74E394D31F * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteListContent(System.Object,System.Xml.Serialization.TypeData,System.Xml.Serialization.ListMap,System.Object,System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteListContent_m564EAE810595B916E443118DB56E5FA82485A6A9 (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, RuntimeObject * ___container0, TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * ___listType1, ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742 * ___map2, RuntimeObject * ___ob3, StringBuilder_t * ___targetString4, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteAnyElementContent(System.Xml.Serialization.XmlTypeMapMemberAnyElement,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteAnyElementContent_m5958D900CD73A7AF548C36613706A03ECAEAFB34 (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, XmlTypeMapMemberAnyElement_tEC6C4FFA530F292BC4C09145DA5937285A664472 * ___member0, RuntimeObject * ___memberValue1, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapElementInfo System.Xml.Serialization.XmlTypeMapMemberElement::FindElement(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * XmlTypeMapMemberElement_FindElement_m041544525C2942C058BF7F33AC113A0BB8E13E43 (XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00 * __this, RuntimeObject * ___ob0, RuntimeObject * ___memberValue1, const RuntimeMethod* method); // System.Int32 System.Xml.Serialization.XmlTypeMapMember::get_GlobalIndex() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t XmlTypeMapMember_get_GlobalIndex_m4DC45349150BD89C5BB4DD4602692445A4D2FE87_inline (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlTypeMapMember::get_IsOptionalValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapMember_get_IsOptionalValueType_m98CBEFE98CBAEEBEA8F57A0DF6BAC63CF0F80750 (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlTypeMapMember::GetValueSpecified(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapMember_GetValueSpecified_m27341CB2AF03F3982FCC8F9A40179A6E990C0837 (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, RuntimeObject * ___ob0, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlTypeMapMember::get_DefaultValue() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * XmlTypeMapMember_get_DefaultValue_m88318471DE3EB99058D4559CE19230DBB5DC4468_inline (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, const RuntimeMethod* method); // System.Type System.Enum::GetUnderlyingType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Enum_GetUnderlyingType_m0715B4E60E6909F03FF7302B6E20B1AB88DA84B1 (Type_t * ___enumType0, const RuntimeMethod* method); // System.Object System.Convert::ChangeType(System.Object,System.Type,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Convert_ChangeType_m4F879F3D17C11FA0B648C99C6D3C42DD33F40926 (RuntimeObject * ___value0, Type_t * ___conversionType1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapElementInfo::get_TypeData() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * XmlTypeMapElementInfo_get_TypeData_m0524684C375B4DC119C189394E81427A2DE5212A_inline (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::get_WrappedElement() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool XmlTypeMapElementInfo_get_WrappedElement_mBF7B6217BCBBF89B8765CEE880B2C262972A6142_inline (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapElementInfo::get_ElementName() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_ElementName_m9DEF62F6C5781F3BED48539A6C8C6552B4685E88_inline (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapElementInfo::get_Namespace() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_Namespace_mBF20DA8C6E65552E7A20B27925528DA652AA70FB_inline (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::get_IsNullable() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool XmlTypeMapElementInfo_get_IsNullable_m78BEEE3D1BF1FA997FC0BDB8FF8A972C04AEC5F0_inline (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapElementInfo::get_MappedType() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * XmlTypeMapElementInfo_get_MappedType_m49C8A77D7C9E2CA92E623FD4DA7EC19E4016A6BA_inline (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WritePrimitiveValueLiteral(System.Object,System.String,System.String,System.Xml.Serialization.XmlTypeMapping,System.Xml.Serialization.TypeData,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WritePrimitiveValueLiteral_mE672FDA56BDFB05E2860659400564FFED7534EC3 (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, RuntimeObject * ___memberValue0, String_t* ___name1, String_t* ___ns2, XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * ___mappedType3, TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * ___typeData4, bool ___wrapped5, bool ___isNullable6, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapElementInfo::get_DataTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_DataTypeName_m3C32277A6C0C59BE3B5A6E042F484645BDBCF45E (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapElementInfo::get_DataTypeNamespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_DataTypeNamespace_mD01B3C085BDF774B869F79127A92DFD5AE4402FA (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlQualifiedName::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WritePrimitiveValueEncoded(System.Object,System.String,System.String,System.Xml.XmlQualifiedName,System.Xml.Serialization.XmlTypeMapping,System.Xml.Serialization.TypeData,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WritePrimitiveValueEncoded_m6FAD7AB70AA7F6E5FD896DAC747B84B7B962C4DA (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, RuntimeObject * ___memberValue0, String_t* ___name1, String_t* ___ns2, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___xsiType3, XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * ___mappedType4, TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * ___typeData5, bool ___wrapped6, bool ___isNullable7, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlTypeMapping::get_MultiReferenceType() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool XmlTypeMapping_get_MultiReferenceType_m5F52D4ECF2DE0E24E05301E65D8EA73DE3DE9455_inline (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteReferencingElement(System.String,System.String,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteReferencingElement_mDF5900A51A01CD3257188A2402E64EB817750378 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___n0, String_t* ___ns1, RuntimeObject * ___o2, bool ___isNullable3, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteSerializable(System.Xml.Serialization.IXmlSerializable,System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteSerializable_mA8AFA280932729DC55F9B45A673B92E4D97D627A (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, RuntimeObject* ___serializable0, String_t* ___name1, String_t* ___ns2, bool ___isNullable3, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m54E1EF62AFF44AA621E074D123C5C0B3E73A7DD5 (Type_t * __this, String_t* ___name0, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types1, 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_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237 (MethodInfo_t * ___left0, MethodInfo_t * ___right1, const RuntimeMethod* method); // System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MethodBase_Invoke_m471794D56262D9DB5B5A324883030AB16BD39674 (MethodBase_t * __this, RuntimeObject * ___obj0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___parameters1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNullableQualifiedNameLiteral(System.String,System.String,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNullableQualifiedNameLiteral_mCAE4CA354CB011A155867FDAB4C36C8B2CA9DEC3 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___name0, String_t* ___ns1, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___value2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNullableStringLiteral(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNullableStringLiteral_m7606125A7C6D9BFAF73B131BAC554C6CEA532108 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___name0, String_t* ___ns1, String_t* ___value2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteElementString(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteElementString_m4DCF5D49626FE82D7A31BF4F1CE179BF22BF2579 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___localName0, String_t* ___ns1, String_t* ___value2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNullableQualifiedNameEncoded(System.String,System.String,System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNullableQualifiedNameEncoded_mF99AA706FCC5929EC7DE45A8BA75C93728052258 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___name0, String_t* ___ns1, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___value2, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___xsiType3, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNullableStringEncoded(System.String,System.String,System.String,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNullableStringEncoded_mA7307C35A11228241828AB7F1A486BFE6C68EACF (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___name0, String_t* ___ns1, String_t* ___value2, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___xsiType3, const RuntimeMethod* method); // System.Int32 System.Xml.Serialization.XmlSerializationWriterInterpreter::GetListCount(System.Xml.Serialization.TypeData,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSerializationWriterInterpreter_GetListCount_m83EE5D445BB77D010F5BAF45418C84EB7FC33502 (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * ___listType0, RuntimeObject * ___ob1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.ListMap::GetArrayType(System.Int32,System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListMap_GetArrayType_mC91AC93AB0CA5EE5299A8D307C90A0F57BCB1B4E (ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742 * __this, int32_t ___itemCount0, String_t** ___localName1, String_t** ___ns2, const RuntimeMethod* method); // System.Xml.Serialization.XmlTypeMapElementInfo System.Xml.Serialization.ListMap::FindElement(System.Object,System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * ListMap_FindElement_m0C8BCC8C08F1C6E231C14DE65C5573E6732C85D5 (ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742 * __this, RuntimeObject * ___ob0, int32_t ___index1, RuntimeObject * ___memberValue2, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Reflection.PropertyInfo System.Type::GetProperty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t * Type_GetProperty_m309A76AAAFC344BA5EB24ACD874400F90B6E877E (Type_t * __this, String_t* ___name0, const RuntimeMethod* method); // System.Reflection.PropertyInfo System.Xml.Serialization.TypeData::GetIndexerProperty(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t * TypeData_GetIndexerProperty_m5A42A925F311A100888A17055A5053CB9D527D1C (Type_t * ___collectionType0, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // System.Collections.IEnumerator System.Array::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_GetEnumerator_m3BD9ACCA9512DA3687C8369BF999BA2916F0EA15 (RuntimeArray * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlTypeMapMemberAnyElement::IsElementDefined(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapMemberAnyElement_IsElementDefined_m4928DF539D16BBD0120B5E1C46A63C7127AA3A4A (XmlTypeMapMemberAnyElement_tEC6C4FFA530F292BC4C09145DA5937285A664472 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method); // System.Exception System.Xml.Serialization.XmlSerializationWriter::CreateUnknownAnyElementException(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlSerializationWriter_CreateUnknownAnyElementException_m7163756C8134EFE27D54CF95D01D4EAFB686EFFC (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlSerializationWriterInterpreter::GetEnumXmlValue(System.Xml.Serialization.XmlTypeMapping,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationWriterInterpreter_GetEnumXmlValue_m6CBDB37B88B16FC6C837F59176E3A9453BC930C2 (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * ___typeMap0, RuntimeObject * ___ob1, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method); // System.String System.String::Trim() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D (String_t* __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.XmlTypeMapping::get_TypeFullName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapping_get_TypeFullName_m1B1A3C3E18751D7B7BB082F055F99E418BF0C8B0 (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.EnumMap::GetXmlName(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EnumMap_GetXmlName_m2B606DA18EB6C7AC0D03ABDFD454E11733CCE922 (EnumMap_tD7B24FAC46ED105487BE3269534CBB5072D8652A * __this, String_t* ___typeName0, RuntimeObject * ___enumValue1, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_Default_m625C78C2A9A8504B8BA4141994412513DC470CE2 (const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializer::.ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer__ctor_m9AA9229E1B7F5C1CA4EEE721632E62C95EEB582F (XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C * __this, Type_t * ___type0, XmlAttributeOverrides_tE2AE30774D1F8B3860BFE1A8B6233970E88C7F7E * ___overrides1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___extraTypes2, XmlRootAttribute_t656E9D8E274574F4FF0EEF8920170A435A73F06C * ___root3, String_t* ___defaultNamespace4, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlReflectionImporter::.ctor(System.Xml.Serialization.XmlAttributeOverrides,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReflectionImporter__ctor_mF125E80075A8BD16C5E2355786CCEEC68909CAD3 (XmlReflectionImporter_t01142C73A76F11C3781558BEE362720BFDDDED3A * __this, XmlAttributeOverrides_tE2AE30774D1F8B3860BFE1A8B6233970E88C7F7E * ___attributeOverrides0, String_t* ___defaultNamespace1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlReflectionImporter::IncludeType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReflectionImporter_IncludeType_m492F329C97CB56DD0F2515B0F3799B7064228B77 (XmlReflectionImporter_t01142C73A76F11C3781558BEE362720BFDDDED3A * __this, Type_t * ___type0, 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_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * XmlReflectionImporter_ImportTypeMapping_m22C4FB30E56650ABEB7CE741907703B64FCA2663 (XmlReflectionImporter_t01142C73A76F11C3781558BEE362720BFDDDED3A * __this, Type_t * ___type0, XmlRootAttribute_t656E9D8E274574F4FF0EEF8920170A435A73F06C * ___root1, String_t* ___defaultNamespace2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlAttributeEventHandler::Invoke(System.Object,System.Xml.Serialization.XmlAttributeEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeEventHandler_Invoke_m549583FAD6A1E3765407E443C58704EE4A5E9765 (XmlAttributeEventHandler_t7DE5648EC8D9459D5DEA07DF556AFDF235C661A6 * __this, RuntimeObject * ___sender0, XmlAttributeEventArgs_t90608CBAF916AB247620BE242D0DCDEF6406BE66 * ___e1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlElementEventHandler::Invoke(System.Object,System.Xml.Serialization.XmlElementEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElementEventHandler_Invoke_mADAF44CBD2D4F94B29FA99E1673022427CFD5936 (XmlElementEventHandler_tF116A337C283F6E1ECC94728C6F113676D9A8174 * __this, RuntimeObject * ___sender0, XmlElementEventArgs_t8498101818EE94F6BD918AEDC84A232A1F50CC7A * ___e1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlNodeEventHandler::Invoke(System.Object,System.Xml.Serialization.XmlNodeEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeEventHandler_Invoke_mE06D3154F8D9C4174597434AD79C1B8E54B401E2 (XmlNodeEventHandler_tD870BE5167E49CD15CA2F1879CD1EC0229C40F49 * __this, RuntimeObject * ___sender0, XmlNodeEventArgs_t3D96ADAA4EB384013BE4B5A8EB96387A6A24458B * ___e1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.UnreferencedObjectEventHandler::Invoke(System.Object,System.Xml.Serialization.UnreferencedObjectEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnreferencedObjectEventHandler_Invoke_m917A1888EEC11D1D45F568D0046C4F2AE08E48A1 (UnreferencedObjectEventHandler_t43A5BBC5B5EC952973CF7F9F191EAFF5C5DBCB9B * __this, RuntimeObject * ___sender0, UnreferencedObjectEventArgs_tB3E5A71C8BA5EBDEAA8B4EEE5694E60B4E158800 * ___e1, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4 (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReader__ctor_mD1B8B42549B1A277C94207BC96924215B817D551 (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___input0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::set_Normalization(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReader_set_Normalization_mC9F1ED87F99F09B4DEBC1D36A6E1756ED770EE6F (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::set_WhitespaceHandling(System.Xml.WhitespaceHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReader_set_WhitespaceHandling_mE9E98DF71DA788CDD17DE1442209AB72A35DC28F (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, int32_t ___value0, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializer::Deserialize(System.Xml.XmlReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializer_Deserialize_m23AE11F00C1BABED740DC5C35B8E7C7F5FEF25C7 (XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C * __this, XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___xmlReader0, const RuntimeMethod* method); // System.Xml.Serialization.XmlSerializationReader System.Xml.Serialization.XmlSerializer::CreateReader(System.Xml.Serialization.XmlMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88 * XmlSerializer_CreateReader_mB723BB81D00BC43C844FA3B0203F473B48163C43 (XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C * __this, XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * ___typeMapping0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReader::Initialize(System.Xml.XmlReader,System.Xml.Serialization.XmlSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_Initialize_m35470A11A2039F75481FD8772CC0A0CE9A4900F0 (XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88 * __this, XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___reader0, XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C * ___eventSource1, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationReaderInterpreter_ReadRoot_m78F7DC9F072EE5EFBE23379B4DE44C886AFB5D04 (XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C * __this, const RuntimeMethod* method); // System.Exception System.Exception::get_InnerException() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Exception_t * Exception_get_InnerException_mCB68CC8CBF2540EF381CB17A4E4E3F6D0E33453F_inline (Exception_t * __this, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC40AA9579B996C6FBAE023590139C16304D81DC6 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteRoot(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteRoot_mB35C10B7EE6436C307EB2FDB29CDB2AC42F11F1D (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, RuntimeObject * ___ob0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextWriter::.ctor(System.IO.Stream,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextWriter__ctor_mC0C78C4653C759DCEBD13FF214614587EC59D457 (XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___w0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextWriter::set_Formatting(System.Xml.Formatting) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextWriter_set_Formatting_m574A503ADB2FF869A62136B0C3225E0A9B459DCF (XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializer::Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer_Serialize_m2D96063B7E4BEC472EABD5EC3C411ED321F3A526 (XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C * __this, XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * ___xmlWriter0, RuntimeObject * ___o1, XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F * ___namespaces2, const RuntimeMethod* method); // System.Xml.Serialization.XmlSerializationWriter System.Xml.Serialization.XmlSerializer::CreateWriter(System.Xml.Serialization.XmlMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * XmlSerializer_CreateWriter_mC4E4DA7BA66C14E8329F845EB1084C44E941A4EF (XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C * __this, XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * ___typeMapping0, const RuntimeMethod* method); // System.Int32 System.Xml.Serialization.XmlSerializerNamespaces::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSerializerNamespaces_get_Count_m8772E934E4F3CEB06D138D8B8799504B9A58B432 (XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializerNamespaces::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializerNamespaces__ctor_mD45A3770274D83038A87789F920A81AA9F6EEED2 (XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializerNamespaces::Add(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializerNamespaces_Add_mCEA2536739389E841F43FEF4261B83BEB0908C2B (XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F * __this, String_t* ___prefix0, String_t* ___ns1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriter::Initialize(System.Xml.XmlWriter,System.Xml.Serialization.XmlSerializerNamespaces) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_Initialize_m1443A62FA7E8090133EA45F3E8696091D62DC5DC (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * ___writer0, XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F * ___nss1, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Xml.Serialization.XmlSerializationWriter System.Xml.Serialization.XmlSerializer/SerializerData::CreateWriter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * SerializerData_CreateWriter_mC7240C1EF23949EE961893093146BE0EFC6FB81A (SerializerData_tFD8E75C5BC50CD6C3A3F382789E88E422381A7A8 * __this, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::.ctor(System.Xml.Serialization.XmlMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter__ctor_m13CF1E330F94288589118BBE504F1360DC82B24F (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * ___typeMap0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter::.ctor(System.Xml.Serialization.XmlMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReaderInterpreter__ctor_m9429CD676B591353C09A8119956E24F04C1DB8EB (XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C * __this, XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * ___typeMap0, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_mD06EE47879F606317C6DA91FB63E678CABAC6A16 (Type_t * ___type0, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33 (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::VerifyNCName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_VerifyNCName_mF62837DD0C6C41324F0F42C643E7B72E0AAEF252 (String_t* ___name0, const RuntimeMethod* method); // System.Uri System.Xml.XmlConvert::ToUri(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * XmlConvert_ToUri_mBEED3A5DD904ACCFABCCD656E5BF9DFD0DD0A48C (String_t* ___s0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializerNamespaces::AddInternal(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializerNamespaces_AddInternal_mF9B3B95F10929A4927ACCECEE04B7A7FAFEA468E (XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F * __this, String_t* ___prefix0, String_t* ___ns1, const RuntimeMethod* method); // System.Collections.ArrayList System.Xml.Serialization.XmlSerializerNamespaces::get_NamespaceList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * XmlSerializerNamespaces_get_NamespaceList_m585A8C2EF6FCA4329BC82F4B04D3CB5AA58AA6D6 (XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.TypeData::get_IsValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeData_get_IsValueType_m5567873D542A55618650E7B964D34BD4EBD60558 (TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.TypeData::get_IsNullable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeData_get_IsNullable_mE7DB8F60A437DDB5EA9F9D743102F093DD69C9EE (TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_ElementName(System.String) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_ElementName_mD539482AA816C4BA37BB37332CD1C96BAB54B8B2_inline (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_Namespace(System.String) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_Namespace_m97060FD87A83914B045AAEFD4E606DFC247666C9_inline (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, String_t* ___value0, const RuntimeMethod* method); // System.Int32 System.Object::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Object_GetHashCode_m81DE0CEF2ACADC7D076800D09B2232BC30639F76 (RuntimeObject * __this, const RuntimeMethod* method); // System.Boolean System.Reflection.MemberInfo::op_Equality(System.Reflection.MemberInfo,System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberInfo_op_Equality_m9B77A8811138313780ADCD0A9EE018748B9249D9 (MemberInfo_t * ___left0, MemberInfo_t * ___right1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMember::InitMember(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_InitMember_m8A1B17534D6F369F8FF546299236FD7272B814F0 (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.TypeData::ConvertForAssignment(System.Object&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeData_ConvertForAssignment_m6186D260959B437546C20716DF9B17D1F10A6925 (TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * __this, RuntimeObject ** ___value0, const RuntimeMethod* method); // System.Void System.Reflection.FieldInfo::SetValue(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldInfo_SetValue_m9E7A4FBA27F835B6C26CC09CF609333967150E41 (FieldInfo_t * __this, RuntimeObject * ___obj0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m694F07057F23808980BF6B1637544F34852759FA (Type_t * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder2, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types3, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* ___modifiers4, const RuntimeMethod* method); // System.Boolean System.Reflection.MemberInfo::op_Inequality(System.Reflection.MemberInfo,System.Reflection.MemberInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberInfo_op_Inequality_mAFFDD84E1AF346532192B32FA8787E64072B4F5B (MemberInfo_t * ___left0, MemberInfo_t * ___right1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMember::set_IsOptionalValueType(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_IsOptionalValueType_m7AABA9ED684CBEAE163FD54E769DA8C42D4076B2 (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMember::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember__ctor_m4C10020F824EA614A94C857193DE05FB97EC9F36 (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::get_IsUnnamedAnyElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapElementInfo_get_IsUnnamedAnyElement_mB5BA64BF24CCF90F6646420B49CB01BB9598D818 (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMemberExpandable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberExpandable__ctor_mEFC9F67165941B88FF250CDF07261F7BE1887120 (XmlTypeMapMemberExpandable_tEFC74196D6503AB38EEA1AD371BA55EABC7C30ED * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapElementInfoList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfoList__ctor_m64DC312DE00730C87BD5B97381612756EB76BE40 (XmlTypeMapElementInfoList_tCD7D387F78138B4E137D285319EC10532B14FBB0 * __this, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlTypeMapMember::GetValue(System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlTypeMapMember_GetValue_m78FB12DCB1B184F279AA49B4357A22D8012ED556 (RuntimeObject * ___ob0, String_t* ___name1, const RuntimeMethod* method); // System.Object System.Xml.Serialization.XmlTypeMapElementInfo::get_ChoiceValue() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * XmlTypeMapElementInfo_get_ChoiceValue_m4F0D414BD65D349A88A7FF9C5A43D0B736DCFF15_inline (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMember::SetValue(System.Object,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_SetValue_mC2A6F008452555D0425C5332163D752ED46DA981 (RuntimeObject * ___ob0, String_t* ___name1, RuntimeObject * ___value2, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlTypeMapMemberElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberElement__ctor_mB12AA703D664AE33BE3E84BA590B6CCE9695FD26 (XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlMapping::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlMapping__ctor_mEB3FA1D49170C191343A302F5DD3756B94345C12 (XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * __this, String_t* ___elementName0, String_t* ___ns1, const RuntimeMethod* method); // System.Void System.Text.Decoder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decoder__ctor_m45B7A36C197C57ED0DF4F982C280603E2C8CC2A2 (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, const RuntimeMethod* method); // System.String System.Xml.Res::GetString(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78 (String_t* ___name0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353 (RuntimeArray * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method); // System.Void System.Xml.Ucs4Decoder::Ucs4ToUTF16(System.UInt32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder_Ucs4ToUTF16_mE2B00E83E91137E0916C080FFF026200E307BE69 (Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202 * __this, uint32_t ___code0, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars1, int32_t ___charIndex2, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsSurrogate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsSurrogate_m50C5FC90DDE09082AE85DD9F442AD29EB1C78DDD (int32_t ___ch0, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method); // System.Void System.Xml.Ucs4Decoder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder__ctor_mFCE63EF6243360C752217A94706B6B9F634B2D20 (Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202 * __this, const RuntimeMethod* method); // System.Void System.Xml.Ucs4Encoding4321::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Encoding4321__ctor_m87BE1C9E84B38804504CF5B52AC3E46921C6D058 (Ucs4Encoding4321_tB1C3244370DDE5A456E03EB4A42AA22E44FE522F * __this, const RuntimeMethod* method); // System.Void System.Xml.Ucs4Encoding1234::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Encoding1234__ctor_m5C741A2EE0C816A7713C476667D0A682E9BDD8E8 (Ucs4Encoding1234_tEB3CFB8928BE3EBF0995438638BF0D76D8940D29 * __this, const RuntimeMethod* method); // System.Void System.Xml.Ucs4Encoding2143::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Encoding2143__ctor_m203239437FC2BA510EE5353009DE40711A8C88FE (Ucs4Encoding2143_tB7EE38A288D464FED8C3CE4EDFD5E92E52BB7F29 * __this, const RuntimeMethod* method); // System.Void System.Xml.Ucs4Encoding3412::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Encoding3412__ctor_m9710A8475D37B143723F97B502E6CEC152A9A647 (Ucs4Encoding3412_tC82C1FE5FA8637A21C47621D72C441598BD0DE5D * __this, const RuntimeMethod* method); // System.Void System.Text.Encoding::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoding__ctor_mD471DCEC5836E18498A19E921AC2CAA8C3A3E654 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method); // System.Void System.Xml.Ucs4Encoding::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Encoding__ctor_m68DC920F51FE2228654A5713C3E8B82285B417DD (Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B * __this, const RuntimeMethod* method); // System.Void System.Xml.Ucs4Decoder1234::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder1234__ctor_m693D38445FEF1B7357EBBEA30669318BB852DBF2 (Ucs4Decoder1234_t5259EA5D5837DD5F24E735F44E276DFD6F9FCB5B * __this, const RuntimeMethod* method); // System.Void System.Xml.Ucs4Decoder2143::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder2143__ctor_mBBD13F1171DAC49FA5CEB1FA2415979A93E35579 (Ucs4Decoder2143_t547DAB340F068202F02204C0BB33EC43E5297C1A * __this, const RuntimeMethod* method); // System.Void System.Xml.Ucs4Decoder3412::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder3412__ctor_mF7CD9036660FA119301495FE2BB90850BE80F0B2 (Ucs4Decoder3412_t71A85A8FD45F4680892F71F2FB3E410942CFF271 * __this, const RuntimeMethod* method); // System.Void System.Xml.Ucs4Decoder4321::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder4321__ctor_mAA6D4C2AF19436C04AF238AC07F2937AEE799D7B (Ucs4Decoder4321_t7A5441C478AD040FA530C1725BC78BE6EFC13022 * __this, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Xml.ValidateNames::ParseNameNoNamespaces(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNameNoNamespaces_m473B45C3251536CC3BA599AEA803A2F12FCC13FC (String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method); // System.Int32 System.Xml.ValidateNames::ParseNCName(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNCName_m1DBDC095F004D50F8DB1271ADB01C8E5E8DC415E (String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method); // System.Int32 System.Xml.ValidateNames::ParseQName(System.String,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseQName_mE63512852E1BE6FA3729C988ACA99CD858B56E3E (String_t* ___s0, int32_t ___offset1, int32_t* ___colonOffset2, const RuntimeMethod* method); // System.Void System.Xml.ValidateNames::ThrowInvalidName(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidateNames_ThrowInvalidName_mE9AFE3E4E45EC49814C4C6C8FFFB92747515D2C9 (String_t* ___s0, int32_t ___offsetStartChar1, int32_t ___offsetBadChar2, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsNCNameSingleChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNCNameSingleChar_m7ADEF3C74A815CD29F0EE9EBE5B80900131B81E9 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Xml.XmlCharType System.Xml.XmlCharType::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 XmlCharType_get_Instance_mEAAD3E43BD5AC72FA94C12096B2A9C9684557210 (const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsStartNCNameSingleChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsStartNCNameSingleChar_m223AAE5ABA122C5EF344D94F748D4303B5B4B636 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.String[] System.Xml.XmlException::BuildCharExceptionArgs(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* XmlException_BuildCharExceptionArgs_m226BCFB57607263E9F5F6AA6838DD18CEE484D8B (String_t* ___data0, int32_t ___invCharIndex1, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m5A51EA381DFEC2B1FC37464104DA24DAE6546FDA (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, const RuntimeMethod* method); // System.Void MS.Internal.Xml.Cache.XPathNodeRef::.ctor(MS.Internal.Xml.Cache.XPathNode[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathNodeRef__ctor_m37609279CC49DE82DC5B8984DCA27C280FFDD846 (XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 * __this, XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___page0, int32_t ___idx1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) inline bool Dictionary_2_ContainsKey_m5A234D10FE64EBA8947911BF08F84E0F395DA134 (Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646 * __this, XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646 *, XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 , const RuntimeMethod*))Dictionary_2_ContainsKey_m5A234D10FE64EBA8947911BF08F84E0F395DA134_gshared)(__this, ___key0, method); } // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) inline XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 Dictionary_2_get_Item_mD95AB5886F6464DC59D441EC2A96CD4C0DF35A56 (Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646 * __this, XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 ___key0, const RuntimeMethod* method) { return (( XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 (*) (Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646 *, XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 , const RuntimeMethod*))Dictionary_2_get_Item_mD95AB5886F6464DC59D441EC2A96CD4C0DF35A56_gshared)(__this, ___key0, method); } // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodeRef::get_Page() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* XPathNodeRef_get_Page_mDB31E53877106DC4B7B37033B9774FDA59FD56AC_inline (XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 * __this, const RuntimeMethod* method); // System.Int32 MS.Internal.Xml.Cache.XPathNodeRef::get_Index() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t XPathNodeRef_get_Index_m031FCF398F70C8129BF954A83FD0845534F23816_inline (XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaType::get_Datatype() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54_inline (XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaType::get_ValueConverter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E (XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * __this, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathItem::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathItem__ctor_m339928D8DAD1EF706DC060BA3499DCABD6D04244 (XPathItem_tCFAE3473CA8FED583EE90F08AF79BB5E1D7B3F98 * __this, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathNavigatorKeyComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathNavigatorKeyComparer__ctor_m2D021B0C6FAB62B2383BDADA80D88BE8C2C61004 (XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * ___array0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___fldHandle1, const RuntimeMethod* method); // System.Int32 MS.Internal.Xml.Cache.XPathDocumentNavigator::GetPositionHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathDocumentNavigator_GetPositionHashCode_mF47FD27C4369031B00CFAB20F1C80717D142932A (XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNode::.ctor(System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode__ctor_m13A3C66254E42AAC29DE4CD3CAAB470BCA39941E (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlDocument::get_IsLoading() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool XmlDocument_get_IsLoading_m6121F2E25E1B39DA8A090585EC483D289F520F6A_inline (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlName::get_Prefix() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlName_get_Prefix_mFDCFDB44D0B1EAE0E5DB7A57A787C7131534BABF_inline (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::CheckName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_CheckName_mECF504D9918EB2028EA3B3191F02C87357521456 (String_t* ___name0, const RuntimeMethod* method); // System.String System.Xml.XmlName::get_LocalName() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117_inline (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __this, const RuntimeMethod* method); // System.String System.Xml.Res::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2 (String_t* ___name0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Xml.XmlName System.Xml.XmlDocument::AddAttrXmlName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * XmlDocument_AddAttrXmlName_m6686C950DC446CF9D9B8AB8FCA53ED741A2805C9 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method); // System.Void System.Xml.XmlAttribute::.ctor(System.Xml.XmlName,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute__ctor_m8400E013CA47C3BDEB418D52484DD923490A833B (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___name0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method); // System.String System.Xml.XmlName::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlName_get_Name_m0FDDDB2CA2BA7A635D67B4B809C0A8CC12528EB5 (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlName::get_NamespaceURI() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlName_get_NamespaceURI_mA53017507A3B8574AB0A98346E58E6B7CC20D209_inline (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __this, const RuntimeMethod* method); // System.Xml.XmlDocument System.Xml.XmlName::get_OwnerDocument() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * XmlName_get_OwnerDocument_m52B8367159581E2A9AAAAFE813298CB8BB07E20D_inline (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlAttribute::PrepareOwnerElementInElementIdAttrMap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAttribute_PrepareOwnerElementInElementIdAttrMap_mD86ABDF56E2C17996669C63E2018D3C4207F2F25 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method); // System.String System.Xml.XmlNode::get_InnerText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNode_get_InnerText_m73275B43C59EBF8ADA7782590730D10310C318DE (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNode::set_InnerText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_set_InnerText_m7E36511A6B9520EC26AE149C4DD0DF4CE660EB88 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlAttribute::ResetOwnerElementInElementIdAttrMap(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute_ResetOwnerElementInElementIdAttrMap_m3C348157F1B03B615A9EF990B4CC80AEDE25B2E1 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, String_t* ___oldInnerText0, const RuntimeMethod* method); // System.Xml.Schema.SchemaInfo System.Xml.XmlDocument::get_DtdSchemaInfo() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * XmlDocument_get_DtdSchemaInfo_m836B9EAE955738E6AE76E7F1069E9E0553EB4289_inline (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlAttributeCollection::PrepareParentInElementIdAttrMap(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAttributeCollection_PrepareParentInElementIdAttrMap_m6172F2FC411398313D701609D081B5353F6FD768 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, String_t* ___attrPrefix0, String_t* ___attrLocalName1, const RuntimeMethod* method); // System.Void System.Xml.XmlAttributeCollection::ResetParentInElementIdAttrMap(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_ResetParentInElementIdAttrMap_m34826637DB537C63D89191443FCF9AB5BDEC70A9 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, String_t* ___oldVal0, String_t* ___newVal1, const RuntimeMethod* method); // System.Xml.XmlNodeChangedEventArgs System.Xml.XmlDocument::GetInsertEventArgsForLoad(System.Xml.XmlNode,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * XmlDocument_GetInsertEventArgsForLoad_m2502B5E75644FBF26C019B31C0AA3BB03280B465 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___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_mA72213F0814EC1448173A65CB879FD8869762905 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___prevNode0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___nextNode1, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlNode::RemoveChild(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlNode_RemoveChild_m5497246263941309B5FAF4C1228E2FAA43E1A8E1 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___oldChild0, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlNode_AppendChild_m1774E158B575D3FC227BAA1DF27FDA799FFCF32F (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___newChild0, const RuntimeMethod* method); // System.Void System.Xml.XmlLoader::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader__ctor_mDADE8A54F35AD6CD2797F278FDAE2AAA3C384A94 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlLoader::LoadInnerXmlAttribute(System.Xml.XmlAttribute,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_LoadInnerXmlAttribute_mD9490E8865AEE13C6BF17E070D8CA6ABE8177F81 (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___node0, String_t* ___innerxmltext1, const RuntimeMethod* method); // System.Void System.Xml.XmlNamedNodeMap::.ctor(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNamedNodeMap__ctor_mE9D305B8E98308E7150E3906F7B58B43D88CCF0C (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___parent0, const RuntimeMethod* method); // System.Object System.Xml.XmlNamedNodeMap/SmallXmlNodeList::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SmallXmlNodeList_get_Item_m0B21A5FE8EA599C60E89D7269127A96E29F0CCBE (SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.IndexOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_mCCE2EFF47A0ACB4B2636F63140F94FCEA71A9BCA (IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlNamedNodeMap::FindNodeOffset(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNamedNodeMap_FindNodeOffset_mEB672C07E20167DB69BBDF401A717539E10C4055 (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::InternalAppendAttribute(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlAttributeCollection_InternalAppendAttribute_m3C04A8F1A2D89C0ABD48EA6C5F0D7AB597CA0C01 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___node0, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::RemoveNodeAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlNamedNodeMap_RemoveNodeAt_m97DF4F675D0959BACEE24AB9F20142B601B3EFC1 (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void System.Xml.XmlAttributeCollection::Detach(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_Detach_m34EE50C20332938F1B2DB449D5A20BD38990EC04 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___attr0, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::AddNodeForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlNamedNodeMap_AddNodeForLoad_m604FC52C79FE94FB7E69285E8C891638D3CAF5F2 (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method); // System.Void System.Xml.XmlAttributeCollection::InsertParentIntoElementIdAttrMap(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_InsertParentIntoElementIdAttrMap_mE73192FBF7497FDD39E3D467E531008E444EDB91 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___attr0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlNamedNodeMap/SmallXmlNodeList::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SmallXmlNodeList_get_Count_m6D57003C04E39603A423E7C6A2E19093C83F14B9 (SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * __this, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlAttributeCollection_RemoveAt_mD9649B2EFF4645E342E41D04FBB6ECC2D7209D30 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void System.Array::SetValue(System.Object,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA (RuntimeArray * __this, RuntimeObject * ___value0, int32_t ___index1, const RuntimeMethod* method); // System.Int32 System.Xml.XmlNamedNodeMap::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNamedNodeMap_get_Count_mC974B5597045C0986178784257625FA43D7AFB5E (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlAttributeCollection::RemoveDuplicateAttribute(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAttributeCollection_RemoveDuplicateAttribute_m6D99DE23E85208C29E87D827EAECAD12571936F6 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___attr0, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::AddNode(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlNamedNodeMap_AddNode_mC80EEFA7E80B6F04D8F80436670E83DA5D2F7F76 (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::InsertNodeAt(System.Int32,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlNamedNodeMap_InsertNodeAt_mD1FDFA84CB2C98BFFC60808AC02641AD29A3B8AB (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * __this, int32_t ___i0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node1, const RuntimeMethod* method); // System.Void System.Xml.XmlAttributeCollection::RemoveParentFromElementIdAttrMap(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_RemoveParentFromElementIdAttrMap_m7CC9AD64245FEFCA79A68EDBB4F30309B4760A14 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___attr0, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlDocument::GetDefaultAttribute(System.Xml.XmlElement,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlDocument_GetDefaultAttribute_mAFC4187759B278F9AAB1F8373385DA4A75E582DC (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * ___elem0, String_t* ___attrPrefix1, String_t* ___attrLocalname2, String_t* ___attrNamespaceURI3, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::Remove(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlAttributeCollection_Remove_mFA1F16E20C2B7906F5C13F98CC1D7736C2D038BE (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___node0, const RuntimeMethod* method); // System.Xml.XmlName System.Xml.XmlElement::get_XmlName() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * XmlElement_get_XmlName_m2E9527177DD436669E09BEC81A97A5C6BE834BE1_inline (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, const RuntimeMethod* method); // System.Xml.XmlName System.Xml.XmlDocument::GetIDInfoByElement(System.Xml.XmlName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * XmlDocument_GetIDInfoByElement_m7810FE2AD43F570E750DB3057C208A6ABFEDB6D4 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___eleName0, const RuntimeMethod* method); // System.Xml.XmlName System.Xml.XmlAttribute::get_XmlName() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * XmlAttribute_get_XmlName_m0B26E2961E84D9FC18922FD5FFB29967AAB18916_inline (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::AddElementWithId(System.String,System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_AddElementWithId_m237F0EC997AC3FC87330130E200614829B1C7757 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___id0, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * ___elem1, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::RemoveElementWithId(System.String,System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_RemoveElementWithId_mDE1EA6CF89CDAA986D87888EEFE7C49104B69D29 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___id0, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * ___elem1, const RuntimeMethod* method); // System.Void System.Xml.XmlCharacterData::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharacterData__ctor_m1733B463DB83C45AE9F57D7DE42CA997087E78A6 (XmlCharacterData_tA7587D706680E42BD7A094F87CB0859C840A8531 * __this, String_t* ___data0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_m9D0F92C76EFEDA651B678A98EB693FD945286DC2 (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * __this, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream_set_Position_mDBC06746A9BECFC5CA4932ECAF176A087BFA7116 (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * __this, int64_t ___value0, const RuntimeMethod* method); // System.Object System.Xml.XmlCharType::get_StaticLock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlCharType_get_StaticLock_mE0FF2E8B12DC2AFFAFAB5718FDD49FAE726A6513 (const RuntimeMethod* method); // System.Void System.Xml.XmlCharType::SetProperties(System.String,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C (String_t* ___ranges0, uint8_t ___value1, const RuntimeMethod* method); // System.Void System.Xml.XmlCharType::.ctor(System.Byte[]) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void XmlCharType__ctor_m0B65BC6BD912979FA16676884EC3120565FD6DCD_inline (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___charProperties0, const RuntimeMethod* method); // System.Void System.Xml.XmlCharType::InitInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType_InitInstance_m48449C6A7516A943668D92903B5D4203DD184AC6 (const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsWhiteSpace(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsNameSingleChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNameSingleChar_m14D674420D95DD6457E28EABBA278961029C3A3E (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsCharData(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsCharData_m4CCA0EDD028C0F65C0474EF71AEB39672D113F8D (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsPubidChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsPubidChar_mFAEBA0AB259F384C0CAA14BBA95A0574810C56D0 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsLetter(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsLetter_mFC694A7C14E4F463524EAEC1FEC2D6C95D2C3334 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsNCNameCharXml4e(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNCNameCharXml4e_mCE05C57197FD2218E0CF2351957E7A8E9262D3D6 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsStartNCNameCharXml4e(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsStartNCNameCharXml4e_m5D836DBCFF006207974AECB735B5776507CB93DC (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsNameCharXml4e(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNameCharXml4e_mEB6BBCBA2B8B0C9DF12E04EC79B5FD2028EAB6F2 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::InRange(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_InRange_m33777634EBF78BF6177E79CA362BA6A8138EB3B5 (int32_t ___value0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method); // System.Int32 System.Xml.XmlCharType::IsOnlyWhitespaceWithPos(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_IsOnlyWhitespaceWithPos_mF1A3990CE4DACED416C559B79F4A61EE08988CFF (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, String_t* ___str0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsOnlyWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsOnlyWhitespace_m378BE6E45F963522A93FCD2C06062B45749734BB (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, String_t* ___str0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsHighSurrogate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsHighSurrogate_m6E9E01B1A14D2CF127B6D39D333E506F90FFF98E (int32_t ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsLowSurrogate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsLowSurrogate_m0CB63DE5C97F9C09E2E7C67A53BB8682D8FD07D8 (int32_t ___ch0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlCharType::IsOnlyCharData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_IsOnlyCharData_m420E96E7CA325B5248D4D84470C9003E39FE10A2 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, String_t* ___str0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsDigit(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsDigit_m9FCF43CC0924353A56F7048B911D9F18AB8F92E9 (Il2CppChar ___ch0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlCharType::IsPublicId(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_IsPublicId_mA1F1D16E6F55C3CAC0AA1494960D6BD0A95FABEB (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, String_t* ___str0, const RuntimeMethod* method); // System.Void System.Xml.XmlLinkedNode::.ctor(System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLinkedNode__ctor_mFDB1837EE34F9A8733BFB92BC9C89765E394F26C (XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * __this, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlChildEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlChildEnumerator_MoveNext_mCF3EB51E714C7F2E5B627F515BF880F9BF1878CE (XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA * __this, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlChildEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlChildEnumerator_get_Current_m8ED001FF27613B8D7040CBA88CD1BF9DE3AC9872 (XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNodeList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeList__ctor_m7DFACC432197E3EDEB6A2CCEFD471ACEA8E91C35 (XmlNodeList_t6A2162EDB563F1707F00C5156460E1073244C8E7 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlChildEnumerator::.ctor(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlChildEnumerator__ctor_m9D966497AE59A0784E4FE7CB883226B7A332F311 (XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___container0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlConfiguration.XmlReaderSection::get_CollapseWhiteSpaceIntoEmptyString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReaderSection_get_CollapseWhiteSpaceIntoEmptyString_mE61793AAE54658DFEEE34174057A3BEAED58A07C (const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46 (StringBuilder_t * __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956 (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::EncodeName(System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_EncodeName_m5DFBB330A4662E02C176DC3F11668C432711985E (String_t* ___name0, bool ___first1, bool ___local2, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Regex::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_m2769A5BA7B7A835514F6C0E4D30FAD467C6B1B0C (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, String_t* ___pattern0, const RuntimeMethod* method); // System.Text.RegularExpressions.MatchCollection System.Text.RegularExpressions.Regex::Matches(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MatchCollection_t8B954CE579727B076276B514F08040EE4D26844A * Regex_Matches_mBC92CBE041861471127A1764BB4318DCD2C62F26 (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, String_t* ___input0, int32_t ___startat1, const RuntimeMethod* method); // System.Collections.IEnumerator System.Text.RegularExpressions.MatchCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MatchCollection_GetEnumerator_mA2DE46F156BCE530FDDDDDCF1E413A6495CDE993 (MatchCollection_t8B954CE579727B076276B514F08040EE4D26844A * __this, const RuntimeMethod* method); // System.Int32 System.Text.RegularExpressions.Capture::get_Index() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Capture_get_Index_m46BE6FFC6E8474F55B0504269903F287C45C4B31_inline (Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlConvert::FromHex(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlConvert_FromHex_mDF7030DB66D0387D98E750984324D5CE24A811CB (Il2CppChar ___digit0, const RuntimeMethod* method); // System.Void System.Xml.XmlCharType::SplitSurrogateChar(System.Int32,System.Char&,System.Char&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType_SplitSurrogateChar_mC0023C9007BD389EE8ACED719A80433280DCDA61 (int32_t ___combinedChar0, Il2CppChar* ___lowChar1, Il2CppChar* ___highChar2, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 (String_t* ___value0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlCharType::CombineSurrogateChar(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_CombineSurrogateChar_m2DD076F520245198B1569B3E97B69CEC4BE156B0 (int32_t ___lowChar0, int32_t ___highChar1, const RuntimeMethod* method); // System.String System.Int32::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_mE527694B0C55AE14FDCBE1D9C848446C18E22C09 (int32_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Byte[] System.Xml.XmlConvert::FromBinHexString(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* XmlConvert_FromBinHexString_m73EF3E2246F86E41B86018E9F310EEF65777854F (String_t* ___s0, bool ___allowOddCount1, const RuntimeMethod* method); // System.Char[] System.String::ToCharArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* String_ToCharArray_mFCFF32A5EC698E81075E0C72C874282B9ED197A6 (String_t* __this, const RuntimeMethod* method); // System.Byte[] System.Xml.BinHexDecoder::Decode(System.Char[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BinHexDecoder_Decode_m5F2BC52564F7842934AAD9D572FC6A0498C9E06A (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, bool ___allowOddChars1, const RuntimeMethod* method); // System.String System.Xml.BinHexEncoder::Encode(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BinHexEncoder_Encode_m03DF2B6ECF145A037F4EEA7DDF0A215A3B05AEA7 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inArray0, int32_t ___offsetIn1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::CreateInvalidNameCharException(System.String,System.Int32,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidNameCharException_mB3EA40565C1B77972E6E269EB70FA45AF864113B (String_t* ___name0, int32_t ___index1, int32_t ___exceptionType2, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::VerifyNCName(System.String,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_VerifyNCName_m7EC39D774C351941A6095058DFAECD37B64A71F4 (String_t* ___name0, int32_t ___exceptionType1, const RuntimeMethod* method); // System.Int32 System.Xml.ValidateNames::ParseNCName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNCName_m41CB443AA4A6A36548F5CF327083D24741087F84 (String_t* ___s0, const RuntimeMethod* method); // System.Exception System.Xml.ValidateNames::GetInvalidNameException(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * ValidateNames_GetInvalidNameException_mB17BB20FC5FDA4A7283D3159B5B7BF788F21D3B9 (String_t* ___s0, int32_t ___offsetStartChar1, int32_t ___offsetBadChar2, const RuntimeMethod* method); // System.Int32 System.String::IndexOfAny(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method); // System.Int32 System.Xml.ValidateNames::ParseNmtokenNoNamespaces(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNmtokenNoNamespaces_m9C54DF7AC1E68C1E6C501AFB1C8F62B76C806620 (String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067 (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method); // System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_InvariantInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D (const RuntimeMethod* method); // System.String System.Decimal::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Decimal_ToString_mDC8D45024F77E3D04FB6FBE74866CA11CC6B8BAD (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.SByte::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_mAD063E83F82B38DAAA379DF61C14D563588034D1 (int8_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.Int16::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int16_ToString_m9D8BFF89E90032C2A3332CF5831C38AFD2C9E31A (int16_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.Int64::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_mB73201579D1D4BC868EC9BC901B2812AC4B90517 (int64_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.Byte::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_m731FDB27391432D7F14B6769B5D0A3E248803D25 (uint8_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.UInt16::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt16_ToString_mD0CBA1F073A0E16528C1A7EB4E8A9892D218895B (uint16_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.UInt32::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt32_ToString_m57BE7A0F4A653986FEAC4794CD13B04CE012F4EE (uint32_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.UInt64::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt64_ToString_mF6F94603E535C161BBD87AC747A1F403C274E8CD (uint64_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Boolean System.Single::IsNegativeInfinity(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_IsNegativeInfinity_m783D0162D4AC571DD716C3BF75EADBF90902100C (float ___f0, const RuntimeMethod* method); // System.Boolean System.Single::IsPositiveInfinity(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_IsPositiveInfinity_m19DAA74DD1E70DBD36DB699FA26A504D9C650F2C (float ___f0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlConvert::IsNegativeZero(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlConvert_IsNegativeZero_m241D5B636D98DCDBCD8459307BA09F72652B237B (double ___value0, const RuntimeMethod* method); // System.String System.Single::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_mCF682C2751EC9B98F1CE5455066B92D7D3356756 (float* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Boolean System.Double::IsNegativeInfinity(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_IsNegativeInfinity_mD080EA7EB89D45369DFB3481970AA97103D35764 (double ___d0, const RuntimeMethod* method); // System.Boolean System.Double::IsPositiveInfinity(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_IsPositiveInfinity_m45537C58204CD5AA96F39D42F4CB8DADA128C77B (double ___d0, const RuntimeMethod* method); // System.String System.Double::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_m1D341E667E85E9E18783A14CB02982643E96C616 (double* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.DateTime System.Xml.XmlConvert::SwitchToLocalTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XmlConvert_SwitchToLocalTime_m74C46145E5AEDE212920A280270DDBEAD48E794E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method); // System.DateTime System.Xml.XmlConvert::SwitchToUtcTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XmlConvert_SwitchToUtcTime_mBEF76BD04BFDB1863F6324947C94871D128A54E1 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method); // System.Int64 System.DateTime::get_Ticks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method); // System.Void System.DateTime::.ctor(System.Int64,System.DateTimeKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int64_t ___ticks0, int32_t ___kind1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XsdDateTime::.ctor(System.DateTime,System.Xml.Schema.XsdDateTimeFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime__ctor_mD5536EA3D9B0E1F78AB06365BC86F6F4330668F1 (XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime0, int32_t ___kinds1, const RuntimeMethod* method); // System.String System.Xml.Schema.XsdDateTime::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XsdDateTime_ToString_m297A2293EBFBCA239CFEEAC07156358DD1095343 (XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 * __this, const RuntimeMethod* method); // System.String System.Guid::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Guid_ToString_m3024AB4FA6189BC28BE77BBD6A9F55841FE190A5 (Guid_t * __this, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::TrimString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA (String_t* ___value0, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14 (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.Char::TryParse(System.String,System.Char&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_TryParse_m1C86EF2C22EE2F3EC9F20A4472961BDCE448E573 (String_t* ___s0, Il2CppChar* ___result1, const RuntimeMethod* method); // System.Decimal System.Decimal::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_Parse_mFA9697AFBA5C224F2F6D08275B904E9DDBFE607A (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Boolean System.Decimal::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Decimal&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_TryParse_m0EC8E3EC9023AE24ED07A99D208E10F0F5D614DE (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * ___result3, const RuntimeMethod* method); // System.SByte System.SByte::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t SByte_Parse_m3CCD04AED0DC62F729DFA2FF45DA1E4C8BACDD60 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Boolean System.SByte::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.SByte&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SByte_TryParse_mF5FDEA456FF2D2A8B749312E1DA34907852F69CA (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, int8_t* ___result3, const RuntimeMethod* method); // System.Int16 System.Int16::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Int16_Parse_m8974BEBECCE6184E1A2CA312D637E40B731F49B2 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Boolean System.Int16::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int16_TryParse_m82B7F09D7F737EAFFC7E59AA0001753AE79EFA84 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, int16_t* ___result3, const RuntimeMethod* method); // System.Int32 System.Int32::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_m17BA45CC13A0E08712F2EE60CC1356291D0592AC (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Boolean System.Int32::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_TryParse_m6ADA5D03EE325554346538B991A4C3566BD2A011 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, int32_t* ___result3, const RuntimeMethod* method); // System.Int64 System.Int64::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Int64_Parse_m5113C0CCFB668DBC49D71D9F07CC8A96B8C7773D (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Boolean System.Int64::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_TryParse_m8CE5F89833C03A091273A4EF48C69E86E1F81ACC (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, int64_t* ___result3, const RuntimeMethod* method); // System.Byte System.Byte::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Byte_Parse_mF53D7EFF3FC8B040EE675E62145287C7F728F772 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Boolean System.Byte::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Byte&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Byte_TryParse_m224FC83DF738902B9E524FDA9864CADED2A0FFE1 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, uint8_t* ___result3, const RuntimeMethod* method); // System.UInt16 System.UInt16::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t UInt16_Parse_mEA6E086539E279750BCC41E5C9638C2514924E8B (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Boolean System.UInt16::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UInt16_TryParse_mAA7EAE386D423C90C7B6BC0DDA1BB056EAC05BC3 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, uint16_t* ___result3, const RuntimeMethod* method); // System.UInt32 System.UInt32::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UInt32_Parse_mEEC266AE3E2BA9F49F4CD5E69EBDA3A1B008E125 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Boolean System.UInt32::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UInt32_TryParse_mF53E581D2BF1451EC324BC2F601B6AEB0E2F9235 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, uint32_t* ___result3, const RuntimeMethod* method); // System.UInt64 System.UInt64::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t UInt64_Parse_mBCA93243BACC50D7302706C914152213B8AB85A5 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Boolean System.UInt64::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UInt64_TryParse_m5119C451C7052149BC0994D3C7AB5D0AE289E8F3 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, uint64_t* ___result3, const RuntimeMethod* method); // System.Single System.Single::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_Parse_m6D591682F5EF2ED4D1CEADF65728E965A739AE74 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Boolean System.Single::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_TryParse_m4FE60E3061A34FB7B835A80AC156A85649610744 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, float* ___result3, const RuntimeMethod* method); // System.Double System.Double::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Double_Parse_m52FA2C773282C04605DA871AC7093A66FA8A746B (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Boolean System.Double::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Double&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_TryParse_m1A7BCBA90DE896E448E3CA09AAD1CA43846567D7 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, double* ___result3, const RuntimeMethod* method); // System.Exception System.Xml.Schema.XsdDuration::TryParse(System.String,System.Xml.Schema.XsdDuration&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XsdDuration_TryParse_mDA80514B5C5B83DA5781476211E6F415247F45AF (String_t* ___s0, XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 * ___result1, const RuntimeMethod* method); // System.Exception System.Xml.Schema.XsdDuration::TryToTimeSpan(System.TimeSpan&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XsdDuration_TryToTimeSpan_m2F7BEFB7EAE4363117EB1C53D984F0C1FCABFC35 (XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * ___result0, const RuntimeMethod* method); // System.Void System.Xml.XmlConvert::CreateAllDateTimeFormats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlConvert_CreateAllDateTimeFormats_m3EF92195A6C3CEE68221EDACE229D637BC70E4A7 (const RuntimeMethod* method); // System.String[] System.Xml.XmlConvert::get_AllDateTimeFormats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* XmlConvert_get_AllDateTimeFormats_mAD7C3015BDBF7235C76A86B499D629BBBB55ED58 (const RuntimeMethod* method); // System.DateTime System.Xml.XmlConvert::ToDateTime(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XmlConvert_ToDateTime_mB954BD9447F2ED06391B1AB8890AFA9D9D1930D2 (String_t* ___s0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___formats1, const RuntimeMethod* method); // System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::get_InvariantInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * DateTimeFormatInfo_get_InvariantInfo_mF4896D7991425B6C5391BB86C11091A8B715CCDC (const RuntimeMethod* method); // System.DateTime System.DateTime::ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ParseExact_mD4827AB133691E25D40D61B836503305F6816611 (String_t* ___s0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___formats1, RuntimeObject* ___provider2, int32_t ___style3, const RuntimeMethod* method); // System.Void System.Xml.Schema.XsdDateTime::.ctor(System.String,System.Xml.Schema.XsdDateTimeFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime__ctor_m9828B42840AD2BF2C17704E51ECC7F91DF3C1951 (XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 * __this, String_t* ___text0, int32_t ___kinds1, const RuntimeMethod* method); // System.DateTime System.Xml.Schema.XsdDateTime::op_Implicit(System.Xml.Schema.XsdDateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XsdDateTime_op_Implicit_m73A18F95D7E6DB4B5815F6AB3BA43EA36F749E04 (XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 ___xdt0, const RuntimeMethod* method); // System.Void System.Guid::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mC668142577A40A77D13B78AADDEFFFC2E2705079 (Guid_t * __this, String_t* ___g0, const RuntimeMethod* method); // System.DateTimeKind System.DateTime::get_Kind() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::ToLocalTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::ToUniversalTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ToUniversalTime_mA8B74D947E186568C55D9C6F56D59F9A3C7775B1 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method); // System.Boolean System.Uri::TryCreate(System.String,System.UriKind,System.Uri&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_TryCreate_mEEB6736FEDAF52AAE36ACC1EA1EC8CEBB7C52DAB (String_t* ___uriString0, int32_t ___uriKind1, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** ___result2, const RuntimeMethod* method); // System.String System.String::Trim(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_m788DE5AEFDAC40E778745C4DF4AFD45A4BC1007E (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___trimChars0, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[],System.StringSplitOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_Split_m3E47054D847F0ED0FA2F54757D2BF5F8E15B938A (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___separator0, int32_t ___options1, const RuntimeMethod* method); // System.Int64 System.Xml.XmlConvert::DoubleToInt64Bits(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlConvert_DoubleToInt64Bits_m248147309B760757E3E941D832105E8B076D8DB5 (double ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m2CA134DF0552F0FDBBDC49D5E823831CE5A0B325 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, String_t* ___arg1, int32_t ___lineNumber2, int32_t ___linePosition3, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mEAC3FCF0B0088BA1343DA1293874C92ECE9217EB (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, int32_t ___lineNumber2, int32_t ___linePosition3, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::CreateInvalidSurrogatePairException(System.Char,System.Char,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidSurrogatePairException_mC493A88B7ED7BFEF845DD2ABA4824D395107F812 (Il2CppChar ___low0, Il2CppChar ___hi1, int32_t ___exceptionType2, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::CreateInvalidSurrogatePairException(System.Char,System.Char,System.Xml.ExceptionType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidSurrogatePairException_mD7779092577F68BAD64FA0A0549CF1916E6B9914 (Il2CppChar ___low0, Il2CppChar ___hi1, int32_t ___exceptionType2, int32_t ___lineNo3, int32_t ___linePos4, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::CreateException(System.String,System.String[],System.Xml.ExceptionType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateException_m956710818209FE5D8F7999590B30376FEFBC2F90 (String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, int32_t ___exceptionType2, int32_t ___lineNo3, int32_t ___linePos4, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::CreateInvalidHighSurrogateCharException(System.Char,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidHighSurrogateCharException_m22453CD571E079C62CC668E732C74CC1EFE47CFD (Il2CppChar ___hi0, int32_t ___exceptionType1, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::CreateInvalidHighSurrogateCharException(System.Char,System.Xml.ExceptionType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidHighSurrogateCharException_mAC251160BC8A0DB0389838A689D95A3C898B270B (Il2CppChar ___hi0, int32_t ___exceptionType1, int32_t ___lineNo2, int32_t ___linePos3, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::CreateException(System.String,System.String,System.Xml.ExceptionType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateException_m94C72E2D80667A0F1A8AB7B7DBC916CA6C527002 (String_t* ___res0, String_t* ___arg1, int32_t ___exceptionType2, int32_t ___lineNo3, int32_t ___linePos4, const RuntimeMethod* method); // System.Boolean System.Xml.XmlDeclaration::IsValidXmlVersion(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDeclaration_IsValidXmlVersion_m38098CBD150BA5CF41725B7EC536B9F38E2C5CE8 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, String_t* ___ver0, const RuntimeMethod* method); // System.Void System.Xml.XmlDeclaration::set_Encoding(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration_set_Encoding_mCE0E9F3C3EC17F74EC3B94B8C8D81552FA0BC247 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlDeclaration::set_Standalone(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration_set_Standalone_m91C18682591B331670F3833225B6E559E70BA037 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlDeclaration::set_Version(System.String) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void XmlDeclaration_set_Version_mD3315EA67CACCED6B8118927BDF403BC8529869A_inline (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlDeclaration::get_Version() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Version_m7DA832ED2FF5743F9842C6024C7B06715242BED7_inline (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlDeclaration::get_Encoding() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Encoding_m5B6E1E6F91E71C04C1B5C2E2ED3BB9BBA91E35F2_inline (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlDeclaration::get_Standalone() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Standalone_m62BD05048C05E6BC73F9AF99CE07A26DE9D9CD25_inline (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __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_mAE00AC52B8704A56CC2604C08C75A89D314367A1 (String_t* ___strValue0, String_t** ___version1, String_t** ___encoding2, String_t** ___standalone3, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsOnlyDigits(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsOnlyDigits_m69BD4E34C3C3D654C98C48A812892DF066332710 (String_t* ___str0, int32_t ___startPos1, int32_t ___len2, const RuntimeMethod* method); // System.Void System.Xml.XmlImplementation::.ctor(System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlImplementation__ctor_mDFD42E145ED63F0C4E3D349CF2E2E4DA406B7B2E (XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF * __this, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nt0, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::.ctor(System.Xml.XmlImplementation) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument__ctor_mA2DED35201B4432DABF3BB443F8BE59679A30542 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF * ___imp0, const RuntimeMethod* method); // System.Void System.Xml.XmlNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode__ctor_m0FAFCFACF2D77CDFBA016C150EC5465AED4C5E12 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method); // System.Void System.Xml.DomNameTable::.ctor(System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DomNameTable__ctor_m246ADDC4B8FE82C88FA9554F29624816DA4F51F3 (DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A * __this, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___document0, const RuntimeMethod* method); // System.Xml.XmlNameTable System.Xml.XmlDocument::get_NameTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * XmlDocument_get_NameTable_mB0B70D680B137C3253FD784E53BAFC2E1D119D58 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.ValidateNames::ParseNmtoken(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNmtoken_m3A3E6D92C559563210EDE689FE1A7FBAA752FFB6 (String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method); // System.Xml.XmlName System.Xml.DomNameTable::AddName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * DomNameTable_AddName_mC0A5E91C8B7CE5E9ED0A456E0139A39B98B7ED31 (DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method); // System.Xml.XmlName System.Xml.DomNameTable::GetName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * DomNameTable_GetName_m9C68F6610C930A3D20FC14A71386B8D321499ACB (DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method); // System.Xml.XmlName System.Xml.XmlDocument::AddXmlName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * XmlDocument_AddXmlName_m575F4A197B93EE930320E115E57660706E90650C (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method); // System.Xml.XmlName System.Xml.XmlDocument::GetXmlName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * XmlDocument_GetXmlName_m012DC1D2B3730C7AB817C101A8F983CED45223FE (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method); // System.Xml.XmlName System.Xml.XmlDocument::GetIDInfoByElement_(System.Xml.XmlName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * XmlDocument_GetIDInfoByElement__m14BC7FB850D299AD8B505556C3AC30E016EB6B0A (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___eleName0, const RuntimeMethod* method); // System.Void System.WeakReference::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakReference__ctor_m12F7412E9F228AA2276BBB37441CFBCD21A0ABBB (WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * __this, RuntimeObject * ___target0, const RuntimeMethod* method); // System.WeakReference System.Xml.XmlDocument::GetElement(System.Collections.ArrayList,System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * XmlDocument_GetElement_m54D8E62AE34952EF5D798913D9D1F2D796DF1135 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___elementList0, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * ___elem1, const RuntimeMethod* method); // System.Xml.XmlImplementation System.Xml.XmlDocument::get_Implementation() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF * XmlDocument_get_Implementation_m9FD9FC9BA691BFE8CA0E520AD7BEA9D1B9B054C9_inline (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::SetBaseURI(System.String) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void XmlDocument_SetBaseURI_m085E580F639F2CC264DD74C3315694AE0E207662_inline (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___inBaseURI0, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::ImportChildren(System.Xml.XmlNode,System.Xml.XmlNode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_ImportChildren_mB3441496C1FFE53D03F88B80EE216266E114D5F3 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___fromNode0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___toNode1, bool ___deep2, const RuntimeMethod* method); // System.Boolean System.Xml.XmlDocument::HasNodeTypeInPrevSiblings(System.Xml.XmlNodeType,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_HasNodeTypeInPrevSiblings_m03050D67EB7453B5DF4F6B079286AAE95058B9F7 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, int32_t ___nt0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___refNode1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlDocument::HasNodeTypeInNextSiblings(System.Xml.XmlNodeType,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_HasNodeTypeInNextSiblings_m9B290C88109535A249F5067FF17A2EDFDE106018 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, int32_t ___nt0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___refNode1, const RuntimeMethod* method); // System.Void System.Xml.XmlCDataSection::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCDataSection__ctor_mC122A646F0B3D179CEA8F1D0808EA7DF0B123729 (XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 * __this, String_t* ___data0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method); // System.Void System.Xml.XmlComment::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlComment__ctor_mFFEE3DACB1B1A14E8A0D72690D94ADE3FE33E268 (XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D * __this, String_t* ___comment0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method); // System.Void System.Xml.XmlDocumentType::.ctor(System.String,System.String,System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocumentType__ctor_m0AA7DA8B8A11D7D673F92449A36CBEFE8AD96424 (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, String_t* ___name0, String_t* ___publicId1, String_t* ___systemId2, String_t* ___internalSubset3, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc4, const RuntimeMethod* method); // System.Void System.Xml.XmlDocumentFragment::.ctor(System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocumentFragment__ctor_m377E707D22A3BF87695F909DAE1BD0475498AA4A (XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D * __this, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___ownerDocument0, const RuntimeMethod* method); // System.Xml.Schema.SchemaElementDecl System.Xml.XmlDocument::GetSchemaElementDecl(System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * XmlDocument_GetSchemaElementDecl_m66893057F171B8E7923F088E1A47F6354ED340E2 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * ___elem0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaElementDecl::get_AttDefs() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * SchemaElementDecl_get_AttDefs_mA9C67B23C08148006DE75A8A16729E299BB540A2_inline (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() inline Enumerator_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F Dictionary_2_GetEnumerator_m276CF454C35750215F1ACCF553AFEA3F1727B866 (Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * __this, const RuntimeMethod* method) { return (( Enumerator_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F (*) (Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_mF1CF1D13F3E70C6D20D96D9AC88E44454E4C0053_gshared)(__this, method); } // System.Xml.Schema.SchemaDeclBase/Use System.Xml.Schema.SchemaDeclBase::get_Presence() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t SchemaDeclBase_get_Presence_mE8EE3FC50C3027690BC65CA03EDDC872656F409A_inline (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaDeclBase::get_Name() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * SchemaDeclBase_get_Name_mA19E77B9616E600D6BDA847F6B9F69E5AF777D23_inline (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, const RuntimeMethod* method); // System.Xml.Schema.SchemaType System.Xml.Schema.SchemaInfo::get_SchemaType() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t SchemaInfo_get_SchemaType_mE986C30F3E1AB1BA849A09C61097DE0025C5D689_inline (SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.SchemaDeclBase::get_Prefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaDeclBase_get_Prefix_mA0E0E2F3ADF9D45BCAFF7DF668AD8911A429C190 (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlDocument::PrepareDefaultAttribute(System.Xml.Schema.SchemaAttDef,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlDocument_PrepareDefaultAttribute_mC5A4065236F8538FD63FCA58D4156E349A952E66 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * ___attdef0, String_t* ___attrPrefix1, String_t* ___attrLocalname2, String_t* ___attrNamespaceURI3, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::get_ElementDecls() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * SchemaInfo_get_ElementDecls_m3DCEE5E6F1099F6D0D3287026FC37A16E1811F8C_inline (SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_mC980F9A6C9C14A28BA58C04D6C0546EF2D59CC9A (Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___key0, SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 *, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *, SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Xml.XmlDocument::SetDefaultNamespace(System.String,System.String,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_SetDefaultNamespace_m3B4434D28E1A0AC33FD7366B93CA2B1785F68842 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___prefix0, String_t* ___localName1, String_t** ___namespaceURI2, const RuntimeMethod* method); // System.String System.Xml.Schema.SchemaDeclBase::get_DefaultValueRaw() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaDeclBase_get_DefaultValueRaw_m986CD9AF2A745A83C2EF3F9DAC95F855C44823FF (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlUnspecifiedAttribute::SetSpecified(System.Boolean) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void XmlUnspecifiedAttribute_SetSpecified_mE8F69E10D5E945D419793E3AE422166CF65F3C47_inline (XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D * __this, bool ___f0, const RuntimeMethod* method); // System.Void System.Xml.XmlEntityReference::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEntityReference__ctor_m44D2ECE2D1D296212993A2047703B986AC00A3F8 (XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * __this, String_t* ___name0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___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_m3A619B7CCD324FE1CFC444723F28BB6EBD1B66D5 (XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0 * __this, String_t* ___target0, String_t* ___data1, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc2, const RuntimeMethod* method); // System.Void System.Xml.XmlDeclaration::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration__ctor_mF519761B86A11CE8E967046042109652E064A22C (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, String_t* ___version0, String_t* ___encoding1, String_t* ___standalone2, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc3, const RuntimeMethod* method); // System.Void System.Xml.XmlText::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlText__ctor_m1414D4F7A140011AD124BA75DCAC01A6F0B4CCEF (XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * __this, String_t* ___strData0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method); // System.Void System.Xml.XmlSignificantWhitespace::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSignificantWhitespace__ctor_m08939F2E79513CD2BE904301CDAC5BFC226E6327 (XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB * __this, String_t* ___strData0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method); // System.Void System.Xml.XmlWhitespace::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWhitespace__ctor_m016512E3F1D4094C7B53F02D9799AF5303E34A64 (XmlWhitespace_tF5EA718743A148EBF7594ADF5A06B3224857AD4D * __this, String_t* ___strData0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::ImportAttributes(System.Xml.XmlNode,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_ImportAttributes_m2845141A07F75031AA1786F97656C2CB4DC2A536 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___fromElem0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___toElem1, const RuntimeMethod* method); // System.String System.Xml.XmlDocumentType::get_PublicId() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_PublicId_m2DDA44AD846D5D03CC3E11FF284F5C40596FC51B_inline (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlDocumentType::get_SystemId() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_SystemId_m4D995F9A6F7D34E70D9C53FD99D4A6EE66B473D0_inline (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlDocumentType::get_InternalSubset() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_InternalSubset_m47C247A372247168CC1B7DFC08B27BA3663A2177_inline (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::get_ItemOf(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlAttributeCollection_get_ItemOf_m80F7C07B9C4FED4D63EA54935B02C74F1E29090E (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, int32_t ___i0, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlDocument::ImportNodeInternal(System.Xml.XmlNode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlDocument_ImportNodeInternal_mFDEBB837D8EC1848F64A7ED36E47F756DEB50E1F (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, bool ___deep1, const RuntimeMethod* method); // System.Xml.XmlNameTable System.Xml.XmlImplementation::get_NameTable() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * XmlImplementation_get_NameTable_m1375CEB0B84A438F4B8B7D4E63236D526C7E63FB_inline (XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlUnspecifiedAttribute::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUnspecifiedAttribute__ctor_mE777BCF4E5CF4B6A6FB3A5D86B2049A0FC69A9EA (XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc3, const RuntimeMethod* method); // System.Void System.Xml.XmlElement::.ctor(System.Xml.XmlName,System.Boolean,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement__ctor_m81A8D85E91BCB4204E499A2A4B255E03F99BB453 (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___name0, bool ___empty1, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc2, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::AddDefaultAttributes(System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_AddDefaultAttributes_mCBF153A9367D910D45719C80EC20CC80A196A931 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * ___elem0, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::set_IsLoading(System.Boolean) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void XmlDocument_set_IsLoading_m4B175CB2AA5CBE3A745976C76A94ED60DAB77A63_inline (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, bool ___value0, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlLoader::ReadCurrentNode(System.Xml.XmlDocument,System.Xml.XmlReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlLoader_ReadCurrentNode_mBAEC51A9962B1149B5CB84D79A6962542A702A4D (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc0, XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___reader1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::set_XmlValidatingReaderCompatibilityMode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReader_set_XmlValidatingReaderCompatibilityMode_m6A9B67366EDD15B41F82AD9146049814BF55F3B5 (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::set_EntityHandling(System.Xml.EntityHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReader_set_EntityHandling_mE9E41D529265DB4C3A4291D96CF36C6792685025 (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlDocument::get_HasSetResolver() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool XmlDocument_get_HasSetResolver_mD2A30DEEA3A9EF0EF189F1AF049E972876EFEF05_inline (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method); // System.Xml.XmlResolver System.Xml.XmlDocument::GetResolver() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * XmlDocument_GetResolver_mCBFECE3ADC917485F5BF45D14C2B13C00A09A9CA_inline (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::set_XmlResolver(System.Xml.XmlResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReader_set_XmlResolver_mD329CDE112F1C8F2185020475C4E6B3CE334EFBA (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlLoader::Load(System.Xml.XmlDocument,System.Xml.XmlReader,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_Load_mD62D208D06E35029C62F35BFB98C23AD5650B1BE (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * __this, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc0, XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___reader1, bool ___preserveWhitespace2, const RuntimeMethod* method); // System.Void System.IO.StringReader::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringReader__ctor_mA55383C19EFBC075E762145D88F15A2B8B0CDA17 (StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * __this, String_t* ___s0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::.ctor(System.IO.TextReader,System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m890249ED7E4668ED6335637FC0B69071F24A028C (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___input0, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nt1, const RuntimeMethod* method); // System.Xml.XmlTextReader System.Xml.XmlDocument::SetupReader(System.Xml.XmlTextReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * XmlDocument_SetupReader_mB5B049487DCB242DAB85D1C6621F744C1711D004 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * ___tr0, const RuntimeMethod* method); // System.Collections.IEnumerator System.Xml.XmlNode::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlNode_GetEnumerator_m3A6B94C82F0A4CD3179B14003057B424E9270B5A (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNodeChangedEventArgs::.ctor(System.Xml.XmlNode,System.Xml.XmlNode,System.Xml.XmlNode,System.String,System.String,System.Xml.XmlNodeChangedAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeChangedEventArgs__ctor_mFAE42ACEDA1776D20CDF37441877A5F4B6F772C0 (XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___oldParent1, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___newParent2, String_t* ___oldValue3, String_t* ___newValue4, int32_t ___action5, const RuntimeMethod* method); // System.Xml.XmlNodeChangedAction System.Xml.XmlNodeChangedEventArgs::get_Action() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t XmlNodeChangedEventArgs_get_Action_mB8E3F1E89EA57455741483AFF45148185C4C6972_inline (XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNodeChangedEventHandler::Invoke(System.Object,System.Xml.XmlNodeChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeChangedEventHandler_Invoke_mA1B4770CBB3211F122F452F6972198F7D248B000 (XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * __this, RuntimeObject * ___sender0, XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * ___e1, const RuntimeMethod* method); // System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::get_Entities() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * XmlDocumentType_get_Entities_m1108BF6B97FEB7A54F77FA358E22C2D6F282861A (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, const RuntimeMethod* method); // System.Void System.Xml.EmptyEnumerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyEnumerator__ctor_mEB9A4EF59182F1D6A7CC0A6C7A8A12FD8972EA0E (EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaInfo::.ctor(System.Xml.Schema.XmlSchemaValidity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInfo__ctor_m5FD36E97FABD79594AFBD7D46FD2895A24FBF676 (XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035 * __this, int32_t ___validity0, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter_FixupCallbackInfo::.ctor(System.Xml.Serialization.XmlSerializationReaderInterpreter,System.Xml.Serialization.ClassMap,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FixupCallbackInfo__ctor_m48288B0E8DA00B7474D2B955752D64FAF25809CA (FixupCallbackInfo_t624A8800237A1808944906FDC24BE9244B65F71D * __this, XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C * ___sri0, ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * ___map1, bool ___isValueList2, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C * L_0 = ___sri0; __this->set__sri_0(L_0); ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * L_1 = ___map1; __this->set__map_1(L_1); bool L_2 = ___isValueList2; __this->set__isValueList_2(L_2); return; } } // System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter_FixupCallbackInfo::FixupMembers(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FixupCallbackInfo_FixupMembers_mB520EA7DED411D58F114CB29DAD1A4C2A83B60C3 (FixupCallbackInfo_t624A8800237A1808944906FDC24BE9244B65F71D * __this, RuntimeObject * ___fixup0, const RuntimeMethod* method) { { XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C * L_0 = __this->get__sri_0(); ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * L_1 = __this->get__map_1(); RuntimeObject * L_2 = ___fixup0; bool L_3 = __this->get__isValueList_2(); NullCheck(L_0); XmlSerializationReaderInterpreter_FixupMembers_m6519E532606935EE36B7D19DF2E8D004D725E5DE(L_0, L_1, L_2, L_3, /*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.XmlSerializationReaderInterpreter_ReaderCallbackInfo::.ctor(System.Xml.Serialization.XmlSerializationReaderInterpreter,System.Xml.Serialization.XmlTypeMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReaderCallbackInfo__ctor_m55EB9E9543F42A1AD302B46038FACB68DA2018D6 (ReaderCallbackInfo_t3649059057730362A2C3655BD0E4024E8DDC9C61 * __this, XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C * ___sri0, XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * ___typeMap1, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C * L_0 = ___sri0; __this->set__sri_0(L_0); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_1 = ___typeMap1; __this->set__typeMap_1(L_1); return; } } // System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter_ReaderCallbackInfo::ReadObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReaderCallbackInfo_ReadObject_m6DA147BDBCCAB9D9DE7F2B8E17E0973DD4DB3FCA (ReaderCallbackInfo_t3649059057730362A2C3655BD0E4024E8DDC9C61 * __this, const RuntimeMethod* method) { { XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C * L_0 = __this->get__sri_0(); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_1 = __this->get__typeMap_1(); NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker3< RuntimeObject *, XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA *, bool, bool >::Invoke(7 /* System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadObject(System.Xml.Serialization.XmlTypeMapping,System.Boolean,System.Boolean) */, L_0, L_1, (bool)1, (bool)1); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Serialization.XmlSerializationWriteCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriteCallback__ctor_m6BA24AC9826D5C910789AB89B60F01923D0F2CBB (XmlSerializationWriteCallback_tC98B104DBDBC776D566F853B9DED7668089431FA * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __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.XmlSerializationWriteCallback::Invoke(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriteCallback_Invoke_m5F68EFE3A2685351FEB6EFF0696C8D22B25A327C (XmlSerializationWriteCallback_tC98B104DBDBC776D566F853B9DED7668089431FA * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* 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 == 1) { // open typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___o0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___o0, targetMethod); } } else if (___parameterCount != 1) { // open if (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)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___o0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___o0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___o0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___o0); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___o0, targetMethod); } } else { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___o0, targetMethod); } else if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___o0); else GenericVirtActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___o0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___o0); else VirtActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___o0); } } else { if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod))) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((reinterpret_cast(___o0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___o0, targetMethod); } } } } } // System.IAsyncResult System.Xml.Serialization.XmlSerializationWriteCallback::BeginInvoke(System.Object,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlSerializationWriteCallback_BeginInvoke_m299FDAF5A2DCD02F37A24ACD9924A0F3B62212E7 (XmlSerializationWriteCallback_tC98B104DBDBC776D566F853B9DED7668089431FA * __this, RuntimeObject * ___o0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___o0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void System.Xml.Serialization.XmlSerializationWriteCallback::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriteCallback_EndInvoke_m1DD1F9BA8A2AF77FA401355A7C707FD025E33C2E (XmlSerializationWriteCallback_tC98B104DBDBC776D566F853B9DED7668089431FA * __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.XmlSerializationWriter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter__ctor_m46D4F73D56A22A390A29254E1A7E6A32BA198C2B (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriter__ctor_m46D4F73D56A22A390A29254E1A7E6A32BA198C2B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSerializationGeneratedCode__ctor_m638244C0FFF366D1046E35EE6FE915ACBA5B1CBC(__this, /*hidden argument*/NULL); __this->set_qnameCount_1(0); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var); Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_0, /*hidden argument*/NULL); __this->set_serializedObjects_7(L_0); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::Initialize(System.Xml.XmlWriter,System.Xml.Serialization.XmlSerializerNamespaces) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_Initialize_m1443A62FA7E8090133EA45F3E8696091D62DC5DC (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * ___writer0, XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F * ___nss1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriter_Initialize_m1443A62FA7E8090133EA45F3E8696091D62DC5DC_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlQualifiedNameU5BU5D_t375EB02A213AC919E02336B57A412BB761AFA18B* V_0 = NULL; int32_t V_1 = 0; XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * V_2 = NULL; { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_0 = ___writer0; __this->set_writer_4(L_0); XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F * L_1 = ___nss1; if (!L_1) { goto IL_005f; } } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var); ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_2, /*hidden argument*/NULL); __this->set_namespaces_3(L_2); XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F * L_3 = ___nss1; NullCheck(L_3); XmlQualifiedNameU5BU5D_t375EB02A213AC919E02336B57A412BB761AFA18B* L_4 = XmlSerializerNamespaces_ToArray_m96737F750ECA2A39F753C270F4842E4234EFA505(L_3, /*hidden argument*/NULL); V_0 = L_4; V_1 = 0; goto IL_0059; } IL_0020: { XmlQualifiedNameU5BU5D_t375EB02A213AC919E02336B57A412BB761AFA18B* L_5 = V_0; int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_8 = (L_5)->GetAt(static_cast(L_7)); V_2 = L_8; XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_9 = V_2; NullCheck(L_9); String_t* L_10 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880_inline(L_9, /*hidden argument*/NULL); bool L_11 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_10, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (!L_11) { goto IL_0055; } } { XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_12 = V_2; NullCheck(L_12); String_t* L_13 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5_inline(L_12, /*hidden argument*/NULL); bool L_14 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_13, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (!L_14) { goto IL_0055; } } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_15 = __this->get_namespaces_3(); XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_16 = V_2; NullCheck(L_15); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_15, L_16); } IL_0055: { int32_t L_17 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0059: { int32_t L_18 = V_1; XmlQualifiedNameU5BU5D_t375EB02A213AC919E02336B57A412BB761AFA18B* L_19 = V_0; NullCheck(L_19); if ((((int32_t)L_18) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length))))))) { goto IL_0020; } } IL_005f: { return; } } // System.Xml.XmlWriter System.Xml.Serialization.XmlSerializationWriter::get_Writer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, const RuntimeMethod* method) { { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_0 = __this->get_writer_4(); return L_0; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::AddWriteCallback(System.Type,System.String,System.String,System.Xml.Serialization.XmlSerializationWriteCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_AddWriteCallback_m3B3C7938AB1C6E4377419EB8AED256F0EBD6C290 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, Type_t * ___type0, String_t* ___typeName1, String_t* ___typeNs2, XmlSerializationWriteCallback_tC98B104DBDBC776D566F853B9DED7668089431FA * ___callback3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriter_AddWriteCallback_m3B3C7938AB1C6E4377419EB8AED256F0EBD6C290_MetadataUsageId); s_Il2CppMethodInitialized = true; } WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC * V_0 = NULL; { WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC * L_0 = (WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC *)il2cpp_codegen_object_new(WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC_il2cpp_TypeInfo_var); WriteCallbackInfo__ctor_mC74D2E0C206D6FA14DA6F460125046379393B860(L_0, /*hidden argument*/NULL); V_0 = L_0; WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC * L_1 = V_0; Type_t * L_2 = ___type0; NullCheck(L_1); L_1->set_Type_0(L_2); WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC * L_3 = V_0; String_t* L_4 = ___typeName1; NullCheck(L_3); L_3->set_TypeName_1(L_4); WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC * L_5 = V_0; String_t* L_6 = ___typeNs2; NullCheck(L_5); L_5->set_TypeNs_2(L_6); WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC * L_7 = V_0; XmlSerializationWriteCallback_tC98B104DBDBC776D566F853B9DED7668089431FA * L_8 = ___callback3; NullCheck(L_7); L_7->set_Callback_3(L_8); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_9 = __this->get_callbacks_6(); if (L_9) { goto IL_0036; } } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_10 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var); Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_10, /*hidden argument*/NULL); __this->set_callbacks_6(L_10); } IL_0036: { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_11 = __this->get_callbacks_6(); Type_t * L_12 = ___type0; WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC * L_13 = V_0; NullCheck(L_11); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_11, L_12, L_13); return; } } // System.Exception System.Xml.Serialization.XmlSerializationWriter::CreateUnknownAnyElementException(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlSerializationWriter_CreateUnknownAnyElementException_m7163756C8134EFE27D54CF95D01D4EAFB686EFFC (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriter_CreateUnknownAnyElementException_m7163756C8134EFE27D54CF95D01D4EAFB686EFFC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; String_t* L_1 = ___ns1; String_t* L_2 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteral5C2656AE88593B405E516FFBC52BD354D10D15D6, L_0, L_1, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, L_2, /*hidden argument*/NULL); return L_3; } } // System.Exception System.Xml.Serialization.XmlSerializationWriter::CreateUnknownTypeException(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlSerializationWriter_CreateUnknownTypeException_mDD3FC7DC14E8F072D26BE6C4090167D40584F5FA (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___o0; NullCheck(L_0); Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_0, /*hidden argument*/NULL); Exception_t * L_2 = XmlSerializationWriter_CreateUnknownTypeException_m012A1E975B41EE4F9908159B67A58273184C254E(__this, L_1, /*hidden argument*/NULL); return L_2; } } // System.Exception System.Xml.Serialization.XmlSerializationWriter::CreateUnknownTypeException(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlSerializationWriter_CreateUnknownTypeException_m012A1E975B41EE4F9908159B67A58273184C254E (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriter_CreateUnknownTypeException_m012A1E975B41EE4F9908159B67A58273184C254E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; String_t* L_1 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral3998B998DF64CB1383FDFA3F7E3B9A6A0F272616, L_0, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Serialization.XmlSerializationWriter::FromXmlQualifiedName(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationWriter_FromXmlQualifiedName_m0EDFA5D06F44BAF0A86E135AAA2C8328143546B6 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___xmlQualifiedName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriter_FromXmlQualifiedName_m0EDFA5D06F44BAF0A86E135AAA2C8328143546B6_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_0 = ___xmlQualifiedName0; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var); bool L_1 = XmlQualifiedName_op_Equality_m0D8839B9BA1607AC40973899B37B7D32C63E588F(L_0, (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)NULL, /*hidden argument*/NULL); if (L_1) { goto IL_0016; } } { XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_2 = ___xmlQualifiedName0; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var); XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_3 = ((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var))->get_Empty_4(); bool L_4 = XmlQualifiedName_op_Equality_m0D8839B9BA1607AC40973899B37B7D32C63E588F(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0018; } } IL_0016: { return (String_t*)NULL; } IL_0018: { XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_5 = ___xmlQualifiedName0; NullCheck(L_5); String_t* L_6 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880_inline(L_5, /*hidden argument*/NULL); XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_7 = ___xmlQualifiedName0; NullCheck(L_7); String_t* L_8 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5_inline(L_7, /*hidden argument*/NULL); String_t* L_9 = XmlSerializationWriter_GetQualifiedName_m9906C285489E0BA3B9F620F5EFC880FE30670820(__this, L_6, L_8, /*hidden argument*/NULL); return L_9; } } // System.String System.Xml.Serialization.XmlSerializationWriter::GetId(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationWriter_GetId_m6E376F6530AAD90A0D613576D6CAE64A8CEB42A9 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, RuntimeObject * ___o0, bool ___addToReferencesList1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriter_GetId_m6E376F6530AAD90A0D613576D6CAE64A8CEB42A9_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int64_t V_1 = 0; { ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 * L_0 = __this->get_idGenerator_0(); if (L_0) { goto IL_0013; } } { ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 * L_1 = (ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 *)il2cpp_codegen_object_new(ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1_il2cpp_TypeInfo_var); ObjectIDGenerator__ctor_mD9F36DD4AC2562F8A6883111DEC03695AEF83D8B(L_1, /*hidden argument*/NULL); __this->set_idGenerator_0(L_1); } IL_0013: { ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 * L_2 = __this->get_idGenerator_0(); RuntimeObject * L_3 = ___o0; NullCheck(L_2); int64_t L_4 = VirtFuncInvoker2< int64_t, RuntimeObject *, bool* >::Invoke(4 /* System.Int64 System.Runtime.Serialization.ObjectIDGenerator::GetId(System.Object,System.Boolean&) */, L_2, L_3, (bool*)(&V_0)); V_1 = L_4; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_5 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); int64_t L_6 = V_1; int64_t L_7 = L_6; RuntimeObject * L_8 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_7); String_t* L_9 = String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F(L_5, _stringLiteral1624DC09206B54907E506FE062FA7F12CF48D7B0, L_8, /*hidden argument*/NULL); return L_9; } } // System.Boolean System.Xml.Serialization.XmlSerializationWriter::AlreadyQueued(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSerializationWriter_AlreadyQueued_m058A94794B5D1403C16158E643D3F9AF715CEC09 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, RuntimeObject * ___ob0, const RuntimeMethod* method) { bool V_0 = false; { ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 * L_0 = __this->get_idGenerator_0(); if (L_0) { goto IL_000a; } } { return (bool)0; } IL_000a: { ObjectIDGenerator_tD65209D0A1CDA08C9C709A4D1997D8091A93C1A1 * L_1 = __this->get_idGenerator_0(); RuntimeObject * L_2 = ___ob0; NullCheck(L_1); VirtFuncInvoker2< int64_t, RuntimeObject *, bool* >::Invoke(5 /* System.Int64 System.Runtime.Serialization.ObjectIDGenerator::HasId(System.Object,System.Boolean&) */, L_1, L_2, (bool*)(&V_0)); bool L_3 = V_0; return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); } } // System.String System.Xml.Serialization.XmlSerializationWriter::GetNamespacePrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationWriter_GetNamespacePrefix_m4BC4824F750B603AB8DEB2C10B1DA1031CEA4B7D (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___ns0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriter_GetNamespacePrefix_m4BC4824F750B603AB8DEB2C10B1DA1031CEA4B7D_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_0 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); String_t* L_1 = ___ns0; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(21 /* System.String System.Xml.XmlWriter::LookupPrefix(System.String) */, L_0, L_1); V_0 = L_2; String_t* L_3 = V_0; if (L_3) { goto IL_0044; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_4 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); int32_t L_5 = __this->get_qnameCount_1(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); int32_t L_6 = V_1; __this->set_qnameCount_1(L_6); int32_t L_7 = V_1; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_8); String_t* L_10 = String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F(L_4, _stringLiteralF79864CC12EDB5D65E4E144E23AD7B22F4E9608E, L_9, /*hidden argument*/NULL); V_0 = L_10; String_t* L_11 = V_0; String_t* L_12 = ___ns0; XmlSerializationWriter_WriteAttribute_m979EE0B5A417715B7E0A53EF590A231D96E5D4C8(__this, _stringLiteral417937288FDEE75EA79B1648FDB20AE19A1B35EA, L_11, (String_t*)NULL, L_12, /*hidden argument*/NULL); } IL_0044: { String_t* L_13 = V_0; return L_13; } } // System.String System.Xml.Serialization.XmlSerializationWriter::GetQualifiedName(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationWriter_GetQualifiedName_m9906C285489E0BA3B9F620F5EFC880FE30670820 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriter_GetQualifiedName_m9906C285489E0BA3B9F620F5EFC880FE30670820_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___ns1; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_2 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_000f; } } { String_t* L_3 = ___name0; return L_3; } IL_000f: { String_t* L_4 = ___ns1; String_t* L_5 = XmlSerializationWriter_GetNamespacePrefix_m4BC4824F750B603AB8DEB2C10B1DA1031CEA4B7D(__this, L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = V_0; String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_8 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0026; } } { String_t* L_9 = ___name0; return L_9; } IL_0026: { String_t* L_10 = V_0; String_t* L_11 = ___name0; String_t* L_12 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralE7B85E7369BA50B83804EBF39E9612010E5B9FCD, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::TopLevelElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_TopLevelElement_m8C1D80423BCCAC9DCFBAD874B8551A9B6922B001 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, const RuntimeMethod* method) { { __this->set_topLevelElement_2((bool)1); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteAttribute_mF4B3873E8B20F8ECE08C116F55D705205DC78397 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___localName0, String_t* ___ns1, String_t* ___value2, const RuntimeMethod* method) { { String_t* L_0 = ___localName0; String_t* L_1 = ___ns1; String_t* L_2 = ___value2; XmlSerializationWriter_WriteAttribute_m979EE0B5A417715B7E0A53EF590A231D96E5D4C8(__this, (String_t*)NULL, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteAttribute(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteAttribute_m979EE0B5A417715B7E0A53EF590A231D96E5D4C8 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, String_t* ___value3, const RuntimeMethod* method) { { String_t* L_0 = ___value3; if (L_0) { goto IL_0005; } } { return; } IL_0005: { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_1 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); String_t* L_2 = ___prefix0; String_t* L_3 = ___localName1; String_t* L_4 = ___ns2; String_t* L_5 = ___value3; NullCheck(L_1); XmlWriter_WriteAttributeString_mF674B85B37CB415C5602A73697B110CFF711D40B(L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteXmlNode(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteXmlNode_m7E79AFAD1496CDC47DA0B6AE1E12ACBD9AF3C413 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriter_WriteXmlNode_m7E79AFAD1496CDC47DA0B6AE1E12ACBD9AF3C413_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___node0; if (!((XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 *)IsInstClass((RuntimeObject*)L_0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var))) { goto IL_0015; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = ___node0; NullCheck(((XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 *)CastclassClass((RuntimeObject*)L_1, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var))); XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_2 = XmlDocument_get_DocumentElement_m4834A8AB3916884BA14431A2E084C2C8A76E2EDA(((XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 *)CastclassClass((RuntimeObject*)L_1, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); ___node0 = L_2; } IL_0015: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = ___node0; XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_4 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); VirtActionInvoker1< XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * >::Invoke(37 /* System.Void System.Xml.XmlNode::WriteTo(System.Xml.XmlWriter) */, L_3, L_4); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteElementEncoded(System.Xml.XmlNode,System.String,System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteElementEncoded_m77CA288F13919F7980DCC2F732628A194CE944F2 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, String_t* ___name1, String_t* ___ns2, bool ___isNullable3, bool ___any4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriter_WriteElementEncoded_m77CA288F13919F7980DCC2F732628A194CE944F2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name1; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_2 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0049; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = ___node0; if (L_3) { goto IL_001d; } } { bool L_4 = ___isNullable3; if (!L_4) { goto IL_0050; } } { String_t* L_5 = ___name1; String_t* L_6 = ___ns2; XmlSerializationWriter_WriteNullTagEncoded_mDC212271AF3AAE5711338F08743BFA743BE23AFB(__this, L_5, L_6, /*hidden argument*/NULL); return; } IL_001d: { bool L_7 = ___any4; if (!L_7) { goto IL_0029; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_8 = ___node0; XmlSerializationWriter_WriteXmlNode_m7E79AFAD1496CDC47DA0B6AE1E12ACBD9AF3C413(__this, L_8, /*hidden argument*/NULL); return; } IL_0029: { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_9 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); String_t* L_10 = ___name1; String_t* L_11 = ___ns2; NullCheck(L_9); XmlWriter_WriteStartElement_m440AF3B1A8DF08E307BA315AA997D097BFD2A9FE(L_9, L_10, L_11, /*hidden argument*/NULL); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_12 = ___node0; XmlSerializationWriter_WriteXmlNode_m7E79AFAD1496CDC47DA0B6AE1E12ACBD9AF3C413(__this, L_12, /*hidden argument*/NULL); XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_13 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); NullCheck(L_13); VirtActionInvoker0::Invoke(8 /* System.Void System.Xml.XmlWriter::WriteEndElement() */, L_13); return; } IL_0049: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_14 = ___node0; XmlSerializationWriter_WriteXmlNode_m7E79AFAD1496CDC47DA0B6AE1E12ACBD9AF3C413(__this, L_14, /*hidden argument*/NULL); } IL_0050: { return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteElementLiteral(System.Xml.XmlNode,System.String,System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteElementLiteral_m25AF0433947E36A1C97F309DDFD829F1944676ED (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, String_t* ___name1, String_t* ___ns2, bool ___isNullable3, bool ___any4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriter_WriteElementLiteral_m25AF0433947E36A1C97F309DDFD829F1944676ED_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name1; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_2 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0049; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = ___node0; if (L_3) { goto IL_001d; } } { bool L_4 = ___isNullable3; if (!L_4) { goto IL_0050; } } { String_t* L_5 = ___name1; String_t* L_6 = ___ns2; XmlSerializationWriter_WriteNullTagLiteral_m53F139468E561CA46F238D0CA51A860C90F85C66(__this, L_5, L_6, /*hidden argument*/NULL); return; } IL_001d: { bool L_7 = ___any4; if (!L_7) { goto IL_0029; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_8 = ___node0; XmlSerializationWriter_WriteXmlNode_m7E79AFAD1496CDC47DA0B6AE1E12ACBD9AF3C413(__this, L_8, /*hidden argument*/NULL); return; } IL_0029: { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_9 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); String_t* L_10 = ___name1; String_t* L_11 = ___ns2; NullCheck(L_9); XmlWriter_WriteStartElement_m440AF3B1A8DF08E307BA315AA997D097BFD2A9FE(L_9, L_10, L_11, /*hidden argument*/NULL); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_12 = ___node0; XmlSerializationWriter_WriteXmlNode_m7E79AFAD1496CDC47DA0B6AE1E12ACBD9AF3C413(__this, L_12, /*hidden argument*/NULL); XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_13 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); NullCheck(L_13); VirtActionInvoker0::Invoke(8 /* System.Void System.Xml.XmlWriter::WriteEndElement() */, L_13); return; } IL_0049: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_14 = ___node0; XmlSerializationWriter_WriteXmlNode_m7E79AFAD1496CDC47DA0B6AE1E12ACBD9AF3C413(__this, L_14, /*hidden argument*/NULL); } IL_0050: { return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteElementQualifiedName(System.String,System.String,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteElementQualifiedName_m5532430EE30A96A6B78BE4F62C0DF1B633E440FB (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___localName0, String_t* ___ns1, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___value2, const RuntimeMethod* method) { { String_t* L_0 = ___localName0; String_t* L_1 = ___ns1; XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_2 = ___value2; XmlSerializationWriter_WriteElementQualifiedName_mA994A9ABFBC6F9A216CE7A4624C05FE6D4334CAA(__this, L_0, L_1, L_2, (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteElementQualifiedName(System.String,System.String,System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteElementQualifiedName_mA994A9ABFBC6F9A216CE7A4624C05FE6D4334CAA (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___localName0, String_t* ___ns1, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___value2, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___xsiType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriter_WriteElementQualifiedName_mA994A9ABFBC6F9A216CE7A4624C05FE6D4334CAA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___localName0; IL2CPP_RUNTIME_CLASS_INIT(XmlCustomFormatter_t20B9A7F147CB04B1552D1B5B1A62F60975441707_il2cpp_TypeInfo_var); String_t* L_1 = XmlCustomFormatter_FromXmlNCName_m63B43CD0BD38D102C3BCC02D498A9E2D3F3A6603(L_0, /*hidden argument*/NULL); ___localName0 = L_1; String_t* L_2 = ___localName0; String_t* L_3 = ___ns1; XmlSerializationWriter_WriteStartElement_mE7915363E5239DC2A3F534D9589EADA1AF83D0EE(__this, L_2, L_3, /*hidden argument*/NULL); XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_4 = ___xsiType3; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var); bool L_5 = XmlQualifiedName_op_Inequality_mA30DC190FE84804B2270EEB7BDDAA086F04B9396(L_4, (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_002e; } } { XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_6 = ___xsiType3; NullCheck(L_6); String_t* L_7 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880_inline(L_6, /*hidden argument*/NULL); XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_8 = ___xsiType3; NullCheck(L_8); String_t* L_9 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5_inline(L_8, /*hidden argument*/NULL); XmlSerializationWriter_WriteXsiType_m107CE7F36E8AB6BEE944E34A820FB138C60D1C4F(__this, L_7, L_9, /*hidden argument*/NULL); } IL_002e: { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_10 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_11 = ___value2; String_t* L_12 = XmlSerializationWriter_FromXmlQualifiedName_m0EDFA5D06F44BAF0A86E135AAA2C8328143546B6(__this, L_11, /*hidden argument*/NULL); NullCheck(L_10); VirtActionInvoker1< String_t* >::Invoke(17 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, L_10, L_12); XmlSerializationWriter_WriteEndElement_m36BB06C6D2386A3FC09EDE9BA2DF335B8AE387A9(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteElementString(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteElementString_m4DCF5D49626FE82D7A31BF4F1CE179BF22BF2579 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___localName0, String_t* ___ns1, String_t* ___value2, const RuntimeMethod* method) { { String_t* L_0 = ___localName0; String_t* L_1 = ___ns1; String_t* L_2 = ___value2; XmlSerializationWriter_WriteElementString_m5FE978F446DAC7395FCA118F82DDEB4D10D2E926(__this, L_0, L_1, L_2, (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteElementString(System.String,System.String,System.String,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteElementString_m5FE978F446DAC7395FCA118F82DDEB4D10D2E926 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___localName0, String_t* ___ns1, String_t* ___value2, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___xsiType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriter_WriteElementString_m5FE978F446DAC7395FCA118F82DDEB4D10D2E926_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value2; if (L_0) { goto IL_0004; } } { return; } IL_0004: { XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_1 = ___xsiType3; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var); bool L_2 = XmlQualifiedName_op_Inequality_mA30DC190FE84804B2270EEB7BDDAA086F04B9396(L_1, (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_0045; } } { String_t* L_3 = ___localName0; IL2CPP_RUNTIME_CLASS_INIT(XmlCustomFormatter_t20B9A7F147CB04B1552D1B5B1A62F60975441707_il2cpp_TypeInfo_var); String_t* L_4 = XmlCustomFormatter_FromXmlNCName_m63B43CD0BD38D102C3BCC02D498A9E2D3F3A6603(L_3, /*hidden argument*/NULL); ___localName0 = L_4; String_t* L_5 = ___localName0; String_t* L_6 = ___ns1; XmlSerializationWriter_WriteStartElement_mE7915363E5239DC2A3F534D9589EADA1AF83D0EE(__this, L_5, L_6, /*hidden argument*/NULL); XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_7 = ___xsiType3; NullCheck(L_7); String_t* L_8 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880_inline(L_7, /*hidden argument*/NULL); XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_9 = ___xsiType3; NullCheck(L_9); String_t* L_10 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5_inline(L_9, /*hidden argument*/NULL); XmlSerializationWriter_WriteXsiType_m107CE7F36E8AB6BEE944E34A820FB138C60D1C4F(__this, L_8, L_10, /*hidden argument*/NULL); XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_11 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); String_t* L_12 = ___value2; NullCheck(L_11); VirtActionInvoker1< String_t* >::Invoke(17 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, L_11, L_12); XmlSerializationWriter_WriteEndElement_m36BB06C6D2386A3FC09EDE9BA2DF335B8AE387A9(__this, /*hidden argument*/NULL); return; } IL_0045: { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_13 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); String_t* L_14 = ___localName0; String_t* L_15 = ___ns1; String_t* L_16 = ___value2; NullCheck(L_13); XmlWriter_WriteElementString_m31DA0FBF7F096B7B9888E0CE645D28B18BA88982(L_13, L_14, L_15, L_16, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteEndElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteEndElement_m36BB06C6D2386A3FC09EDE9BA2DF335B8AE387A9 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, const RuntimeMethod* method) { { XmlSerializationWriter_WriteEndElement_m1367AB6D5012FF5B5258B92E8493B3A22AF2E904(__this, NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteEndElement(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteEndElement_m1367AB6D5012FF5B5258B92E8493B3A22AF2E904 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___o0; if (!L_0) { goto IL_000f; } } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_serializedObjects_7(); RuntimeObject * L_2 = ___o0; NullCheck(L_1); VirtActionInvoker1< RuntimeObject * >::Invoke(39 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_1, L_2); } IL_000f: { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_3 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); VirtActionInvoker0::Invoke(8 /* System.Void System.Xml.XmlWriter::WriteEndElement() */, L_3); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNamespaceDeclarations(System.Xml.Serialization.XmlSerializerNamespaces) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNamespaceDeclarations_m4BC840424703658A40CD04D540864167D43F35BD (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F * ___xmlns0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriter_WriteNamespaceDeclarations_m4BC840424703658A40CD04D540864167D43F35BD_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 V_1; memset((&V_1), 0, sizeof(V_1)); RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F * L_0 = ___xmlns0; if (L_0) { goto IL_0004; } } { return; } IL_0004: { XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F * L_1 = ___xmlns0; NullCheck(L_1); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_2 = XmlSerializerNamespaces_get_Namespaces_mFA497058A7B0EB75E4222748E9EF4CA2D3B80BF0(L_1, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(31 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_2); V_0 = L_3; } IL_0010: try { // begin try (depth: 1) { goto IL_0088; } IL_0012: { RuntimeObject* L_4 = V_0; NullCheck(L_4); RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_4); V_1 = ((*(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)UnBox(L_5, DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var)))); RuntimeObject * L_6 = DictionaryEntry_get_Value_m4B3DE9043323AB6C84FCD25C8610030572D67AE6_inline((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_1), /*hidden argument*/NULL); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_8 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0088; } } IL_0036: { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_9 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_10 = DictionaryEntry_get_Value_m4B3DE9043323AB6C84FCD25C8610030572D67AE6_inline((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_1), /*hidden argument*/NULL); NullCheck(L_9); String_t* L_11 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(21 /* System.String System.Xml.XmlWriter::LookupPrefix(System.String) */, L_9, ((String_t*)CastclassSealed((RuntimeObject*)L_10, String_t_il2cpp_TypeInfo_var))); RuntimeObject * L_12 = DictionaryEntry_get_Key_m5637186DC83BDD463E99ADDB2FE9C033D4EA0500_inline((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_1), /*hidden argument*/NULL); bool L_13 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_11, ((String_t*)CastclassSealed((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (!L_13) { goto IL_0088; } } IL_0060: { RuntimeObject * L_14 = DictionaryEntry_get_Key_m5637186DC83BDD463E99ADDB2FE9C033D4EA0500_inline((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_1), /*hidden argument*/NULL); RuntimeObject * L_15 = DictionaryEntry_get_Value_m4B3DE9043323AB6C84FCD25C8610030572D67AE6_inline((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_1), /*hidden argument*/NULL); XmlSerializationWriter_WriteAttribute_m979EE0B5A417715B7E0A53EF590A231D96E5D4C8(__this, _stringLiteral417937288FDEE75EA79B1648FDB20AE19A1B35EA, ((String_t*)CastclassSealed((RuntimeObject*)L_14, String_t_il2cpp_TypeInfo_var)), _stringLiteralA27E2E9EF6A0C7CC58D71302FCA9E93BA677C130, ((String_t*)CastclassSealed((RuntimeObject*)L_15, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_0088: { RuntimeObject* L_16 = V_0; NullCheck(L_16); bool L_17 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_16); if (L_17) { goto IL_0012; } } IL_0090: { IL2CPP_LEAVE(0xA3, FINALLY_0092); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0092; } FINALLY_0092: { // begin finally (depth: 1) { RuntimeObject* L_18 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_18, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_19 = V_2; if (!L_19) { goto IL_00a2; } } IL_009c: { RuntimeObject* L_20 = V_2; NullCheck(L_20); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_20); } IL_00a2: { IL2CPP_END_FINALLY(146) } } // end finally (depth: 1) IL2CPP_CLEANUP(146) { IL2CPP_JUMP_TBL(0xA3, IL_00a3) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00a3: { return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNullableQualifiedNameEncoded(System.String,System.String,System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNullableQualifiedNameEncoded_mF99AA706FCC5929EC7DE45A8BA75C93728052258 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___name0, String_t* ___ns1, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___value2, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___xsiType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriter_WriteNullableQualifiedNameEncoded_mF99AA706FCC5929EC7DE45A8BA75C93728052258_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_0 = ___value2; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var); bool L_1 = XmlQualifiedName_op_Inequality_mA30DC190FE84804B2270EEB7BDDAA086F04B9396(L_0, (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0015; } } { String_t* L_2 = ___name0; String_t* L_3 = ___ns1; XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_4 = ___value2; XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_5 = ___xsiType3; XmlSerializationWriter_WriteElementQualifiedName_mA994A9ABFBC6F9A216CE7A4624C05FE6D4334CAA(__this, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); return; } IL_0015: { String_t* L_6 = ___name0; String_t* L_7 = ___ns1; XmlSerializationWriter_WriteNullTagEncoded_mDC212271AF3AAE5711338F08743BFA743BE23AFB(__this, L_6, L_7, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNullableQualifiedNameLiteral(System.String,System.String,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNullableQualifiedNameLiteral_mCAE4CA354CB011A155867FDAB4C36C8B2CA9DEC3 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___name0, String_t* ___ns1, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriter_WriteNullableQualifiedNameLiteral_mCAE4CA354CB011A155867FDAB4C36C8B2CA9DEC3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_0 = ___value2; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var); bool L_1 = XmlQualifiedName_op_Inequality_mA30DC190FE84804B2270EEB7BDDAA086F04B9396(L_0, (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { String_t* L_2 = ___name0; String_t* L_3 = ___ns1; XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_4 = ___value2; XmlSerializationWriter_WriteElementQualifiedName_m5532430EE30A96A6B78BE4F62C0DF1B633E440FB(__this, L_2, L_3, L_4, /*hidden argument*/NULL); return; } IL_0013: { String_t* L_5 = ___name0; String_t* L_6 = ___ns1; XmlSerializationWriter_WriteNullTagLiteral_m53F139468E561CA46F238D0CA51A860C90F85C66(__this, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNullableStringEncoded(System.String,System.String,System.String,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNullableStringEncoded_mA7307C35A11228241828AB7F1A486BFE6C68EACF (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___name0, String_t* ___ns1, String_t* ___value2, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___xsiType3, const RuntimeMethod* method) { { String_t* L_0 = ___value2; if (!L_0) { goto IL_000f; } } { String_t* L_1 = ___name0; String_t* L_2 = ___ns1; String_t* L_3 = ___value2; XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_4 = ___xsiType3; XmlSerializationWriter_WriteElementString_m5FE978F446DAC7395FCA118F82DDEB4D10D2E926(__this, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return; } IL_000f: { String_t* L_5 = ___name0; String_t* L_6 = ___ns1; XmlSerializationWriter_WriteNullTagEncoded_mDC212271AF3AAE5711338F08743BFA743BE23AFB(__this, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNullableStringLiteral(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNullableStringLiteral_m7606125A7C6D9BFAF73B131BAC554C6CEA532108 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___name0, String_t* ___ns1, String_t* ___value2, const RuntimeMethod* method) { { String_t* L_0 = ___value2; if (!L_0) { goto IL_000e; } } { String_t* L_1 = ___name0; String_t* L_2 = ___ns1; String_t* L_3 = ___value2; XmlSerializationWriter_WriteElementString_m5FE978F446DAC7395FCA118F82DDEB4D10D2E926(__this, L_1, L_2, L_3, (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)NULL, /*hidden argument*/NULL); return; } IL_000e: { String_t* L_4 = ___name0; String_t* L_5 = ___ns1; XmlSerializationWriter_WriteNullTagLiteral_m53F139468E561CA46F238D0CA51A860C90F85C66(__this, L_4, L_5, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNullTagEncoded(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNullTagEncoded_mDC212271AF3AAE5711338F08743BFA743BE23AFB (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriter_WriteNullTagEncoded_mDC212271AF3AAE5711338F08743BFA743BE23AFB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_0 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); String_t* L_1 = ___name0; String_t* L_2 = ___ns1; NullCheck(L_0); XmlWriter_WriteStartElement_m440AF3B1A8DF08E307BA315AA997D097BFD2A9FE(L_0, L_1, L_2, /*hidden argument*/NULL); XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_3 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); XmlWriter_WriteAttributeString_mE17D93062324DEE8B9E05F0E93D661AB8B0DD868(L_3, _stringLiteralB5366A2D2AC98DAE978423083F8B09E5CDDC705D, _stringLiteral6F137837A6AC36446D241D345BB78254AA77DFAE, _stringLiteral5FFE533B830F08A0326348A9160AFAFC8ADA44DB, /*hidden argument*/NULL); XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_4 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); VirtActionInvoker0::Invoke(8 /* System.Void System.Xml.XmlWriter::WriteEndElement() */, L_4); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNullTagLiteral(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNullTagLiteral_m53F139468E561CA46F238D0CA51A860C90F85C66 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriter_WriteNullTagLiteral_m53F139468E561CA46F238D0CA51A860C90F85C66_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; String_t* L_1 = ___ns1; XmlSerializationWriter_WriteStartElement_mE7915363E5239DC2A3F534D9589EADA1AF83D0EE(__this, L_0, L_1, /*hidden argument*/NULL); XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_2 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); XmlWriter_WriteAttributeString_mE17D93062324DEE8B9E05F0E93D661AB8B0DD868(L_2, _stringLiteralB5366A2D2AC98DAE978423083F8B09E5CDDC705D, _stringLiteral6F137837A6AC36446D241D345BB78254AA77DFAE, _stringLiteral5FFE533B830F08A0326348A9160AFAFC8ADA44DB, /*hidden argument*/NULL); XmlSerializationWriter_WriteEndElement_m36BB06C6D2386A3FC09EDE9BA2DF335B8AE387A9(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WritePotentiallyReferencingElement_mC1BEE005D07112E635BD95D4FFCCE3329A52895D (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___n0, String_t* ___ns1, RuntimeObject * ___o2, Type_t * ___ambientType3, bool ___suppressReference4, bool ___isNullable5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriter_WritePotentiallyReferencingElement_mC1BEE005D07112E635BD95D4FFCCE3329A52895D_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC * V_1 = NULL; TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * V_2 = NULL; { RuntimeObject * L_0 = ___o2; if (L_0) { goto IL_0010; } } { bool L_1 = ___isNullable5; if (!L_1) { goto IL_000f; } } { String_t* L_2 = ___n0; String_t* L_3 = ___ns1; XmlSerializationWriter_WriteNullTagEncoded_mDC212271AF3AAE5711338F08743BFA743BE23AFB(__this, L_2, L_3, /*hidden argument*/NULL); } IL_000f: { return; } IL_0010: { RuntimeObject * L_4 = ___o2; NullCheck(L_4); Type_t * L_5 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = ___n0; String_t* L_7 = ___ns1; XmlSerializationWriter_WriteStartElement_mA5B4269CE0042E113E199A438DBA76471F425B72(__this, L_6, L_7, (bool)1, /*hidden argument*/NULL); XmlSerializationWriter_CheckReferenceQueue_m4E4B47490468CAE6207A84E42CB7B4035E5755A5(__this, /*hidden argument*/NULL); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_8 = __this->get_callbacks_6(); if (!L_8) { goto IL_00f7; } } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_9 = __this->get_callbacks_6(); RuntimeObject * L_10 = ___o2; NullCheck(L_10); Type_t * L_11 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_10, /*hidden argument*/NULL); NullCheck(L_9); bool L_12 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(27 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_9, L_11); if (!L_12) { goto IL_00f7; } } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_13 = __this->get_callbacks_6(); Type_t * L_14 = V_0; NullCheck(L_13); RuntimeObject * L_15 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_13, L_14); V_1 = ((WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC *)CastclassClass((RuntimeObject*)L_15, WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC_il2cpp_TypeInfo_var)); Type_t * L_16 = V_0; NullCheck(L_16); bool L_17 = VirtFuncInvoker0< bool >::Invoke(77 /* System.Boolean System.Type::get_IsEnum() */, L_16); if (!L_17) { goto IL_0072; } } { WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC * L_18 = V_1; NullCheck(L_18); XmlSerializationWriteCallback_tC98B104DBDBC776D566F853B9DED7668089431FA * L_19 = L_18->get_Callback_3(); RuntimeObject * L_20 = ___o2; NullCheck(L_19); XmlSerializationWriteCallback_Invoke_m5F68EFE3A2685351FEB6EFF0696C8D22B25A327C(L_19, L_20, /*hidden argument*/NULL); goto IL_0190; } IL_0072: { bool L_21 = ___suppressReference4; if (!L_21) { goto IL_00bb; } } { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_22 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_23 = ___o2; String_t* L_24 = XmlSerializationWriter_GetId_m6E376F6530AAD90A0D613576D6CAE64A8CEB42A9(__this, L_23, (bool)0, /*hidden argument*/NULL); NullCheck(L_22); XmlWriter_WriteAttributeString_m69A1D8FC4E58ED3CB84CD174EBADF625061C8B5B(L_22, _stringLiteral87EA5DFC8B8E384D848979496E706390B497E547, L_24, /*hidden argument*/NULL); Type_t * L_25 = ___ambientType3; Type_t * L_26 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_27 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_25, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_00aa; } } { WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC * L_28 = V_1; NullCheck(L_28); String_t* L_29 = L_28->get_TypeName_1(); WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC * L_30 = V_1; NullCheck(L_30); String_t* L_31 = L_30->get_TypeNs_2(); XmlSerializationWriter_WriteXsiType_m107CE7F36E8AB6BEE944E34A820FB138C60D1C4F(__this, L_29, L_31, /*hidden argument*/NULL); } IL_00aa: { WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC * L_32 = V_1; NullCheck(L_32); XmlSerializationWriteCallback_tC98B104DBDBC776D566F853B9DED7668089431FA * L_33 = L_32->get_Callback_3(); RuntimeObject * L_34 = ___o2; NullCheck(L_33); XmlSerializationWriteCallback_Invoke_m5F68EFE3A2685351FEB6EFF0696C8D22B25A327C(L_33, L_34, /*hidden argument*/NULL); goto IL_0190; } IL_00bb: { RuntimeObject * L_35 = ___o2; bool L_36 = XmlSerializationWriter_AlreadyQueued_m058A94794B5D1403C16158E643D3F9AF715CEC09(__this, L_35, /*hidden argument*/NULL); if (L_36) { goto IL_00d0; } } { Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_37 = __this->get_referencedElements_5(); RuntimeObject * L_38 = ___o2; NullCheck(L_37); VirtActionInvoker1< RuntimeObject * >::Invoke(16 /* System.Void System.Collections.Queue::Enqueue(System.Object) */, L_37, L_38); } IL_00d0: { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_39 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_40 = ___o2; String_t* L_41 = XmlSerializationWriter_GetId_m6E376F6530AAD90A0D613576D6CAE64A8CEB42A9(__this, L_40, (bool)1, /*hidden argument*/NULL); String_t* L_42 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralD08F88DF745FA7950B104E4A707A31CFCE7B5841, L_41, /*hidden argument*/NULL); NullCheck(L_39); XmlWriter_WriteAttributeString_m69A1D8FC4E58ED3CB84CD174EBADF625061C8B5B(L_39, _stringLiteral7A0CA1C963F5AA7610D2E562D7882941EA18E5EC, L_42, /*hidden argument*/NULL); goto IL_0190; } IL_00f7: { Type_t * L_43 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_t2B73F6806E7647A48688794BCD1E9C3793BE47EA_il2cpp_TypeInfo_var); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_44 = TypeTranslator_GetTypeData_mD9520A81540AEDAB8AA181DE4665A4A3E06338A5(L_43, (String_t*)NULL, (bool)1, /*hidden argument*/NULL); V_2 = L_44; TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_45 = V_2; NullCheck(L_45); int32_t L_46 = TypeData_get_SchemaType_m2B255B59385C12C2BC3C045C17CF6DA042E7430A_inline(L_45, /*hidden argument*/NULL); if ((!(((uint32_t)L_46) == ((uint32_t)1)))) { goto IL_0138; } } { Type_t * L_47 = V_0; Type_t * L_48 = ___ambientType3; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_49 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_47, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_0124; } } { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_50 = V_2; NullCheck(L_50); String_t* L_51 = TypeData_get_XmlType_m5CFA0D29ECB41B9417B28AFFF98B2633C11213D8_inline(L_50, /*hidden argument*/NULL); XmlSerializationWriter_WriteXsiType_m107CE7F36E8AB6BEE944E34A820FB138C60D1C4F(__this, L_51, _stringLiteralCD7236D24C2A685E5C9D6FC9D0AC7D11486CB220, /*hidden argument*/NULL); } IL_0124: { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_52 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_53 = V_2; RuntimeObject * L_54 = ___o2; IL2CPP_RUNTIME_CLASS_INIT(XmlCustomFormatter_t20B9A7F147CB04B1552D1B5B1A62F60975441707_il2cpp_TypeInfo_var); String_t* L_55 = XmlCustomFormatter_ToXmlString_m795F19FAA55753B5E347D8992476E7F8679C112A(L_53, L_54, /*hidden argument*/NULL); NullCheck(L_52); VirtActionInvoker1< String_t* >::Invoke(17 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, L_52, L_55); goto IL_0190; } IL_0138: { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_56 = V_2; bool L_57 = XmlSerializationWriter_IsPrimitiveArray_m2A9F603029EF3E270769824F3AF8A13845B9BAF2(__this, L_56, /*hidden argument*/NULL); if (!L_57) { goto IL_017a; } } { RuntimeObject * L_58 = ___o2; bool L_59 = XmlSerializationWriter_AlreadyQueued_m058A94794B5D1403C16158E643D3F9AF715CEC09(__this, L_58, /*hidden argument*/NULL); if (L_59) { goto IL_0156; } } { Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_60 = __this->get_referencedElements_5(); RuntimeObject * L_61 = ___o2; NullCheck(L_60); VirtActionInvoker1< RuntimeObject * >::Invoke(16 /* System.Void System.Collections.Queue::Enqueue(System.Object) */, L_60, L_61); } IL_0156: { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_62 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_63 = ___o2; String_t* L_64 = XmlSerializationWriter_GetId_m6E376F6530AAD90A0D613576D6CAE64A8CEB42A9(__this, L_63, (bool)1, /*hidden argument*/NULL); String_t* L_65 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralD08F88DF745FA7950B104E4A707A31CFCE7B5841, L_64, /*hidden argument*/NULL); NullCheck(L_62); XmlWriter_WriteAttributeString_m69A1D8FC4E58ED3CB84CD174EBADF625061C8B5B(L_62, _stringLiteral7A0CA1C963F5AA7610D2E562D7882941EA18E5EC, L_65, /*hidden argument*/NULL); goto IL_0190; } IL_017a: { Type_t * L_66 = V_0; NullCheck(L_66); String_t* L_67 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_66); String_t* L_68 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral2431543E00DAB8E2E0C85F9688D4ACE696A48852, L_67, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_69 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_69, L_68, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_69, XmlSerializationWriter_WritePotentiallyReferencingElement_mC1BEE005D07112E635BD95D4FFCCE3329A52895D_RuntimeMethod_var); } IL_0190: { XmlSerializationWriter_WriteEndElement_m36BB06C6D2386A3FC09EDE9BA2DF335B8AE387A9(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteReferencedElements() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteReferencedElements_m8BB20C21D79A86E2485EB37DA9AA2428BB47C449 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriter_WriteReferencedElements_m8BB20C21D79A86E2485EB37DA9AA2428BB47C449_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * V_1 = NULL; WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC * V_2 = NULL; { Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_0 = __this->get_referencedElements_5(); if (L_0) { goto IL_0009; } } { return; } IL_0009: { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_callbacks_6(); if (L_1) { goto IL_00b2; } } { return; } IL_0015: { Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_2 = __this->get_referencedElements_5(); NullCheck(L_2); RuntimeObject * L_3 = VirtFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Queue::Dequeue() */, L_2); V_0 = L_3; RuntimeObject * L_4 = V_0; NullCheck(L_4); Type_t * L_5 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_t2B73F6806E7647A48688794BCD1E9C3793BE47EA_il2cpp_TypeInfo_var); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_6 = TypeTranslator_GetTypeData_mB28352542D6F6E9FA504DA3B90D143A7366540B8(L_5, /*hidden argument*/NULL); V_1 = L_6; Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_7 = __this->get_callbacks_6(); RuntimeObject * L_8 = V_0; NullCheck(L_8); Type_t * L_9 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_8, /*hidden argument*/NULL); NullCheck(L_7); RuntimeObject * L_10 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_7, L_9); V_2 = ((WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC *)CastclassClass((RuntimeObject*)L_10, WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC_il2cpp_TypeInfo_var)); WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC * L_11 = V_2; if (!L_11) { goto IL_00a1; } } { WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC * L_12 = V_2; NullCheck(L_12); String_t* L_13 = L_12->get_TypeName_1(); WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC * L_14 = V_2; NullCheck(L_14); String_t* L_15 = L_14->get_TypeNs_2(); XmlSerializationWriter_WriteStartElement_mA5B4269CE0042E113E199A438DBA76471F425B72(__this, L_13, L_15, (bool)1, /*hidden argument*/NULL); XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_16 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_17 = V_0; String_t* L_18 = XmlSerializationWriter_GetId_m6E376F6530AAD90A0D613576D6CAE64A8CEB42A9(__this, L_17, (bool)0, /*hidden argument*/NULL); NullCheck(L_16); XmlWriter_WriteAttributeString_m69A1D8FC4E58ED3CB84CD174EBADF625061C8B5B(L_16, _stringLiteral87EA5DFC8B8E384D848979496E706390B497E547, L_18, /*hidden argument*/NULL); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_19 = V_1; NullCheck(L_19); int32_t L_20 = TypeData_get_SchemaType_m2B255B59385C12C2BC3C045C17CF6DA042E7430A_inline(L_19, /*hidden argument*/NULL); if ((((int32_t)L_20) == ((int32_t)3))) { goto IL_008d; } } { WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC * L_21 = V_2; NullCheck(L_21); String_t* L_22 = L_21->get_TypeName_1(); WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC * L_23 = V_2; NullCheck(L_23); String_t* L_24 = L_23->get_TypeNs_2(); XmlSerializationWriter_WriteXsiType_m107CE7F36E8AB6BEE944E34A820FB138C60D1C4F(__this, L_22, L_24, /*hidden argument*/NULL); } IL_008d: { WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC * L_25 = V_2; NullCheck(L_25); XmlSerializationWriteCallback_tC98B104DBDBC776D566F853B9DED7668089431FA * L_26 = L_25->get_Callback_3(); RuntimeObject * L_27 = V_0; NullCheck(L_26); XmlSerializationWriteCallback_Invoke_m5F68EFE3A2685351FEB6EFF0696C8D22B25A327C(L_26, L_27, /*hidden argument*/NULL); XmlSerializationWriter_WriteEndElement_m36BB06C6D2386A3FC09EDE9BA2DF335B8AE387A9(__this, /*hidden argument*/NULL); goto IL_00b2; } IL_00a1: { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_28 = V_1; bool L_29 = XmlSerializationWriter_IsPrimitiveArray_m2A9F603029EF3E270769824F3AF8A13845B9BAF2(__this, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_00b2; } } { RuntimeObject * L_30 = V_0; TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_31 = V_1; XmlSerializationWriter_WriteArray_mA635E0748CCF300DC161EBA2F968598B0D160DF5(__this, L_30, L_31, /*hidden argument*/NULL); } IL_00b2: { Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_32 = __this->get_referencedElements_5(); NullCheck(L_32); int32_t L_33 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Queue::get_Count() */, L_32); if ((((int32_t)L_33) > ((int32_t)0))) { goto IL_0015; } } { return; } } // System.Boolean System.Xml.Serialization.XmlSerializationWriter::IsPrimitiveArray(System.Xml.Serialization.TypeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSerializationWriter_IsPrimitiveArray_m2A9F603029EF3E270769824F3AF8A13845B9BAF2 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * ___td0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriter_IsPrimitiveArray_m2A9F603029EF3E270769824F3AF8A13845B9BAF2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_0 = ___td0; NullCheck(L_0); int32_t L_1 = TypeData_get_SchemaType_m2B255B59385C12C2BC3C045C17CF6DA042E7430A_inline(L_0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_003d; } } { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_2 = ___td0; NullCheck(L_2); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_3 = TypeData_get_ListItemTypeData_mE794346B6B4ACDBC9D52DFAF1FA1D38068988C11(L_2, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = TypeData_get_SchemaType_m2B255B59385C12C2BC3C045C17CF6DA042E7430A_inline(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)1))) { goto IL_002e; } } { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_5 = ___td0; NullCheck(L_5); Type_t * L_6 = TypeData_get_ListItemType_m19E65EC8EA0DC23908C535D362442DC193FE461F(L_5, /*hidden argument*/NULL); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL); bool L_9 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_6, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0030; } } IL_002e: { return (bool)1; } IL_0030: { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_10 = ___td0; NullCheck(L_10); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_11 = TypeData_get_ListItemTypeData_mE794346B6B4ACDBC9D52DFAF1FA1D38068988C11(L_10, /*hidden argument*/NULL); bool L_12 = XmlSerializationWriter_IsPrimitiveArray_m2A9F603029EF3E270769824F3AF8A13845B9BAF2(__this, L_11, /*hidden argument*/NULL); return L_12; } IL_003d: { return (bool)0; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteArray(System.Object,System.Xml.Serialization.TypeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteArray_mA635E0748CCF300DC161EBA2F968598B0D160DF5 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, RuntimeObject * ___o0, TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * ___td1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriter_WriteArray_mA635E0748CCF300DC161EBA2F968598B0D160DF5_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; RuntimeArray * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_0 = ___td1; V_0 = L_0; V_2 = (-1); } IL_0004: { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_1 = V_0; NullCheck(L_1); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_2 = TypeData_get_ListItemTypeData_mE794346B6B4ACDBC9D52DFAF1FA1D38068988C11(L_1, /*hidden argument*/NULL); V_0 = L_2; TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = TypeData_get_XmlType_m5CFA0D29ECB41B9417B28AFFF98B2633C11213D8_inline(L_3, /*hidden argument*/NULL); V_1 = L_4; int32_t L_5 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = TypeData_get_SchemaType_m2B255B59385C12C2BC3C045C17CF6DA042E7430A_inline(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)3))) { goto IL_0004; } } { goto IL_002d; } IL_0021: { String_t* L_8 = V_1; String_t* L_9 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_8, _stringLiteral97D170E1550EEE4AFC0AF065B78CDA302A97674C, /*hidden argument*/NULL); V_1 = L_9; } IL_002d: { int32_t L_10 = V_2; int32_t L_11 = L_10; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)); if ((((int32_t)L_11) > ((int32_t)0))) { goto IL_0021; } } { XmlSerializationWriter_WriteStartElement_mA5B4269CE0042E113E199A438DBA76471F425B72(__this, _stringLiteral107004472B7BA4E5E31F3082EE1FB5A1239EEC61, _stringLiteralF939247C4EEA3A1BFAB0CD637226C9B45B17DEB9, (bool)1, /*hidden argument*/NULL); XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_12 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_13 = ___o0; String_t* L_14 = XmlSerializationWriter_GetId_m6E376F6530AAD90A0D613576D6CAE64A8CEB42A9(__this, L_13, (bool)0, /*hidden argument*/NULL); NullCheck(L_12); XmlWriter_WriteAttributeString_m69A1D8FC4E58ED3CB84CD174EBADF625061C8B5B(L_12, _stringLiteral87EA5DFC8B8E384D848979496E706390B497E547, L_14, /*hidden argument*/NULL); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_15 = ___td1; NullCheck(L_15); int32_t L_16 = TypeData_get_SchemaType_m2B255B59385C12C2BC3C045C17CF6DA042E7430A_inline(L_15, /*hidden argument*/NULL); if ((!(((uint32_t)L_16) == ((uint32_t)3)))) { goto IL_00de; } } { RuntimeObject * L_17 = ___o0; V_3 = ((RuntimeArray *)CastclassClass((RuntimeObject*)L_17, RuntimeArray_il2cpp_TypeInfo_var)); RuntimeArray * L_18 = V_3; NullCheck(L_18); int32_t L_19 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D(L_18, /*hidden argument*/NULL); V_4 = L_19; XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_20 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); String_t* L_21 = V_1; String_t* L_22 = XmlSerializationWriter_GetQualifiedName_m9906C285489E0BA3B9F620F5EFC880FE30670820(__this, L_21, _stringLiteralCD7236D24C2A685E5C9D6FC9D0AC7D11486CB220, /*hidden argument*/NULL); String_t* L_23 = Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02((int32_t*)(&V_4), /*hidden argument*/NULL); String_t* L_24 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_22, _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441, L_23, _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1, /*hidden argument*/NULL); NullCheck(L_20); XmlWriter_WriteAttributeString_mE17D93062324DEE8B9E05F0E93D661AB8B0DD868(L_20, _stringLiteral2BE945FDF600746005B285C4307A72AFCB7D4964, _stringLiteralF939247C4EEA3A1BFAB0CD637226C9B45B17DEB9, L_24, /*hidden argument*/NULL); V_5 = 0; goto IL_00d8; } IL_00b2: { RuntimeArray * L_25 = V_3; int32_t L_26 = V_5; NullCheck(L_25); RuntimeObject * L_27 = Array_GetValue_m9B1409D22139722A3149AC49ABCF558A2E066544(L_25, L_26, /*hidden argument*/NULL); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_28 = ___td1; NullCheck(L_28); Type_t * L_29 = TypeData_get_ListItemType_m19E65EC8EA0DC23908C535D362442DC193FE461F(L_28, /*hidden argument*/NULL); XmlSerializationWriter_WritePotentiallyReferencingElement_mC1BEE005D07112E635BD95D4FFCCE3329A52895D(__this, _stringLiteralECDDA59AEA5EE67D7D854C969CCF7F4F4B4A4C54, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, L_27, L_29, (bool)0, (bool)1, /*hidden argument*/NULL); int32_t L_30 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00d8: { int32_t L_31 = V_5; int32_t L_32 = V_4; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_00b2; } } IL_00de: { XmlSerializationWriter_WriteEndElement_m36BB06C6D2386A3FC09EDE9BA2DF335B8AE387A9(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteReferencingElement(System.String,System.String,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteReferencingElement_mDF5900A51A01CD3257188A2402E64EB817750378 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___n0, String_t* ___ns1, RuntimeObject * ___o2, bool ___isNullable3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriter_WriteReferencingElement_mDF5900A51A01CD3257188A2402E64EB817750378_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___o2; if (L_0) { goto IL_0010; } } { bool L_1 = ___isNullable3; if (!L_1) { goto IL_000f; } } { String_t* L_2 = ___n0; String_t* L_3 = ___ns1; XmlSerializationWriter_WriteNullTagEncoded_mDC212271AF3AAE5711338F08743BFA743BE23AFB(__this, L_2, L_3, /*hidden argument*/NULL); } IL_000f: { return; } IL_0010: { XmlSerializationWriter_CheckReferenceQueue_m4E4B47490468CAE6207A84E42CB7B4035E5755A5(__this, /*hidden argument*/NULL); RuntimeObject * L_4 = ___o2; bool L_5 = XmlSerializationWriter_AlreadyQueued_m058A94794B5D1403C16158E643D3F9AF715CEC09(__this, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_002b; } } { Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_6 = __this->get_referencedElements_5(); RuntimeObject * L_7 = ___o2; NullCheck(L_6); VirtActionInvoker1< RuntimeObject * >::Invoke(16 /* System.Void System.Collections.Queue::Enqueue(System.Object) */, L_6, L_7); } IL_002b: { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_8 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); String_t* L_9 = ___n0; String_t* L_10 = ___ns1; NullCheck(L_8); XmlWriter_WriteStartElement_m440AF3B1A8DF08E307BA315AA997D097BFD2A9FE(L_8, L_9, L_10, /*hidden argument*/NULL); XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_11 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_12 = ___o2; String_t* L_13 = XmlSerializationWriter_GetId_m6E376F6530AAD90A0D613576D6CAE64A8CEB42A9(__this, L_12, (bool)1, /*hidden argument*/NULL); String_t* L_14 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralD08F88DF745FA7950B104E4A707A31CFCE7B5841, L_13, /*hidden argument*/NULL); NullCheck(L_11); XmlWriter_WriteAttributeString_m69A1D8FC4E58ED3CB84CD174EBADF625061C8B5B(L_11, _stringLiteral7A0CA1C963F5AA7610D2E562D7882941EA18E5EC, L_14, /*hidden argument*/NULL); XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_15 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); NullCheck(L_15); VirtActionInvoker0::Invoke(8 /* System.Void System.Xml.XmlWriter::WriteEndElement() */, L_15); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::CheckReferenceQueue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_CheckReferenceQueue_m4E4B47490468CAE6207A84E42CB7B4035E5755A5 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriter_CheckReferenceQueue_m4E4B47490468CAE6207A84E42CB7B4035E5755A5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_0 = __this->get_referencedElements_5(); if (L_0) { goto IL_0019; } } { Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_1 = (Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 *)il2cpp_codegen_object_new(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3_il2cpp_TypeInfo_var); Queue__ctor_mF04C9A574B8F803C2682CCE8B69B49FF088D14C4(L_1, /*hidden argument*/NULL); __this->set_referencedElements_5(L_1); VirtActionInvoker0::Invoke(4 /* System.Void System.Xml.Serialization.XmlSerializationWriter::InitCallbacks() */, __this); } IL_0019: { return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteSerializable(System.Xml.Serialization.IXmlSerializable,System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteSerializable_mA8AFA280932729DC55F9B45A673B92E4D97D627A (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, RuntimeObject* ___serializable0, String_t* ___name1, String_t* ___ns2, bool ___isNullable3, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___serializable0; String_t* L_1 = ___name1; String_t* L_2 = ___ns2; bool L_3 = ___isNullable3; XmlSerializationWriter_WriteSerializable_mEB53723A351A2167BCCAB6E9D06BB3DCE4586A92(__this, L_0, L_1, L_2, L_3, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteSerializable(System.Xml.Serialization.IXmlSerializable,System.String,System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteSerializable_mEB53723A351A2167BCCAB6E9D06BB3DCE4586A92 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, RuntimeObject* ___serializable0, String_t* ___name1, String_t* ___ns2, bool ___isNullable3, bool ___wrapped4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriter_WriteSerializable_mEB53723A351A2167BCCAB6E9D06BB3DCE4586A92_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___serializable0; if (L_0) { goto IL_0013; } } { bool L_1 = ___isNullable3; bool L_2 = ___wrapped4; if (!((int32_t)((int32_t)L_1&(int32_t)L_2))) { goto IL_0012; } } { String_t* L_3 = ___name1; String_t* L_4 = ___ns2; XmlSerializationWriter_WriteNullTagLiteral_m53F139468E561CA46F238D0CA51A860C90F85C66(__this, L_3, L_4, /*hidden argument*/NULL); } IL_0012: { return; } IL_0013: { bool L_5 = ___wrapped4; if (!L_5) { goto IL_0024; } } { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_6 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); String_t* L_7 = ___name1; String_t* L_8 = ___ns2; NullCheck(L_6); XmlWriter_WriteStartElement_m440AF3B1A8DF08E307BA315AA997D097BFD2A9FE(L_6, L_7, L_8, /*hidden argument*/NULL); } IL_0024: { RuntimeObject* L_9 = ___serializable0; XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_10 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); NullCheck(L_9); InterfaceActionInvoker1< XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * >::Invoke(2 /* System.Void System.Xml.Serialization.IXmlSerializable::WriteXml(System.Xml.XmlWriter) */, IXmlSerializable_t65E60478746EA82F5C36332885D1005A7E696ED7_il2cpp_TypeInfo_var, L_9, L_10); bool L_11 = ___wrapped4; if (!L_11) { goto IL_003f; } } { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_12 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); NullCheck(L_12); VirtActionInvoker0::Invoke(8 /* System.Void System.Xml.XmlWriter::WriteEndElement() */, L_12); } IL_003f: { return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteStartDocument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteStartDocument_m106D3B9C4C36EE695B29F1BAC6BA02BAAA951DB5 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, const RuntimeMethod* method) { { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_0 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Xml.WriteState System.Xml.XmlWriter::get_WriteState() */, L_0); if (L_1) { goto IL_0018; } } { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_2 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); VirtActionInvoker0::Invoke(5 /* System.Void System.Xml.XmlWriter::WriteStartDocument() */, L_2); } IL_0018: { return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteStartElement(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteStartElement_mE7915363E5239DC2A3F534D9589EADA1AF83D0EE (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1 = ___ns1; XmlSerializationWriter_WriteStartElement_m224645E2F0DF9CB292018A444EBCA8634A157D8E(__this, L_0, L_1, NULL, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteStartElement(System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteStartElement_mA5B4269CE0042E113E199A438DBA76471F425B72 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___name0, String_t* ___ns1, bool ___writePrefixed2, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1 = ___ns1; bool L_2 = ___writePrefixed2; XmlSerializationWriter_WriteStartElement_m224645E2F0DF9CB292018A444EBCA8634A157D8E(__this, L_0, L_1, NULL, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteStartElement(System.String,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteStartElement_mC563D32A70D27031E8962D2381B0255182D6A6FE (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___name0, String_t* ___ns1, RuntimeObject * ___o2, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1 = ___ns1; RuntimeObject * L_2 = ___o2; XmlSerializationWriter_WriteStartElement_m224645E2F0DF9CB292018A444EBCA8634A157D8E(__this, L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteStartElement(System.String,System.String,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteStartElement_m224645E2F0DF9CB292018A444EBCA8634A157D8E (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___name0, String_t* ___ns1, RuntimeObject * ___o2, bool ___writePrefixed3, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1 = ___ns1; RuntimeObject * L_2 = ___o2; bool L_3 = ___writePrefixed3; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = __this->get_namespaces_3(); XmlSerializationWriter_WriteStartElement_m54130F31BB5910068F80EDFFE6A2F02243ED6028(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteStartElement(System.String,System.String,System.Object,System.Boolean,System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteStartElement_m54130F31BB5910068F80EDFFE6A2F02243ED6028 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___name0, String_t* ___ns1, RuntimeObject * ___o2, bool ___writePrefixed3, RuntimeObject* ___namespaces4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriter_WriteStartElement_m54130F31BB5910068F80EDFFE6A2F02243ED6028_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject* V_1 = NULL; XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * V_2 = NULL; RuntimeObject* V_3 = NULL; int32_t V_4 = 0; XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * V_5 = NULL; String_t* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 3); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { RuntimeObject * L_0 = ___o2; if (!L_0) { goto IL_0039; } } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_serializedObjects_7(); RuntimeObject * L_2 = ___o2; NullCheck(L_1); bool L_3 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(26 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_1, L_2); if (!L_3) { goto IL_002c; } } { RuntimeObject * L_4 = ___o2; NullCheck(L_4); Type_t * L_5 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_4, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_5); String_t* L_7 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral0E42C6963BF60FC51DCC1B283F4CDEE208B6DD2C, L_6, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_8 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, XmlSerializationWriter_WriteStartElement_m54130F31BB5910068F80EDFFE6A2F02243ED6028_RuntimeMethod_var); } IL_002c: { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_9 = __this->get_serializedObjects_7(); RuntimeObject * L_10 = ___o2; RuntimeObject * L_11 = ___o2; NullCheck(L_9); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_9, L_10, L_11); } IL_0039: { V_0 = (String_t*)NULL; bool L_12 = __this->get_topLevelElement_2(); if (!L_12) { goto IL_009d; } } { String_t* L_13 = ___ns1; if (!L_13) { goto IL_009d; } } { String_t* L_14 = ___ns1; NullCheck(L_14); int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_009d; } } { RuntimeObject* L_16 = ___namespaces4; if (!L_16) { goto IL_009d; } } { RuntimeObject* L_17 = ___namespaces4; NullCheck(L_17); RuntimeObject* L_18 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var, L_17); V_1 = L_18; } IL_005a: try { // begin try (depth: 1) { goto IL_0082; } IL_005c: { RuntimeObject* L_19 = V_1; NullCheck(L_19); RuntimeObject * L_20 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_19); V_2 = ((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)CastclassClass((RuntimeObject*)L_20, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var)); XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_21 = V_2; NullCheck(L_21); String_t* L_22 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5_inline(L_21, /*hidden argument*/NULL); String_t* L_23 = ___ns1; bool L_24 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_22, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_0082; } } IL_0076: { XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_25 = V_2; NullCheck(L_25); String_t* L_26 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880_inline(L_25, /*hidden argument*/NULL); V_0 = L_26; ___writePrefixed3 = (bool)1; IL2CPP_LEAVE(0x9D, FINALLY_008c); } IL_0082: { RuntimeObject* L_27 = V_1; NullCheck(L_27); bool L_28 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_27); if (L_28) { goto IL_005c; } } IL_008a: { IL2CPP_LEAVE(0x9D, FINALLY_008c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008c; } FINALLY_008c: { // begin finally (depth: 1) { RuntimeObject* L_29 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_30 = V_3; if (!L_30) { goto IL_009c; } } IL_0096: { RuntimeObject* L_31 = V_3; NullCheck(L_31); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_31); } IL_009c: { IL2CPP_END_FINALLY(140) } } // end finally (depth: 1) IL2CPP_CLEANUP(140) { IL2CPP_JUMP_TBL(0x9D, IL_009d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_009d: { bool L_32 = ___writePrefixed3; if (!L_32) { goto IL_0105; } } { String_t* L_33 = ___ns1; String_t* L_34 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_35 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_33, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_0105; } } { String_t* L_36 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(XmlCustomFormatter_t20B9A7F147CB04B1552D1B5B1A62F60975441707_il2cpp_TypeInfo_var); String_t* L_37 = XmlCustomFormatter_FromXmlName_mF9D0BB509B113A7E42F9FEE46C500AC55CE76E2B(L_36, /*hidden argument*/NULL); ___name0 = L_37; String_t* L_38 = V_0; if (L_38) { goto IL_00c6; } } { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_39 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); String_t* L_40 = ___ns1; NullCheck(L_39); String_t* L_41 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(21 /* System.String System.Xml.XmlWriter::LookupPrefix(System.String) */, L_39, L_40); V_0 = L_41; } IL_00c6: { String_t* L_42 = V_0; if (!L_42) { goto IL_00d1; } } { String_t* L_43 = V_0; NullCheck(L_43); int32_t L_44 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_43, /*hidden argument*/NULL); if (L_44) { goto IL_00f5; } } IL_00d1: { int32_t L_45 = __this->get_qnameCount_1(); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); int32_t L_46 = V_4; __this->set_qnameCount_1(L_46); int32_t L_47 = V_4; int32_t L_48 = L_47; RuntimeObject * L_49 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_48); String_t* L_50 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral22EA1C649C82946AA6E479E1FFD321E4A318B1B0, L_49, /*hidden argument*/NULL); V_0 = L_50; } IL_00f5: { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_51 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); String_t* L_52 = V_0; String_t* L_53 = ___name0; String_t* L_54 = ___ns1; NullCheck(L_51); VirtActionInvoker3< String_t*, String_t*, String_t* >::Invoke(7 /* System.Void System.Xml.XmlWriter::WriteStartElement(System.String,System.String,System.String) */, L_51, L_52, L_53, L_54); goto IL_0112; } IL_0105: { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_55 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); String_t* L_56 = ___name0; String_t* L_57 = ___ns1; NullCheck(L_55); XmlWriter_WriteStartElement_m440AF3B1A8DF08E307BA315AA997D097BFD2A9FE(L_55, L_56, L_57, /*hidden argument*/NULL); } IL_0112: { bool L_58 = __this->get_topLevelElement_2(); if (!L_58) { goto IL_0196; } } { RuntimeObject* L_59 = ___namespaces4; if (!L_59) { goto IL_018f; } } { RuntimeObject* L_60 = ___namespaces4; NullCheck(L_60); RuntimeObject* L_61 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var, L_60); V_1 = L_61; } IL_0126: try { // begin try (depth: 1) { goto IL_0174; } IL_0128: { RuntimeObject* L_62 = V_1; NullCheck(L_62); RuntimeObject * L_63 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_62); V_5 = ((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)CastclassClass((RuntimeObject*)L_63, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var)); XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_64 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_65 = V_5; NullCheck(L_65); String_t* L_66 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5_inline(L_65, /*hidden argument*/NULL); NullCheck(L_64); String_t* L_67 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(21 /* System.String System.Xml.XmlWriter::LookupPrefix(System.String) */, L_64, L_66); V_6 = L_67; String_t* L_68 = V_6; if (!L_68) { goto IL_0156; } } IL_014d: { String_t* L_69 = V_6; NullCheck(L_69); int32_t L_70 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_69, /*hidden argument*/NULL); if (L_70) { goto IL_0174; } } IL_0156: { XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_71 = V_5; NullCheck(L_71); String_t* L_72 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880_inline(L_71, /*hidden argument*/NULL); XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_73 = V_5; NullCheck(L_73); String_t* L_74 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5_inline(L_73, /*hidden argument*/NULL); XmlSerializationWriter_WriteAttribute_m979EE0B5A417715B7E0A53EF590A231D96E5D4C8(__this, _stringLiteral417937288FDEE75EA79B1648FDB20AE19A1B35EA, L_72, _stringLiteralA27E2E9EF6A0C7CC58D71302FCA9E93BA677C130, L_74, /*hidden argument*/NULL); } IL_0174: { RuntimeObject* L_75 = V_1; NullCheck(L_75); bool L_76 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_75); if (L_76) { goto IL_0128; } } IL_017c: { IL2CPP_LEAVE(0x18F, FINALLY_017e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_017e; } FINALLY_017e: { // begin finally (depth: 1) { RuntimeObject* L_77 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_77, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_78 = V_3; if (!L_78) { goto IL_018e; } } IL_0188: { RuntimeObject* L_79 = V_3; NullCheck(L_79); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_79); } IL_018e: { IL2CPP_END_FINALLY(382) } } // end finally (depth: 1) IL2CPP_CLEANUP(382) { IL2CPP_JUMP_TBL(0x18F, IL_018f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_018f: { __this->set_topLevelElement_2((bool)0); } IL_0196: { return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteTypedPrimitive(System.String,System.String,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteTypedPrimitive_m9124F433FA3C700BD5F4EB6DE9D61FF8ADE0491D (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___name0, String_t* ___ns1, RuntimeObject * ___o2, bool ___xsiType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriter_WriteTypedPrimitive_m9124F433FA3C700BD5F4EB6DE9D61FF8ADE0491D_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * V_1 = NULL; String_t* G_B6_0 = NULL; String_t* G_B16_0 = NULL; XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * G_B16_1 = NULL; String_t* G_B15_0 = NULL; XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * G_B15_1 = NULL; String_t* G_B17_0 = NULL; String_t* G_B17_1 = NULL; XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * G_B17_2 = NULL; { RuntimeObject * L_0 = ___o2; NullCheck(L_0); Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_t2B73F6806E7647A48688794BCD1E9C3793BE47EA_il2cpp_TypeInfo_var); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_2 = TypeTranslator_GetTypeData_mD9520A81540AEDAB8AA181DE4665A4A3E06338A5(L_1, (String_t*)NULL, (bool)1, /*hidden argument*/NULL); V_1 = L_2; TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_3 = V_1; NullCheck(L_3); int32_t L_4 = TypeData_get_SchemaType_m2B255B59385C12C2BC3C045C17CF6DA042E7430A_inline(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)1))) { goto IL_002d; } } { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_5 = V_1; NullCheck(L_5); String_t* L_6 = TypeData_get_FullTypeName_m42130D57E12BA9DF8A41B43A7A47EAA80BC8615B_inline(L_5, /*hidden argument*/NULL); String_t* L_7 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteralDA392B132CC72F5457C72E0FA7F540BF4B7E6190, L_6, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_8 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, XmlSerializationWriter_WriteTypedPrimitive_m9124F433FA3C700BD5F4EB6DE9D61FF8ADE0491D_RuntimeMethod_var); } IL_002d: { String_t* L_9 = ___name0; if (L_9) { goto IL_0050; } } { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_10 = V_1; NullCheck(L_10); bool L_11 = TypeData_get_IsXsdType_m386AF1B5D93504CF106B79082A164623249EA3CF(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_003f; } } { G_B6_0 = _stringLiteral9A2E94935A832966655C76C3BF35A93E73D67902; goto IL_0044; } IL_003f: { G_B6_0 = _stringLiteralCD7236D24C2A685E5C9D6FC9D0AC7D11486CB220; } IL_0044: { ___ns1 = G_B6_0; TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_12 = V_1; NullCheck(L_12); String_t* L_13 = TypeData_get_XmlType_m5CFA0D29ECB41B9417B28AFFF98B2633C11213D8_inline(L_12, /*hidden argument*/NULL); ___name0 = L_13; goto IL_0058; } IL_0050: { String_t* L_14 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(XmlCustomFormatter_t20B9A7F147CB04B1552D1B5B1A62F60975441707_il2cpp_TypeInfo_var); String_t* L_15 = XmlCustomFormatter_FromXmlName_mF9D0BB509B113A7E42F9FEE46C500AC55CE76E2B(L_14, /*hidden argument*/NULL); ___name0 = L_15; } IL_0058: { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_16 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); String_t* L_17 = ___name0; String_t* L_18 = ___ns1; NullCheck(L_16); XmlWriter_WriteStartElement_m440AF3B1A8DF08E307BA315AA997D097BFD2A9FE(L_16, L_17, L_18, /*hidden argument*/NULL); RuntimeObject * L_19 = ___o2; if (!((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)IsInstClass((RuntimeObject*)L_19, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var))) { goto IL_007c; } } { RuntimeObject * L_20 = ___o2; String_t* L_21 = XmlSerializationWriter_FromXmlQualifiedName_m0EDFA5D06F44BAF0A86E135AAA2C8328143546B6(__this, ((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)CastclassClass((RuntimeObject*)L_20, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_21; goto IL_0084; } IL_007c: { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_22 = V_1; RuntimeObject * L_23 = ___o2; IL2CPP_RUNTIME_CLASS_INIT(XmlCustomFormatter_t20B9A7F147CB04B1552D1B5B1A62F60975441707_il2cpp_TypeInfo_var); String_t* L_24 = XmlCustomFormatter_ToXmlString_m795F19FAA55753B5E347D8992476E7F8679C112A(L_22, L_23, /*hidden argument*/NULL); V_0 = L_24; } IL_0084: { bool L_25 = ___xsiType3; if (!L_25) { goto IL_00cc; } } { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_26 = V_1; NullCheck(L_26); int32_t L_27 = TypeData_get_SchemaType_m2B255B59385C12C2BC3C045C17CF6DA042E7430A_inline(L_26, /*hidden argument*/NULL); if ((((int32_t)L_27) == ((int32_t)1))) { goto IL_00ac; } } { RuntimeObject * L_28 = ___o2; NullCheck(L_28); Type_t * L_29 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_28, /*hidden argument*/NULL); NullCheck(L_29); String_t* L_30 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_29); String_t* L_31 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral798EBC36A37C198A1F25862784353D84E564F23A, L_30, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_32 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_32, L_31, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, XmlSerializationWriter_WriteTypedPrimitive_m9124F433FA3C700BD5F4EB6DE9D61FF8ADE0491D_RuntimeMethod_var); } IL_00ac: { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_33 = V_1; NullCheck(L_33); String_t* L_34 = TypeData_get_XmlType_m5CFA0D29ECB41B9417B28AFFF98B2633C11213D8_inline(L_33, /*hidden argument*/NULL); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_35 = V_1; NullCheck(L_35); bool L_36 = TypeData_get_IsXsdType_m386AF1B5D93504CF106B79082A164623249EA3CF(L_35, /*hidden argument*/NULL); G_B15_0 = L_34; G_B15_1 = __this; if (L_36) { G_B16_0 = L_34; G_B16_1 = __this; goto IL_00c2; } } { G_B17_0 = _stringLiteral9A2E94935A832966655C76C3BF35A93E73D67902; G_B17_1 = G_B15_0; G_B17_2 = G_B15_1; goto IL_00c7; } IL_00c2: { G_B17_0 = _stringLiteralCD7236D24C2A685E5C9D6FC9D0AC7D11486CB220; G_B17_1 = G_B16_0; G_B17_2 = G_B16_1; } IL_00c7: { NullCheck(G_B17_2); XmlSerializationWriter_WriteXsiType_m107CE7F36E8AB6BEE944E34A820FB138C60D1C4F(G_B17_2, G_B17_1, G_B17_0, /*hidden argument*/NULL); } IL_00cc: { String_t* L_37 = V_0; XmlSerializationWriter_WriteValue_m46D0065BD0FFE35E097F018417D618EF70E92C9C(__this, L_37, /*hidden argument*/NULL); XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_38 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); NullCheck(L_38); VirtActionInvoker0::Invoke(8 /* System.Void System.Xml.XmlWriter::WriteEndElement() */, L_38); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteValue_m46D0065BD0FFE35E097F018417D618EF70E92C9C (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; if (!L_0) { goto IL_000f; } } { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_1 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); String_t* L_2 = ___value0; NullCheck(L_1); VirtActionInvoker1< String_t* >::Invoke(17 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, L_1, L_2); } IL_000f: { return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteXmlAttribute(System.Xml.XmlNode,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteXmlAttribute_mE707A3A1A254BD4CCA68286EC777F60A5D2AD447 (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, RuntimeObject * ___container1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriter_WriteXmlAttribute_mE707A3A1A254BD4CCA68286EC777F60A5D2AD447_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___node0; V_0 = ((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)IsInstClass((RuntimeObject*)L_0, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var)); XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_1 = V_0; if (L_1) { goto IL_0015; } } { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, _stringLiteral22CFFC95B6C607DFDE6C5F4E8D1095366BE114B3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, XmlSerializationWriter_WriteXmlAttribute_mE707A3A1A254BD4CCA68286EC777F60A5D2AD447_RuntimeMethod_var); } IL_0015: { XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_3 = V_0; NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_3); bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, _stringLiteralD363F64A147EB09D66A961A815C9D842964C1C79, /*hidden argument*/NULL); if (!L_5) { goto IL_0075; } } { XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_6 = V_0; NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_6); bool L_8 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_7, _stringLiteral2BE945FDF600746005B285C4307A72AFCB7D4964, /*hidden argument*/NULL); if (!L_8) { goto IL_0075; } } { XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_9 = V_0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_t2B73F6806E7647A48688794BCD1E9C3793BE47EA_il2cpp_TypeInfo_var); TypeTranslator_ParseArrayType_m853D859BE206CEF3B51DC431D7AD7630614E3F73(L_10, (String_t**)(&V_2), (String_t**)(&V_1), (String_t**)(&V_3), /*hidden argument*/NULL); String_t* L_11 = V_2; String_t* L_12 = V_3; String_t* L_13 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_11, L_12, /*hidden argument*/NULL); String_t* L_14 = V_1; String_t* L_15 = XmlSerializationWriter_GetQualifiedName_m9906C285489E0BA3B9F620F5EFC880FE30670820(__this, L_13, L_14, /*hidden argument*/NULL); V_4 = L_15; XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_16 = V_0; NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_Prefix() */, L_16); XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_18 = V_0; NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_18); XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_20 = V_0; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_20); String_t* L_22 = V_4; XmlSerializationWriter_WriteAttribute_m979EE0B5A417715B7E0A53EF590A231D96E5D4C8(__this, L_17, L_19, L_21, L_22, /*hidden argument*/NULL); return; } IL_0075: { XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_23 = V_0; NullCheck(L_23); String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_Prefix() */, L_23); XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_25 = V_0; NullCheck(L_25); String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_25); XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_27 = V_0; NullCheck(L_27); String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_27); XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_29 = V_0; NullCheck(L_29); String_t* L_30 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_29); XmlSerializationWriter_WriteAttribute_m979EE0B5A417715B7E0A53EF590A231D96E5D4C8(__this, L_24, L_26, L_28, L_30, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriter::WriteXsiType(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteXsiType_m107CE7F36E8AB6BEE944E34A820FB138C60D1C4F (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriter_WriteXsiType_m107CE7F36E8AB6BEE944E34A820FB138C60D1C4F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___ns1; if (!L_0) { goto IL_0029; } } { String_t* L_1 = ___ns1; String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_3 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0029; } } { String_t* L_4 = ___name0; String_t* L_5 = ___ns1; String_t* L_6 = XmlSerializationWriter_GetQualifiedName_m9906C285489E0BA3B9F620F5EFC880FE30670820(__this, L_4, L_5, /*hidden argument*/NULL); XmlSerializationWriter_WriteAttribute_mF4B3873E8B20F8ECE08C116F55D705205DC78397(__this, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, _stringLiteral6F137837A6AC36446D241D345BB78254AA77DFAE, L_6, /*hidden argument*/NULL); return; } IL_0029: { String_t* L_7 = ___name0; XmlSerializationWriter_WriteAttribute_mF4B3873E8B20F8ECE08C116F55D705205DC78397(__this, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, _stringLiteral6F137837A6AC36446D241D345BB78254AA77DFAE, L_7, /*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.XmlSerializationWriter_WriteCallbackInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteCallbackInfo__ctor_mC74D2E0C206D6FA14DA6F460125046379393B860 (WriteCallbackInfo_t20F1DFAFFBA7B903CBCCFA106E37D0CFFCEBA7CC * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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.XmlSerializationWriterInterpreter::.ctor(System.Xml.Serialization.XmlMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter__ctor_m13CF1E330F94288589118BBE504F1360DC82B24F (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * ___typeMap0, const RuntimeMethod* method) { { XmlSerializationWriter__ctor_m46D4F73D56A22A390A29254E1A7E6A32BA198C2B(__this, /*hidden argument*/NULL); XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * L_0 = ___typeMap0; __this->set__typeMap_8(L_0); XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * L_1 = ___typeMap0; NullCheck(L_1); int32_t L_2 = XmlMapping_get_Format_m4CFEF07094827178B4A48D9420E1D39FD28E0906_inline(L_1, /*hidden argument*/NULL); __this->set__format_9(L_2); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::InitCallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_InitCallbacks_m9CF56FE9BE523F5C9C2DFD32494F24DC91BF4CDB (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriterInterpreter_InitCallbacks_m9CF56FE9BE523F5C9C2DFD32494F24DC91BF4CDB_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_0 = NULL; RuntimeObject* V_1 = NULL; XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * V_2 = NULL; CallbackInfo_t6FC419FB131647181747C58C4AA7642E18071292 * V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * L_0 = __this->get__typeMap_8(); NullCheck(L_0); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = XmlMapping_get_RelatedMaps_mF4E909B36AC6B1BC8BA66870D00DD192597CB3F1_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = V_0; if (!L_2) { goto IL_00af; } } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_3 = V_0; NullCheck(L_3); RuntimeObject* L_4 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_3); V_1 = L_4; } IL_0019: try { // begin try (depth: 1) { goto IL_0091; } IL_001b: { RuntimeObject* L_5 = V_1; NullCheck(L_5); RuntimeObject * L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_5); V_2 = ((XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA *)CastclassClass((RuntimeObject*)L_6, XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA_il2cpp_TypeInfo_var)); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_7 = V_2; CallbackInfo_t6FC419FB131647181747C58C4AA7642E18071292 * L_8 = (CallbackInfo_t6FC419FB131647181747C58C4AA7642E18071292 *)il2cpp_codegen_object_new(CallbackInfo_t6FC419FB131647181747C58C4AA7642E18071292_il2cpp_TypeInfo_var); CallbackInfo__ctor_m78BEAED007E09BAC00D80459663E16D73321A790(L_8, __this, L_7, /*hidden argument*/NULL); V_3 = L_8; XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_9 = V_2; NullCheck(L_9); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_10 = XmlTypeMapping_get_TypeData_m4DEE9E65218C537ACFE680FCA091F3B360AC47F5_inline(L_9, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_11 = TypeData_get_SchemaType_m2B255B59385C12C2BC3C045C17CF6DA042E7430A_inline(L_10, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)2)))) { goto IL_0068; } } IL_003d: { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_12 = V_2; NullCheck(L_12); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_13 = XmlTypeMapping_get_TypeData_m4DEE9E65218C537ACFE680FCA091F3B360AC47F5_inline(L_12, /*hidden argument*/NULL); NullCheck(L_13); Type_t * L_14 = TypeData_get_Type_m6F148A0A8617BDBE3CC452A78E23F3C52595E1E7_inline(L_13, /*hidden argument*/NULL); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_15 = V_2; NullCheck(L_15); String_t* L_16 = XmlTypeMapping_get_XmlType_m8D93C5A33D0261941FFFCBB14F5280BDA7495094_inline(L_15, /*hidden argument*/NULL); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_17 = V_2; NullCheck(L_17); String_t* L_18 = XmlMapping_get_Namespace_m071BEF69A59DA01D9475DBBE76102BA2C258203E_inline(L_17, /*hidden argument*/NULL); CallbackInfo_t6FC419FB131647181747C58C4AA7642E18071292 * L_19 = V_3; XmlSerializationWriteCallback_tC98B104DBDBC776D566F853B9DED7668089431FA * L_20 = (XmlSerializationWriteCallback_tC98B104DBDBC776D566F853B9DED7668089431FA *)il2cpp_codegen_object_new(XmlSerializationWriteCallback_tC98B104DBDBC776D566F853B9DED7668089431FA_il2cpp_TypeInfo_var); XmlSerializationWriteCallback__ctor_m6BA24AC9826D5C910789AB89B60F01923D0F2CBB(L_20, L_19, (intptr_t)((intptr_t)CallbackInfo_WriteEnum_mEB0AA4CD691ADDA8851A4F3E047B896CC0A14227_RuntimeMethod_var), /*hidden argument*/NULL); XmlSerializationWriter_AddWriteCallback_m3B3C7938AB1C6E4377419EB8AED256F0EBD6C290(__this, L_14, L_16, L_18, L_20, /*hidden argument*/NULL); goto IL_0091; } IL_0068: { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_21 = V_2; NullCheck(L_21); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_22 = XmlTypeMapping_get_TypeData_m4DEE9E65218C537ACFE680FCA091F3B360AC47F5_inline(L_21, /*hidden argument*/NULL); NullCheck(L_22); Type_t * L_23 = TypeData_get_Type_m6F148A0A8617BDBE3CC452A78E23F3C52595E1E7_inline(L_22, /*hidden argument*/NULL); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_24 = V_2; NullCheck(L_24); String_t* L_25 = XmlTypeMapping_get_XmlType_m8D93C5A33D0261941FFFCBB14F5280BDA7495094_inline(L_24, /*hidden argument*/NULL); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_26 = V_2; NullCheck(L_26); String_t* L_27 = XmlMapping_get_Namespace_m071BEF69A59DA01D9475DBBE76102BA2C258203E_inline(L_26, /*hidden argument*/NULL); CallbackInfo_t6FC419FB131647181747C58C4AA7642E18071292 * L_28 = V_3; XmlSerializationWriteCallback_tC98B104DBDBC776D566F853B9DED7668089431FA * L_29 = (XmlSerializationWriteCallback_tC98B104DBDBC776D566F853B9DED7668089431FA *)il2cpp_codegen_object_new(XmlSerializationWriteCallback_tC98B104DBDBC776D566F853B9DED7668089431FA_il2cpp_TypeInfo_var); XmlSerializationWriteCallback__ctor_m6BA24AC9826D5C910789AB89B60F01923D0F2CBB(L_29, L_28, (intptr_t)((intptr_t)CallbackInfo_WriteObject_m2F60E7FC7356960B2B5578749181F607DF07D59A_RuntimeMethod_var), /*hidden argument*/NULL); XmlSerializationWriter_AddWriteCallback_m3B3C7938AB1C6E4377419EB8AED256F0EBD6C290(__this, L_23, L_25, L_27, L_29, /*hidden argument*/NULL); } IL_0091: { RuntimeObject* L_30 = V_1; NullCheck(L_30); bool L_31 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_30); if (L_31) { goto IL_001b; } } IL_0099: { IL2CPP_LEAVE(0xAF, FINALLY_009b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_009b; } FINALLY_009b: { // begin finally (depth: 1) { RuntimeObject* L_32 = V_1; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_32, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_33 = V_4; if (!L_33) { goto IL_00ae; } } IL_00a7: { RuntimeObject* L_34 = V_4; NullCheck(L_34); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_34); } IL_00ae: { IL2CPP_END_FINALLY(155) } } // end finally (depth: 1) IL2CPP_CLEANUP(155) { IL2CPP_JUMP_TBL(0xAF, IL_00af) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00af: { return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteRoot(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteRoot_mB35C10B7EE6436C307EB2FDB29CDB2AC42F11F1D (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, RuntimeObject * ___ob0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriterInterpreter_WriteRoot_mB35C10B7EE6436C307EB2FDB29CDB2AC42F11F1D_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * V_0 = NULL; { XmlSerializationWriter_WriteStartDocument_m106D3B9C4C36EE695B29F1BAC6BA02BAAA951DB5(__this, /*hidden argument*/NULL); XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * L_0 = __this->get__typeMap_8(); if (!((XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA *)IsInstClass((RuntimeObject*)L_0, XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA_il2cpp_TypeInfo_var))) { goto IL_0085; } } { XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * L_1 = __this->get__typeMap_8(); V_0 = ((XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA *)CastclassClass((RuntimeObject*)L_1, XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA_il2cpp_TypeInfo_var)); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_2 = V_0; NullCheck(L_2); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_3 = XmlTypeMapping_get_TypeData_m4DEE9E65218C537ACFE680FCA091F3B360AC47F5_inline(L_2, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = TypeData_get_SchemaType_m2B255B59385C12C2BC3C045C17CF6DA042E7430A_inline(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)4))) { goto IL_003b; } } { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_5 = V_0; NullCheck(L_5); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_6 = XmlTypeMapping_get_TypeData_m4DEE9E65218C537ACFE680FCA091F3B360AC47F5_inline(L_5, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = TypeData_get_SchemaType_m2B255B59385C12C2BC3C045C17CF6DA042E7430A_inline(L_6, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)3)))) { goto IL_0041; } } IL_003b: { XmlSerializationWriter_TopLevelElement_m8C1D80423BCCAC9DCFBAD874B8551A9B6922B001(__this, /*hidden argument*/NULL); } IL_0041: { int32_t L_8 = __this->get__format_9(); if ((!(((uint32_t)L_8) == ((uint32_t)1)))) { goto IL_0063; } } { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_9 = V_0; RuntimeObject * L_10 = ___ob0; XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_11 = V_0; NullCheck(L_11); String_t* L_12 = XmlMapping_get_ElementName_mDE046327EB057B9A264CF2B03BA720C92DFF5894_inline(L_11, /*hidden argument*/NULL); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_13 = V_0; NullCheck(L_13); String_t* L_14 = XmlMapping_get_Namespace_m071BEF69A59DA01D9475DBBE76102BA2C258203E_inline(L_13, /*hidden argument*/NULL); VirtActionInvoker7< XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA *, RuntimeObject *, String_t*, String_t*, bool, bool, bool >::Invoke(5 /* System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteObject(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String,System.Boolean,System.Boolean,System.Boolean) */, __this, L_9, L_10, L_12, L_14, (bool)1, (bool)0, (bool)1); goto IL_00ae; } IL_0063: { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_15 = V_0; NullCheck(L_15); String_t* L_16 = XmlMapping_get_ElementName_mDE046327EB057B9A264CF2B03BA720C92DFF5894_inline(L_15, /*hidden argument*/NULL); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_17 = V_0; NullCheck(L_17); String_t* L_18 = XmlMapping_get_Namespace_m071BEF69A59DA01D9475DBBE76102BA2C258203E_inline(L_17, /*hidden argument*/NULL); RuntimeObject * L_19 = ___ob0; XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_20 = V_0; NullCheck(L_20); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_21 = XmlTypeMapping_get_TypeData_m4DEE9E65218C537ACFE680FCA091F3B360AC47F5_inline(L_20, /*hidden argument*/NULL); NullCheck(L_21); Type_t * L_22 = TypeData_get_Type_m6F148A0A8617BDBE3CC452A78E23F3C52595E1E7_inline(L_21, /*hidden argument*/NULL); XmlSerializationWriter_WritePotentiallyReferencingElement_mC1BEE005D07112E635BD95D4FFCCE3329A52895D(__this, L_16, L_18, L_19, L_22, (bool)1, (bool)0, /*hidden argument*/NULL); goto IL_00ae; } IL_0085: { RuntimeObject * L_23 = ___ob0; if (!((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)IsInst((RuntimeObject*)L_23, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var))) { goto IL_00a6; } } { XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * L_24 = __this->get__typeMap_8(); RuntimeObject * L_25 = ___ob0; VirtActionInvoker2< XmlMembersMapping_t9ED4FD5026D98AFF2FF78E902B0BD4FE0579C991 *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* >::Invoke(6 /* System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteMessage(System.Xml.Serialization.XmlMembersMapping,System.Object[]) */, __this, ((XmlMembersMapping_t9ED4FD5026D98AFF2FF78E902B0BD4FE0579C991 *)CastclassClass((RuntimeObject*)L_24, XmlMembersMapping_t9ED4FD5026D98AFF2FF78E902B0BD4FE0579C991_il2cpp_TypeInfo_var)), ((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)Castclass((RuntimeObject*)L_25, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var))); goto IL_00ae; } IL_00a6: { RuntimeObject * L_26 = ___ob0; Exception_t * L_27 = XmlSerializationWriter_CreateUnknownTypeException_mDD3FC7DC14E8F072D26BE6C4090167D40584F5FA(__this, L_26, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, XmlSerializationWriterInterpreter_WriteRoot_mB35C10B7EE6436C307EB2FDB29CDB2AC42F11F1D_RuntimeMethod_var); } IL_00ae: { XmlSerializationWriter_WriteReferencedElements_m8BB20C21D79A86E2485EB37DA9AA2428BB47C449(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteObject(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String,System.Boolean,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteObject_m8FE8380BF4407A004E6EFC26867FBB749424F86E (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * ___typeMap0, RuntimeObject * ___ob1, String_t* ___element2, String_t* ___namesp3, bool ___isNullable4, bool ___needType5, bool ___writeWrappingElem6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriterInterpreter_WriteObject_m8FE8380BF4407A004E6EFC26867FBB749424F86E_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; int32_t V_4 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { RuntimeObject * L_0 = ___ob1; if (L_0) { goto IL_0024; } } { bool L_1 = ___isNullable4; if (!L_1) { goto IL_0023; } } { int32_t L_2 = __this->get__format_9(); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_001a; } } { String_t* L_3 = ___element2; String_t* L_4 = ___namesp3; XmlSerializationWriter_WriteNullTagLiteral_m53F139468E561CA46F238D0CA51A860C90F85C66(__this, L_3, L_4, /*hidden argument*/NULL); return; } IL_001a: { String_t* L_5 = ___element2; String_t* L_6 = ___namesp3; XmlSerializationWriter_WriteNullTagEncoded_mDC212271AF3AAE5711338F08743BFA743BE23AFB(__this, L_5, L_6, /*hidden argument*/NULL); } IL_0023: { return; } IL_0024: { RuntimeObject * L_7 = ___ob1; if (!((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)IsInstClass((RuntimeObject*)L_7, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB_il2cpp_TypeInfo_var))) { goto IL_0071; } } { int32_t L_8 = __this->get__format_9(); if ((!(((uint32_t)L_8) == ((uint32_t)1)))) { goto IL_0053; } } { RuntimeObject * L_9 = ___ob1; XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_10 = ___typeMap0; NullCheck(L_10); bool L_11 = XmlTypeMapping_get_IsAny_m9FCEA97EDFC1705320832FD06C3C40DFB3E9374E_inline(L_10, /*hidden argument*/NULL); XmlSerializationWriter_WriteElementLiteral_m25AF0433947E36A1C97F309DDFD829F1944676ED(__this, ((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)CastclassClass((RuntimeObject*)L_9, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB_il2cpp_TypeInfo_var)), _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, (bool)1, L_11, /*hidden argument*/NULL); return; } IL_0053: { RuntimeObject * L_12 = ___ob1; XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_13 = ___typeMap0; NullCheck(L_13); bool L_14 = XmlTypeMapping_get_IsAny_m9FCEA97EDFC1705320832FD06C3C40DFB3E9374E_inline(L_13, /*hidden argument*/NULL); XmlSerializationWriter_WriteElementEncoded_m77CA288F13919F7980DCC2F732628A194CE944F2(__this, ((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)CastclassClass((RuntimeObject*)L_12, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB_il2cpp_TypeInfo_var)), _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, (bool)1, L_14, /*hidden argument*/NULL); return; } IL_0071: { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_15 = ___typeMap0; NullCheck(L_15); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_16 = XmlTypeMapping_get_TypeData_m4DEE9E65218C537ACFE680FCA091F3B360AC47F5_inline(L_15, /*hidden argument*/NULL); NullCheck(L_16); int32_t L_17 = TypeData_get_SchemaType_m2B255B59385C12C2BC3C045C17CF6DA042E7430A_inline(L_16, /*hidden argument*/NULL); if ((!(((uint32_t)L_17) == ((uint32_t)5)))) { goto IL_009a; } } { RuntimeObject * L_18 = ___ob1; String_t* L_19 = ___element2; String_t* L_20 = ___namesp3; bool L_21 = ___isNullable4; XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_22 = ___typeMap0; NullCheck(L_22); bool L_23 = XmlTypeMapping_get_IsAny_m9FCEA97EDFC1705320832FD06C3C40DFB3E9374E_inline(L_22, /*hidden argument*/NULL); XmlSerializationWriter_WriteSerializable_mEB53723A351A2167BCCAB6E9D06BB3DCE4586A92(__this, ((RuntimeObject*)Castclass((RuntimeObject*)L_18, IXmlSerializable_t65E60478746EA82F5C36332885D1005A7E696ED7_il2cpp_TypeInfo_var)), L_19, L_20, L_21, (bool)((((int32_t)L_23) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); return; } IL_009a: { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_24 = ___typeMap0; NullCheck(L_24); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_25 = XmlTypeMapping_get_TypeData_m4DEE9E65218C537ACFE680FCA091F3B360AC47F5_inline(L_24, /*hidden argument*/NULL); NullCheck(L_25); Type_t * L_26 = TypeData_get_Type_m6F148A0A8617BDBE3CC452A78E23F3C52595E1E7_inline(L_25, /*hidden argument*/NULL); V_0 = L_26; RuntimeObject * L_27 = ___ob1; NullCheck(L_27); Type_t * L_28 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_27, /*hidden argument*/NULL); Type_t * L_29 = V_0; NullCheck(L_28); bool L_30 = VirtFuncInvoker1< bool, Type_t * >::Invoke(115 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_28, L_29); if (L_30) { goto IL_00bd; } } { RuntimeObject * L_31 = ___ob1; Type_t * L_32 = V_0; RuntimeObject * L_33 = XmlSerializationWriterInterpreter_ImplicitConvert_m18BC07F247346882B531BF9E48745C738E4E5603(L_31, L_32, /*hidden argument*/NULL); ___ob1 = L_33; } IL_00bd: { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_34 = ___typeMap0; RuntimeObject * L_35 = ___ob1; NullCheck(L_35); Type_t * L_36 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_35, /*hidden argument*/NULL); NullCheck(L_34); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_37 = XmlTypeMapping_GetRealTypeMap_m8F95271662578DEE6BD6E202BF0899567C010364(L_34, L_36, /*hidden argument*/NULL); V_1 = L_37; XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_38 = V_1; if (L_38) { goto IL_015e; } } { RuntimeObject * L_39 = ___ob1; NullCheck(L_39); Type_t * L_40 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_39, /*hidden argument*/NULL); NullCheck(L_40); bool L_41 = Type_get_IsArray_m0B4E20F93B1B34C0B5C4B089F543D1AA338DC9FE(L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_0152; } } { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_42 = { reinterpret_cast (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_43 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_42, /*hidden argument*/NULL); RuntimeObject * L_44 = ___ob1; NullCheck(L_44); Type_t * L_45 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_44, /*hidden argument*/NULL); NullCheck(L_45); Type_t * L_46 = VirtFuncInvoker0< Type_t * >::Invoke(104 /* System.Type System.Type::GetElementType() */, L_45); NullCheck(L_43); bool L_47 = VirtFuncInvoker1< bool, Type_t * >::Invoke(115 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_43, L_46); if (!L_47) { goto IL_0152; } } { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_48 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); String_t* L_49 = ___element2; String_t* L_50 = ___namesp3; NullCheck(L_48); XmlWriter_WriteStartElement_m440AF3B1A8DF08E307BA315AA997D097BFD2A9FE(L_48, L_49, L_50, /*hidden argument*/NULL); RuntimeObject * L_51 = ___ob1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_51, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var))); RuntimeObject* L_52 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_51, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var))); V_2 = L_52; } IL_0113: try { // begin try (depth: 1) { goto IL_012b; } IL_0115: { RuntimeObject* L_53 = V_2; NullCheck(L_53); RuntimeObject * L_54 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_53); XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_55 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); NullCheck(((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)CastclassClass((RuntimeObject*)L_54, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB_il2cpp_TypeInfo_var))); VirtActionInvoker1< XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * >::Invoke(37 /* System.Void System.Xml.XmlNode::WriteTo(System.Xml.XmlWriter) */, ((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)CastclassClass((RuntimeObject*)L_54, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB_il2cpp_TypeInfo_var)), L_55); } IL_012b: { RuntimeObject* L_56 = V_2; NullCheck(L_56); bool L_57 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_56); if (L_57) { goto IL_0115; } } IL_0133: { IL2CPP_LEAVE(0x146, FINALLY_0135); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0135; } FINALLY_0135: { // begin finally (depth: 1) { RuntimeObject* L_58 = V_2; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_58, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_59 = V_3; if (!L_59) { goto IL_0145; } } IL_013f: { RuntimeObject* L_60 = V_3; NullCheck(L_60); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_60); } IL_0145: { IL2CPP_END_FINALLY(309) } } // end finally (depth: 1) IL2CPP_CLEANUP(309) { IL2CPP_JUMP_TBL(0x146, IL_0146) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0146: { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_61 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); NullCheck(L_61); VirtActionInvoker0::Invoke(8 /* System.Void System.Xml.XmlWriter::WriteEndElement() */, L_61); return; } IL_0152: { String_t* L_62 = ___element2; String_t* L_63 = ___namesp3; RuntimeObject * L_64 = ___ob1; XmlSerializationWriter_WriteTypedPrimitive_m9124F433FA3C700BD5F4EB6DE9D61FF8ADE0491D(__this, L_62, L_63, L_64, (bool)1, /*hidden argument*/NULL); return; } IL_015e: { bool L_65 = ___writeWrappingElem6; if (!L_65) { goto IL_017b; } } { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_66 = V_1; XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_67 = ___typeMap0; if ((!(((RuntimeObject*)(XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA *)L_66) == ((RuntimeObject*)(XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA *)L_67)))) { goto IL_016e; } } { int32_t L_68 = __this->get__format_9(); if (L_68) { goto IL_0171; } } IL_016e: { ___needType5 = (bool)1; } IL_0171: { String_t* L_69 = ___element2; String_t* L_70 = ___namesp3; RuntimeObject * L_71 = ___ob1; XmlSerializationWriter_WriteStartElement_mC563D32A70D27031E8962D2381B0255182D6A6FE(__this, L_69, L_70, L_71, /*hidden argument*/NULL); } IL_017b: { bool L_72 = ___needType5; if (!L_72) { goto IL_0191; } } { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_73 = V_1; NullCheck(L_73); String_t* L_74 = XmlTypeMapping_get_XmlType_m8D93C5A33D0261941FFFCBB14F5280BDA7495094_inline(L_73, /*hidden argument*/NULL); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_75 = V_1; NullCheck(L_75); String_t* L_76 = XmlTypeMapping_get_XmlTypeNamespace_mCF79251D41D937EBFA8BC926DAAE32B901CA47E7(L_75, /*hidden argument*/NULL); XmlSerializationWriter_WriteXsiType_m107CE7F36E8AB6BEE944E34A820FB138C60D1C4F(__this, L_74, L_76, /*hidden argument*/NULL); } IL_0191: { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_77 = V_1; NullCheck(L_77); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_78 = XmlTypeMapping_get_TypeData_m4DEE9E65218C537ACFE680FCA091F3B360AC47F5_inline(L_77, /*hidden argument*/NULL); NullCheck(L_78); int32_t L_79 = TypeData_get_SchemaType_m2B255B59385C12C2BC3C045C17CF6DA042E7430A_inline(L_78, /*hidden argument*/NULL); V_4 = L_79; int32_t L_80 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)1))) { case 0: { goto IL_01d3; } case 1: { goto IL_01e0; } case 2: { goto IL_01c6; } case 3: { goto IL_01b9; } } } { goto IL_01eb; } IL_01b9: { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_81 = V_1; RuntimeObject * L_82 = ___ob1; String_t* L_83 = ___element2; String_t* L_84 = ___namesp3; VirtActionInvoker4< XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA *, RuntimeObject *, String_t*, String_t* >::Invoke(7 /* System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteObjectElement(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String) */, __this, L_81, L_82, L_83, L_84); goto IL_01eb; } IL_01c6: { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_85 = V_1; RuntimeObject * L_86 = ___ob1; String_t* L_87 = ___element2; String_t* L_88 = ___namesp3; VirtActionInvoker4< XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA *, RuntimeObject *, String_t*, String_t* >::Invoke(10 /* System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteListElement(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String) */, __this, L_85, L_86, L_87, L_88); goto IL_01eb; } IL_01d3: { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_89 = V_1; RuntimeObject * L_90 = ___ob1; String_t* L_91 = ___element2; String_t* L_92 = ___namesp3; VirtActionInvoker4< XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA *, RuntimeObject *, String_t*, String_t* >::Invoke(11 /* System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WritePrimitiveElement(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String) */, __this, L_89, L_90, L_91, L_92); goto IL_01eb; } IL_01e0: { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_93 = V_1; RuntimeObject * L_94 = ___ob1; String_t* L_95 = ___element2; String_t* L_96 = ___namesp3; VirtActionInvoker4< XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA *, RuntimeObject *, String_t*, String_t* >::Invoke(12 /* System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteEnumElement(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String) */, __this, L_93, L_94, L_95, L_96); } IL_01eb: { bool L_97 = ___writeWrappingElem6; if (!L_97) { goto IL_01f6; } } { RuntimeObject * L_98 = ___ob1; XmlSerializationWriter_WriteEndElement_m1367AB6D5012FF5B5258B92E8493B3A22AF2E904(__this, L_98, /*hidden argument*/NULL); } IL_01f6: { return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteMessage(System.Xml.Serialization.XmlMembersMapping,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteMessage_m251BCB90CA5FE3F1071284924650561BEE6D357E (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, XmlMembersMapping_t9ED4FD5026D98AFF2FF78E902B0BD4FE0579C991 * ___membersMap0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriterInterpreter_WriteMessage_m251BCB90CA5FE3F1071284924650561BEE6D357E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlMembersMapping_t9ED4FD5026D98AFF2FF78E902B0BD4FE0579C991 * L_0 = ___membersMap0; NullCheck(L_0); bool L_1 = XmlMembersMapping_get_HasWrapperElement_m2BD05E63AA79EA11FF0586E85A7B1154C44FC6BE_inline(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0081; } } { XmlSerializationWriter_TopLevelElement_m8C1D80423BCCAC9DCFBAD874B8551A9B6922B001(__this, /*hidden argument*/NULL); XmlMembersMapping_t9ED4FD5026D98AFF2FF78E902B0BD4FE0579C991 * L_2 = ___membersMap0; NullCheck(L_2); String_t* L_3 = XmlMapping_get_ElementName_mDE046327EB057B9A264CF2B03BA720C92DFF5894_inline(L_2, /*hidden argument*/NULL); XmlMembersMapping_t9ED4FD5026D98AFF2FF78E902B0BD4FE0579C991 * L_4 = ___membersMap0; NullCheck(L_4); String_t* L_5 = XmlMapping_get_Namespace_m071BEF69A59DA01D9475DBBE76102BA2C258203E_inline(L_4, /*hidden argument*/NULL); int32_t L_6 = __this->get__format_9(); XmlSerializationWriter_WriteStartElement_mA5B4269CE0042E113E199A438DBA76471F425B72(__this, L_3, L_5, (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_7 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(21 /* System.String System.Xml.XmlWriter::LookupPrefix(System.String) */, L_7, _stringLiteralCD7236D24C2A685E5C9D6FC9D0AC7D11486CB220); if (L_8) { goto IL_0055; } } { XmlSerializationWriter_WriteAttribute_m979EE0B5A417715B7E0A53EF590A231D96E5D4C8(__this, _stringLiteral417937288FDEE75EA79B1648FDB20AE19A1B35EA, _stringLiteralE8C61341A245901EF17C2CB09E5C6557139E5C8F, _stringLiteralCD7236D24C2A685E5C9D6FC9D0AC7D11486CB220, _stringLiteralCD7236D24C2A685E5C9D6FC9D0AC7D11486CB220, /*hidden argument*/NULL); } IL_0055: { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_9 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(21 /* System.String System.Xml.XmlWriter::LookupPrefix(System.String) */, L_9, _stringLiteral6F137837A6AC36446D241D345BB78254AA77DFAE); if (L_10) { goto IL_0081; } } { XmlSerializationWriter_WriteAttribute_m979EE0B5A417715B7E0A53EF590A231D96E5D4C8(__this, _stringLiteral417937288FDEE75EA79B1648FDB20AE19A1B35EA, _stringLiteralEF37D7C9FD6A800F9E0017269711363D8CA34FDB, _stringLiteral6F137837A6AC36446D241D345BB78254AA77DFAE, _stringLiteral6F137837A6AC36446D241D345BB78254AA77DFAE, /*hidden argument*/NULL); } IL_0081: { XmlMembersMapping_t9ED4FD5026D98AFF2FF78E902B0BD4FE0579C991 * L_11 = ___membersMap0; NullCheck(L_11); ObjectMap_t53CD0E614E60A73AB445A2A757CCD3C356F31677 * L_12 = XmlMapping_get_ObjectMap_mDB60544BAC75028E9B6ABC7218C81736E2884CF2_inline(L_11, /*hidden argument*/NULL); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = ___parameters1; XmlSerializationWriterInterpreter_WriteMembers_mA4A3AE5E6DED8A8245716EB3A34C15577266C8DF(__this, ((ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA *)CastclassClass((RuntimeObject*)L_12, ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA_il2cpp_TypeInfo_var)), (RuntimeObject *)(RuntimeObject *)L_13, (bool)1, /*hidden argument*/NULL); XmlMembersMapping_t9ED4FD5026D98AFF2FF78E902B0BD4FE0579C991 * L_14 = ___membersMap0; NullCheck(L_14); bool L_15 = XmlMembersMapping_get_HasWrapperElement_m2BD05E63AA79EA11FF0586E85A7B1154C44FC6BE_inline(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_00a2; } } { XmlSerializationWriter_WriteEndElement_m36BB06C6D2386A3FC09EDE9BA2DF335B8AE387A9(__this, /*hidden argument*/NULL); } IL_00a2: { return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteObjectElement(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteObjectElement_m965E770392C42E2641A84A45BECC7DFF87413AEB (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * ___typeMap0, RuntimeObject * ___ob1, String_t* ___element2, String_t* ___namesp3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriterInterpreter_WriteObjectElement_m965E770392C42E2641A84A45BECC7DFF87413AEB_MetadataUsageId); s_Il2CppMethodInitialized = true; } ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * V_0 = NULL; { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_0 = ___typeMap0; NullCheck(L_0); ObjectMap_t53CD0E614E60A73AB445A2A757CCD3C356F31677 * L_1 = XmlMapping_get_ObjectMap_mDB60544BAC75028E9B6ABC7218C81736E2884CF2_inline(L_0, /*hidden argument*/NULL); V_0 = ((ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA *)CastclassClass((RuntimeObject*)L_1, ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA_il2cpp_TypeInfo_var)); ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * L_2 = V_0; NullCheck(L_2); XmlTypeMapMemberNamespaces_t08BCB01966D11BB8968E6C39E1ACF60C9EEE8C43 * L_3 = ClassMap_get_NamespaceDeclarations_mA59772640D0225A3E80955B7F518D2DECDCF0C1D_inline(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002b; } } { ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * L_4 = V_0; NullCheck(L_4); XmlTypeMapMemberNamespaces_t08BCB01966D11BB8968E6C39E1ACF60C9EEE8C43 * L_5 = ClassMap_get_NamespaceDeclarations_mA59772640D0225A3E80955B7F518D2DECDCF0C1D_inline(L_4, /*hidden argument*/NULL); RuntimeObject * L_6 = ___ob1; NullCheck(L_5); RuntimeObject * L_7 = XmlTypeMapMember_GetValue_mC0950D54743D872A5D2C90286182B27D1D247121(L_5, L_6, /*hidden argument*/NULL); XmlSerializationWriter_WriteNamespaceDeclarations_m4BC840424703658A40CD04D540864167D43F35BD(__this, ((XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F *)CastclassClass((RuntimeObject*)L_7, XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_002b: { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_8 = ___typeMap0; RuntimeObject * L_9 = ___ob1; VirtActionInvoker2< XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA *, RuntimeObject * >::Invoke(8 /* System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteObjectElementAttributes(System.Xml.Serialization.XmlTypeMapping,System.Object) */, __this, L_8, L_9); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_10 = ___typeMap0; RuntimeObject * L_11 = ___ob1; VirtActionInvoker2< XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA *, RuntimeObject * >::Invoke(9 /* System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteObjectElementElements(System.Xml.Serialization.XmlTypeMapping,System.Object) */, __this, L_10, L_11); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteObjectElementAttributes(System.Xml.Serialization.XmlTypeMapping,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteObjectElementAttributes_mA3F1FE9C92AE3FD40F86032DBD4DC3812E47E86B (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * ___typeMap0, RuntimeObject * ___ob1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriterInterpreter_WriteObjectElementAttributes_mA3F1FE9C92AE3FD40F86032DBD4DC3812E47E86B_MetadataUsageId); s_Il2CppMethodInitialized = true; } ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * V_0 = NULL; { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_0 = ___typeMap0; NullCheck(L_0); ObjectMap_t53CD0E614E60A73AB445A2A757CCD3C356F31677 * L_1 = XmlMapping_get_ObjectMap_mDB60544BAC75028E9B6ABC7218C81736E2884CF2_inline(L_0, /*hidden argument*/NULL); V_0 = ((ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA *)CastclassClass((RuntimeObject*)L_1, ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA_il2cpp_TypeInfo_var)); ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * L_2 = V_0; RuntimeObject * L_3 = ___ob1; XmlSerializationWriterInterpreter_WriteAttributeMembers_m40C5220C5D1533DCD8D4C2CF1ACB5B566650A5FB(__this, L_2, L_3, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteObjectElementElements(System.Xml.Serialization.XmlTypeMapping,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteObjectElementElements_mB812202CE735CCB9EB4946FEF9A466891069605F (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * ___typeMap0, RuntimeObject * ___ob1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriterInterpreter_WriteObjectElementElements_mB812202CE735CCB9EB4946FEF9A466891069605F_MetadataUsageId); s_Il2CppMethodInitialized = true; } ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * V_0 = NULL; { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_0 = ___typeMap0; NullCheck(L_0); ObjectMap_t53CD0E614E60A73AB445A2A757CCD3C356F31677 * L_1 = XmlMapping_get_ObjectMap_mDB60544BAC75028E9B6ABC7218C81736E2884CF2_inline(L_0, /*hidden argument*/NULL); V_0 = ((ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA *)CastclassClass((RuntimeObject*)L_1, ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA_il2cpp_TypeInfo_var)); ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * L_2 = V_0; RuntimeObject * L_3 = ___ob1; XmlSerializationWriterInterpreter_WriteElementMembers_m7E0BA886147B51CD113E28C210B9BC3E04807198(__this, L_2, L_3, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteMembers(System.Xml.Serialization.ClassMap,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteMembers_mA4A3AE5E6DED8A8245716EB3A34C15577266C8DF (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * ___map0, RuntimeObject * ___ob1, bool ___isValueList2, const RuntimeMethod* method) { { ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * L_0 = ___map0; RuntimeObject * L_1 = ___ob1; bool L_2 = ___isValueList2; XmlSerializationWriterInterpreter_WriteAttributeMembers_m40C5220C5D1533DCD8D4C2CF1ACB5B566650A5FB(__this, L_0, L_1, L_2, /*hidden argument*/NULL); ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * L_3 = ___map0; RuntimeObject * L_4 = ___ob1; bool L_5 = ___isValueList2; XmlSerializationWriterInterpreter_WriteElementMembers_m7E0BA886147B51CD113E28C210B9BC3E04807198(__this, L_3, L_4, L_5, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteAttributeMembers(System.Xml.Serialization.ClassMap,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteAttributeMembers_m40C5220C5D1533DCD8D4C2CF1ACB5B566650A5FB (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * ___map0, RuntimeObject * ___ob1, bool ___isValueList2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriterInterpreter_WriteAttributeMembers_m40C5220C5D1533DCD8D4C2CF1ACB5B566650A5FB_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * V_4 = NULL; RuntimeObject* V_5 = NULL; XmlTypeMapMemberAttribute_tD9692D2B3223A558EE5B6FADCED2F92183F16C6C * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * L_0 = ___map0; NullCheck(L_0); XmlTypeMapMemberAnyAttribute_t0D4E196AF4FEEE5092B2FF4111A717B5C3E459BE * L_1 = ClassMap_get_DefaultAnyAttributeMember_m4D8FC27553DEF5F97A09DCB1D1C6BACC20EF1E74_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * L_2 = V_0; if (!L_2) { goto IL_0077; } } { XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * L_3 = V_0; RuntimeObject * L_4 = ___ob1; bool L_5 = ___isValueList2; bool L_6 = XmlSerializationWriterInterpreter_MemberHasValue_mBF7BE4B21C1D0D59704F78820BC27FFD676A4B83(__this, L_3, L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0077; } } { XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * L_7 = V_0; RuntimeObject * L_8 = ___ob1; bool L_9 = ___isValueList2; RuntimeObject * L_10 = XmlSerializationWriterInterpreter_GetMemberValue_mEFF0EC4DD17FB69F7A0BF11EB3FD5AAC58BA6BB6(__this, L_7, L_8, L_9, /*hidden argument*/NULL); V_2 = ((RuntimeObject*)Castclass((RuntimeObject*)L_10, ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54_il2cpp_TypeInfo_var)); RuntimeObject* L_11 = V_2; if (!L_11) { goto IL_0077; } } { RuntimeObject* L_12 = V_2; NullCheck(L_12); RuntimeObject* L_13 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var, L_12); V_3 = L_13; } IL_002e: try { // begin try (depth: 1) { goto IL_0059; } IL_0030: { RuntimeObject* L_14 = V_3; NullCheck(L_14); RuntimeObject * L_15 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_14); V_4 = ((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)CastclassClass((RuntimeObject*)L_15, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var)); XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_16 = V_4; NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_16); bool L_18 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_17, _stringLiteralA27E2E9EF6A0C7CC58D71302FCA9E93BA677C130, /*hidden argument*/NULL); if (!L_18) { goto IL_0059; } } IL_0050: { XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_19 = V_4; RuntimeObject * L_20 = ___ob1; XmlSerializationWriter_WriteXmlAttribute_mE707A3A1A254BD4CCA68286EC777F60A5D2AD447(__this, L_19, L_20, /*hidden argument*/NULL); } IL_0059: { RuntimeObject* L_21 = V_3; NullCheck(L_21); bool L_22 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_21); if (L_22) { goto IL_0030; } } IL_0061: { IL2CPP_LEAVE(0x77, FINALLY_0063); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0063; } FINALLY_0063: { // begin finally (depth: 1) { RuntimeObject* L_23 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_23, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_24 = V_5; if (!L_24) { goto IL_0076; } } IL_006f: { RuntimeObject* L_25 = V_5; NullCheck(L_25); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_25); } IL_0076: { IL2CPP_END_FINALLY(99) } } // end finally (depth: 1) IL2CPP_CLEANUP(99) { IL2CPP_JUMP_TBL(0x77, IL_0077) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0077: { ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * L_26 = ___map0; NullCheck(L_26); RuntimeObject* L_27 = ClassMap_get_AttributeMembers_mE7FB19BBE10F3FA65FC1CE5232E1722DA750D3EE(L_26, /*hidden argument*/NULL); V_1 = L_27; RuntimeObject* L_28 = V_1; if (!L_28) { goto IL_00f3; } } { RuntimeObject* L_29 = V_1; NullCheck(L_29); RuntimeObject* L_30 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var, L_29); V_3 = L_30; } IL_0088: try { // begin try (depth: 1) { goto IL_00d5; } IL_008a: { RuntimeObject* L_31 = V_3; NullCheck(L_31); RuntimeObject * L_32 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_31); V_6 = ((XmlTypeMapMemberAttribute_tD9692D2B3223A558EE5B6FADCED2F92183F16C6C *)CastclassClass((RuntimeObject*)L_32, XmlTypeMapMemberAttribute_tD9692D2B3223A558EE5B6FADCED2F92183F16C6C_il2cpp_TypeInfo_var)); XmlTypeMapMemberAttribute_tD9692D2B3223A558EE5B6FADCED2F92183F16C6C * L_33 = V_6; RuntimeObject * L_34 = ___ob1; bool L_35 = ___isValueList2; bool L_36 = XmlSerializationWriterInterpreter_MemberHasValue_mBF7BE4B21C1D0D59704F78820BC27FFD676A4B83(__this, L_33, L_34, L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_00d5; } } IL_00a3: { XmlTypeMapMemberAttribute_tD9692D2B3223A558EE5B6FADCED2F92183F16C6C * L_37 = V_6; NullCheck(L_37); String_t* L_38 = XmlTypeMapMemberAttribute_get_AttributeName_m83DFDF7D039F27A7EEC61969DDB5EF7EB4E7FB13_inline(L_37, /*hidden argument*/NULL); XmlTypeMapMemberAttribute_tD9692D2B3223A558EE5B6FADCED2F92183F16C6C * L_39 = V_6; NullCheck(L_39); String_t* L_40 = XmlTypeMapMemberAttribute_get_Namespace_m9BD51BBDF49E7A2AB55650819CFAEBCE82D17A0C_inline(L_39, /*hidden argument*/NULL); XmlTypeMapMemberAttribute_tD9692D2B3223A558EE5B6FADCED2F92183F16C6C * L_41 = V_6; NullCheck(L_41); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_42 = XmlTypeMapMemberAttribute_get_MappedType_mAC360A3704BD0996C36978ECE14E3F9A3D87C5B5_inline(L_41, /*hidden argument*/NULL); XmlTypeMapMemberAttribute_tD9692D2B3223A558EE5B6FADCED2F92183F16C6C * L_43 = V_6; NullCheck(L_43); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_44 = XmlTypeMapMember_get_TypeData_m935ACD74537B891B154867FACAEF939B29A44C56_inline(L_43, /*hidden argument*/NULL); XmlTypeMapMemberAttribute_tD9692D2B3223A558EE5B6FADCED2F92183F16C6C * L_45 = V_6; RuntimeObject * L_46 = ___ob1; bool L_47 = ___isValueList2; RuntimeObject * L_48 = XmlSerializationWriterInterpreter_GetMemberValue_mEFF0EC4DD17FB69F7A0BF11EB3FD5AAC58BA6BB6(__this, L_45, L_46, L_47, /*hidden argument*/NULL); String_t* L_49 = XmlSerializationWriterInterpreter_GetStringValue_mEFE1737AD0FA6D7D01FF501678C07DDB0833D400(__this, L_42, L_44, L_48, /*hidden argument*/NULL); XmlSerializationWriter_WriteAttribute_mF4B3873E8B20F8ECE08C116F55D705205DC78397(__this, L_38, L_40, L_49, /*hidden argument*/NULL); } IL_00d5: { RuntimeObject* L_50 = V_3; NullCheck(L_50); bool L_51 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_50); if (L_51) { goto IL_008a; } } IL_00dd: { IL2CPP_LEAVE(0xF3, FINALLY_00df); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00df; } FINALLY_00df: { // begin finally (depth: 1) { RuntimeObject* L_52 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_52, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_53 = V_5; if (!L_53) { goto IL_00f2; } } IL_00eb: { RuntimeObject* L_54 = V_5; NullCheck(L_54); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_54); } IL_00f2: { IL2CPP_END_FINALLY(223) } } // end finally (depth: 1) IL2CPP_CLEANUP(223) { IL2CPP_JUMP_TBL(0xF3, IL_00f3) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00f3: { return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteElementMembers(System.Xml.Serialization.ClassMap,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteElementMembers_m7E0BA886147B51CD113E28C210B9BC3E04807198 (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * ___map0, RuntimeObject * ___ob1, bool ___isValueList2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriterInterpreter_WriteElementMembers_m7E0BA886147B51CD113E28C210B9BC3E04807198_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00 * V_2 = NULL; RuntimeObject * V_3 = NULL; Type_t * V_4 = NULL; XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * V_5 = NULL; RuntimeObject* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * L_0 = ___map0; NullCheck(L_0); RuntimeObject* L_1 = ClassMap_get_ElementMembers_m22BDF366DEBD681AF6903E7C0840785989EDA14F_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_0136; } } { RuntimeObject* L_3 = V_0; NullCheck(L_3); RuntimeObject* L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var, L_3); V_1 = L_4; } IL_0014: try { // begin try (depth: 1) { goto IL_0115; } IL_0019: { RuntimeObject* L_5 = V_1; NullCheck(L_5); RuntimeObject * L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_5); V_2 = ((XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00 *)CastclassClass((RuntimeObject*)L_6, XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00_il2cpp_TypeInfo_var)); XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00 * L_7 = V_2; RuntimeObject * L_8 = ___ob1; bool L_9 = ___isValueList2; bool L_10 = XmlSerializationWriterInterpreter_MemberHasValue_mBF7BE4B21C1D0D59704F78820BC27FFD676A4B83(__this, L_7, L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0115; } } IL_0033: { XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00 * L_11 = V_2; RuntimeObject * L_12 = ___ob1; bool L_13 = ___isValueList2; RuntimeObject * L_14 = XmlSerializationWriterInterpreter_GetMemberValue_mEFF0EC4DD17FB69F7A0BF11EB3FD5AAC58BA6BB6(__this, L_11, L_12, L_13, /*hidden argument*/NULL); V_3 = L_14; XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00 * L_15 = V_2; NullCheck(L_15); Type_t * L_16 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_15, /*hidden argument*/NULL); V_4 = L_16; Type_t * L_17 = V_4; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_18 = { reinterpret_cast (XmlTypeMapMemberList_t408EB21F4809E9C2E2059BDE5F77F28F503EA48F_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_19 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_18, /*hidden argument*/NULL); bool L_20 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_17, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0075; } } IL_0058: { XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00 * L_21 = V_2; NullCheck(L_21); XmlTypeMapElementInfoList_tCD7D387F78138B4E137D285319EC10532B14FBB0 * L_22 = XmlTypeMapMemberElement_get_ElementInfo_m9040052963053089C251D5349921680EAEBF60EC(L_21, /*hidden argument*/NULL); NullCheck(L_22); RuntimeObject * L_23 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_22, 0); RuntimeObject * L_24 = V_3; XmlSerializationWriterInterpreter_WriteMemberElement_mC38799FDE31E6258AC7B9374216655D84B75D480(__this, ((XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F *)CastclassClass((RuntimeObject*)L_23, XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F_il2cpp_TypeInfo_var)), L_24, /*hidden argument*/NULL); goto IL_0115; } IL_0075: { Type_t * L_25 = V_4; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_26 = { reinterpret_cast (XmlTypeMapMemberFlatList_tEA9F25C615A27D3B9761879A55C2BF74E394D31F_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_27 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_26, /*hidden argument*/NULL); bool L_28 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_25, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00aa; } } IL_0088: { RuntimeObject * L_29 = V_3; if (!L_29) { goto IL_0115; } } IL_008e: { RuntimeObject * L_30 = ___ob1; XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00 * L_31 = V_2; NullCheck(L_31); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_32 = XmlTypeMapMember_get_TypeData_m935ACD74537B891B154867FACAEF939B29A44C56_inline(L_31, /*hidden argument*/NULL); XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00 * L_33 = V_2; NullCheck(((XmlTypeMapMemberFlatList_tEA9F25C615A27D3B9761879A55C2BF74E394D31F *)CastclassClass((RuntimeObject*)L_33, XmlTypeMapMemberFlatList_tEA9F25C615A27D3B9761879A55C2BF74E394D31F_il2cpp_TypeInfo_var))); ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742 * L_34 = XmlTypeMapMemberFlatList_get_ListMap_mD44487614A0547E4E5A5D2548248A3AB39C5985D_inline(((XmlTypeMapMemberFlatList_tEA9F25C615A27D3B9761879A55C2BF74E394D31F *)CastclassClass((RuntimeObject*)L_33, XmlTypeMapMemberFlatList_tEA9F25C615A27D3B9761879A55C2BF74E394D31F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); RuntimeObject * L_35 = V_3; XmlSerializationWriterInterpreter_WriteListContent_m564EAE810595B916E443118DB56E5FA82485A6A9(__this, L_30, L_32, L_34, L_35, (StringBuilder_t *)NULL, /*hidden argument*/NULL); goto IL_0115; } IL_00aa: { Type_t * L_36 = V_4; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_37 = { reinterpret_cast (XmlTypeMapMemberAnyElement_tEC6C4FFA530F292BC4C09145DA5937285A664472_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_38 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_37, /*hidden argument*/NULL); bool L_39 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_36, L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_00cf; } } IL_00bd: { RuntimeObject * L_40 = V_3; if (!L_40) { goto IL_0115; } } IL_00c0: { XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00 * L_41 = V_2; RuntimeObject * L_42 = V_3; XmlSerializationWriterInterpreter_WriteAnyElementContent_m5958D900CD73A7AF548C36613706A03ECAEAFB34(__this, ((XmlTypeMapMemberAnyElement_tEC6C4FFA530F292BC4C09145DA5937285A664472 *)CastclassClass((RuntimeObject*)L_41, XmlTypeMapMemberAnyElement_tEC6C4FFA530F292BC4C09145DA5937285A664472_il2cpp_TypeInfo_var)), L_42, /*hidden argument*/NULL); goto IL_0115; } IL_00cf: { Type_t * L_43 = V_4; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_44 = { reinterpret_cast (XmlTypeMapMemberAnyAttribute_t0D4E196AF4FEEE5092B2FF4111A717B5C3E459BE_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_45 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_44, /*hidden argument*/NULL); bool L_46 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_43, L_45, /*hidden argument*/NULL); if (L_46) { goto IL_0115; } } IL_00e2: { Type_t * L_47 = V_4; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_48 = { reinterpret_cast (XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_49 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_48, /*hidden argument*/NULL); bool L_50 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_47, L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_010a; } } IL_00f5: { XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00 * L_51 = V_2; RuntimeObject * L_52 = ___ob1; RuntimeObject * L_53 = V_3; NullCheck(L_51); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_54 = XmlTypeMapMemberElement_FindElement_m041544525C2942C058BF7F33AC113A0BB8E13E43(L_51, L_52, L_53, /*hidden argument*/NULL); V_5 = L_54; XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_55 = V_5; RuntimeObject * L_56 = V_3; XmlSerializationWriterInterpreter_WriteMemberElement_mC38799FDE31E6258AC7B9374216655D84B75D480(__this, L_55, L_56, /*hidden argument*/NULL); goto IL_0115; } IL_010a: { InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_57 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_57, _stringLiteralDF66B5EC2EC2940D1CFC6BC4949D95C959E87B13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_57, XmlSerializationWriterInterpreter_WriteElementMembers_m7E0BA886147B51CD113E28C210B9BC3E04807198_RuntimeMethod_var); } IL_0115: { RuntimeObject* L_58 = V_1; NullCheck(L_58); bool L_59 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_58); if (L_59) { goto IL_0019; } } IL_0120: { IL2CPP_LEAVE(0x136, FINALLY_0122); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0122; } FINALLY_0122: { // begin finally (depth: 1) { RuntimeObject* L_60 = V_1; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_60, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_61 = V_6; if (!L_61) { goto IL_0135; } } IL_012e: { RuntimeObject* L_62 = V_6; NullCheck(L_62); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_62); } IL_0135: { IL2CPP_END_FINALLY(290) } } // end finally (depth: 1) IL2CPP_CLEANUP(290) { IL2CPP_JUMP_TBL(0x136, IL_0136) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0136: { return; } } // System.Object System.Xml.Serialization.XmlSerializationWriterInterpreter::GetMemberValue(System.Xml.Serialization.XmlTypeMapMember,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationWriterInterpreter_GetMemberValue_mEFF0EC4DD17FB69F7A0BF11EB3FD5AAC58BA6BB6 (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * ___member0, RuntimeObject * ___ob1, bool ___isValueList2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriterInterpreter_GetMemberValue_mEFF0EC4DD17FB69F7A0BF11EB3FD5AAC58BA6BB6_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___isValueList2; if (!L_0) { goto IL_0011; } } { RuntimeObject * L_1 = ___ob1; XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * L_2 = ___member0; NullCheck(L_2); int32_t L_3 = XmlTypeMapMember_get_GlobalIndex_m4DC45349150BD89C5BB4DD4602692445A4D2FE87_inline(L_2, /*hidden argument*/NULL); NullCheck(((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)Castclass((RuntimeObject*)L_1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var))); int32_t L_4 = L_3; RuntimeObject * L_5 = (((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)Castclass((RuntimeObject*)L_1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var)))->GetAt(static_cast(L_4)); return L_5; } IL_0011: { XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * L_6 = ___member0; RuntimeObject * L_7 = ___ob1; NullCheck(L_6); RuntimeObject * L_8 = XmlTypeMapMember_GetValue_mC0950D54743D872A5D2C90286182B27D1D247121(L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Boolean System.Xml.Serialization.XmlSerializationWriterInterpreter::MemberHasValue(System.Xml.Serialization.XmlTypeMapMember,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSerializationWriterInterpreter_MemberHasValue_mBF7BE4B21C1D0D59704F78820BC27FFD676A4B83 (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * ___member0, RuntimeObject * ___ob1, bool ___isValueList2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriterInterpreter_MemberHasValue_mBF7BE4B21C1D0D59704F78820BC27FFD676A4B83_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Type_t * V_1 = NULL; { bool L_0 = ___isValueList2; if (!L_0) { goto IL_0027; } } { XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * L_1 = ___member0; NullCheck(L_1); bool L_2 = XmlTypeMapMember_get_IsOptionalValueType_m98CBEFE98CBAEEBEA8F57A0DF6BAC63CF0F80750(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0016; } } { XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * L_3 = ___member0; RuntimeObject * L_4 = ___ob1; NullCheck(L_3); bool L_5 = XmlTypeMapMember_GetValueSpecified_m27341CB2AF03F3982FCC8F9A40179A6E990C0837(L_3, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0016; } } { return (bool)0; } IL_0016: { XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * L_6 = ___member0; NullCheck(L_6); int32_t L_7 = XmlTypeMapMember_get_GlobalIndex_m4DC45349150BD89C5BB4DD4602692445A4D2FE87_inline(L_6, /*hidden argument*/NULL); RuntimeObject * L_8 = ___ob1; NullCheck(((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)Castclass((RuntimeObject*)L_8, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var))); return (bool)((((int32_t)L_7) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)Castclass((RuntimeObject*)L_8, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var)))->max_length))))))? 1 : 0); } IL_0027: { XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * L_9 = ___member0; NullCheck(L_9); RuntimeObject * L_10 = XmlTypeMapMember_get_DefaultValue_m88318471DE3EB99058D4559CE19230DBB5DC4468_inline(L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var); DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * L_11 = ((DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var))->get_Value_0(); if ((((RuntimeObject*)(RuntimeObject *)L_10) == ((RuntimeObject*)(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 *)L_11))) { goto IL_0093; } } { XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * L_12 = ___member0; RuntimeObject * L_13 = ___ob1; bool L_14 = ___isValueList2; RuntimeObject * L_15 = XmlSerializationWriterInterpreter_GetMemberValue_mEFF0EC4DD17FB69F7A0BF11EB3FD5AAC58BA6BB6(__this, L_12, L_13, L_14, /*hidden argument*/NULL); V_0 = L_15; RuntimeObject * L_16 = V_0; if (L_16) { goto IL_004b; } } { XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * L_17 = ___member0; NullCheck(L_17); RuntimeObject * L_18 = XmlTypeMapMember_get_DefaultValue_m88318471DE3EB99058D4559CE19230DBB5DC4468_inline(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_004b; } } { return (bool)0; } IL_004b: { RuntimeObject * L_19 = V_0; if (!L_19) { goto IL_0080; } } { RuntimeObject * L_20 = V_0; NullCheck(L_20); Type_t * L_21 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_20, /*hidden argument*/NULL); NullCheck(L_21); bool L_22 = VirtFuncInvoker0< bool >::Invoke(77 /* System.Boolean System.Type::get_IsEnum() */, L_21); if (!L_22) { goto IL_0080; } } { RuntimeObject * L_23 = V_0; XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * L_24 = ___member0; NullCheck(L_24); RuntimeObject * L_25 = XmlTypeMapMember_get_DefaultValue_m88318471DE3EB99058D4559CE19230DBB5DC4468_inline(L_24, /*hidden argument*/NULL); NullCheck(L_23); bool L_26 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_23, L_25); if (!L_26) { goto IL_006b; } } { return (bool)0; } IL_006b: { RuntimeObject * L_27 = V_0; NullCheck(L_27); Type_t * L_28 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_27, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var); Type_t * L_29 = Enum_GetUnderlyingType_m0715B4E60E6909F03FF7302B6E20B1AB88DA84B1(L_28, /*hidden argument*/NULL); V_1 = L_29; RuntimeObject * L_30 = V_0; Type_t * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var); RuntimeObject * L_32 = Convert_ChangeType_m4F879F3D17C11FA0B648C99C6D3C42DD33F40926(L_30, L_31, (RuntimeObject*)NULL, /*hidden argument*/NULL); V_0 = L_32; } IL_0080: { RuntimeObject * L_33 = V_0; if (!L_33) { goto IL_00a3; } } { RuntimeObject * L_34 = V_0; XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * L_35 = ___member0; NullCheck(L_35); RuntimeObject * L_36 = XmlTypeMapMember_get_DefaultValue_m88318471DE3EB99058D4559CE19230DBB5DC4468_inline(L_35, /*hidden argument*/NULL); NullCheck(L_34); bool L_37 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_34, L_36); if (!L_37) { goto IL_00a3; } } { return (bool)0; } IL_0093: { XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * L_38 = ___member0; NullCheck(L_38); bool L_39 = XmlTypeMapMember_get_IsOptionalValueType_m98CBEFE98CBAEEBEA8F57A0DF6BAC63CF0F80750(L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_00a3; } } { XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * L_40 = ___member0; RuntimeObject * L_41 = ___ob1; NullCheck(L_40); bool L_42 = XmlTypeMapMember_GetValueSpecified_m27341CB2AF03F3982FCC8F9A40179A6E990C0837(L_40, L_41, /*hidden argument*/NULL); return L_42; } IL_00a3: { return (bool)1; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteMemberElement(System.Xml.Serialization.XmlTypeMapElementInfo,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteMemberElement_mC38799FDE31E6258AC7B9374216655D84B75D480 (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * ___elem0, RuntimeObject * ___memberValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriterInterpreter_WriteMemberElement_mC38799FDE31E6258AC7B9374216655D84B75D480_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; String_t* G_B5_0 = NULL; { XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_0 = ___elem0; NullCheck(L_0); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_1 = XmlTypeMapElementInfo_get_TypeData_m0524684C375B4DC119C189394E81427A2DE5212A_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = TypeData_get_SchemaType_m2B255B59385C12C2BC3C045C17CF6DA042E7430A_inline(L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))) { case 0: { goto IL_0086; } case 1: { goto IL_0086; } case 2: { goto IL_00f8; } case 3: { goto IL_0194; } case 4: { goto IL_021a; } case 5: { goto IL_0031; } } } { goto IL_0269; } IL_0031: { XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_4 = ___elem0; NullCheck(L_4); bool L_5 = XmlTypeMapElementInfo_get_WrappedElement_mBF7B6217BCBBF89B8765CEE880B2C262972A6142_inline(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0040; } } { G_B5_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; goto IL_0046; } IL_0040: { XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_6 = ___elem0; NullCheck(L_6); String_t* L_7 = XmlTypeMapElementInfo_get_ElementName_m9DEF62F6C5781F3BED48539A6C8C6552B4685E88_inline(L_6, /*hidden argument*/NULL); G_B5_0 = L_7; } IL_0046: { V_1 = G_B5_0; int32_t L_8 = __this->get__format_9(); if ((!(((uint32_t)L_8) == ((uint32_t)1)))) { goto IL_006b; } } { RuntimeObject * L_9 = ___memberValue1; String_t* L_10 = V_1; XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_11 = ___elem0; NullCheck(L_11); String_t* L_12 = XmlTypeMapElementInfo_get_Namespace_mBF20DA8C6E65552E7A20B27925528DA652AA70FB_inline(L_11, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_13 = ___elem0; NullCheck(L_13); bool L_14 = XmlTypeMapElementInfo_get_IsNullable_m78BEEE3D1BF1FA997FC0BDB8FF8A972C04AEC5F0_inline(L_13, /*hidden argument*/NULL); XmlSerializationWriter_WriteElementLiteral_m25AF0433947E36A1C97F309DDFD829F1944676ED(__this, ((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)CastclassClass((RuntimeObject*)L_9, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB_il2cpp_TypeInfo_var)), L_10, L_12, L_14, (bool)0, /*hidden argument*/NULL); return; } IL_006b: { RuntimeObject * L_15 = ___memberValue1; String_t* L_16 = V_1; XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_17 = ___elem0; NullCheck(L_17); String_t* L_18 = XmlTypeMapElementInfo_get_Namespace_mBF20DA8C6E65552E7A20B27925528DA652AA70FB_inline(L_17, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_19 = ___elem0; NullCheck(L_19); bool L_20 = XmlTypeMapElementInfo_get_IsNullable_m78BEEE3D1BF1FA997FC0BDB8FF8A972C04AEC5F0_inline(L_19, /*hidden argument*/NULL); XmlSerializationWriter_WriteElementEncoded_m77CA288F13919F7980DCC2F732628A194CE944F2(__this, ((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)CastclassClass((RuntimeObject*)L_15, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB_il2cpp_TypeInfo_var)), L_16, L_18, L_20, (bool)0, /*hidden argument*/NULL); return; } IL_0086: { int32_t L_21 = __this->get__format_9(); if ((!(((uint32_t)L_21) == ((uint32_t)1)))) { goto IL_00bb; } } { RuntimeObject * L_22 = ___memberValue1; XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_23 = ___elem0; NullCheck(L_23); String_t* L_24 = XmlTypeMapElementInfo_get_ElementName_m9DEF62F6C5781F3BED48539A6C8C6552B4685E88_inline(L_23, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_25 = ___elem0; NullCheck(L_25); String_t* L_26 = XmlTypeMapElementInfo_get_Namespace_mBF20DA8C6E65552E7A20B27925528DA652AA70FB_inline(L_25, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_27 = ___elem0; NullCheck(L_27); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_28 = XmlTypeMapElementInfo_get_MappedType_m49C8A77D7C9E2CA92E623FD4DA7EC19E4016A6BA_inline(L_27, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_29 = ___elem0; NullCheck(L_29); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_30 = XmlTypeMapElementInfo_get_TypeData_m0524684C375B4DC119C189394E81427A2DE5212A_inline(L_29, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_31 = ___elem0; NullCheck(L_31); bool L_32 = XmlTypeMapElementInfo_get_WrappedElement_mBF7B6217BCBBF89B8765CEE880B2C262972A6142_inline(L_31, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_33 = ___elem0; NullCheck(L_33); bool L_34 = XmlTypeMapElementInfo_get_IsNullable_m78BEEE3D1BF1FA997FC0BDB8FF8A972C04AEC5F0_inline(L_33, /*hidden argument*/NULL); XmlSerializationWriterInterpreter_WritePrimitiveValueLiteral_mE672FDA56BDFB05E2860659400564FFED7534EC3(__this, L_22, L_24, L_26, L_28, L_30, L_32, L_34, /*hidden argument*/NULL); return; } IL_00bb: { RuntimeObject * L_35 = ___memberValue1; XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_36 = ___elem0; NullCheck(L_36); String_t* L_37 = XmlTypeMapElementInfo_get_ElementName_m9DEF62F6C5781F3BED48539A6C8C6552B4685E88_inline(L_36, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_38 = ___elem0; NullCheck(L_38); String_t* L_39 = XmlTypeMapElementInfo_get_Namespace_mBF20DA8C6E65552E7A20B27925528DA652AA70FB_inline(L_38, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_40 = ___elem0; NullCheck(L_40); String_t* L_41 = XmlTypeMapElementInfo_get_DataTypeName_m3C32277A6C0C59BE3B5A6E042F484645BDBCF45E(L_40, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_42 = ___elem0; NullCheck(L_42); String_t* L_43 = XmlTypeMapElementInfo_get_DataTypeNamespace_mD01B3C085BDF774B869F79127A92DFD5AE4402FA(L_42, /*hidden argument*/NULL); XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_44 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871(L_44, L_41, L_43, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_45 = ___elem0; NullCheck(L_45); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_46 = XmlTypeMapElementInfo_get_MappedType_m49C8A77D7C9E2CA92E623FD4DA7EC19E4016A6BA_inline(L_45, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_47 = ___elem0; NullCheck(L_47); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_48 = XmlTypeMapElementInfo_get_TypeData_m0524684C375B4DC119C189394E81427A2DE5212A_inline(L_47, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_49 = ___elem0; NullCheck(L_49); bool L_50 = XmlTypeMapElementInfo_get_WrappedElement_mBF7B6217BCBBF89B8765CEE880B2C262972A6142_inline(L_49, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_51 = ___elem0; NullCheck(L_51); bool L_52 = XmlTypeMapElementInfo_get_IsNullable_m78BEEE3D1BF1FA997FC0BDB8FF8A972C04AEC5F0_inline(L_51, /*hidden argument*/NULL); XmlSerializationWriterInterpreter_WritePrimitiveValueEncoded_m6FAD7AB70AA7F6E5FD896DAC747B84B7B962C4DA(__this, L_35, L_37, L_39, L_44, L_46, L_48, L_50, L_52, /*hidden argument*/NULL); return; } IL_00f8: { RuntimeObject * L_53 = ___memberValue1; if (L_53) { goto IL_0133; } } { XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_54 = ___elem0; NullCheck(L_54); bool L_55 = XmlTypeMapElementInfo_get_IsNullable_m78BEEE3D1BF1FA997FC0BDB8FF8A972C04AEC5F0_inline(L_54, /*hidden argument*/NULL); if (L_55) { goto IL_0104; } } { return; } IL_0104: { int32_t L_56 = __this->get__format_9(); if ((!(((uint32_t)L_56) == ((uint32_t)1)))) { goto IL_0120; } } { XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_57 = ___elem0; NullCheck(L_57); String_t* L_58 = XmlTypeMapElementInfo_get_ElementName_m9DEF62F6C5781F3BED48539A6C8C6552B4685E88_inline(L_57, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_59 = ___elem0; NullCheck(L_59); String_t* L_60 = XmlTypeMapElementInfo_get_Namespace_mBF20DA8C6E65552E7A20B27925528DA652AA70FB_inline(L_59, /*hidden argument*/NULL); XmlSerializationWriter_WriteNullTagLiteral_m53F139468E561CA46F238D0CA51A860C90F85C66(__this, L_58, L_60, /*hidden argument*/NULL); return; } IL_0120: { XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_61 = ___elem0; NullCheck(L_61); String_t* L_62 = XmlTypeMapElementInfo_get_ElementName_m9DEF62F6C5781F3BED48539A6C8C6552B4685E88_inline(L_61, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_63 = ___elem0; NullCheck(L_63); String_t* L_64 = XmlTypeMapElementInfo_get_Namespace_mBF20DA8C6E65552E7A20B27925528DA652AA70FB_inline(L_63, /*hidden argument*/NULL); XmlSerializationWriter_WriteNullTagEncoded_mDC212271AF3AAE5711338F08743BFA743BE23AFB(__this, L_62, L_64, /*hidden argument*/NULL); return; } IL_0133: { XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_65 = ___elem0; NullCheck(L_65); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_66 = XmlTypeMapElementInfo_get_MappedType_m49C8A77D7C9E2CA92E623FD4DA7EC19E4016A6BA_inline(L_65, /*hidden argument*/NULL); NullCheck(L_66); bool L_67 = XmlTypeMapping_get_MultiReferenceType_m5F52D4ECF2DE0E24E05301E65D8EA73DE3DE9455_inline(L_66, /*hidden argument*/NULL); if (!L_67) { goto IL_015a; } } { XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_68 = ___elem0; NullCheck(L_68); String_t* L_69 = XmlTypeMapElementInfo_get_ElementName_m9DEF62F6C5781F3BED48539A6C8C6552B4685E88_inline(L_68, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_70 = ___elem0; NullCheck(L_70); String_t* L_71 = XmlTypeMapElementInfo_get_Namespace_mBF20DA8C6E65552E7A20B27925528DA652AA70FB_inline(L_70, /*hidden argument*/NULL); RuntimeObject * L_72 = ___memberValue1; XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_73 = ___elem0; NullCheck(L_73); bool L_74 = XmlTypeMapElementInfo_get_IsNullable_m78BEEE3D1BF1FA997FC0BDB8FF8A972C04AEC5F0_inline(L_73, /*hidden argument*/NULL); XmlSerializationWriter_WriteReferencingElement_mDF5900A51A01CD3257188A2402E64EB817750378(__this, L_69, L_71, L_72, L_74, /*hidden argument*/NULL); return; } IL_015a: { XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_75 = ___elem0; NullCheck(L_75); String_t* L_76 = XmlTypeMapElementInfo_get_ElementName_m9DEF62F6C5781F3BED48539A6C8C6552B4685E88_inline(L_75, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_77 = ___elem0; NullCheck(L_77); String_t* L_78 = XmlTypeMapElementInfo_get_Namespace_mBF20DA8C6E65552E7A20B27925528DA652AA70FB_inline(L_77, /*hidden argument*/NULL); RuntimeObject * L_79 = ___memberValue1; XmlSerializationWriter_WriteStartElement_mC563D32A70D27031E8962D2381B0255182D6A6FE(__this, L_76, L_78, L_79, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_80 = ___elem0; NullCheck(L_80); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_81 = XmlTypeMapElementInfo_get_TypeData_m0524684C375B4DC119C189394E81427A2DE5212A_inline(L_80, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_82 = ___elem0; NullCheck(L_82); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_83 = XmlTypeMapElementInfo_get_MappedType_m49C8A77D7C9E2CA92E623FD4DA7EC19E4016A6BA_inline(L_82, /*hidden argument*/NULL); NullCheck(L_83); ObjectMap_t53CD0E614E60A73AB445A2A757CCD3C356F31677 * L_84 = XmlMapping_get_ObjectMap_mDB60544BAC75028E9B6ABC7218C81736E2884CF2_inline(L_83, /*hidden argument*/NULL); RuntimeObject * L_85 = ___memberValue1; XmlSerializationWriterInterpreter_WriteListContent_m564EAE810595B916E443118DB56E5FA82485A6A9(__this, NULL, L_81, ((ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742 *)CastclassClass((RuntimeObject*)L_84, ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742_il2cpp_TypeInfo_var)), L_85, (StringBuilder_t *)NULL, /*hidden argument*/NULL); RuntimeObject * L_86 = ___memberValue1; XmlSerializationWriter_WriteEndElement_m1367AB6D5012FF5B5258B92E8493B3A22AF2E904(__this, L_86, /*hidden argument*/NULL); return; } IL_0194: { XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_87 = ___elem0; NullCheck(L_87); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_88 = XmlTypeMapElementInfo_get_MappedType_m49C8A77D7C9E2CA92E623FD4DA7EC19E4016A6BA_inline(L_87, /*hidden argument*/NULL); NullCheck(L_88); bool L_89 = XmlTypeMapping_get_MultiReferenceType_m5F52D4ECF2DE0E24E05301E65D8EA73DE3DE9455_inline(L_88, /*hidden argument*/NULL); if (!L_89) { goto IL_01f8; } } { XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_90 = ___elem0; NullCheck(L_90); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_91 = XmlTypeMapElementInfo_get_MappedType_m49C8A77D7C9E2CA92E623FD4DA7EC19E4016A6BA_inline(L_90, /*hidden argument*/NULL); NullCheck(L_91); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_92 = XmlTypeMapping_get_TypeData_m4DEE9E65218C537ACFE680FCA091F3B360AC47F5_inline(L_91, /*hidden argument*/NULL); NullCheck(L_92); Type_t * L_93 = TypeData_get_Type_m6F148A0A8617BDBE3CC452A78E23F3C52595E1E7_inline(L_92, /*hidden argument*/NULL); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_94 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_95 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_94, /*hidden argument*/NULL); bool L_96 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_93, L_95, /*hidden argument*/NULL); if (!L_96) { goto IL_01de; } } { XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_97 = ___elem0; NullCheck(L_97); String_t* L_98 = XmlTypeMapElementInfo_get_ElementName_m9DEF62F6C5781F3BED48539A6C8C6552B4685E88_inline(L_97, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_99 = ___elem0; NullCheck(L_99); String_t* L_100 = XmlTypeMapElementInfo_get_Namespace_mBF20DA8C6E65552E7A20B27925528DA652AA70FB_inline(L_99, /*hidden argument*/NULL); RuntimeObject * L_101 = ___memberValue1; XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_102 = ___elem0; NullCheck(L_102); bool L_103 = XmlTypeMapElementInfo_get_IsNullable_m78BEEE3D1BF1FA997FC0BDB8FF8A972C04AEC5F0_inline(L_102, /*hidden argument*/NULL); XmlSerializationWriter_WritePotentiallyReferencingElement_mC1BEE005D07112E635BD95D4FFCCE3329A52895D(__this, L_98, L_100, L_101, (Type_t *)NULL, (bool)0, L_103, /*hidden argument*/NULL); return; } IL_01de: { XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_104 = ___elem0; NullCheck(L_104); String_t* L_105 = XmlTypeMapElementInfo_get_ElementName_m9DEF62F6C5781F3BED48539A6C8C6552B4685E88_inline(L_104, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_106 = ___elem0; NullCheck(L_106); String_t* L_107 = XmlTypeMapElementInfo_get_Namespace_mBF20DA8C6E65552E7A20B27925528DA652AA70FB_inline(L_106, /*hidden argument*/NULL); RuntimeObject * L_108 = ___memberValue1; XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_109 = ___elem0; NullCheck(L_109); bool L_110 = XmlTypeMapElementInfo_get_IsNullable_m78BEEE3D1BF1FA997FC0BDB8FF8A972C04AEC5F0_inline(L_109, /*hidden argument*/NULL); XmlSerializationWriter_WriteReferencingElement_mDF5900A51A01CD3257188A2402E64EB817750378(__this, L_105, L_107, L_108, L_110, /*hidden argument*/NULL); return; } IL_01f8: { XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_111 = ___elem0; NullCheck(L_111); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_112 = XmlTypeMapElementInfo_get_MappedType_m49C8A77D7C9E2CA92E623FD4DA7EC19E4016A6BA_inline(L_111, /*hidden argument*/NULL); RuntimeObject * L_113 = ___memberValue1; XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_114 = ___elem0; NullCheck(L_114); String_t* L_115 = XmlTypeMapElementInfo_get_ElementName_m9DEF62F6C5781F3BED48539A6C8C6552B4685E88_inline(L_114, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_116 = ___elem0; NullCheck(L_116); String_t* L_117 = XmlTypeMapElementInfo_get_Namespace_mBF20DA8C6E65552E7A20B27925528DA652AA70FB_inline(L_116, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_118 = ___elem0; NullCheck(L_118); bool L_119 = XmlTypeMapElementInfo_get_IsNullable_m78BEEE3D1BF1FA997FC0BDB8FF8A972C04AEC5F0_inline(L_118, /*hidden argument*/NULL); VirtActionInvoker7< XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA *, RuntimeObject *, String_t*, String_t*, bool, bool, bool >::Invoke(5 /* System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteObject(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String,System.Boolean,System.Boolean,System.Boolean) */, __this, L_112, L_113, L_115, L_117, L_119, (bool)0, (bool)1); return; } IL_021a: { XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_120 = ___elem0; NullCheck(L_120); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_121 = XmlTypeMapElementInfo_get_MappedType_m49C8A77D7C9E2CA92E623FD4DA7EC19E4016A6BA_inline(L_120, /*hidden argument*/NULL); NullCheck(L_121); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_122 = XmlTypeMapping_get_TypeData_m4DEE9E65218C537ACFE680FCA091F3B360AC47F5_inline(L_121, /*hidden argument*/NULL); NullCheck(L_122); Type_t * L_123 = TypeData_get_Type_m6F148A0A8617BDBE3CC452A78E23F3C52595E1E7_inline(L_122, /*hidden argument*/NULL); RuntimeObject * L_124 = ___memberValue1; NullCheck(L_123); bool L_125 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(114 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_123, L_124); if (L_125) { goto IL_024a; } } { RuntimeObject * L_126 = ___memberValue1; XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_127 = ___elem0; NullCheck(L_127); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_128 = XmlTypeMapElementInfo_get_MappedType_m49C8A77D7C9E2CA92E623FD4DA7EC19E4016A6BA_inline(L_127, /*hidden argument*/NULL); NullCheck(L_128); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_129 = XmlTypeMapping_get_TypeData_m4DEE9E65218C537ACFE680FCA091F3B360AC47F5_inline(L_128, /*hidden argument*/NULL); NullCheck(L_129); Type_t * L_130 = TypeData_get_Type_m6F148A0A8617BDBE3CC452A78E23F3C52595E1E7_inline(L_129, /*hidden argument*/NULL); RuntimeObject * L_131 = XmlSerializationWriterInterpreter_ImplicitConvert_m18BC07F247346882B531BF9E48745C738E4E5603(L_126, L_130, /*hidden argument*/NULL); ___memberValue1 = L_131; } IL_024a: { RuntimeObject * L_132 = ___memberValue1; XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_133 = ___elem0; NullCheck(L_133); String_t* L_134 = XmlTypeMapElementInfo_get_ElementName_m9DEF62F6C5781F3BED48539A6C8C6552B4685E88_inline(L_133, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_135 = ___elem0; NullCheck(L_135); String_t* L_136 = XmlTypeMapElementInfo_get_Namespace_mBF20DA8C6E65552E7A20B27925528DA652AA70FB_inline(L_135, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_137 = ___elem0; NullCheck(L_137); bool L_138 = XmlTypeMapElementInfo_get_IsNullable_m78BEEE3D1BF1FA997FC0BDB8FF8A972C04AEC5F0_inline(L_137, /*hidden argument*/NULL); XmlSerializationWriter_WriteSerializable_mA8AFA280932729DC55F9B45A673B92E4D97D627A(__this, ((RuntimeObject*)Castclass((RuntimeObject*)L_132, IXmlSerializable_t65E60478746EA82F5C36332885D1005A7E696ED7_il2cpp_TypeInfo_var)), L_134, L_136, L_138, /*hidden argument*/NULL); return; } IL_0269: { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_139 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_139, _stringLiteralFFBB3BA9D77D404D363DC6D6674DF9D3A9297C29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_139, XmlSerializationWriterInterpreter_WriteMemberElement_mC38799FDE31E6258AC7B9374216655D84B75D480_RuntimeMethod_var); } } // System.Object System.Xml.Serialization.XmlSerializationWriterInterpreter::ImplicitConvert(System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializationWriterInterpreter_ImplicitConvert_m18BC07F247346882B531BF9E48745C738E4E5603 (RuntimeObject * ___obj0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriterInterpreter_ImplicitConvert_m18BC07F247346882B531BF9E48745C738E4E5603_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; MethodInfo_t * V_1 = NULL; { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_0005; } } { return NULL; } IL_0005: { RuntimeObject * L_1 = ___obj0; NullCheck(L_1); Type_t * L_2 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_0096; } IL_0011: { Type_t * L_3 = V_0; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_4 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_5 = L_4; Type_t * L_6 = V_0; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (Type_t *)L_6); NullCheck(L_3); MethodInfo_t * L_7 = Type_GetMethod_m54E1EF62AFF44AA621E074D123C5C0B3E73A7DD5(L_3, _stringLiteral973776CA0AE32EA889FC2291F84C4925F2285DDE, L_5, /*hidden argument*/NULL); V_1 = L_7; MethodInfo_t * L_8 = V_1; bool L_9 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_8, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_0050; } } { MethodInfo_t * L_10 = V_1; NullCheck(L_10); Type_t * L_11 = VirtFuncInvoker0< Type_t * >::Invoke(40 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_10); Type_t * L_12 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_13 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0050; } } { MethodInfo_t * L_14 = V_1; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = L_15; RuntimeObject * L_17 = ___obj0; NullCheck(L_16); ArrayElementTypeCheck (L_16, L_17); (L_16)->SetAt(static_cast(0), (RuntimeObject *)L_17); NullCheck(L_14); RuntimeObject * L_18 = MethodBase_Invoke_m471794D56262D9DB5B5A324883030AB16BD39674(L_14, NULL, L_16, /*hidden argument*/NULL); return L_18; } IL_0050: { Type_t * L_19 = ___type1; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_20 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_21 = L_20; Type_t * L_22 = V_0; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(0), (Type_t *)L_22); NullCheck(L_19); MethodInfo_t * L_23 = Type_GetMethod_m54E1EF62AFF44AA621E074D123C5C0B3E73A7DD5(L_19, _stringLiteral973776CA0AE32EA889FC2291F84C4925F2285DDE, L_21, /*hidden argument*/NULL); V_1 = L_23; MethodInfo_t * L_24 = V_1; bool L_25 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_24, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_25) { goto IL_008f; } } { MethodInfo_t * L_26 = V_1; NullCheck(L_26); Type_t * L_27 = VirtFuncInvoker0< Type_t * >::Invoke(40 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_26); Type_t * L_28 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_29 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_27, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_008f; } } { MethodInfo_t * L_30 = V_1; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_31 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_32 = L_31; RuntimeObject * L_33 = ___obj0; NullCheck(L_32); ArrayElementTypeCheck (L_32, L_33); (L_32)->SetAt(static_cast(0), (RuntimeObject *)L_33); NullCheck(L_30); RuntimeObject * L_34 = MethodBase_Invoke_m471794D56262D9DB5B5A324883030AB16BD39674(L_30, NULL, L_32, /*hidden argument*/NULL); return L_34; } IL_008f: { Type_t * L_35 = V_0; NullCheck(L_35); Type_t * L_36 = VirtFuncInvoker0< Type_t * >::Invoke(30 /* System.Type System.Type::get_BaseType() */, L_35); V_0 = L_36; } IL_0096: { Type_t * L_37 = V_0; RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_38 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_39 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_38, /*hidden argument*/NULL); bool L_40 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_37, L_39, /*hidden argument*/NULL); if (L_40) { goto IL_0011; } } { RuntimeObject * L_41 = ___obj0; return L_41; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WritePrimitiveValueLiteral(System.Object,System.String,System.String,System.Xml.Serialization.XmlTypeMapping,System.Xml.Serialization.TypeData,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WritePrimitiveValueLiteral_mE672FDA56BDFB05E2860659400564FFED7534EC3 (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, RuntimeObject * ___memberValue0, String_t* ___name1, String_t* ___ns2, XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * ___mappedType3, TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * ___typeData4, bool ___wrapped5, bool ___isNullable6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriterInterpreter_WritePrimitiveValueLiteral_mE672FDA56BDFB05E2860659400564FFED7534EC3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___wrapped5; if (L_0) { goto IL_0016; } } { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_1 = ___mappedType3; TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_2 = ___typeData4; RuntimeObject * L_3 = ___memberValue0; String_t* L_4 = XmlSerializationWriterInterpreter_GetStringValue_mEFE1737AD0FA6D7D01FF501678C07DDB0833D400(__this, L_1, L_2, L_3, /*hidden argument*/NULL); XmlSerializationWriter_WriteValue_m46D0065BD0FFE35E097F018417D618EF70E92C9C(__this, L_4, /*hidden argument*/NULL); return; } IL_0016: { bool L_5 = ___isNullable6; if (!L_5) { goto IL_0055; } } { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_6 = ___typeData4; NullCheck(L_6); Type_t * L_7 = TypeData_get_Type_m6F148A0A8617BDBE3CC452A78E23F3C52595E1E7_inline(L_6, /*hidden argument*/NULL); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_8 = { reinterpret_cast (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_8, /*hidden argument*/NULL); bool L_10 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_7, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0041; } } { String_t* L_11 = ___name1; String_t* L_12 = ___ns2; RuntimeObject * L_13 = ___memberValue0; XmlSerializationWriter_WriteNullableQualifiedNameLiteral_mCAE4CA354CB011A155867FDAB4C36C8B2CA9DEC3(__this, L_11, L_12, ((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)CastclassClass((RuntimeObject*)L_13, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } IL_0041: { String_t* L_14 = ___name1; String_t* L_15 = ___ns2; XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_16 = ___mappedType3; TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_17 = ___typeData4; RuntimeObject * L_18 = ___memberValue0; String_t* L_19 = XmlSerializationWriterInterpreter_GetStringValue_mEFE1737AD0FA6D7D01FF501678C07DDB0833D400(__this, L_16, L_17, L_18, /*hidden argument*/NULL); XmlSerializationWriter_WriteNullableStringLiteral_m7606125A7C6D9BFAF73B131BAC554C6CEA532108(__this, L_14, L_15, L_19, /*hidden argument*/NULL); return; } IL_0055: { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_20 = ___typeData4; NullCheck(L_20); Type_t * L_21 = TypeData_get_Type_m6F148A0A8617BDBE3CC452A78E23F3C52595E1E7_inline(L_20, /*hidden argument*/NULL); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_22 = { reinterpret_cast (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_23 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_22, /*hidden argument*/NULL); bool L_24 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_21, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_007c; } } { String_t* L_25 = ___name1; String_t* L_26 = ___ns2; RuntimeObject * L_27 = ___memberValue0; XmlSerializationWriter_WriteElementQualifiedName_m5532430EE30A96A6B78BE4F62C0DF1B633E440FB(__this, L_25, L_26, ((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)CastclassClass((RuntimeObject*)L_27, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return; } IL_007c: { String_t* L_28 = ___name1; String_t* L_29 = ___ns2; XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_30 = ___mappedType3; TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_31 = ___typeData4; RuntimeObject * L_32 = ___memberValue0; String_t* L_33 = XmlSerializationWriterInterpreter_GetStringValue_mEFE1737AD0FA6D7D01FF501678C07DDB0833D400(__this, L_30, L_31, L_32, /*hidden argument*/NULL); XmlSerializationWriter_WriteElementString_m4DCF5D49626FE82D7A31BF4F1CE179BF22BF2579(__this, L_28, L_29, L_33, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WritePrimitiveValueEncoded(System.Object,System.String,System.String,System.Xml.XmlQualifiedName,System.Xml.Serialization.XmlTypeMapping,System.Xml.Serialization.TypeData,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WritePrimitiveValueEncoded_m6FAD7AB70AA7F6E5FD896DAC747B84B7B962C4DA (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, RuntimeObject * ___memberValue0, String_t* ___name1, String_t* ___ns2, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___xsiType3, XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * ___mappedType4, TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * ___typeData5, bool ___wrapped6, bool ___isNullable7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriterInterpreter_WritePrimitiveValueEncoded_m6FAD7AB70AA7F6E5FD896DAC747B84B7B962C4DA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___wrapped6; if (L_0) { goto IL_0016; } } { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_1 = ___mappedType4; TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_2 = ___typeData5; RuntimeObject * L_3 = ___memberValue0; String_t* L_4 = XmlSerializationWriterInterpreter_GetStringValue_mEFE1737AD0FA6D7D01FF501678C07DDB0833D400(__this, L_1, L_2, L_3, /*hidden argument*/NULL); XmlSerializationWriter_WriteValue_m46D0065BD0FFE35E097F018417D618EF70E92C9C(__this, L_4, /*hidden argument*/NULL); return; } IL_0016: { bool L_5 = ___isNullable7; if (!L_5) { goto IL_0059; } } { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_6 = ___typeData5; NullCheck(L_6); Type_t * L_7 = TypeData_get_Type_m6F148A0A8617BDBE3CC452A78E23F3C52595E1E7_inline(L_6, /*hidden argument*/NULL); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_8 = { reinterpret_cast (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_8, /*hidden argument*/NULL); bool L_10 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_7, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0043; } } { String_t* L_11 = ___name1; String_t* L_12 = ___ns2; RuntimeObject * L_13 = ___memberValue0; XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_14 = ___xsiType3; XmlSerializationWriter_WriteNullableQualifiedNameEncoded_mF99AA706FCC5929EC7DE45A8BA75C93728052258(__this, L_11, L_12, ((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)CastclassClass((RuntimeObject*)L_13, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var)), L_14, /*hidden argument*/NULL); return; } IL_0043: { String_t* L_15 = ___name1; String_t* L_16 = ___ns2; XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_17 = ___mappedType4; TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_18 = ___typeData5; RuntimeObject * L_19 = ___memberValue0; String_t* L_20 = XmlSerializationWriterInterpreter_GetStringValue_mEFE1737AD0FA6D7D01FF501678C07DDB0833D400(__this, L_17, L_18, L_19, /*hidden argument*/NULL); XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_21 = ___xsiType3; XmlSerializationWriter_WriteNullableStringEncoded_mA7307C35A11228241828AB7F1A486BFE6C68EACF(__this, L_15, L_16, L_20, L_21, /*hidden argument*/NULL); return; } IL_0059: { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_22 = ___typeData5; NullCheck(L_22); Type_t * L_23 = TypeData_get_Type_m6F148A0A8617BDBE3CC452A78E23F3C52595E1E7_inline(L_22, /*hidden argument*/NULL); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_24 = { reinterpret_cast (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_25 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_24, /*hidden argument*/NULL); bool L_26 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_23, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0082; } } { String_t* L_27 = ___name1; String_t* L_28 = ___ns2; RuntimeObject * L_29 = ___memberValue0; XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_30 = ___xsiType3; XmlSerializationWriter_WriteElementQualifiedName_mA994A9ABFBC6F9A216CE7A4624C05FE6D4334CAA(__this, L_27, L_28, ((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)CastclassClass((RuntimeObject*)L_29, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var)), L_30, /*hidden argument*/NULL); return; } IL_0082: { String_t* L_31 = ___name1; String_t* L_32 = ___ns2; XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_33 = ___mappedType4; TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_34 = ___typeData5; RuntimeObject * L_35 = ___memberValue0; String_t* L_36 = XmlSerializationWriterInterpreter_GetStringValue_mEFE1737AD0FA6D7D01FF501678C07DDB0833D400(__this, L_33, L_34, L_35, /*hidden argument*/NULL); XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_37 = ___xsiType3; XmlSerializationWriter_WriteElementString_m5FE978F446DAC7395FCA118F82DDEB4D10D2E926(__this, L_31, L_32, L_36, L_37, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteListElement(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteListElement_mC59FC249C4A6543A54D8E3DF1CCE3946D0A19DB9 (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * ___typeMap0, RuntimeObject * ___ob1, String_t* ___element2, String_t* ___namesp3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriterInterpreter_WriteListElement_mC59FC249C4A6543A54D8E3DF1CCE3946D0A19DB9_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; String_t* G_B4_0 = NULL; { int32_t L_0 = __this->get__format_9(); if (L_0) { goto IL_005a; } } { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_1 = ___typeMap0; NullCheck(L_1); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_2 = XmlTypeMapping_get_TypeData_m4DEE9E65218C537ACFE680FCA091F3B360AC47F5_inline(L_1, /*hidden argument*/NULL); RuntimeObject * L_3 = ___ob1; int32_t L_4 = XmlSerializationWriterInterpreter_GetListCount_m83EE5D445BB77D010F5BAF45418C84EB7FC33502(__this, L_2, L_3, /*hidden argument*/NULL); V_2 = L_4; XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_5 = ___typeMap0; NullCheck(L_5); ObjectMap_t53CD0E614E60A73AB445A2A757CCD3C356F31677 * L_6 = XmlMapping_get_ObjectMap_mDB60544BAC75028E9B6ABC7218C81736E2884CF2_inline(L_5, /*hidden argument*/NULL); int32_t L_7 = V_2; NullCheck(((ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742 *)CastclassClass((RuntimeObject*)L_6, ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742_il2cpp_TypeInfo_var))); ListMap_GetArrayType_mC91AC93AB0CA5EE5299A8D307C90A0F57BCB1B4E(((ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742 *)CastclassClass((RuntimeObject*)L_6, ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742_il2cpp_TypeInfo_var)), L_7, (String_t**)(&V_0), (String_t**)(&V_1), /*hidden argument*/NULL); String_t* L_8 = V_1; String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_10 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_8, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_003b; } } { String_t* L_11 = V_0; G_B4_0 = L_11; goto IL_0048; } IL_003b: { String_t* L_12 = V_0; String_t* L_13 = V_1; XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_14 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871(L_14, L_12, L_13, /*hidden argument*/NULL); String_t* L_15 = XmlSerializationWriter_FromXmlQualifiedName_m0EDFA5D06F44BAF0A86E135AAA2C8328143546B6(__this, L_14, /*hidden argument*/NULL); G_B4_0 = L_15; } IL_0048: { V_3 = G_B4_0; String_t* L_16 = V_3; XmlSerializationWriter_WriteAttribute_mF4B3873E8B20F8ECE08C116F55D705205DC78397(__this, _stringLiteral2BE945FDF600746005B285C4307A72AFCB7D4964, _stringLiteralF939247C4EEA3A1BFAB0CD637226C9B45B17DEB9, L_16, /*hidden argument*/NULL); } IL_005a: { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_17 = ___typeMap0; NullCheck(L_17); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_18 = XmlTypeMapping_get_TypeData_m4DEE9E65218C537ACFE680FCA091F3B360AC47F5_inline(L_17, /*hidden argument*/NULL); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_19 = ___typeMap0; NullCheck(L_19); ObjectMap_t53CD0E614E60A73AB445A2A757CCD3C356F31677 * L_20 = XmlMapping_get_ObjectMap_mDB60544BAC75028E9B6ABC7218C81736E2884CF2_inline(L_19, /*hidden argument*/NULL); RuntimeObject * L_21 = ___ob1; XmlSerializationWriterInterpreter_WriteListContent_m564EAE810595B916E443118DB56E5FA82485A6A9(__this, NULL, L_18, ((ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742 *)CastclassClass((RuntimeObject*)L_20, ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742_il2cpp_TypeInfo_var)), L_21, (StringBuilder_t *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteListContent(System.Object,System.Xml.Serialization.TypeData,System.Xml.Serialization.ListMap,System.Object,System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteListContent_m564EAE810595B916E443118DB56E5FA82485A6A9 (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, RuntimeObject * ___container0, TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * ___listType1, ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742 * ___map2, RuntimeObject * ___ob3, StringBuilder_t * ___targetString4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriterInterpreter_WriteListContent_m564EAE810595B916E443118DB56E5FA82485A6A9_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeArray * V_0 = NULL; int32_t V_1 = 0; RuntimeObject * V_2 = NULL; XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * V_3 = NULL; int32_t V_4 = 0; PropertyInfo_t * V_5 = NULL; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_6 = NULL; int32_t V_7 = 0; RuntimeObject * V_8 = NULL; XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * V_9 = NULL; RuntimeObject* V_10 = NULL; RuntimeObject * V_11 = NULL; XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * V_12 = NULL; RuntimeObject* V_13 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_0 = ___listType1; NullCheck(L_0); Type_t * L_1 = TypeData_get_Type_m6F148A0A8617BDBE3CC452A78E23F3C52595E1E7_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = Type_get_IsArray_m0B4E20F93B1B34C0B5C4B089F543D1AA338DC9FE(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0083; } } { RuntimeObject * L_3 = ___ob3; V_0 = ((RuntimeArray *)CastclassClass((RuntimeObject*)L_3, RuntimeArray_il2cpp_TypeInfo_var)); V_1 = 0; goto IL_0079; } IL_0019: { RuntimeArray * L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); RuntimeObject * L_6 = Array_GetValue_m9B1409D22139722A3149AC49ABCF558A2E066544(L_4, L_5, /*hidden argument*/NULL); V_2 = L_6; ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742 * L_7 = ___map2; RuntimeObject * L_8 = ___container0; int32_t L_9 = V_1; RuntimeObject * L_10 = V_2; NullCheck(L_7); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_11 = ListMap_FindElement_m0C8BCC8C08F1C6E231C14DE65C5573E6732C85D5(L_7, L_8, L_9, L_10, /*hidden argument*/NULL); V_3 = L_11; XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_12 = V_3; if (!L_12) { goto IL_003c; } } { StringBuilder_t * L_13 = ___targetString4; if (L_13) { goto IL_003c; } } { XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_14 = V_3; RuntimeObject * L_15 = V_2; XmlSerializationWriterInterpreter_WriteMemberElement_mC38799FDE31E6258AC7B9374216655D84B75D480(__this, L_14, L_15, /*hidden argument*/NULL); goto IL_0075; } IL_003c: { XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_16 = V_3; if (!L_16) { goto IL_006a; } } { StringBuilder_t * L_17 = ___targetString4; if (!L_17) { goto IL_006a; } } { StringBuilder_t * L_18 = ___targetString4; XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_19 = V_3; NullCheck(L_19); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_20 = XmlTypeMapElementInfo_get_MappedType_m49C8A77D7C9E2CA92E623FD4DA7EC19E4016A6BA_inline(L_19, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_21 = V_3; NullCheck(L_21); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_22 = XmlTypeMapElementInfo_get_TypeData_m0524684C375B4DC119C189394E81427A2DE5212A_inline(L_21, /*hidden argument*/NULL); RuntimeObject * L_23 = V_2; String_t* L_24 = XmlSerializationWriterInterpreter_GetStringValue_mEFE1737AD0FA6D7D01FF501678C07DDB0833D400(__this, L_20, L_22, L_23, /*hidden argument*/NULL); NullCheck(L_18); StringBuilder_t * L_25 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_18, L_24, /*hidden argument*/NULL); NullCheck(L_25); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_25, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, /*hidden argument*/NULL); goto IL_0075; } IL_006a: { RuntimeObject * L_26 = V_2; if (!L_26) { goto IL_0075; } } { RuntimeObject * L_27 = V_2; Exception_t * L_28 = XmlSerializationWriter_CreateUnknownTypeException_mDD3FC7DC14E8F072D26BE6C4090167D40584F5FA(__this, L_27, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, XmlSerializationWriterInterpreter_WriteListContent_m564EAE810595B916E443118DB56E5FA82485A6A9_RuntimeMethod_var); } IL_0075: { int32_t L_29 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_0079: { int32_t L_30 = V_1; RuntimeArray * L_31 = V_0; NullCheck(L_31); int32_t L_32 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D(L_31, /*hidden argument*/NULL); if ((((int32_t)L_30) < ((int32_t)L_32))) { goto IL_0019; } } { return; } IL_0083: { RuntimeObject * L_33 = ___ob3; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_33, ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54_il2cpp_TypeInfo_var))) { goto IL_0151; } } { RuntimeObject * L_34 = ___ob3; NullCheck(L_34); Type_t * L_35 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_34, /*hidden argument*/NULL); NullCheck(L_35); PropertyInfo_t * L_36 = Type_GetProperty_m309A76AAAFC344BA5EB24ACD874400F90B6E877E(L_35, _stringLiteral66E12969C225CC6D65E18210488ACB826EBA907E, /*hidden argument*/NULL); RuntimeObject * L_37 = ___ob3; NullCheck(L_36); RuntimeObject * L_38 = VirtFuncInvoker2< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* >::Invoke(26 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Object[]) */, L_36, L_37, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL); V_4 = ((*(int32_t*)((int32_t*)UnBox(L_38, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_39 = ___listType1; NullCheck(L_39); Type_t * L_40 = TypeData_get_Type_m6F148A0A8617BDBE3CC452A78E23F3C52595E1E7_inline(L_39, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94_il2cpp_TypeInfo_var); PropertyInfo_t * L_41 = TypeData_GetIndexerProperty_m5A42A925F311A100888A17055A5053CB9D527D1C(L_40, /*hidden argument*/NULL); V_5 = L_41; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_42 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); V_6 = L_42; V_7 = 0; goto IL_0147; } IL_00c9: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_43 = V_6; int32_t L_44 = V_7; int32_t L_45 = L_44; RuntimeObject * L_46 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_45); NullCheck(L_43); ArrayElementTypeCheck (L_43, L_46); (L_43)->SetAt(static_cast(0), (RuntimeObject *)L_46); PropertyInfo_t * L_47 = V_5; RuntimeObject * L_48 = ___ob3; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_49 = V_6; NullCheck(L_47); RuntimeObject * L_50 = VirtFuncInvoker2< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* >::Invoke(26 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Object[]) */, L_47, L_48, L_49); V_8 = L_50; ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742 * L_51 = ___map2; RuntimeObject * L_52 = ___container0; int32_t L_53 = V_7; RuntimeObject * L_54 = V_8; NullCheck(L_51); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_55 = ListMap_FindElement_m0C8BCC8C08F1C6E231C14DE65C5573E6732C85D5(L_51, L_52, L_53, L_54, /*hidden argument*/NULL); V_9 = L_55; XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_56 = V_9; if (!L_56) { goto IL_0102; } } { StringBuilder_t * L_57 = ___targetString4; if (L_57) { goto IL_0102; } } { XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_58 = V_9; RuntimeObject * L_59 = V_8; XmlSerializationWriterInterpreter_WriteMemberElement_mC38799FDE31E6258AC7B9374216655D84B75D480(__this, L_58, L_59, /*hidden argument*/NULL); goto IL_0141; } IL_0102: { XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_60 = V_9; if (!L_60) { goto IL_0134; } } { StringBuilder_t * L_61 = ___targetString4; if (!L_61) { goto IL_0134; } } { StringBuilder_t * L_62 = ___targetString4; XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_63 = V_9; NullCheck(L_63); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_64 = XmlTypeMapElementInfo_get_MappedType_m49C8A77D7C9E2CA92E623FD4DA7EC19E4016A6BA_inline(L_63, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_65 = V_9; NullCheck(L_65); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_66 = XmlTypeMapElementInfo_get_TypeData_m0524684C375B4DC119C189394E81427A2DE5212A_inline(L_65, /*hidden argument*/NULL); RuntimeObject * L_67 = V_8; String_t* L_68 = XmlSerializationWriterInterpreter_GetStringValue_mEFE1737AD0FA6D7D01FF501678C07DDB0833D400(__this, L_64, L_66, L_67, /*hidden argument*/NULL); NullCheck(L_62); StringBuilder_t * L_69 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_62, L_68, /*hidden argument*/NULL); NullCheck(L_69); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_69, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, /*hidden argument*/NULL); goto IL_0141; } IL_0134: { RuntimeObject * L_70 = V_8; if (!L_70) { goto IL_0141; } } { RuntimeObject * L_71 = V_8; Exception_t * L_72 = XmlSerializationWriter_CreateUnknownTypeException_mDD3FC7DC14E8F072D26BE6C4090167D40584F5FA(__this, L_71, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_72, XmlSerializationWriterInterpreter_WriteListContent_m564EAE810595B916E443118DB56E5FA82485A6A9_RuntimeMethod_var); } IL_0141: { int32_t L_73 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1)); } IL_0147: { int32_t L_74 = V_7; int32_t L_75 = V_4; if ((((int32_t)L_74) < ((int32_t)L_75))) { goto IL_00c9; } } { return; } IL_0151: { RuntimeObject * L_76 = ___ob3; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_76, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var))) { goto IL_01f5; } } { RuntimeObject * L_77 = ___ob3; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_77, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var))); RuntimeObject* L_78 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_77, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var))); V_10 = L_78; } IL_016b: try { // begin try (depth: 1) { goto IL_01d5; } IL_016d: { RuntimeObject* L_79 = V_10; NullCheck(L_79); RuntimeObject * L_80 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_79); V_11 = L_80; ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742 * L_81 = ___map2; RuntimeObject * L_82 = ___container0; RuntimeObject * L_83 = V_11; NullCheck(L_81); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_84 = ListMap_FindElement_m0C8BCC8C08F1C6E231C14DE65C5573E6732C85D5(L_81, L_82, (-1), L_83, /*hidden argument*/NULL); V_12 = L_84; XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_85 = V_12; if (!L_85) { goto IL_0196; } } IL_0186: { StringBuilder_t * L_86 = ___targetString4; if (L_86) { goto IL_0196; } } IL_018a: { XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_87 = V_12; RuntimeObject * L_88 = V_11; XmlSerializationWriterInterpreter_WriteMemberElement_mC38799FDE31E6258AC7B9374216655D84B75D480(__this, L_87, L_88, /*hidden argument*/NULL); goto IL_01d5; } IL_0196: { XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_89 = V_12; if (!L_89) { goto IL_01c8; } } IL_019a: { StringBuilder_t * L_90 = ___targetString4; if (!L_90) { goto IL_01c8; } } IL_019e: { StringBuilder_t * L_91 = ___targetString4; XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_92 = V_12; NullCheck(L_92); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_93 = XmlTypeMapElementInfo_get_MappedType_m49C8A77D7C9E2CA92E623FD4DA7EC19E4016A6BA_inline(L_92, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_94 = V_12; NullCheck(L_94); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_95 = XmlTypeMapElementInfo_get_TypeData_m0524684C375B4DC119C189394E81427A2DE5212A_inline(L_94, /*hidden argument*/NULL); RuntimeObject * L_96 = V_11; String_t* L_97 = XmlSerializationWriterInterpreter_GetStringValue_mEFE1737AD0FA6D7D01FF501678C07DDB0833D400(__this, L_93, L_95, L_96, /*hidden argument*/NULL); NullCheck(L_91); StringBuilder_t * L_98 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_91, L_97, /*hidden argument*/NULL); NullCheck(L_98); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_98, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, /*hidden argument*/NULL); goto IL_01d5; } IL_01c8: { RuntimeObject * L_99 = V_11; if (!L_99) { goto IL_01d5; } } IL_01cc: { RuntimeObject * L_100 = V_11; Exception_t * L_101 = XmlSerializationWriter_CreateUnknownTypeException_mDD3FC7DC14E8F072D26BE6C4090167D40584F5FA(__this, L_100, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_101, XmlSerializationWriterInterpreter_WriteListContent_m564EAE810595B916E443118DB56E5FA82485A6A9_RuntimeMethod_var); } IL_01d5: { RuntimeObject* L_102 = V_10; NullCheck(L_102); bool L_103 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_102); if (L_103) { goto IL_016d; } } IL_01de: { IL2CPP_LEAVE(0x200, FINALLY_01e0); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01e0; } FINALLY_01e0: { // begin finally (depth: 1) { RuntimeObject* L_104 = V_10; V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_104, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_105 = V_13; if (!L_105) { goto IL_01f4; } } IL_01ed: { RuntimeObject* L_106 = V_13; NullCheck(L_106); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_106); } IL_01f4: { IL2CPP_END_FINALLY(480) } } // end finally (depth: 1) IL2CPP_CLEANUP(480) { IL2CPP_JUMP_TBL(0x200, IL_0200) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01f5: { Exception_t * L_107 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_107, _stringLiteral7112B597E068C8C225229682339CF674C1544659, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_107, XmlSerializationWriterInterpreter_WriteListContent_m564EAE810595B916E443118DB56E5FA82485A6A9_RuntimeMethod_var); } IL_0200: { return; } } // System.Int32 System.Xml.Serialization.XmlSerializationWriterInterpreter::GetListCount(System.Xml.Serialization.TypeData,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSerializationWriterInterpreter_GetListCount_m83EE5D445BB77D010F5BAF45418C84EB7FC33502 (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * ___listType0, RuntimeObject * ___ob1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriterInterpreter_GetListCount_m83EE5D445BB77D010F5BAF45418C84EB7FC33502_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_0 = ___listType0; NullCheck(L_0); Type_t * L_1 = TypeData_get_Type_m6F148A0A8617BDBE3CC452A78E23F3C52595E1E7_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2 = Type_get_IsArray_m0B4E20F93B1B34C0B5C4B089F543D1AA338DC9FE(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0019; } } { RuntimeObject * L_3 = ___ob1; NullCheck(((RuntimeArray *)CastclassClass((RuntimeObject*)L_3, RuntimeArray_il2cpp_TypeInfo_var))); int32_t L_4 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D(((RuntimeArray *)CastclassClass((RuntimeObject*)L_3, RuntimeArray_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } IL_0019: { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_5 = ___listType0; NullCheck(L_5); Type_t * L_6 = TypeData_get_Type_m6F148A0A8617BDBE3CC452A78E23F3C52595E1E7_inline(L_5, /*hidden argument*/NULL); NullCheck(L_6); PropertyInfo_t * L_7 = Type_GetProperty_m309A76AAAFC344BA5EB24ACD874400F90B6E877E(L_6, _stringLiteral66E12969C225CC6D65E18210488ACB826EBA907E, /*hidden argument*/NULL); RuntimeObject * L_8 = ___ob1; NullCheck(L_7); RuntimeObject * L_9 = VirtFuncInvoker2< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* >::Invoke(26 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Object[]) */, L_7, L_8, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL); return ((*(int32_t*)((int32_t*)UnBox(L_9, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))); } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteAnyElementContent(System.Xml.Serialization.XmlTypeMapMemberAnyElement,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteAnyElementContent_m5958D900CD73A7AF548C36613706A03ECAEAFB34 (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, XmlTypeMapMemberAnyElement_tEC6C4FFA530F292BC4C09145DA5937285A664472 * ___member0, RuntimeObject * ___memberValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriterInterpreter_WriteAnyElementContent_m5958D900CD73A7AF548C36613706A03ECAEAFB34_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject * V_1 = NULL; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); String_t* G_B8_0 = NULL; String_t* G_B7_0 = NULL; Type_t * G_B9_0 = NULL; String_t* G_B9_1 = NULL; { XmlTypeMapMemberAnyElement_tEC6C4FFA530F292BC4C09145DA5937285A664472 * L_0 = ___member0; NullCheck(L_0); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_1 = XmlTypeMapMember_get_TypeData_m935ACD74537B891B154867FACAEF939B29A44C56_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); Type_t * L_2 = TypeData_get_Type_m6F148A0A8617BDBE3CC452A78E23F3C52595E1E7_inline(L_1, /*hidden argument*/NULL); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL); bool L_5 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_2, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0038; } } { XmlTypeMapMemberAnyElement_tEC6C4FFA530F292BC4C09145DA5937285A664472 * L_6 = ___member0; NullCheck(L_6); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_7 = XmlTypeMapMember_get_TypeData_m935ACD74537B891B154867FACAEF939B29A44C56_inline(L_6, /*hidden argument*/NULL); NullCheck(L_7); Type_t * L_8 = TypeData_get_Type_m6F148A0A8617BDBE3CC452A78E23F3C52595E1E7_inline(L_7, /*hidden argument*/NULL); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_9 = { reinterpret_cast (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_9, /*hidden argument*/NULL); bool L_11 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_8, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0044; } } IL_0038: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_12; RuntimeObject * L_14 = ___memberValue1; NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(0), (RuntimeObject *)L_14); ___memberValue1 = (RuntimeObject *)L_13; } IL_0044: { RuntimeObject * L_15 = ___memberValue1; NullCheck(((RuntimeArray *)CastclassClass((RuntimeObject*)L_15, RuntimeArray_il2cpp_TypeInfo_var))); RuntimeObject* L_16 = Array_GetEnumerator_m3BD9ACCA9512DA3687C8369BF999BA2916F0EA15(((RuntimeArray *)CastclassClass((RuntimeObject*)L_15, RuntimeArray_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_16; } IL_0050: try { // begin try (depth: 1) { goto IL_00f0; } IL_0055: { RuntimeObject* L_17 = V_0; NullCheck(L_17); RuntimeObject * L_18 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_17); V_1 = L_18; RuntimeObject * L_19 = V_1; V_2 = ((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)IsInstClass((RuntimeObject*)L_19, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB_il2cpp_TypeInfo_var)); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_20 = V_2; if (L_20) { goto IL_0082; } } IL_0066: { RuntimeObject * L_21 = V_1; G_B7_0 = _stringLiteralC82170E906A5AEA6795B47CF3516E9EFC1BBFA17; if (L_21) { G_B8_0 = _stringLiteralC82170E906A5AEA6795B47CF3516E9EFC1BBFA17; goto IL_0071; } } IL_006e: { G_B9_0 = ((Type_t *)(NULL)); G_B9_1 = G_B7_0; goto IL_0077; } IL_0071: { RuntimeObject * L_22 = V_1; NullCheck(L_22); Type_t * L_23 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_22, /*hidden argument*/NULL); G_B9_0 = L_23; G_B9_1 = G_B8_0; } IL_0077: { String_t* L_24 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(G_B9_1, G_B9_0, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_25 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, XmlSerializationWriterInterpreter_WriteAnyElementContent_m5958D900CD73A7AF548C36613706A03ECAEAFB34_RuntimeMethod_var); } IL_0082: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_26 = V_2; if (!((XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)IsInstClass((RuntimeObject*)L_26, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_il2cpp_TypeInfo_var))) { goto IL_00e4; } } IL_008a: { XmlTypeMapMemberAnyElement_tEC6C4FFA530F292BC4C09145DA5937285A664472 * L_27 = ___member0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_28 = V_2; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_28); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_30 = V_2; NullCheck(L_30); String_t* L_31 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_30); NullCheck(L_27); bool L_32 = XmlTypeMapMemberAnyElement_IsElementDefined_m4928DF539D16BBD0120B5E1C46A63C7127AA3A4A(L_27, L_29, L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_00d1; } } IL_009e: { int32_t L_33 = __this->get__format_9(); if ((!(((uint32_t)L_33) == ((uint32_t)1)))) { goto IL_00bc; } } IL_00a7: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_34 = V_2; XmlSerializationWriter_WriteElementLiteral_m25AF0433947E36A1C97F309DDFD829F1944676ED(__this, L_34, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, (bool)0, (bool)1, /*hidden argument*/NULL); goto IL_00f0; } IL_00bc: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_35 = V_2; XmlSerializationWriter_WriteElementEncoded_m77CA288F13919F7980DCC2F732628A194CE944F2(__this, L_35, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, (bool)0, (bool)1, /*hidden argument*/NULL); goto IL_00f0; } IL_00d1: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_36 = V_2; NullCheck(L_36); String_t* L_37 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_36); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_38 = V_2; NullCheck(L_38); String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_38); Exception_t * L_40 = XmlSerializationWriter_CreateUnknownAnyElementException_m7163756C8134EFE27D54CF95D01D4EAFB686EFFC(__this, L_37, L_39, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, XmlSerializationWriterInterpreter_WriteAnyElementContent_m5958D900CD73A7AF548C36613706A03ECAEAFB34_RuntimeMethod_var); } IL_00e4: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_41 = V_2; XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_42 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); NullCheck(L_41); VirtActionInvoker1< XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * >::Invoke(37 /* System.Void System.Xml.XmlNode::WriteTo(System.Xml.XmlWriter) */, L_41, L_42); } IL_00f0: { RuntimeObject* L_43 = V_0; NullCheck(L_43); bool L_44 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_43); if (L_44) { goto IL_0055; } } IL_00fb: { IL2CPP_LEAVE(0x10E, FINALLY_00fd); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00fd; } FINALLY_00fd: { // begin finally (depth: 1) { RuntimeObject* L_45 = V_0; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_45, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_46 = V_3; if (!L_46) { goto IL_010d; } } IL_0107: { RuntimeObject* L_47 = V_3; NullCheck(L_47); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_47); } IL_010d: { IL2CPP_END_FINALLY(253) } } // end finally (depth: 1) IL2CPP_CLEANUP(253) { IL2CPP_JUMP_TBL(0x10E, IL_010e) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_010e: { return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WritePrimitiveElement(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WritePrimitiveElement_m47DBE5908803FBA8406D9704600F45FBF7DFF59A (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * ___typeMap0, RuntimeObject * ___ob1, String_t* ___element2, String_t* ___namesp3, const RuntimeMethod* method) { { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_0 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_1 = ___typeMap0; XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_2 = ___typeMap0; NullCheck(L_2); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_3 = XmlTypeMapping_get_TypeData_m4DEE9E65218C537ACFE680FCA091F3B360AC47F5_inline(L_2, /*hidden argument*/NULL); RuntimeObject * L_4 = ___ob1; String_t* L_5 = XmlSerializationWriterInterpreter_GetStringValue_mEFE1737AD0FA6D7D01FF501678C07DDB0833D400(__this, L_1, L_3, L_4, /*hidden argument*/NULL); NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(17 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, L_0, L_5); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteEnumElement(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteEnumElement_m2C2F9B0F5D28961820D013362DC766ABCA9535DF (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * ___typeMap0, RuntimeObject * ___ob1, String_t* ___element2, String_t* ___namesp3, const RuntimeMethod* method) { { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_0 = XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline(__this, /*hidden argument*/NULL); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_1 = ___typeMap0; RuntimeObject * L_2 = ___ob1; String_t* L_3 = XmlSerializationWriterInterpreter_GetEnumXmlValue_m6CBDB37B88B16FC6C837F59176E3A9453BC930C2(__this, L_1, L_2, /*hidden argument*/NULL); NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(17 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, L_0, L_3); return; } } // System.String System.Xml.Serialization.XmlSerializationWriterInterpreter::GetStringValue(System.Xml.Serialization.XmlTypeMapping,System.Xml.Serialization.TypeData,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationWriterInterpreter_GetStringValue_mEFE1737AD0FA6D7D01FF501678C07DDB0833D400 (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * ___typeMap0, TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * ___type1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriterInterpreter_GetStringValue_mEFE1737AD0FA6D7D01FF501678C07DDB0833D400_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_0 = ___type1; NullCheck(L_0); int32_t L_1 = TypeData_get_SchemaType_m2B255B59385C12C2BC3C045C17CF6DA042E7430A_inline(L_0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_003a; } } { RuntimeObject * L_2 = ___value2; if (L_2) { goto IL_000e; } } { return (String_t*)NULL; } IL_000e: { StringBuilder_t * L_3 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_3, /*hidden argument*/NULL); V_0 = L_3; XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_4 = ___typeMap0; NullCheck(L_4); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_5 = XmlTypeMapping_get_TypeData_m4DEE9E65218C537ACFE680FCA091F3B360AC47F5_inline(L_4, /*hidden argument*/NULL); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_6 = ___typeMap0; NullCheck(L_6); ObjectMap_t53CD0E614E60A73AB445A2A757CCD3C356F31677 * L_7 = XmlMapping_get_ObjectMap_mDB60544BAC75028E9B6ABC7218C81736E2884CF2_inline(L_6, /*hidden argument*/NULL); RuntimeObject * L_8 = ___value2; StringBuilder_t * L_9 = V_0; XmlSerializationWriterInterpreter_WriteListContent_m564EAE810595B916E443118DB56E5FA82485A6A9(__this, NULL, L_5, ((ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742 *)CastclassClass((RuntimeObject*)L_7, ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742_il2cpp_TypeInfo_var)), L_8, L_9, /*hidden argument*/NULL); StringBuilder_t * L_10 = V_0; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10); NullCheck(L_11); String_t* L_12 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_11, /*hidden argument*/NULL); return L_12; } IL_003a: { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_13 = ___type1; NullCheck(L_13); int32_t L_14 = TypeData_get_SchemaType_m2B255B59385C12C2BC3C045C17CF6DA042E7430A_inline(L_13, /*hidden argument*/NULL); if ((!(((uint32_t)L_14) == ((uint32_t)2)))) { goto IL_004c; } } { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_15 = ___typeMap0; RuntimeObject * L_16 = ___value2; String_t* L_17 = XmlSerializationWriterInterpreter_GetEnumXmlValue_m6CBDB37B88B16FC6C837F59176E3A9453BC930C2(__this, L_15, L_16, /*hidden argument*/NULL); return L_17; } IL_004c: { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_18 = ___type1; NullCheck(L_18); Type_t * L_19 = TypeData_get_Type_m6F148A0A8617BDBE3CC452A78E23F3C52595E1E7_inline(L_18, /*hidden argument*/NULL); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_20 = { reinterpret_cast (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_21 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_20, /*hidden argument*/NULL); bool L_22 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_19, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0070; } } { RuntimeObject * L_23 = ___value2; String_t* L_24 = XmlSerializationWriter_FromXmlQualifiedName_m0EDFA5D06F44BAF0A86E135AAA2C8328143546B6(__this, ((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)CastclassClass((RuntimeObject*)L_23, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_24; } IL_0070: { RuntimeObject * L_25 = ___value2; if (L_25) { goto IL_0075; } } { return (String_t*)NULL; } IL_0075: { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_26 = ___type1; RuntimeObject * L_27 = ___value2; IL2CPP_RUNTIME_CLASS_INIT(XmlCustomFormatter_t20B9A7F147CB04B1552D1B5B1A62F60975441707_il2cpp_TypeInfo_var); String_t* L_28 = XmlCustomFormatter_ToXmlString_m795F19FAA55753B5E347D8992476E7F8679C112A(L_26, L_27, /*hidden argument*/NULL); return L_28; } } // System.String System.Xml.Serialization.XmlSerializationWriterInterpreter::GetEnumXmlValue(System.Xml.Serialization.XmlTypeMapping,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationWriterInterpreter_GetEnumXmlValue_m6CBDB37B88B16FC6C837F59176E3A9453BC930C2 (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * __this, XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * ___typeMap0, RuntimeObject * ___ob1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializationWriterInterpreter_GetEnumXmlValue_m6CBDB37B88B16FC6C837F59176E3A9453BC930C2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___ob1; if (L_0) { goto IL_0005; } } { return (String_t*)NULL; } IL_0005: { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_1 = ___typeMap0; NullCheck(L_1); ObjectMap_t53CD0E614E60A73AB445A2A757CCD3C356F31677 * L_2 = XmlMapping_get_ObjectMap_mDB60544BAC75028E9B6ABC7218C81736E2884CF2_inline(L_1, /*hidden argument*/NULL); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_3 = ___typeMap0; NullCheck(L_3); String_t* L_4 = XmlTypeMapping_get_TypeFullName_m1B1A3C3E18751D7B7BB082F055F99E418BF0C8B0(L_3, /*hidden argument*/NULL); RuntimeObject * L_5 = ___ob1; NullCheck(((EnumMap_tD7B24FAC46ED105487BE3269534CBB5072D8652A *)CastclassClass((RuntimeObject*)L_2, EnumMap_tD7B24FAC46ED105487BE3269534CBB5072D8652A_il2cpp_TypeInfo_var))); String_t* L_6 = EnumMap_GetXmlName_m2B606DA18EB6C7AC0D03ABDFD454E11733CCE922(((EnumMap_tD7B24FAC46ED105487BE3269534CBB5072D8652A *)CastclassClass((RuntimeObject*)L_2, EnumMap_tD7B24FAC46ED105487BE3269534CBB5072D8652A_il2cpp_TypeInfo_var)), L_4, L_5, /*hidden argument*/NULL); 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.XmlSerializationWriterInterpreter_CallbackInfo::.ctor(System.Xml.Serialization.XmlSerializationWriterInterpreter,System.Xml.Serialization.XmlTypeMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackInfo__ctor_m78BEAED007E09BAC00D80459663E16D73321A790 (CallbackInfo_t6FC419FB131647181747C58C4AA7642E18071292 * __this, XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * ___swi0, XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * ___typeMap1, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * L_0 = ___swi0; __this->set__swi_0(L_0); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_1 = ___typeMap1; __this->set__typeMap_1(L_1); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter_CallbackInfo::WriteObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackInfo_WriteObject_m2F60E7FC7356960B2B5578749181F607DF07D59A (CallbackInfo_t6FC419FB131647181747C58C4AA7642E18071292 * __this, RuntimeObject * ___ob0, const RuntimeMethod* method) { { XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * L_0 = __this->get__swi_0(); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_1 = __this->get__typeMap_1(); RuntimeObject * L_2 = ___ob0; XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_3 = __this->get__typeMap_1(); NullCheck(L_3); String_t* L_4 = XmlMapping_get_ElementName_mDE046327EB057B9A264CF2B03BA720C92DFF5894_inline(L_3, /*hidden argument*/NULL); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_5 = __this->get__typeMap_1(); NullCheck(L_5); String_t* L_6 = XmlMapping_get_Namespace_m071BEF69A59DA01D9475DBBE76102BA2C258203E_inline(L_5, /*hidden argument*/NULL); NullCheck(L_0); VirtActionInvoker7< XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA *, RuntimeObject *, String_t*, String_t*, bool, bool, bool >::Invoke(5 /* System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteObject(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String,System.Boolean,System.Boolean,System.Boolean) */, L_0, L_1, L_2, L_4, L_6, (bool)0, (bool)0, (bool)0); return; } } // System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter_CallbackInfo::WriteEnum(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackInfo_WriteEnum_mEB0AA4CD691ADDA8851A4F3E047B896CC0A14227 (CallbackInfo_t6FC419FB131647181747C58C4AA7642E18071292 * __this, RuntimeObject * ___ob0, const RuntimeMethod* method) { { XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * L_0 = __this->get__swi_0(); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_1 = __this->get__typeMap_1(); RuntimeObject * L_2 = ___ob0; XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_3 = __this->get__typeMap_1(); NullCheck(L_3); String_t* L_4 = XmlMapping_get_ElementName_mDE046327EB057B9A264CF2B03BA720C92DFF5894_inline(L_3, /*hidden argument*/NULL); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_5 = __this->get__typeMap_1(); NullCheck(L_5); String_t* L_6 = XmlMapping_get_Namespace_m071BEF69A59DA01D9475DBBE76102BA2C258203E_inline(L_5, /*hidden argument*/NULL); NullCheck(L_0); VirtActionInvoker7< XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA *, RuntimeObject *, String_t*, String_t*, bool, bool, bool >::Invoke(5 /* System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteObject(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String,System.Boolean,System.Boolean,System.Boolean) */, L_0, L_1, L_2, L_4, L_6, (bool)0, (bool)1, (bool)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.XmlSerializer::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer__cctor_m4FFEA23791499DBE9A1A29C289EBDB2E220BD349 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializer__cctor_m4FFEA23791499DBE9A1A29C289EBDB2E220BD349_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t G_B3_0 = 0; { ((XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C_il2cpp_TypeInfo_var))->set_backgroundGeneration_1((bool)1); ((XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C_il2cpp_TypeInfo_var))->set_deleteTempFiles_2((bool)1); ((XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C_il2cpp_TypeInfo_var))->set_generatorFallback_3((bool)1); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var); Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_0, /*hidden argument*/NULL); ((XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C_il2cpp_TypeInfo_var))->set_serializerTypes_7(L_0); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = Encoding_get_Default_m625C78C2A9A8504B8BA4141994412513DC470CE2(/*hidden argument*/NULL); ((XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C_il2cpp_TypeInfo_var))->set_DefaultEncoding_12(L_1); V_0 = (String_t*)NULL; ((XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C_il2cpp_TypeInfo_var))->set_generationThreshold_0((-1)); ((XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C_il2cpp_TypeInfo_var))->set_backgroundGeneration_1((bool)0); String_t* L_2 = V_0; if (!L_2) { goto IL_0044; } } { String_t* L_3 = V_0; bool L_4 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_3, _stringLiteralFD1286353570C5703799BA76999323B7C7447B06, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_4)); goto IL_0045; } IL_0044: { G_B3_0 = 1; } IL_0045: { ((XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C_il2cpp_TypeInfo_var))->set_deleteTempFiles_2((bool)G_B3_0); return; } } // System.Void System.Xml.Serialization.XmlSerializer::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer__ctor_mBAFFEE0FF11F1DA50AD3F32B3CD29EE5EF28D337 (XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C * __this, Type_t * ___type0, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; XmlSerializer__ctor_m9AA9229E1B7F5C1CA4EEE721632E62C95EEB582F(__this, L_0, (XmlAttributeOverrides_tE2AE30774D1F8B3860BFE1A8B6233970E88C7F7E *)NULL, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)NULL, (XmlRootAttribute_t656E9D8E274574F4FF0EEF8920170A435A73F06C *)NULL, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializer::.ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer__ctor_m9AA9229E1B7F5C1CA4EEE721632E62C95EEB582F (XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C * __this, Type_t * ___type0, XmlAttributeOverrides_tE2AE30774D1F8B3860BFE1A8B6233970E88C7F7E * ___overrides1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___extraTypes2, XmlRootAttribute_t656E9D8E274574F4FF0EEF8920170A435A73F06C * ___root3, String_t* ___defaultNamespace4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializer__ctor_m9AA9229E1B7F5C1CA4EEE721632E62C95EEB582F_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlReflectionImporter_t01142C73A76F11C3781558BEE362720BFDDDED3A * V_0 = NULL; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_1 = NULL; int32_t V_2 = 0; Type_t * V_3 = NULL; { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_001a; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, XmlSerializer__ctor_m9AA9229E1B7F5C1CA4EEE721632E62C95EEB582F_RuntimeMethod_var); } IL_001a: { XmlAttributeOverrides_tE2AE30774D1F8B3860BFE1A8B6233970E88C7F7E * L_3 = ___overrides1; String_t* L_4 = ___defaultNamespace4; XmlReflectionImporter_t01142C73A76F11C3781558BEE362720BFDDDED3A * L_5 = (XmlReflectionImporter_t01142C73A76F11C3781558BEE362720BFDDDED3A *)il2cpp_codegen_object_new(XmlReflectionImporter_t01142C73A76F11C3781558BEE362720BFDDDED3A_il2cpp_TypeInfo_var); XmlReflectionImporter__ctor_mF125E80075A8BD16C5E2355786CCEEC68909CAD3(L_5, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_6 = ___extraTypes2; if (!L_6) { goto IL_0041; } } { TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_7 = ___extraTypes2; V_1 = L_7; V_2 = 0; goto IL_003b; } IL_002c: { TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_8 = V_1; int32_t L_9 = V_2; NullCheck(L_8); int32_t L_10 = L_9; Type_t * L_11 = (L_8)->GetAt(static_cast(L_10)); V_3 = L_11; XmlReflectionImporter_t01142C73A76F11C3781558BEE362720BFDDDED3A * L_12 = V_0; Type_t * L_13 = V_3; NullCheck(L_12); XmlReflectionImporter_IncludeType_m492F329C97CB56DD0F2515B0F3799B7064228B77(L_12, L_13, /*hidden argument*/NULL); int32_t L_14 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_003b: { int32_t L_15 = V_2; TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_16 = V_1; NullCheck(L_16); if ((((int32_t)L_15) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))))))) { goto IL_002c; } } IL_0041: { XmlReflectionImporter_t01142C73A76F11C3781558BEE362720BFDDDED3A * L_17 = V_0; Type_t * L_18 = ___type0; XmlRootAttribute_t656E9D8E274574F4FF0EEF8920170A435A73F06C * L_19 = ___root3; String_t* L_20 = ___defaultNamespace4; NullCheck(L_17); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_21 = XmlReflectionImporter_ImportTypeMapping_m22C4FB30E56650ABEB7CE741907703B64FCA2663(L_17, L_18, L_19, L_20, /*hidden argument*/NULL); __this->set_typeMapping_5(L_21); return; } } // System.Void System.Xml.Serialization.XmlSerializer::OnUnknownAttribute(System.Xml.Serialization.XmlAttributeEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer_OnUnknownAttribute_m292D75C9ECAF7C1806CAC05C4804FCA801C16B83 (XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C * __this, XmlAttributeEventArgs_t90608CBAF916AB247620BE242D0DCDEF6406BE66 * ___e0, const RuntimeMethod* method) { { XmlAttributeEventHandler_t7DE5648EC8D9459D5DEA07DF556AFDF235C661A6 * L_0 = __this->get_onUnknownAttribute_9(); if (!L_0) { goto IL_0015; } } { XmlAttributeEventHandler_t7DE5648EC8D9459D5DEA07DF556AFDF235C661A6 * L_1 = __this->get_onUnknownAttribute_9(); XmlAttributeEventArgs_t90608CBAF916AB247620BE242D0DCDEF6406BE66 * L_2 = ___e0; NullCheck(L_1); XmlAttributeEventHandler_Invoke_m549583FAD6A1E3765407E443C58704EE4A5E9765(L_1, __this, L_2, /*hidden argument*/NULL); } IL_0015: { return; } } // System.Void System.Xml.Serialization.XmlSerializer::OnUnknownElement(System.Xml.Serialization.XmlElementEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer_OnUnknownElement_m819FFE8B9A63A02523EC032FCD0CE66E0CD3AF74 (XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C * __this, XmlElementEventArgs_t8498101818EE94F6BD918AEDC84A232A1F50CC7A * ___e0, const RuntimeMethod* method) { { XmlElementEventHandler_tF116A337C283F6E1ECC94728C6F113676D9A8174 * L_0 = __this->get_onUnknownElement_10(); if (!L_0) { goto IL_0015; } } { XmlElementEventHandler_tF116A337C283F6E1ECC94728C6F113676D9A8174 * L_1 = __this->get_onUnknownElement_10(); XmlElementEventArgs_t8498101818EE94F6BD918AEDC84A232A1F50CC7A * L_2 = ___e0; NullCheck(L_1); XmlElementEventHandler_Invoke_mADAF44CBD2D4F94B29FA99E1673022427CFD5936(L_1, __this, L_2, /*hidden argument*/NULL); } IL_0015: { return; } } // System.Void System.Xml.Serialization.XmlSerializer::OnUnknownNode(System.Xml.Serialization.XmlNodeEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer_OnUnknownNode_m87B5C3B9DF3EF7C30B9BD1C391B47FC543FEDAA1 (XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C * __this, XmlNodeEventArgs_t3D96ADAA4EB384013BE4B5A8EB96387A6A24458B * ___e0, const RuntimeMethod* method) { { XmlNodeEventHandler_tD870BE5167E49CD15CA2F1879CD1EC0229C40F49 * L_0 = __this->get_onUnknownNode_11(); if (!L_0) { goto IL_0015; } } { XmlNodeEventHandler_tD870BE5167E49CD15CA2F1879CD1EC0229C40F49 * L_1 = __this->get_onUnknownNode_11(); XmlNodeEventArgs_t3D96ADAA4EB384013BE4B5A8EB96387A6A24458B * L_2 = ___e0; NullCheck(L_1); XmlNodeEventHandler_Invoke_mE06D3154F8D9C4174597434AD79C1B8E54B401E2(L_1, __this, L_2, /*hidden argument*/NULL); } IL_0015: { return; } } // System.Void System.Xml.Serialization.XmlSerializer::OnUnreferencedObject(System.Xml.Serialization.UnreferencedObjectEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer_OnUnreferencedObject_m8F4BDABA71078492D640860F036FCBC8E2CEEB45 (XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C * __this, UnreferencedObjectEventArgs_tB3E5A71C8BA5EBDEAA8B4EEE5694E60B4E158800 * ___e0, const RuntimeMethod* method) { { UnreferencedObjectEventHandler_t43A5BBC5B5EC952973CF7F9F191EAFF5C5DBCB9B * L_0 = __this->get_onUnreferencedObject_8(); if (!L_0) { goto IL_0015; } } { UnreferencedObjectEventHandler_t43A5BBC5B5EC952973CF7F9F191EAFF5C5DBCB9B * L_1 = __this->get_onUnreferencedObject_8(); UnreferencedObjectEventArgs_tB3E5A71C8BA5EBDEAA8B4EEE5694E60B4E158800 * L_2 = ___e0; NullCheck(L_1); UnreferencedObjectEventHandler_Invoke_m917A1888EEC11D1D45F568D0046C4F2AE08E48A1(L_1, __this, L_2, /*hidden argument*/NULL); } IL_0015: { return; } } // System.Xml.Serialization.XmlSerializationReader System.Xml.Serialization.XmlSerializer::CreateReader() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88 * XmlSerializer_CreateReader_m8681153567463F2E193BA6984305DC22E63A480D (XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializer_CreateReader_m8681153567463F2E193BA6984305DC22E63A480D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, XmlSerializer_CreateReader_m8681153567463F2E193BA6984305DC22E63A480D_RuntimeMethod_var); } } // System.Xml.Serialization.XmlSerializationWriter System.Xml.Serialization.XmlSerializer::CreateWriter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * XmlSerializer_CreateWriter_m8652274F18FEE7D52E3DC714E4C99B7851464DFE (XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializer_CreateWriter_m8652274F18FEE7D52E3DC714E4C99B7851464DFE_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, XmlSerializer_CreateWriter_m8652274F18FEE7D52E3DC714E4C99B7851464DFE_RuntimeMethod_var); } } // System.Object System.Xml.Serialization.XmlSerializer::Deserialize(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializer_Deserialize_m804899D43194D656B664BE02BEBF03F33285589F (XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializer_Deserialize_m804899D43194D656B664BE02BEBF03F33285589F_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * V_0 = NULL; { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___stream0; XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * L_1 = (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C *)il2cpp_codegen_object_new(XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C_il2cpp_TypeInfo_var); XmlTextReader__ctor_mD1B8B42549B1A277C94207BC96924215B817D551(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * L_2 = V_0; NullCheck(L_2); XmlTextReader_set_Normalization_mC9F1ED87F99F09B4DEBC1D36A6E1756ED770EE6F(L_2, (bool)1, /*hidden argument*/NULL); XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * L_3 = V_0; NullCheck(L_3); XmlTextReader_set_WhitespaceHandling_mE9E98DF71DA788CDD17DE1442209AB72A35DC28F(L_3, 1, /*hidden argument*/NULL); XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * L_4 = V_0; RuntimeObject * L_5 = XmlSerializer_Deserialize_m23AE11F00C1BABED740DC5C35B8E7C7F5FEF25C7(__this, L_4, /*hidden argument*/NULL); return L_5; } } // System.Object System.Xml.Serialization.XmlSerializer::Deserialize(System.Xml.XmlReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializer_Deserialize_m23AE11F00C1BABED740DC5C35B8E7C7F5FEF25C7 (XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C * __this, XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___xmlReader0, const RuntimeMethod* method) { XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88 * V_0 = NULL; { bool L_0 = __this->get_customSerializer_4(); if (!L_0) { goto IL_0011; } } { XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88 * L_1 = VirtFuncInvoker0< XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88 * >::Invoke(8 /* System.Xml.Serialization.XmlSerializationReader System.Xml.Serialization.XmlSerializer::CreateReader() */, __this); V_0 = L_1; goto IL_001e; } IL_0011: { XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * L_2 = __this->get_typeMapping_5(); XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88 * L_3 = XmlSerializer_CreateReader_mB723BB81D00BC43C844FA3B0203F473B48163C43(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; } IL_001e: { XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88 * L_4 = V_0; XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_5 = ___xmlReader0; NullCheck(L_4); XmlSerializationReader_Initialize_m35470A11A2039F75481FD8772CC0A0CE9A4900F0(L_4, L_5, __this, /*hidden argument*/NULL); XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88 * L_6 = V_0; RuntimeObject * L_7 = VirtFuncInvoker1< RuntimeObject *, XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88 * >::Invoke(10 /* System.Object System.Xml.Serialization.XmlSerializer::Deserialize(System.Xml.Serialization.XmlSerializationReader) */, __this, L_6); return L_7; } } // System.Object System.Xml.Serialization.XmlSerializer::Deserialize(System.Xml.Serialization.XmlSerializationReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlSerializer_Deserialize_m2D0F20A669B05A464151280120BACC33D8D55C5C (XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C * __this, XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializer_Deserialize_m2D0F20A669B05A464151280120BACC33D8D55C5C_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { bool L_0 = __this->get_customSerializer_4(); if (!L_0) { goto IL_000e; } } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_1 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, XmlSerializer_Deserialize_m2D0F20A669B05A464151280120BACC33D8D55C5C_RuntimeMethod_var); } IL_000e: { } IL_000f: try { // begin try (depth: 1) { XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88 * L_2 = ___reader0; if (!((XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C *)IsInstClass((RuntimeObject*)L_2, XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C_il2cpp_TypeInfo_var))) { goto IL_0025; } } IL_0017: { XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88 * L_3 = ___reader0; NullCheck(((XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C *)CastclassClass((RuntimeObject*)L_3, XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C_il2cpp_TypeInfo_var))); RuntimeObject * L_4 = XmlSerializationReaderInterpreter_ReadRoot_m78F7DC9F072EE5EFBE23379B4DE44C886AFB5D04(((XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C *)CastclassClass((RuntimeObject*)L_3, XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_4; goto IL_0060; } IL_0025: { } IL_0026: try { // begin try (depth: 2) SerializerData_tFD8E75C5BC50CD6C3A3F382789E88E422381A7A8 * L_5 = __this->get_serializerData_6(); NullCheck(L_5); MethodInfo_t * L_6 = L_5->get_ReaderMethod_0(); XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88 * L_7 = ___reader0; NullCheck(L_6); RuntimeObject * L_8 = MethodBase_Invoke_m471794D56262D9DB5B5A324883030AB16BD39674(L_6, L_7, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL, /*hidden argument*/NULL); V_0 = L_8; goto IL_0060; } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_003b; throw e; } CATCH_003b: { // begin catch(System.Reflection.TargetInvocationException) NullCheck(((TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8 *)__exception_local)); Exception_t * L_9 = Exception_get_InnerException_mCB68CC8CBF2540EF381CB17A4E4E3F6D0E33453F_inline(((TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8 *)__exception_local), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, XmlSerializer_Deserialize_m2D0F20A669B05A464151280120BACC33D8D55C5C_RuntimeMethod_var); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0041; throw e; } CATCH_0041: { // begin catch(System.Exception) { V_1 = ((Exception_t *)__exception_local); Exception_t * L_10 = V_1; if (((InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)IsInstClass((RuntimeObject*)L_10, InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var))) { goto IL_0052; } } IL_004a: { Exception_t * L_11 = V_1; if (!((InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)IsInstClass((RuntimeObject*)L_11, InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var))) { goto IL_005e; } } IL_0052: { Exception_t * L_12 = V_1; InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_13 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_mC40AA9579B996C6FBAE023590139C16304D81DC6(L_13, _stringLiteralCD5486DBE235A6F4657BFEBE4098DAF0132F994D, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, XmlSerializer_Deserialize_m2D0F20A669B05A464151280120BACC33D8D55C5C_RuntimeMethod_var); } IL_005e: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, XmlSerializer_Deserialize_m2D0F20A669B05A464151280120BACC33D8D55C5C_RuntimeMethod_var); } } // end catch (depth: 1) IL_0060: { RuntimeObject * L_14 = V_0; return L_14; } } // System.Void System.Xml.Serialization.XmlSerializer::Serialize(System.Object,System.Xml.Serialization.XmlSerializationWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer_Serialize_m52DB4CD69021D27DE4D7D70E1578F106FE4C2E0F (XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C * __this, RuntimeObject * ___o0, XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * ___writer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializer_Serialize_m52DB4CD69021D27DE4D7D70E1578F106FE4C2E0F_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { bool L_0 = __this->get_customSerializer_4(); if (!L_0) { goto IL_000e; } } { NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_1 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var); NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, XmlSerializer_Serialize_m52DB4CD69021D27DE4D7D70E1578F106FE4C2E0F_RuntimeMethod_var); } IL_000e: { XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * L_2 = ___writer1; if (!((XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 *)IsInstClass((RuntimeObject*)L_2, XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221_il2cpp_TypeInfo_var))) { goto IL_0023; } } { XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * L_3 = ___writer1; RuntimeObject * L_4 = ___o0; NullCheck(((XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 *)CastclassClass((RuntimeObject*)L_3, XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221_il2cpp_TypeInfo_var))); XmlSerializationWriterInterpreter_WriteRoot_mB35C10B7EE6436C307EB2FDB29CDB2AC42F11F1D(((XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 *)CastclassClass((RuntimeObject*)L_3, XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221_il2cpp_TypeInfo_var)), L_4, /*hidden argument*/NULL); return; } IL_0023: { } IL_0024: try { // begin try (depth: 1) SerializerData_tFD8E75C5BC50CD6C3A3F382789E88E422381A7A8 * L_5 = __this->get_serializerData_6(); NullCheck(L_5); MethodInfo_t * L_6 = L_5->get_WriterMethod_2(); XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * L_7 = ___writer1; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_8; RuntimeObject * L_10 = ___o0; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(0), (RuntimeObject *)L_10); NullCheck(L_6); MethodBase_Invoke_m471794D56262D9DB5B5A324883030AB16BD39674(L_6, L_7, L_9, /*hidden argument*/NULL); goto IL_0048; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0042; throw e; } CATCH_0042: { // begin catch(System.Reflection.TargetInvocationException) NullCheck(((TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8 *)__exception_local)); Exception_t * L_11 = Exception_get_InnerException_mCB68CC8CBF2540EF381CB17A4E4E3F6D0E33453F_inline(((TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8 *)__exception_local), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, XmlSerializer_Serialize_m52DB4CD69021D27DE4D7D70E1578F106FE4C2E0F_RuntimeMethod_var); } // end catch (depth: 1) IL_0048: { return; } } // System.Void System.Xml.Serialization.XmlSerializer::Serialize(System.IO.Stream,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer_Serialize_m1F1A1C804642080D4DDE4085B62967A9CE1DFA2A (XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, RuntimeObject * ___o1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializer_Serialize_m1F1A1C804642080D4DDE4085B62967A9CE1DFA2A_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6 * V_0 = NULL; { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___stream0; IL2CPP_RUNTIME_CLASS_INIT(XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C_il2cpp_TypeInfo_var); Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = ((XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C_il2cpp_TypeInfo_var))->get_DefaultEncoding_12(); XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6 * L_2 = (XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6 *)il2cpp_codegen_object_new(XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6_il2cpp_TypeInfo_var); XmlTextWriter__ctor_mC0C78C4653C759DCEBD13FF214614587EC59D457(L_2, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6 * L_3 = V_0; NullCheck(L_3); XmlTextWriter_set_Formatting_m574A503ADB2FF869A62136B0C3225E0A9B459DCF(L_3, 1, /*hidden argument*/NULL); XmlTextWriter_tAAB86C3C398B243DFB3EFD3BB4356B4821F1CEB6 * L_4 = V_0; RuntimeObject * L_5 = ___o1; XmlSerializer_Serialize_m2D96063B7E4BEC472EABD5EC3C411ED321F3A526(__this, L_4, L_5, (XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializer::Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer_Serialize_m2D96063B7E4BEC472EABD5EC3C411ED321F3A526 (XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C * __this, XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * ___xmlWriter0, RuntimeObject * ___o1, XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F * ___namespaces2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializer_Serialize_m2D96063B7E4BEC472EABD5EC3C411ED321F3A526_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * V_0 = NULL; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); IL_0000: try { // begin try (depth: 1) { bool L_0 = __this->get_customSerializer_4(); if (!L_0) { goto IL_0011; } } IL_0008: { XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * L_1 = VirtFuncInvoker0< XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * >::Invoke(9 /* System.Xml.Serialization.XmlSerializationWriter System.Xml.Serialization.XmlSerializer::CreateWriter() */, __this); V_0 = L_1; goto IL_001e; } IL_0011: { XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * L_2 = __this->get_typeMapping_5(); XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * L_3 = XmlSerializer_CreateWriter_mC4E4DA7BA66C14E8329F845EB1084C44E941A4EF(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; } IL_001e: { XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F * L_4 = ___namespaces2; if (!L_4) { goto IL_0029; } } IL_0021: { XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F * L_5 = ___namespaces2; NullCheck(L_5); int32_t L_6 = XmlSerializerNamespaces_get_Count_m8772E934E4F3CEB06D138D8B8799504B9A58B432(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0050; } } IL_0029: { XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F * L_7 = (XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F *)il2cpp_codegen_object_new(XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F_il2cpp_TypeInfo_var); XmlSerializerNamespaces__ctor_mD45A3770274D83038A87789F920A81AA9F6EEED2(L_7, /*hidden argument*/NULL); ___namespaces2 = L_7; XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F * L_8 = ___namespaces2; NullCheck(L_8); XmlSerializerNamespaces_Add_mCEA2536739389E841F43FEF4261B83BEB0908C2B(L_8, _stringLiteralEF37D7C9FD6A800F9E0017269711363D8CA34FDB, _stringLiteral6F137837A6AC36446D241D345BB78254AA77DFAE, /*hidden argument*/NULL); XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F * L_9 = ___namespaces2; NullCheck(L_9); XmlSerializerNamespaces_Add_mCEA2536739389E841F43FEF4261B83BEB0908C2B(L_9, _stringLiteralE8C61341A245901EF17C2CB09E5C6557139E5C8F, _stringLiteralCD7236D24C2A685E5C9D6FC9D0AC7D11486CB220, /*hidden argument*/NULL); } IL_0050: { XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * L_10 = V_0; XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_11 = ___xmlWriter0; XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F * L_12 = ___namespaces2; NullCheck(L_10); XmlSerializationWriter_Initialize_m1443A62FA7E8090133EA45F3E8696091D62DC5DC(L_10, L_11, L_12, /*hidden argument*/NULL); RuntimeObject * L_13 = ___o1; XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * L_14 = V_0; VirtActionInvoker2< RuntimeObject *, XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * >::Invoke(11 /* System.Void System.Xml.Serialization.XmlSerializer::Serialize(System.Object,System.Xml.Serialization.XmlSerializationWriter) */, __this, L_13, L_14); XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_15 = ___xmlWriter0; NullCheck(L_15); VirtActionInvoker0::Invoke(20 /* System.Void System.Xml.XmlWriter::Flush() */, L_15); goto IL_0096; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0068; throw e; } CATCH_0068: { // begin catch(System.Exception) { V_1 = ((Exception_t *)__exception_local); Exception_t * L_16 = V_1; if (!((TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8 *)IsInstSealed((RuntimeObject*)L_16, TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8_il2cpp_TypeInfo_var))) { goto IL_0078; } } IL_0071: { Exception_t * L_17 = V_1; NullCheck(L_17); Exception_t * L_18 = Exception_get_InnerException_mCB68CC8CBF2540EF381CB17A4E4E3F6D0E33453F_inline(L_17, /*hidden argument*/NULL); V_1 = L_18; } IL_0078: { Exception_t * L_19 = V_1; if (((InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)IsInstClass((RuntimeObject*)L_19, InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var))) { goto IL_0088; } } IL_0080: { Exception_t * L_20 = V_1; if (!((InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)IsInstClass((RuntimeObject*)L_20, InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var))) { goto IL_0094; } } IL_0088: { Exception_t * L_21 = V_1; InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_22 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_mC40AA9579B996C6FBAE023590139C16304D81DC6(L_22, _stringLiteralB7C3F8A3BFA616D480BD5921F7D6DBE77B6ADC83, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, XmlSerializer_Serialize_m2D96063B7E4BEC472EABD5EC3C411ED321F3A526_RuntimeMethod_var); } IL_0094: { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, XmlSerializer_Serialize_m2D96063B7E4BEC472EABD5EC3C411ED321F3A526_RuntimeMethod_var); } } // end catch (depth: 1) IL_0096: { return; } } // System.Xml.Serialization.XmlSerializationWriter System.Xml.Serialization.XmlSerializer::CreateWriter(System.Xml.Serialization.XmlMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * XmlSerializer_CreateWriter_mC4E4DA7BA66C14E8329F845EB1084C44E941A4EF (XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C * __this, XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * ___typeMapping0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializer_CreateWriter_mC4E4DA7BA66C14E8329F845EB1084C44E941A4EF_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * V_0 = NULL; XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C * V_1 = NULL; bool V_2 = false; SerializerData_tFD8E75C5BC50CD6C3A3F382789E88E422381A7A8 * V_3 = NULL; bool V_4 = false; XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 3); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { V_1 = __this; V_2 = (bool)0; } IL_0004: try { // begin try (depth: 1) { XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C * L_0 = V_1; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_0, (bool*)(&V_2), /*hidden argument*/NULL); SerializerData_tFD8E75C5BC50CD6C3A3F382789E88E422381A7A8 * L_1 = __this->get_serializerData_6(); if (!L_1) { goto IL_0047; } } IL_0014: { SerializerData_tFD8E75C5BC50CD6C3A3F382789E88E422381A7A8 * L_2 = __this->get_serializerData_6(); V_3 = L_2; V_4 = (bool)0; } IL_001e: try { // begin try (depth: 2) SerializerData_tFD8E75C5BC50CD6C3A3F382789E88E422381A7A8 * L_3 = V_3; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_3, (bool*)(&V_4), /*hidden argument*/NULL); SerializerData_tFD8E75C5BC50CD6C3A3F382789E88E422381A7A8 * L_4 = __this->get_serializerData_6(); NullCheck(L_4); XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * L_5 = SerializerData_CreateWriter_mC7240C1EF23949EE961893093146BE0EFC6FB81A(L_4, /*hidden argument*/NULL); V_0 = L_5; IL2CPP_LEAVE(0x3F, FINALLY_0034); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0034; } FINALLY_0034: { // begin finally (depth: 2) { bool L_6 = V_4; if (!L_6) { goto IL_003e; } } IL_0038: { SerializerData_tFD8E75C5BC50CD6C3A3F382789E88E422381A7A8 * L_7 = V_3; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_7, /*hidden argument*/NULL); } IL_003e: { IL2CPP_END_FINALLY(52) } } // end finally (depth: 2) IL2CPP_CLEANUP(52) { IL2CPP_JUMP_TBL(0x3F, IL_003f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003f: { XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * L_8 = V_0; if (!L_8) { goto IL_0047; } } IL_0042: { XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * L_9 = V_0; V_5 = L_9; IL2CPP_LEAVE(0x5A, FINALLY_0049); } IL_0047: { IL2CPP_LEAVE(0x53, FINALLY_0049); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0049; } FINALLY_0049: { // begin finally (depth: 1) { bool L_10 = V_2; if (!L_10) { goto IL_0052; } } IL_004c: { XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C * L_11 = V_1; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_11, /*hidden argument*/NULL); } IL_0052: { IL2CPP_END_FINALLY(73) } } // end finally (depth: 1) IL2CPP_CLEANUP(73) { IL2CPP_JUMP_TBL(0x5A, IL_005a) IL2CPP_JUMP_TBL(0x53, IL_0053) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0053: { XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * L_12 = ___typeMapping0; XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 * L_13 = (XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221 *)il2cpp_codegen_object_new(XmlSerializationWriterInterpreter_t0820AC26DA279FAB2E359E7A655A6582506D3221_il2cpp_TypeInfo_var); XmlSerializationWriterInterpreter__ctor_m13CF1E330F94288589118BBE504F1360DC82B24F(L_13, L_12, /*hidden argument*/NULL); return L_13; } IL_005a: { XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * L_14 = V_5; return L_14; } } // System.Xml.Serialization.XmlSerializationReader System.Xml.Serialization.XmlSerializer::CreateReader(System.Xml.Serialization.XmlMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializationReader_tDE18F45AFFD6D7F1C6527B4BFFEE35AC23EFBC88 * XmlSerializer_CreateReader_mB723BB81D00BC43C844FA3B0203F473B48163C43 (XmlSerializer_t01B5C784057A14663B4041A53328764327555D5C * __this, XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * ___typeMapping0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializer_CreateReader_mB723BB81D00BC43C844FA3B0203F473B48163C43_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * L_0 = ___typeMapping0; XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C * L_1 = (XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C *)il2cpp_codegen_object_new(XmlSerializationReaderInterpreter_t8D5678E515DA59060E81B56B5052B97EEDC3B44C_il2cpp_TypeInfo_var); XmlSerializationReaderInterpreter__ctor_m9429CD676B591353C09A8119956E24F04C1DB8EB(L_1, L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.XmlSerializationWriter System.Xml.Serialization.XmlSerializer_SerializerData::CreateWriter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * SerializerData_CreateWriter_mC7240C1EF23949EE961893093146BE0EFC6FB81A (SerializerData_tFD8E75C5BC50CD6C3A3F382789E88E422381A7A8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SerializerData_CreateWriter_mC7240C1EF23949EE961893093146BE0EFC6FB81A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = __this->get_WriterType_1(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_001f; } } { Type_t * L_2 = __this->get_WriterType_1(); RuntimeObject * L_3 = Activator_CreateInstance_mD06EE47879F606317C6DA91FB63E678CABAC6A16(L_2, /*hidden argument*/NULL); return ((XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 *)CastclassClass((RuntimeObject*)L_3, XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6_il2cpp_TypeInfo_var)); } IL_001f: { XmlSerializerImplementation_tF78BC93462D4003D83EAA821331747A0624F837D * L_4 = __this->get_Implementation_3(); if (!L_4) { goto IL_0033; } } { XmlSerializerImplementation_tF78BC93462D4003D83EAA821331747A0624F837D * L_5 = __this->get_Implementation_3(); NullCheck(L_5); XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * L_6 = VirtFuncInvoker0< XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * >::Invoke(4 /* System.Xml.Serialization.XmlSerializationWriter System.Xml.Serialization.XmlSerializerImplementation::get_Writer() */, L_5); return L_6; } IL_0033: { return (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 *)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.Xml.Serialization.XmlSerializationWriter System.Xml.Serialization.XmlSerializerImplementation::get_Writer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * XmlSerializerImplementation_get_Writer_m4A0B5B501BD1782DCF810EFCDD266BB7C8F43E48 (XmlSerializerImplementation_tF78BC93462D4003D83EAA821331747A0624F837D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializerImplementation_get_Writer_m4A0B5B501BD1782DCF810EFCDD266BB7C8F43E48_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, XmlSerializerImplementation_get_Writer_m4A0B5B501BD1782DCF810EFCDD266BB7C8F43E48_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Serialization.XmlSerializerNamespaces::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializerNamespaces__ctor_mD45A3770274D83038A87789F920A81AA9F6EEED2 (XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializerNamespaces::Add(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializerNamespaces_Add_mCEA2536739389E841F43FEF4261B83BEB0908C2B (XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F * __this, String_t* ___prefix0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializerNamespaces_Add_mCEA2536739389E841F43FEF4261B83BEB0908C2B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___prefix0; if (!L_0) { goto IL_0013; } } { String_t* L_1 = ___prefix0; NullCheck(L_1); int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0013; } } { String_t* L_3 = ___prefix0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); XmlConvert_VerifyNCName_mF62837DD0C6C41324F0F42C643E7B72E0AAEF252(L_3, /*hidden argument*/NULL); } IL_0013: { String_t* L_4 = ___ns1; if (!L_4) { goto IL_0026; } } { String_t* L_5 = ___ns1; NullCheck(L_5); int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_0026; } } { String_t* L_7 = ___ns1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); XmlConvert_ToUri_mBEED3A5DD904ACCFABCCD656E5BF9DFD0DD0A48C(L_7, /*hidden argument*/NULL); } IL_0026: { String_t* L_8 = ___prefix0; String_t* L_9 = ___ns1; XmlSerializerNamespaces_AddInternal_mF9B3B95F10929A4927ACCECEE04B7A7FAFEA468E(__this, L_8, L_9, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlSerializerNamespaces::AddInternal(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializerNamespaces_AddInternal_mF9B3B95F10929A4927ACCECEE04B7A7FAFEA468E (XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F * __this, String_t* ___prefix0, String_t* ___ns1, const RuntimeMethod* method) { { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = XmlSerializerNamespaces_get_Namespaces_mFA497058A7B0EB75E4222748E9EF4CA2D3B80BF0(__this, /*hidden argument*/NULL); String_t* L_1 = ___prefix0; String_t* L_2 = ___ns1; NullCheck(L_0); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_0, L_1, L_2); return; } } // System.Xml.XmlQualifiedName[] System.Xml.Serialization.XmlSerializerNamespaces::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedNameU5BU5D_t375EB02A213AC919E02336B57A412BB761AFA18B* XmlSerializerNamespaces_ToArray_m96737F750ECA2A39F753C270F4842E4234EFA505 (XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializerNamespaces_ToArray_m96737F750ECA2A39F753C270F4842E4234EFA505_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = XmlSerializerNamespaces_get_NamespaceList_m585A8C2EF6FCA4329BC82F4B04D3CB5AA58AA6D6(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000f; } } { XmlQualifiedNameU5BU5D_t375EB02A213AC919E02336B57A412BB761AFA18B* L_1 = (XmlQualifiedNameU5BU5D_t375EB02A213AC919E02336B57A412BB761AFA18B*)(XmlQualifiedNameU5BU5D_t375EB02A213AC919E02336B57A412BB761AFA18B*)SZArrayNew(XmlQualifiedNameU5BU5D_t375EB02A213AC919E02336B57A412BB761AFA18B_il2cpp_TypeInfo_var, (uint32_t)0); return L_1; } IL_000f: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = XmlSerializerNamespaces_get_NamespaceList_m585A8C2EF6FCA4329BC82F4B04D3CB5AA58AA6D6(__this, /*hidden argument*/NULL); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL); NullCheck(L_2); RuntimeArray * L_5 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(45 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_2, L_4); return ((XmlQualifiedNameU5BU5D_t375EB02A213AC919E02336B57A412BB761AFA18B*)Castclass((RuntimeObject*)L_5, XmlQualifiedNameU5BU5D_t375EB02A213AC919E02336B57A412BB761AFA18B_il2cpp_TypeInfo_var)); } } // System.Int32 System.Xml.Serialization.XmlSerializerNamespaces::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSerializerNamespaces_get_Count_m8772E934E4F3CEB06D138D8B8799504B9A58B432 (XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F * __this, const RuntimeMethod* method) { { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = XmlSerializerNamespaces_get_Namespaces_mFA497058A7B0EB75E4222748E9EF4CA2D3B80BF0(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(41 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_0); return L_1; } } // System.Collections.ArrayList System.Xml.Serialization.XmlSerializerNamespaces::get_NamespaceList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * XmlSerializerNamespaces_get_NamespaceList_m585A8C2EF6FCA4329BC82F4B04D3CB5AA58AA6D6 (XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializerNamespaces_get_NamespaceList_m585A8C2EF6FCA4329BC82F4B04D3CB5AA58AA6D6_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_0 = NULL; RuntimeObject* V_1 = NULL; String_t* V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_namespaces_0(); if (!L_0) { goto IL_0015; } } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_namespaces_0(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(41 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_1); if (L_2) { goto IL_0017; } } IL_0015: { return (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)NULL; } IL_0017: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_3 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var); ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_3, /*hidden argument*/NULL); V_0 = L_3; Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_4 = XmlSerializerNamespaces_get_Namespaces_mFA497058A7B0EB75E4222748E9EF4CA2D3B80BF0(__this, /*hidden argument*/NULL); NullCheck(L_4); RuntimeObject* L_5 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.ICollection System.Collections.Hashtable::get_Keys() */, L_4); NullCheck(L_5); RuntimeObject* L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var, L_5); V_1 = L_6; } IL_002e: try { // begin try (depth: 1) { goto IL_005a; } IL_0030: { RuntimeObject* L_7 = V_1; NullCheck(L_7); RuntimeObject * L_8 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_7); V_2 = ((String_t*)CastclassSealed((RuntimeObject*)L_8, String_t_il2cpp_TypeInfo_var)); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_9 = V_0; String_t* L_10 = V_2; Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_11 = XmlSerializerNamespaces_get_Namespaces_mFA497058A7B0EB75E4222748E9EF4CA2D3B80BF0(__this, /*hidden argument*/NULL); String_t* L_12 = V_2; NullCheck(L_11); RuntimeObject * L_13 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_11, L_12); XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_14 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871(L_14, L_10, ((String_t*)CastclassSealed((RuntimeObject*)L_13, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_9); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_9, L_14); } IL_005a: { RuntimeObject* L_15 = V_1; NullCheck(L_15); bool L_16 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_15); if (L_16) { goto IL_0030; } } IL_0062: { IL2CPP_LEAVE(0x75, FINALLY_0064); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0064; } FINALLY_0064: { // begin finally (depth: 1) { RuntimeObject* L_17 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_18 = V_3; if (!L_18) { goto IL_0074; } } IL_006e: { RuntimeObject* L_19 = V_3; NullCheck(L_19); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_19); } IL_0074: { IL2CPP_END_FINALLY(100) } } // end finally (depth: 1) IL2CPP_CLEANUP(100) { IL2CPP_JUMP_TBL(0x75, IL_0075) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0075: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_20 = V_0; return L_20; } } // System.Collections.Hashtable System.Xml.Serialization.XmlSerializerNamespaces::get_Namespaces() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * XmlSerializerNamespaces_get_Namespaces_mFA497058A7B0EB75E4222748E9EF4CA2D3B80BF0 (XmlSerializerNamespaces_t31E17AE7CF53591901A576C48D1E446BB985676F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializerNamespaces_get_Namespaces_mFA497058A7B0EB75E4222748E9EF4CA2D3B80BF0_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_namespaces_0(); if (L_0) { goto IL_0013; } } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var); Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_1, /*hidden argument*/NULL); __this->set_namespaces_0(L_1); } IL_0013: { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_2 = __this->get_namespaces_0(); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.Xml.Serialization.XmlTextAttribute::get_DataType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextAttribute_get_DataType_m5EFFEA6B20B4B033960653354D69969A7F4C7CCE (XmlTextAttribute_t260DF760832CEB66E748BDEDE998C3480FB902A7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextAttribute_get_DataType_m5EFFEA6B20B4B033960653354D69969A7F4C7CCE_MetadataUsageId); 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.Type System.Xml.Serialization.XmlTextAttribute::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * XmlTextAttribute_get_Type_mDD312ABB1F679213B3122EF9E8EF27AC404B772A (XmlTextAttribute_t260DF760832CEB66E748BDEDE998C3480FB902A7 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_type_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.Boolean System.Xml.Serialization.XmlTypeAttribute::get_IncludeInSchema() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeAttribute_get_IncludeInSchema_mF02DA144D65607F54509945BE5E064F1B9E148A7 (XmlTypeAttribute_t8386F99942A9FABF3B9AF64324C28F674EE31E08 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_includeInSchema_0(); return L_0; } } // System.String System.Xml.Serialization.XmlTypeAttribute::get_Namespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeAttribute_get_Namespace_m0598BBAD679ED3AD05D3F480527DA9DB7897E604 (XmlTypeAttribute_t8386F99942A9FABF3B9AF64324C28F674EE31E08 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_1(); return L_0; } } // System.String System.Xml.Serialization.XmlTypeAttribute::get_TypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeAttribute_get_TypeName_mDD0279A5C00D4500E27AC2B49AB8D254A0D95C62 (XmlTypeAttribute_t8386F99942A9FABF3B9AF64324C28F674EE31E08 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTypeAttribute_get_TypeName_mDD0279A5C00D4500E27AC2B49AB8D254A0D95C62_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_typeName_2(); 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_typeName_2(); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.Xml.Serialization.XmlTypeConvertorAttribute::get_Method() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeConvertorAttribute_get_Method_m8A46C0537327B7BB6C1856967A39785880AE0EEA (XmlTypeConvertorAttribute_tD8D068FF3EE07B1E93D3F5E657558E0E53D3CF4B * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CMethodU3Ek__BackingField_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.Serialization.XmlTypeMapElementInfo::.ctor(System.Xml.Serialization.XmlTypeMapMember,System.Xml.Serialization.TypeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo__ctor_m37DFF949AB3F58048C68F39D985F8352F3815A11 (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * ___member0, TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTypeMapElementInfo__ctor_m37DFF949AB3F58048C68F39D985F8352F3815A11_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set__namespace_1(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); __this->set__wrappedElement_9((bool)1); __this->set__explicitOrder_10((-1)); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * L_0 = ___member0; __this->set__member_3(L_0); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_1 = ___type1; __this->set__type_8(L_1); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_2 = ___type1; NullCheck(L_2); bool L_3 = TypeData_get_IsValueType_m5567873D542A55618650E7B964D34BD4EBD60558(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0044; } } { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_4 = ___type1; NullCheck(L_4); bool L_5 = TypeData_get_IsNullable_mE7DB8F60A437DDB5EA9F9D743102F093DD69C9EE(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0044; } } { __this->set__isNullable_5((bool)1); } IL_0044: { return; } } // System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapElementInfo::get_TypeData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * XmlTypeMapElementInfo_get_TypeData_m0524684C375B4DC119C189394E81427A2DE5212A (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method) { { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_0 = __this->get__type_8(); return L_0; } } // System.Object System.Xml.Serialization.XmlTypeMapElementInfo::get_ChoiceValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlTypeMapElementInfo_get_ChoiceValue_m4F0D414BD65D349A88A7FF9C5A43D0B736DCFF15 (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__choiceValue_4(); return L_0; } } // System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_ChoiceValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_ChoiceValue_m80C71ED8C06AE3365DD3E5C74A9B2C364468927F (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set__choiceValue_4(L_0); return; } } // System.String System.Xml.Serialization.XmlTypeMapElementInfo::get_ElementName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_ElementName_m9DEF62F6C5781F3BED48539A6C8C6552B4685E88 (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__elementName_0(); return L_0; } } // System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_ElementName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_ElementName_mD539482AA816C4BA37BB37332CD1C96BAB54B8B2 (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__elementName_0(L_0); return; } } // System.String System.Xml.Serialization.XmlTypeMapElementInfo::get_Namespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_Namespace_mBF20DA8C6E65552E7A20B27925528DA652AA70FB (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__namespace_1(); return L_0; } } // System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_Namespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_Namespace_m97060FD87A83914B045AAEFD4E606DFC247666C9 (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__namespace_1(L_0); return; } } // System.String System.Xml.Serialization.XmlTypeMapElementInfo::get_DataTypeNamespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_DataTypeNamespace_mD01B3C085BDF774B869F79127A92DFD5AE4402FA (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTypeMapElementInfo_get_DataTypeNamespace_mD01B3C085BDF774B869F79127A92DFD5AE4402FA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_0 = __this->get__mappedType_7(); if (L_0) { goto IL_000e; } } { return _stringLiteralCD7236D24C2A685E5C9D6FC9D0AC7D11486CB220; } IL_000e: { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_1 = __this->get__mappedType_7(); NullCheck(L_1); String_t* L_2 = XmlTypeMapping_get_XmlTypeNamespace_mCF79251D41D937EBFA8BC926DAAE32B901CA47E7(L_1, /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.Serialization.XmlTypeMapElementInfo::get_DataTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_DataTypeName_m3C32277A6C0C59BE3B5A6E042F484645BDBCF45E (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method) { { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_0 = __this->get__mappedType_7(); if (L_0) { goto IL_0014; } } { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_1 = XmlTypeMapElementInfo_get_TypeData_m0524684C375B4DC119C189394E81427A2DE5212A_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = TypeData_get_XmlType_m5CFA0D29ECB41B9417B28AFFF98B2633C11213D8_inline(L_1, /*hidden argument*/NULL); return L_2; } IL_0014: { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_3 = __this->get__mappedType_7(); NullCheck(L_3); String_t* L_4 = XmlTypeMapping_get_XmlType_m8D93C5A33D0261941FFFCBB14F5280BDA7495094_inline(L_3, /*hidden argument*/NULL); return L_4; } } // System.Xml.Schema.XmlSchemaForm System.Xml.Serialization.XmlTypeMapElementInfo::get_Form() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTypeMapElementInfo_get_Form_mFF8F9222F1ADEC85CAEB907FAA24C408C4EA7D56 (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__form_2(); return L_0; } } // System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_Form(System.Xml.Schema.XmlSchemaForm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_Form_m7F6B34ADFEA53820AE21F99E0FE2F3860E17BBE8 (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set__form_2(L_0); return; } } // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapElementInfo::get_MappedType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * XmlTypeMapElementInfo_get_MappedType_m49C8A77D7C9E2CA92E623FD4DA7EC19E4016A6BA (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method) { { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_0 = __this->get__mappedType_7(); return L_0; } } // System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_MappedType(System.Xml.Serialization.XmlTypeMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_MappedType_mF2C447A4C2EC4A967F9A0FE09585352AC05F9669 (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * ___value0, const RuntimeMethod* method) { { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_0 = ___value0; __this->set__mappedType_7(L_0); return; } } // System.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::get_IsNullable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapElementInfo_get_IsNullable_m78BEEE3D1BF1FA997FC0BDB8FF8A972C04AEC5F0 (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__isNullable_5(); return L_0; } } // System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_IsNullable(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_IsNullable_mEF953CA2460F9C843EB2314AFA6D3B9F49714C67 (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set__isNullable_5(L_0); return; } } // System.Xml.Serialization.XmlTypeMapMember System.Xml.Serialization.XmlTypeMapElementInfo::get_Member() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * XmlTypeMapElementInfo_get_Member_mD1011A5BF3136A3239873A0A2027A49C06EFA7F7 (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method) { { XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * L_0 = __this->get__member_3(); return L_0; } } // System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_NestingLevel(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_NestingLevel_mC52E43CD5216359320949514B3C55575B03BC9F8 (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set__nestingLevel_6(L_0); return; } } // System.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::get_MultiReferenceType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapElementInfo_get_MultiReferenceType_m7CDE6BB50194C6C31C9E8D4D05B34DBF4A06D13A (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method) { { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_0 = __this->get__mappedType_7(); if (!L_0) { goto IL_0014; } } { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_1 = __this->get__mappedType_7(); NullCheck(L_1); bool L_2 = XmlTypeMapping_get_MultiReferenceType_m5F52D4ECF2DE0E24E05301E65D8EA73DE3DE9455_inline(L_1, /*hidden argument*/NULL); return L_2; } IL_0014: { return (bool)0; } } // System.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::get_WrappedElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapElementInfo_get_WrappedElement_mBF7B6217BCBBF89B8765CEE880B2C262972A6142 (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__wrappedElement_9(); return L_0; } } // System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_WrappedElement(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_WrappedElement_m38C5DEC219DF2202707849FDB01670DD5842B800 (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set__wrappedElement_9(L_0); return; } } // System.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::get_IsTextElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapElementInfo_get_IsTextElement_mD8B0E93E921B11FA815C16DD7B60F5164D063035 (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTypeMapElementInfo_get_IsTextElement_mD8B0E93E921B11FA815C16DD7B60F5164D063035_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = XmlTypeMapElementInfo_get_ElementName_m9DEF62F6C5781F3BED48539A6C8C6552B4685E88_inline(__this, /*hidden argument*/NULL); bool L_1 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_0, _stringLiteral599FA2BC545921E6C5AB5B62F0C84A3FA62FFC12, /*hidden argument*/NULL); return L_1; } } // System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_IsTextElement(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_IsTextElement_m0CF6C7E61FFC078A18DBFEF00A18F41245560479 (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTypeMapElementInfo_set_IsTextElement_m0CF6C7E61FFC078A18DBFEF00A18F41245560479_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; if (L_0) { goto IL_000e; } } { Exception_t * L_1 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_1, _stringLiteral7E16ED792C678E6EB233D8408518A00DDD53EEB3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, XmlTypeMapElementInfo_set_IsTextElement_m0CF6C7E61FFC078A18DBFEF00A18F41245560479_RuntimeMethod_var); } IL_000e: { XmlTypeMapElementInfo_set_ElementName_mD539482AA816C4BA37BB37332CD1C96BAB54B8B2_inline(__this, _stringLiteral599FA2BC545921E6C5AB5B62F0C84A3FA62FFC12, /*hidden argument*/NULL); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlTypeMapElementInfo_set_Namespace_m97060FD87A83914B045AAEFD4E606DFC247666C9_inline(__this, L_2, /*hidden argument*/NULL); return; } } // System.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::get_IsUnnamedAnyElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapElementInfo_get_IsUnnamedAnyElement_mB5BA64BF24CCF90F6646420B49CB01BB9598D818 (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTypeMapElementInfo_get_IsUnnamedAnyElement_mB5BA64BF24CCF90F6646420B49CB01BB9598D818_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = XmlTypeMapElementInfo_get_ElementName_m9DEF62F6C5781F3BED48539A6C8C6552B4685E88_inline(__this, /*hidden argument*/NULL); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_2 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_IsUnnamedAnyElement(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_IsUnnamedAnyElement_mE332D4E19FD401689114805E3A4CA48D148F6B1F (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTypeMapElementInfo_set_IsUnnamedAnyElement_mE332D4E19FD401689114805E3A4CA48D148F6B1F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; if (L_0) { goto IL_000e; } } { Exception_t * L_1 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_1, _stringLiteral7E16ED792C678E6EB233D8408518A00DDD53EEB3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, XmlTypeMapElementInfo_set_IsUnnamedAnyElement_mE332D4E19FD401689114805E3A4CA48D148F6B1F_RuntimeMethod_var); } IL_000e: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlTypeMapElementInfo_set_ElementName_mD539482AA816C4BA37BB37332CD1C96BAB54B8B2_inline(__this, L_2, /*hidden argument*/NULL); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlTypeMapElementInfo_set_Namespace_m97060FD87A83914B045AAEFD4E606DFC247666C9_inline(__this, L_3, /*hidden argument*/NULL); return; } } // System.Int32 System.Xml.Serialization.XmlTypeMapElementInfo::get_ExplicitOrder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTypeMapElementInfo_get_ExplicitOrder_mDDB47BF7BFA649EC88C44FF1CFD4380B22619C6A (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__explicitOrder_10(); return L_0; } } // System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_ExplicitOrder(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_ExplicitOrder_mBB4C54DBF622AE40396DD3DB4E78EF25A801707A (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set__explicitOrder_10(L_0); return; } } // System.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapElementInfo_Equals_m8EC63787756F197A9FC77343F08A11319D29AD95 (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTypeMapElementInfo_Equals_m8EC63787756F197A9FC77343F08A11319D29AD95_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * V_0 = NULL; { RuntimeObject * L_0 = ___other0; if (L_0) { goto IL_0005; } } { return (bool)0; } IL_0005: { RuntimeObject * L_1 = ___other0; V_0 = ((XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F *)CastclassClass((RuntimeObject*)L_1, XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F_il2cpp_TypeInfo_var)); String_t* L_2 = __this->get__elementName_0(); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_3 = V_0; NullCheck(L_3); String_t* L_4 = L_3->get__elementName_0(); bool L_5 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_2, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0021; } } { return (bool)0; } IL_0021: { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_6 = __this->get__type_8(); NullCheck(L_6); String_t* L_7 = TypeData_get_XmlType_m5CFA0D29ECB41B9417B28AFFF98B2633C11213D8_inline(L_6, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_8 = V_0; NullCheck(L_8); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_9 = L_8->get__type_8(); NullCheck(L_9); String_t* L_10 = TypeData_get_XmlType_m5CFA0D29ECB41B9417B28AFFF98B2633C11213D8_inline(L_9, /*hidden argument*/NULL); bool L_11 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_7, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0040; } } { return (bool)0; } IL_0040: { String_t* L_12 = __this->get__namespace_1(); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_13 = V_0; NullCheck(L_13); String_t* L_14 = L_13->get__namespace_1(); bool L_15 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_12, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0055; } } { return (bool)0; } IL_0055: { int32_t L_16 = __this->get__form_2(); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_17 = V_0; NullCheck(L_17); int32_t L_18 = L_17->get__form_2(); if ((((int32_t)L_16) == ((int32_t)L_18))) { goto IL_0065; } } { return (bool)0; } IL_0065: { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_19 = __this->get__type_8(); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_20 = V_0; NullCheck(L_20); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_21 = L_20->get__type_8(); if ((((RuntimeObject*)(TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 *)L_19) == ((RuntimeObject*)(TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 *)L_21))) { goto IL_0075; } } { return (bool)0; } IL_0075: { bool L_22 = __this->get__isNullable_5(); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_23 = V_0; NullCheck(L_23); bool L_24 = L_23->get__isNullable_5(); if ((((int32_t)L_22) == ((int32_t)L_24))) { goto IL_0085; } } { return (bool)0; } IL_0085: { RuntimeObject * L_25 = __this->get__choiceValue_4(); if (!L_25) { goto IL_00a2; } } { RuntimeObject * L_26 = __this->get__choiceValue_4(); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_27 = V_0; NullCheck(L_27); RuntimeObject * L_28 = L_27->get__choiceValue_4(); NullCheck(L_26); bool L_29 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_26, L_28); if (L_29) { goto IL_00a2; } } { return (bool)0; } IL_00a2: { RuntimeObject * L_30 = __this->get__choiceValue_4(); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_31 = V_0; NullCheck(L_31); RuntimeObject * L_32 = L_31->get__choiceValue_4(); if ((((RuntimeObject*)(RuntimeObject *)L_30) == ((RuntimeObject*)(RuntimeObject *)L_32))) { goto IL_00b2; } } { return (bool)0; } IL_00b2: { return (bool)1; } } // System.Int32 System.Xml.Serialization.XmlTypeMapElementInfo::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTypeMapElementInfo_GetHashCode_mEE193A0DB2F0155D3A7E2EB110741819598BEBB2 (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method) { { int32_t L_0 = Object_GetHashCode_m81DE0CEF2ACADC7D076800D09B2232BC30639F76(__this, /*hidden argument*/NULL); 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.XmlTypeMapElementInfoList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfoList__ctor_m64DC312DE00730C87BD5B97381612756EB76BE40 (XmlTypeMapElementInfoList_tCD7D387F78138B4E137D285319EC10532B14FBB0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTypeMapElementInfoList__ctor_m64DC312DE00730C87BD5B97381612756EB76BE40_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var); ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(__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.XmlTypeMapMember::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember__ctor_m4C10020F824EA614A94C857193DE05FB97EC9F36 (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTypeMapMember__ctor_m4C10020F824EA614A94C857193DE05FB97EC9F36_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set__globalIndex_2((-1)); __this->set__specifiedGlobalIndex_3((-1)); IL2CPP_RUNTIME_CLASS_INIT(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var); DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * L_0 = ((DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var))->get_Value_0(); __this->set__defaultValue_8(L_0); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); return; } } // System.String System.Xml.Serialization.XmlTypeMapMember::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapMember_get_Name_m01EB8D72D0858B7766E1DB35446B9D69C0F865FF (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__name_0(); return L_0; } } // System.Void System.Xml.Serialization.XmlTypeMapMember::set_Name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_Name_m90E77089971AF4D84C54F766A33A24F5FEDA9C66 (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__name_0(L_0); return; } } // System.Object System.Xml.Serialization.XmlTypeMapMember::get_DefaultValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlTypeMapMember_get_DefaultValue_m88318471DE3EB99058D4559CE19230DBB5DC4468 (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__defaultValue_8(); return L_0; } } // System.Void System.Xml.Serialization.XmlTypeMapMember::set_DefaultValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_DefaultValue_mE353F4A72FA80FFA48A40DE16DB2485F5797DE48 (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set__defaultValue_8(L_0); return; } } // System.Boolean System.Xml.Serialization.XmlTypeMapMember::IsReadOnly(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapMember_IsReadOnly_mB293480E67B48ABC22CA5714CC3D7CD596958B4C (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTypeMapMember_IsReadOnly_mB293480E67B48ABC22CA5714CC3D7CD596958B4C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MemberInfo_t * L_0 = __this->get__member_5(); bool L_1 = MemberInfo_op_Equality_m9B77A8811138313780ADCD0A9EE018748B9249D9(L_0, (MemberInfo_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0015; } } { Type_t * L_2 = ___type0; XmlTypeMapMember_InitMember_m8A1B17534D6F369F8FF546299236FD7272B814F0(__this, L_2, /*hidden argument*/NULL); } IL_0015: { MemberInfo_t * L_3 = __this->get__member_5(); if (!((PropertyInfo_t *)IsInstClass((RuntimeObject*)L_3, PropertyInfo_t_il2cpp_TypeInfo_var))) { goto IL_0036; } } { MemberInfo_t * L_4 = __this->get__member_5(); NullCheck(((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_4, PropertyInfo_t_il2cpp_TypeInfo_var))); bool L_5 = VirtFuncInvoker0< bool >::Invoke(19 /* System.Boolean System.Reflection.PropertyInfo::get_CanWrite() */, ((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_4, PropertyInfo_t_il2cpp_TypeInfo_var))); return (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0); } IL_0036: { return (bool)0; } } // System.Object System.Xml.Serialization.XmlTypeMapMember::GetValue(System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlTypeMapMember_GetValue_m78FB12DCB1B184F279AA49B4357A22D8012ED556 (RuntimeObject * ___ob0, String_t* ___name1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTypeMapMember_GetValue_m78FB12DCB1B184F279AA49B4357A22D8012ED556_MetadataUsageId); s_Il2CppMethodInitialized = true; } MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* V_0 = NULL; { RuntimeObject * L_0 = ___ob0; NullCheck(L_0); Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_0, /*hidden argument*/NULL); String_t* L_2 = ___name1; NullCheck(L_1); MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_3 = VirtFuncInvoker2< MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*, String_t*, int32_t >::Invoke(62 /* System.Reflection.MemberInfo[] System.Type::GetMember(System.String,System.Reflection.BindingFlags) */, L_1, L_2, ((int32_t)20)); V_0 = L_3; MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_4 = V_0; NullCheck(L_4); int32_t L_5 = 0; MemberInfo_t * L_6 = (L_4)->GetAt(static_cast(L_5)); if (!((PropertyInfo_t *)IsInstClass((RuntimeObject*)L_6, PropertyInfo_t_il2cpp_TypeInfo_var))) { goto IL_0029; } } { MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_7 = V_0; NullCheck(L_7); int32_t L_8 = 0; MemberInfo_t * L_9 = (L_7)->GetAt(static_cast(L_8)); RuntimeObject * L_10 = ___ob0; NullCheck(((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_9, PropertyInfo_t_il2cpp_TypeInfo_var))); RuntimeObject * L_11 = VirtFuncInvoker2< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* >::Invoke(26 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Object[]) */, ((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_9, PropertyInfo_t_il2cpp_TypeInfo_var)), L_10, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL); return L_11; } IL_0029: { MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_12 = V_0; NullCheck(L_12); int32_t L_13 = 0; MemberInfo_t * L_14 = (L_12)->GetAt(static_cast(L_13)); RuntimeObject * L_15 = ___ob0; NullCheck(((FieldInfo_t *)CastclassClass((RuntimeObject*)L_14, FieldInfo_t_il2cpp_TypeInfo_var))); RuntimeObject * L_16 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_14, FieldInfo_t_il2cpp_TypeInfo_var)), L_15); return L_16; } } // System.Object System.Xml.Serialization.XmlTypeMapMember::GetValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlTypeMapMember_GetValue_mC0950D54743D872A5D2C90286182B27D1D247121 (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, RuntimeObject * ___ob0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTypeMapMember_GetValue_mC0950D54743D872A5D2C90286182B27D1D247121_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MemberInfo_t * L_0 = __this->get__member_5(); bool L_1 = MemberInfo_op_Equality_m9B77A8811138313780ADCD0A9EE018748B9249D9(L_0, (MemberInfo_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_001a; } } { RuntimeObject * L_2 = ___ob0; NullCheck(L_2); Type_t * L_3 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_2, /*hidden argument*/NULL); XmlTypeMapMember_InitMember_m8A1B17534D6F369F8FF546299236FD7272B814F0(__this, L_3, /*hidden argument*/NULL); } IL_001a: { MemberInfo_t * L_4 = __this->get__member_5(); if (!((PropertyInfo_t *)IsInstClass((RuntimeObject*)L_4, PropertyInfo_t_il2cpp_TypeInfo_var))) { goto IL_003a; } } { MemberInfo_t * L_5 = __this->get__member_5(); RuntimeObject * L_6 = ___ob0; NullCheck(((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_5, PropertyInfo_t_il2cpp_TypeInfo_var))); RuntimeObject * L_7 = VirtFuncInvoker2< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* >::Invoke(26 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Object[]) */, ((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_5, PropertyInfo_t_il2cpp_TypeInfo_var)), L_6, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL); return L_7; } IL_003a: { MemberInfo_t * L_8 = __this->get__member_5(); RuntimeObject * L_9 = ___ob0; NullCheck(((FieldInfo_t *)CastclassClass((RuntimeObject*)L_8, FieldInfo_t_il2cpp_TypeInfo_var))); RuntimeObject * L_10 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_8, FieldInfo_t_il2cpp_TypeInfo_var)), L_9); return L_10; } } // System.Void System.Xml.Serialization.XmlTypeMapMember::SetValue(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_SetValue_m86BDF9F96408E2E0A30421D4B6447BAEB79E47F6 (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, RuntimeObject * ___ob0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTypeMapMember_SetValue_m86BDF9F96408E2E0A30421D4B6447BAEB79E47F6_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MemberInfo_t * L_0 = __this->get__member_5(); bool L_1 = MemberInfo_op_Equality_m9B77A8811138313780ADCD0A9EE018748B9249D9(L_0, (MemberInfo_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_001a; } } { RuntimeObject * L_2 = ___ob0; NullCheck(L_2); Type_t * L_3 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_2, /*hidden argument*/NULL); XmlTypeMapMember_InitMember_m8A1B17534D6F369F8FF546299236FD7272B814F0(__this, L_3, /*hidden argument*/NULL); } IL_001a: { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_4 = __this->get__typeData_4(); NullCheck(L_4); TypeData_ConvertForAssignment_m6186D260959B437546C20716DF9B17D1F10A6925(L_4, (RuntimeObject **)(&___value1), /*hidden argument*/NULL); MemberInfo_t * L_5 = __this->get__member_5(); if (!((PropertyInfo_t *)IsInstClass((RuntimeObject*)L_5, PropertyInfo_t_il2cpp_TypeInfo_var))) { goto IL_0048; } } { MemberInfo_t * L_6 = __this->get__member_5(); RuntimeObject * L_7 = ___ob0; RuntimeObject * L_8 = ___value1; NullCheck(((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_6, PropertyInfo_t_il2cpp_TypeInfo_var))); VirtActionInvoker3< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* >::Invoke(28 /* System.Void System.Reflection.PropertyInfo::SetValue(System.Object,System.Object,System.Object[]) */, ((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_6, PropertyInfo_t_il2cpp_TypeInfo_var)), L_7, L_8, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL); return; } IL_0048: { MemberInfo_t * L_9 = __this->get__member_5(); RuntimeObject * L_10 = ___ob0; RuntimeObject * L_11 = ___value1; NullCheck(((FieldInfo_t *)CastclassClass((RuntimeObject*)L_9, FieldInfo_t_il2cpp_TypeInfo_var))); FieldInfo_SetValue_m9E7A4FBA27F835B6C26CC09CF609333967150E41(((FieldInfo_t *)CastclassClass((RuntimeObject*)L_9, FieldInfo_t_il2cpp_TypeInfo_var)), L_10, L_11, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlTypeMapMember::SetValue(System.Object,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_SetValue_mC2A6F008452555D0425C5332163D752ED46DA981 (RuntimeObject * ___ob0, String_t* ___name1, RuntimeObject * ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTypeMapMember_SetValue_mC2A6F008452555D0425C5332163D752ED46DA981_MetadataUsageId); s_Il2CppMethodInitialized = true; } MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* V_0 = NULL; { RuntimeObject * L_0 = ___ob0; NullCheck(L_0); Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_0, /*hidden argument*/NULL); String_t* L_2 = ___name1; NullCheck(L_1); MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_3 = VirtFuncInvoker2< MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*, String_t*, int32_t >::Invoke(62 /* System.Reflection.MemberInfo[] System.Type::GetMember(System.String,System.Reflection.BindingFlags) */, L_1, L_2, ((int32_t)20)); V_0 = L_3; MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_4 = V_0; NullCheck(L_4); int32_t L_5 = 0; MemberInfo_t * L_6 = (L_4)->GetAt(static_cast(L_5)); if (!((PropertyInfo_t *)IsInstClass((RuntimeObject*)L_6, PropertyInfo_t_il2cpp_TypeInfo_var))) { goto IL_002a; } } { MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_7 = V_0; NullCheck(L_7); int32_t L_8 = 0; MemberInfo_t * L_9 = (L_7)->GetAt(static_cast(L_8)); RuntimeObject * L_10 = ___ob0; RuntimeObject * L_11 = ___value2; NullCheck(((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_9, PropertyInfo_t_il2cpp_TypeInfo_var))); VirtActionInvoker3< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* >::Invoke(28 /* System.Void System.Reflection.PropertyInfo::SetValue(System.Object,System.Object,System.Object[]) */, ((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_9, PropertyInfo_t_il2cpp_TypeInfo_var)), L_10, L_11, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL); return; } IL_002a: { MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_12 = V_0; NullCheck(L_12); int32_t L_13 = 0; MemberInfo_t * L_14 = (L_12)->GetAt(static_cast(L_13)); RuntimeObject * L_15 = ___ob0; RuntimeObject * L_16 = ___value2; NullCheck(((FieldInfo_t *)CastclassClass((RuntimeObject*)L_14, FieldInfo_t_il2cpp_TypeInfo_var))); FieldInfo_SetValue_m9E7A4FBA27F835B6C26CC09CF609333967150E41(((FieldInfo_t *)CastclassClass((RuntimeObject*)L_14, FieldInfo_t_il2cpp_TypeInfo_var)), L_15, L_16, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.XmlTypeMapMember::InitMember(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_InitMember_m8A1B17534D6F369F8FF546299236FD7272B814F0 (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTypeMapMember_InitMember_m8A1B17534D6F369F8FF546299236FD7272B814F0_MetadataUsageId); s_Il2CppMethodInitialized = true; } MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* V_0 = NULL; MethodInfo_t * V_1 = NULL; { Type_t * L_0 = ___type0; String_t* L_1 = __this->get__name_0(); NullCheck(L_0); MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_2 = VirtFuncInvoker2< MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*, String_t*, int32_t >::Invoke(62 /* System.Reflection.MemberInfo[] System.Type::GetMember(System.String,System.Reflection.BindingFlags) */, L_0, L_1, ((int32_t)20)); V_0 = L_2; MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_3 = V_0; NullCheck(L_3); int32_t L_4 = 0; MemberInfo_t * L_5 = (L_3)->GetAt(static_cast(L_4)); __this->set__member_5(L_5); Type_t * L_6 = ___type0; String_t* L_7 = __this->get__name_0(); String_t* L_8 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_7, _stringLiteralB868B2987C81465DF29B3BF546D3655F01B1FFD4, /*hidden argument*/NULL); NullCheck(L_6); MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_9 = VirtFuncInvoker2< MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6*, String_t*, int32_t >::Invoke(62 /* System.Reflection.MemberInfo[] System.Type::GetMember(System.String,System.Reflection.BindingFlags) */, L_6, L_8, ((int32_t)20)); V_0 = L_9; MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_10 = V_0; NullCheck(L_10); if (!(((RuntimeArray*)L_10)->max_length)) { goto IL_003e; } } { MemberInfoU5BU5D_t6A57DDAF4E5321D22FB4C021559637EB126BF6B6* L_11 = V_0; NullCheck(L_11); int32_t L_12 = 0; MemberInfo_t * L_13 = (L_11)->GetAt(static_cast(L_12)); __this->set__specifiedMember_6(L_13); } IL_003e: { MemberInfo_t * L_14 = __this->get__specifiedMember_6(); if (!((PropertyInfo_t *)IsInstClass((RuntimeObject*)L_14, PropertyInfo_t_il2cpp_TypeInfo_var))) { goto IL_0064; } } { MemberInfo_t * L_15 = __this->get__specifiedMember_6(); NullCheck(((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_15, PropertyInfo_t_il2cpp_TypeInfo_var))); bool L_16 = VirtFuncInvoker0< bool >::Invoke(18 /* System.Boolean System.Reflection.PropertyInfo::get_CanRead() */, ((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_15, PropertyInfo_t_il2cpp_TypeInfo_var))); if (L_16) { goto IL_0064; } } { __this->set__specifiedMember_6((MemberInfo_t *)NULL); } IL_0064: { Type_t * L_17 = ___type0; String_t* L_18 = __this->get__name_0(); String_t* L_19 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral71BE626854390279C8DE7ECCCFA7B9B42168F86B, L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_20 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_5(); NullCheck(L_17); MethodInfo_t * L_21 = Type_GetMethod_m694F07057F23808980BF6B1637544F34852759FA(L_17, L_19, ((int32_t)20), (Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *)NULL, L_20, (ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*)(ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*)NULL, /*hidden argument*/NULL); V_1 = L_21; MethodInfo_t * L_22 = V_1; bool L_23 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_22, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_23) { goto IL_00b3; } } { MethodInfo_t * L_24 = V_1; NullCheck(L_24); Type_t * L_25 = VirtFuncInvoker0< Type_t * >::Invoke(40 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_24); RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_26 = { reinterpret_cast (Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_27 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_26, /*hidden argument*/NULL); bool L_28 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_25, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00b3; } } { MethodInfo_t * L_29 = V_1; NullCheck(L_29); bool L_30 = VirtFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethod() */, L_29); if (L_30) { goto IL_00b3; } } { MethodInfo_t * L_31 = V_1; __this->set__shouldSerialize_7(L_31); } IL_00b3: { return; } } // System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapMember::get_TypeData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * XmlTypeMapMember_get_TypeData_m935ACD74537B891B154867FACAEF939B29A44C56 (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, const RuntimeMethod* method) { { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_0 = __this->get__typeData_4(); return L_0; } } // System.Void System.Xml.Serialization.XmlTypeMapMember::set_TypeData(System.Xml.Serialization.TypeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_TypeData_m9408F6124EEEE9EB8EDAF63F231A64C47D0626D5 (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * ___value0, const RuntimeMethod* method) { { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_0 = ___value0; __this->set__typeData_4(L_0); return; } } // System.Int32 System.Xml.Serialization.XmlTypeMapMember::get_Index() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTypeMapMember_get_Index_mEB8556D599618951FE3C05664AAD92D7FD5D99E2 (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__index_1(); return L_0; } } // System.Void System.Xml.Serialization.XmlTypeMapMember::set_Index(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_Index_mE709CE7EDFB06014AD6416A04074CDD4E80CF75B (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set__index_1(L_0); return; } } // System.Int32 System.Xml.Serialization.XmlTypeMapMember::get_GlobalIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTypeMapMember_get_GlobalIndex_m4DC45349150BD89C5BB4DD4602692445A4D2FE87 (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__globalIndex_2(); return L_0; } } // System.Void System.Xml.Serialization.XmlTypeMapMember::set_GlobalIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_GlobalIndex_m0CDF58429EA29057902FD6675CBF07B0B78F8103 (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set__globalIndex_2(L_0); return; } } // System.Boolean System.Xml.Serialization.XmlTypeMapMember::get_IsOptionalValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapMember_get_IsOptionalValueType_m98CBEFE98CBAEEBEA8F57A0DF6BAC63CF0F80750 (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__flags_9(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0); } } // System.Void System.Xml.Serialization.XmlTypeMapMember::set_IsOptionalValueType(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_IsOptionalValueType_m7AABA9ED684CBEAE163FD54E769DA8C42D4076B2 (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, bool ___value0, const RuntimeMethod* method) { XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * G_B2_0 = NULL; XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * G_B1_0 = NULL; int32_t G_B3_0 = 0; XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * G_B3_1 = NULL; { bool L_0 = ___value0; G_B1_0 = __this; if (L_0) { G_B2_0 = __this; goto IL_000f; } } { int32_t L_1 = __this->get__flags_9(); G_B3_0 = ((int32_t)((int32_t)L_1&(int32_t)((int32_t)-2))); G_B3_1 = G_B1_0; goto IL_0017; } IL_000f: { int32_t L_2 = __this->get__flags_9(); G_B3_0 = ((int32_t)((int32_t)L_2|(int32_t)1)); G_B3_1 = G_B2_0; } IL_0017: { NullCheck(G_B3_1); G_B3_1->set__flags_9(G_B3_0); return; } } // System.Boolean System.Xml.Serialization.XmlTypeMapMember::get_IsReturnValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapMember_get_IsReturnValue_mE5EA32DD92513804E82F63620CA67DE8BFF04D9A (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__flags_9(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0); } } // System.Void System.Xml.Serialization.XmlTypeMapMember::set_IsReturnValue(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_IsReturnValue_mD67BA71CB1250E598D7BF6832AFD25542ACF36CD (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, bool ___value0, const RuntimeMethod* method) { XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * G_B2_0 = NULL; XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * G_B1_0 = NULL; int32_t G_B3_0 = 0; XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * G_B3_1 = NULL; { bool L_0 = ___value0; G_B1_0 = __this; if (L_0) { G_B2_0 = __this; goto IL_000f; } } { int32_t L_1 = __this->get__flags_9(); G_B3_0 = ((int32_t)((int32_t)L_1&(int32_t)((int32_t)-3))); G_B3_1 = G_B1_0; goto IL_0017; } IL_000f: { int32_t L_2 = __this->get__flags_9(); G_B3_0 = ((int32_t)((int32_t)L_2|(int32_t)2)); G_B3_1 = G_B2_0; } IL_0017: { NullCheck(G_B3_1); G_B3_1->set__flags_9(G_B3_0); return; } } // System.Void System.Xml.Serialization.XmlTypeMapMember::CheckOptionalValueType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_CheckOptionalValueType_mD5778D092A07A9B610CAD22B8EFDD218875BAE75 (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, Type_t * ___type0, const RuntimeMethod* method) { XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * G_B4_0 = NULL; XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * G_B3_0 = NULL; int32_t G_B5_0 = 0; XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * G_B5_1 = NULL; { MemberInfo_t * L_0 = __this->get__member_5(); bool L_1 = MemberInfo_op_Equality_m9B77A8811138313780ADCD0A9EE018748B9249D9(L_0, (MemberInfo_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0015; } } { Type_t * L_2 = ___type0; XmlTypeMapMember_InitMember_m8A1B17534D6F369F8FF546299236FD7272B814F0(__this, L_2, /*hidden argument*/NULL); } IL_0015: { MemberInfo_t * L_3 = __this->get__specifiedMember_6(); bool L_4 = MemberInfo_op_Inequality_mAFFDD84E1AF346532192B32FA8787E64072B4F5B(L_3, (MemberInfo_t *)NULL, /*hidden argument*/NULL); G_B3_0 = __this; if (L_4) { G_B4_0 = __this; goto IL_0032; } } { MethodInfo_t * L_5 = __this->get__shouldSerialize_7(); bool L_6 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_5, (MethodInfo_t *)NULL, /*hidden argument*/NULL); G_B5_0 = ((int32_t)(L_6)); G_B5_1 = G_B3_0; goto IL_0033; } IL_0032: { G_B5_0 = 1; G_B5_1 = G_B4_0; } IL_0033: { NullCheck(G_B5_1); XmlTypeMapMember_set_IsOptionalValueType_m7AABA9ED684CBEAE163FD54E769DA8C42D4076B2(G_B5_1, (bool)G_B5_0, /*hidden argument*/NULL); return; } } // System.Boolean System.Xml.Serialization.XmlTypeMapMember::GetValueSpecified(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapMember_GetValueSpecified_m27341CB2AF03F3982FCC8F9A40179A6E990C0837 (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, RuntimeObject * ___ob0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTypeMapMember_GetValueSpecified_m27341CB2AF03F3982FCC8F9A40179A6E990C0837_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_1 = NULL; int32_t G_B12_0 = 0; { int32_t L_0 = __this->get__specifiedGlobalIndex_3(); if ((((int32_t)L_0) == ((int32_t)(-1)))) { goto IL_002b; } } { RuntimeObject * L_1 = ___ob0; V_1 = ((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)Castclass((RuntimeObject*)L_1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var)); int32_t L_2 = __this->get__specifiedGlobalIndex_3(); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = V_1; NullCheck(L_3); if ((((int32_t)L_2) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))))) { goto IL_0029; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = V_1; int32_t L_5 = __this->get__specifiedGlobalIndex_3(); NullCheck(L_4); int32_t L_6 = L_5; RuntimeObject * L_7 = (L_4)->GetAt(static_cast(L_6)); return ((*(bool*)((bool*)UnBox(L_7, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var)))); } IL_0029: { return (bool)0; } IL_002b: { V_0 = (bool)1; MemberInfo_t * L_8 = __this->get__specifiedMember_6(); bool L_9 = MemberInfo_op_Inequality_mAFFDD84E1AF346532192B32FA8787E64072B4F5B(L_8, (MemberInfo_t *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_0079; } } { MemberInfo_t * L_10 = __this->get__specifiedMember_6(); if (!((PropertyInfo_t *)IsInstClass((RuntimeObject*)L_10, PropertyInfo_t_il2cpp_TypeInfo_var))) { goto IL_0062; } } { MemberInfo_t * L_11 = __this->get__specifiedMember_6(); RuntimeObject * L_12 = ___ob0; NullCheck(((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_11, PropertyInfo_t_il2cpp_TypeInfo_var))); RuntimeObject * L_13 = VirtFuncInvoker2< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* >::Invoke(26 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Object[]) */, ((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_11, PropertyInfo_t_il2cpp_TypeInfo_var)), L_12, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL); V_0 = ((*(bool*)((bool*)UnBox(L_13, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var)))); goto IL_0079; } IL_0062: { MemberInfo_t * L_14 = __this->get__specifiedMember_6(); RuntimeObject * L_15 = ___ob0; NullCheck(((FieldInfo_t *)CastclassClass((RuntimeObject*)L_14, FieldInfo_t_il2cpp_TypeInfo_var))); RuntimeObject * L_16 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_14, FieldInfo_t_il2cpp_TypeInfo_var)), L_15); V_0 = ((*(bool*)((bool*)UnBox(L_16, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var)))); } IL_0079: { MethodInfo_t * L_17 = __this->get__shouldSerialize_7(); bool L_18 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_17, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_18) { goto IL_00a5; } } { bool L_19 = V_0; if (!L_19) { goto IL_00a3; } } { MethodInfo_t * L_20 = __this->get__shouldSerialize_7(); RuntimeObject * L_21 = ___ob0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)0); NullCheck(L_20); RuntimeObject * L_23 = MethodBase_Invoke_m471794D56262D9DB5B5A324883030AB16BD39674(L_20, L_21, L_22, /*hidden argument*/NULL); G_B12_0 = ((int32_t)(((*(bool*)((bool*)UnBox(L_23, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var)))))); goto IL_00a4; } IL_00a3: { G_B12_0 = 0; } IL_00a4: { V_0 = (bool)G_B12_0; } IL_00a5: { bool L_24 = V_0; return L_24; } } // System.Void System.Xml.Serialization.XmlTypeMapMember::SetValueSpecified(System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_SetValueSpecified_mE6D5AC225756E55745F087BAC7FAAF6D57A45718 (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, RuntimeObject * ___ob0, bool ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTypeMapMember_SetValueSpecified_mE6D5AC225756E55745F087BAC7FAAF6D57A45718_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get__specifiedGlobalIndex_3(); if ((((int32_t)L_0) == ((int32_t)(-1)))) { goto IL_001d; } } { RuntimeObject * L_1 = ___ob0; int32_t L_2 = __this->get__specifiedGlobalIndex_3(); bool L_3 = ___value1; bool L_4 = L_3; RuntimeObject * L_5 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_4); NullCheck(((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)Castclass((RuntimeObject*)L_1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var))); ArrayElementTypeCheck (((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)Castclass((RuntimeObject*)L_1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var)), L_5); (((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)Castclass((RuntimeObject*)L_1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var)))->SetAt(static_cast(L_2), (RuntimeObject *)L_5); return; } IL_001d: { MemberInfo_t * L_6 = __this->get__specifiedMember_6(); if (!((PropertyInfo_t *)IsInstClass((RuntimeObject*)L_6, PropertyInfo_t_il2cpp_TypeInfo_var))) { goto IL_0056; } } { MemberInfo_t * L_7 = __this->get__specifiedMember_6(); NullCheck(((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_7, PropertyInfo_t_il2cpp_TypeInfo_var))); bool L_8 = VirtFuncInvoker0< bool >::Invoke(19 /* System.Boolean System.Reflection.PropertyInfo::get_CanWrite() */, ((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_7, PropertyInfo_t_il2cpp_TypeInfo_var))); if (L_8) { goto IL_003d; } } { return; } IL_003d: { MemberInfo_t * L_9 = __this->get__specifiedMember_6(); RuntimeObject * L_10 = ___ob0; bool L_11 = ___value1; bool L_12 = L_11; RuntimeObject * L_13 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_12); NullCheck(((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_9, PropertyInfo_t_il2cpp_TypeInfo_var))); VirtActionInvoker3< RuntimeObject *, RuntimeObject *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* >::Invoke(28 /* System.Void System.Reflection.PropertyInfo::SetValue(System.Object,System.Object,System.Object[]) */, ((PropertyInfo_t *)CastclassClass((RuntimeObject*)L_9, PropertyInfo_t_il2cpp_TypeInfo_var)), L_10, L_13, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL); return; } IL_0056: { MemberInfo_t * L_14 = __this->get__specifiedMember_6(); if (!((FieldInfo_t *)IsInstClass((RuntimeObject*)L_14, FieldInfo_t_il2cpp_TypeInfo_var))) { goto IL_007a; } } { MemberInfo_t * L_15 = __this->get__specifiedMember_6(); RuntimeObject * L_16 = ___ob0; bool L_17 = ___value1; bool L_18 = L_17; RuntimeObject * L_19 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_18); NullCheck(((FieldInfo_t *)CastclassClass((RuntimeObject*)L_15, FieldInfo_t_il2cpp_TypeInfo_var))); FieldInfo_SetValue_m9E7A4FBA27F835B6C26CC09CF609333967150E41(((FieldInfo_t *)CastclassClass((RuntimeObject*)L_15, FieldInfo_t_il2cpp_TypeInfo_var)), L_16, L_19, /*hidden argument*/NULL); } IL_007a: { 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.XmlTypeMapMemberAnyAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberAnyAttribute__ctor_m7476146B8B2F61153F7A7B8EBB58642136AC89C6 (XmlTypeMapMemberAnyAttribute_t0D4E196AF4FEEE5092B2FF4111A717B5C3E459BE * __this, const RuntimeMethod* method) { { XmlTypeMapMember__ctor_m4C10020F824EA614A94C857193DE05FB97EC9F36(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.Xml.Serialization.XmlTypeMapMemberAnyElement::IsElementDefined(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapMemberAnyElement_IsElementDefined_m4928DF539D16BBD0120B5E1C46A63C7127AA3A4A (XmlTypeMapMemberAnyElement_tEC6C4FFA530F292BC4C09145DA5937285A664472 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTypeMapMemberAnyElement_IsElementDefined_m4928DF539D16BBD0120B5E1C46A63C7127AA3A4A_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * V_1 = NULL; bool V_2 = false; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 3); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { XmlTypeMapElementInfoList_tCD7D387F78138B4E137D285319EC10532B14FBB0 * L_0 = XmlTypeMapMemberElement_get_ElementInfo_m9040052963053089C251D5349921680EAEBF60EC(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); V_0 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_0046; } IL_000e: { RuntimeObject* L_2 = V_0; NullCheck(L_2); RuntimeObject * L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_2); V_1 = ((XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F *)CastclassClass((RuntimeObject*)L_3, XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F_il2cpp_TypeInfo_var)); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_4 = V_1; NullCheck(L_4); bool L_5 = XmlTypeMapElementInfo_get_IsUnnamedAnyElement_mB5BA64BF24CCF90F6646420B49CB01BB9598D818(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0026; } } IL_0022: { V_2 = (bool)1; IL2CPP_LEAVE(0x63, FINALLY_0050); } IL_0026: { XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_6 = V_1; NullCheck(L_6); String_t* L_7 = XmlTypeMapElementInfo_get_ElementName_m9DEF62F6C5781F3BED48539A6C8C6552B4685E88_inline(L_6, /*hidden argument*/NULL); String_t* L_8 = ___name0; bool L_9 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0046; } } IL_0034: { XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_10 = V_1; NullCheck(L_10); String_t* L_11 = XmlTypeMapElementInfo_get_Namespace_mBF20DA8C6E65552E7A20B27925528DA652AA70FB_inline(L_10, /*hidden argument*/NULL); String_t* L_12 = ___ns1; bool L_13 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0046; } } IL_0042: { V_2 = (bool)1; IL2CPP_LEAVE(0x63, FINALLY_0050); } IL_0046: { RuntimeObject* L_14 = V_0; NullCheck(L_14); bool L_15 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_14); if (L_15) { goto IL_000e; } } IL_004e: { IL2CPP_LEAVE(0x61, FINALLY_0050); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0050; } FINALLY_0050: { // begin finally (depth: 1) { RuntimeObject* L_16 = V_0; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_16, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_17 = V_3; if (!L_17) { goto IL_0060; } } IL_005a: { RuntimeObject* L_18 = V_3; NullCheck(L_18); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_18); } IL_0060: { IL2CPP_END_FINALLY(80) } } // end finally (depth: 1) IL2CPP_CLEANUP(80) { IL2CPP_JUMP_TBL(0x63, IL_0063) IL2CPP_JUMP_TBL(0x61, IL_0061) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0061: { return (bool)0; } IL_0063: { bool L_19 = V_2; return L_19; } } // System.Boolean System.Xml.Serialization.XmlTypeMapMemberAnyElement::get_IsDefaultAny() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapMemberAnyElement_get_IsDefaultAny_m0E3A48296277F29F80DE8872273C46D95A3435F9 (XmlTypeMapMemberAnyElement_tEC6C4FFA530F292BC4C09145DA5937285A664472 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTypeMapMemberAnyElement_get_IsDefaultAny_m0E3A48296277F29F80DE8872273C46D95A3435F9_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { XmlTypeMapElementInfoList_tCD7D387F78138B4E137D285319EC10532B14FBB0 * L_0 = XmlTypeMapMemberElement_get_ElementInfo_m9040052963053089C251D5349921680EAEBF60EC(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); V_0 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_0024; } IL_000e: { RuntimeObject* L_2 = V_0; NullCheck(L_2); RuntimeObject * L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_2); NullCheck(((XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F *)CastclassClass((RuntimeObject*)L_3, XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F_il2cpp_TypeInfo_var))); bool L_4 = XmlTypeMapElementInfo_get_IsUnnamedAnyElement_mB5BA64BF24CCF90F6646420B49CB01BB9598D818(((XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F *)CastclassClass((RuntimeObject*)L_3, XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (!L_4) { goto IL_0024; } } IL_0020: { V_1 = (bool)1; IL2CPP_LEAVE(0x41, FINALLY_002e); } IL_0024: { RuntimeObject* L_5 = V_0; NullCheck(L_5); bool L_6 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_5); if (L_6) { goto IL_000e; } } IL_002c: { IL2CPP_LEAVE(0x3F, FINALLY_002e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002e; } FINALLY_002e: { // begin finally (depth: 1) { RuntimeObject* L_7 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_7, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_8 = V_2; if (!L_8) { goto IL_003e; } } IL_0038: { RuntimeObject* L_9 = V_2; NullCheck(L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_9); } IL_003e: { IL2CPP_END_FINALLY(46) } } // end finally (depth: 1) IL2CPP_CLEANUP(46) { IL2CPP_JUMP_TBL(0x41, IL_0041) IL2CPP_JUMP_TBL(0x3F, IL_003f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003f: { return (bool)0; } IL_0041: { bool L_10 = V_1; return L_10; } } // System.Void System.Xml.Serialization.XmlTypeMapMemberAnyElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberAnyElement__ctor_m5AD5D11177B663963F6B3C6F2BA1D916273B76B2 (XmlTypeMapMemberAnyElement_tEC6C4FFA530F292BC4C09145DA5937285A664472 * __this, const RuntimeMethod* method) { { XmlTypeMapMemberExpandable__ctor_mEFC9F67165941B88FF250CDF07261F7BE1887120(__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.XmlTypeMapMemberAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberAttribute__ctor_m8CEEAE851E4C40FEBA26AD21DA466B0A995A5224 (XmlTypeMapMemberAttribute_tD9692D2B3223A558EE5B6FADCED2F92183F16C6C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTypeMapMemberAttribute__ctor_m8CEEAE851E4C40FEBA26AD21DA466B0A995A5224_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set__namespace_11(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); XmlTypeMapMember__ctor_m4C10020F824EA614A94C857193DE05FB97EC9F36(__this, /*hidden argument*/NULL); return; } } // System.String System.Xml.Serialization.XmlTypeMapMemberAttribute::get_AttributeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapMemberAttribute_get_AttributeName_m83DFDF7D039F27A7EEC61969DDB5EF7EB4E7FB13 (XmlTypeMapMemberAttribute_tD9692D2B3223A558EE5B6FADCED2F92183F16C6C * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__attributeName_10(); return L_0; } } // System.Void System.Xml.Serialization.XmlTypeMapMemberAttribute::set_AttributeName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberAttribute_set_AttributeName_mD323963E83A77A79E10333F725A9703262FE98AE (XmlTypeMapMemberAttribute_tD9692D2B3223A558EE5B6FADCED2F92183F16C6C * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__attributeName_10(L_0); return; } } // System.String System.Xml.Serialization.XmlTypeMapMemberAttribute::get_Namespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapMemberAttribute_get_Namespace_m9BD51BBDF49E7A2AB55650819CFAEBCE82D17A0C (XmlTypeMapMemberAttribute_tD9692D2B3223A558EE5B6FADCED2F92183F16C6C * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__namespace_11(); return L_0; } } // System.Void System.Xml.Serialization.XmlTypeMapMemberAttribute::set_Namespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberAttribute_set_Namespace_m4EE949BCC3DDC14618067FBBBD378C327DFE18BF (XmlTypeMapMemberAttribute_tD9692D2B3223A558EE5B6FADCED2F92183F16C6C * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__namespace_11(L_0); return; } } // System.Void System.Xml.Serialization.XmlTypeMapMemberAttribute::set_Form(System.Xml.Schema.XmlSchemaForm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberAttribute_set_Form_mE1E1DB092C4C90202609CEDBBB107C7A15A33DCF (XmlTypeMapMemberAttribute_tD9692D2B3223A558EE5B6FADCED2F92183F16C6C * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set__form_12(L_0); return; } } // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapMemberAttribute::get_MappedType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * XmlTypeMapMemberAttribute_get_MappedType_mAC360A3704BD0996C36978ECE14E3F9A3D87C5B5 (XmlTypeMapMemberAttribute_tD9692D2B3223A558EE5B6FADCED2F92183F16C6C * __this, const RuntimeMethod* method) { { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_0 = __this->get__mappedType_13(); return L_0; } } // System.Void System.Xml.Serialization.XmlTypeMapMemberAttribute::set_MappedType(System.Xml.Serialization.XmlTypeMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberAttribute_set_MappedType_m7AE111885B013B15304E551C99A9758CBE8FFC20 (XmlTypeMapMemberAttribute_tD9692D2B3223A558EE5B6FADCED2F92183F16C6C * __this, XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * ___value0, const RuntimeMethod* method) { { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_0 = ___value0; __this->set__mappedType_13(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.XmlTypeMapMemberElement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberElement__ctor_mB12AA703D664AE33BE3E84BA590B6CCE9695FD26 (XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00 * __this, const RuntimeMethod* method) { { XmlTypeMapMember__ctor_m4C10020F824EA614A94C857193DE05FB97EC9F36(__this, /*hidden argument*/NULL); return; } } // System.Xml.Serialization.XmlTypeMapElementInfoList System.Xml.Serialization.XmlTypeMapMemberElement::get_ElementInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapElementInfoList_tCD7D387F78138B4E137D285319EC10532B14FBB0 * XmlTypeMapMemberElement_get_ElementInfo_m9040052963053089C251D5349921680EAEBF60EC (XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTypeMapMemberElement_get_ElementInfo_m9040052963053089C251D5349921680EAEBF60EC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlTypeMapElementInfoList_tCD7D387F78138B4E137D285319EC10532B14FBB0 * L_0 = __this->get__elementInfo_10(); if (L_0) { goto IL_0013; } } { XmlTypeMapElementInfoList_tCD7D387F78138B4E137D285319EC10532B14FBB0 * L_1 = (XmlTypeMapElementInfoList_tCD7D387F78138B4E137D285319EC10532B14FBB0 *)il2cpp_codegen_object_new(XmlTypeMapElementInfoList_tCD7D387F78138B4E137D285319EC10532B14FBB0_il2cpp_TypeInfo_var); XmlTypeMapElementInfoList__ctor_m64DC312DE00730C87BD5B97381612756EB76BE40(L_1, /*hidden argument*/NULL); __this->set__elementInfo_10(L_1); } IL_0013: { XmlTypeMapElementInfoList_tCD7D387F78138B4E137D285319EC10532B14FBB0 * L_2 = __this->get__elementInfo_10(); return L_2; } } // System.Void System.Xml.Serialization.XmlTypeMapMemberElement::set_ElementInfo(System.Xml.Serialization.XmlTypeMapElementInfoList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberElement_set_ElementInfo_m79F9844EFBE966B1D03E70FF56A2F299EB660DA5 (XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00 * __this, XmlTypeMapElementInfoList_tCD7D387F78138B4E137D285319EC10532B14FBB0 * ___value0, const RuntimeMethod* method) { { XmlTypeMapElementInfoList_tCD7D387F78138B4E137D285319EC10532B14FBB0 * L_0 = ___value0; __this->set__elementInfo_10(L_0); return; } } // System.String System.Xml.Serialization.XmlTypeMapMemberElement::get_ChoiceMember() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapMemberElement_get_ChoiceMember_m714075EE0F52B849A4877B21912A8699CBBAA1A9 (XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__choiceMember_11(); return L_0; } } // System.Void System.Xml.Serialization.XmlTypeMapMemberElement::set_ChoiceMember(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberElement_set_ChoiceMember_m6FCA32C1B1C809A44AA33F6CDE42D84A347AEB37 (XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__choiceMember_11(L_0); return; } } // System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapMemberElement::get_ChoiceTypeData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * XmlTypeMapMemberElement_get_ChoiceTypeData_mA04957C9510DF2C3B928A4B8B42C88D600EB0EEC (XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00 * __this, const RuntimeMethod* method) { { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_0 = __this->get__choiceTypeData_13(); return L_0; } } // System.Void System.Xml.Serialization.XmlTypeMapMemberElement::set_ChoiceTypeData(System.Xml.Serialization.TypeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberElement_set_ChoiceTypeData_mFEC14C310BD069A2B7B603D2A20AA012737D4F16 (XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00 * __this, TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * ___value0, const RuntimeMethod* method) { { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_0 = ___value0; __this->set__choiceTypeData_13(L_0); return; } } // System.Xml.Serialization.XmlTypeMapElementInfo System.Xml.Serialization.XmlTypeMapMemberElement::FindElement(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * XmlTypeMapMemberElement_FindElement_m041544525C2942C058BF7F33AC113A0BB8E13E43 (XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00 * __this, RuntimeObject * ___ob0, RuntimeObject * ___memberValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTypeMapMemberElement_FindElement_m041544525C2942C058BF7F33AC113A0BB8E13E43_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject* V_1 = NULL; XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * V_2 = NULL; XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * V_3 = NULL; RuntimeObject* V_4 = NULL; XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * V_5 = NULL; XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * V_6 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 3); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { XmlTypeMapElementInfoList_tCD7D387F78138B4E137D285319EC10532B14FBB0 * L_0 = __this->get__elementInfo_10(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0020; } } { XmlTypeMapElementInfoList_tCD7D387F78138B4E137D285319EC10532B14FBB0 * L_2 = __this->get__elementInfo_10(); NullCheck(L_2); RuntimeObject * L_3 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, 0); return ((XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F *)CastclassClass((RuntimeObject*)L_3, XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F_il2cpp_TypeInfo_var)); } IL_0020: { String_t* L_4 = __this->get__choiceMember_11(); if (!L_4) { goto IL_008d; } } { RuntimeObject * L_5 = ___ob0; String_t* L_6 = __this->get__choiceMember_11(); RuntimeObject * L_7 = XmlTypeMapMember_GetValue_m78FB12DCB1B184F279AA49B4357A22D8012ED556(L_5, L_6, /*hidden argument*/NULL); V_0 = L_7; XmlTypeMapElementInfoList_tCD7D387F78138B4E137D285319EC10532B14FBB0 * L_8 = __this->get__elementInfo_10(); NullCheck(L_8); RuntimeObject* L_9 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_8); V_1 = L_9; } IL_0041: try { // begin try (depth: 1) { goto IL_006c; } IL_0043: { RuntimeObject* L_10 = V_1; NullCheck(L_10); RuntimeObject * L_11 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_10); V_2 = ((XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F *)CastclassClass((RuntimeObject*)L_11, XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F_il2cpp_TypeInfo_var)); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_12 = V_2; NullCheck(L_12); RuntimeObject * L_13 = XmlTypeMapElementInfo_get_ChoiceValue_m4F0D414BD65D349A88A7FF9C5A43D0B736DCFF15_inline(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_006c; } } IL_0057: { XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_14 = V_2; NullCheck(L_14); RuntimeObject * L_15 = XmlTypeMapElementInfo_get_ChoiceValue_m4F0D414BD65D349A88A7FF9C5A43D0B736DCFF15_inline(L_14, /*hidden argument*/NULL); RuntimeObject * L_16 = V_0; NullCheck(L_15); bool L_17 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_15, L_16); if (!L_17) { goto IL_006c; } } IL_0065: { XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_18 = V_2; V_3 = L_18; IL2CPP_LEAVE(0x11E, FINALLY_0079); } IL_006c: { RuntimeObject* L_19 = V_1; NullCheck(L_19); bool L_20 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_19); if (L_20) { goto IL_0043; } } IL_0074: { IL2CPP_LEAVE(0x11C, FINALLY_0079); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0079; } FINALLY_0079: { // begin finally (depth: 1) { RuntimeObject* L_21 = V_1; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_21, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_22 = V_4; if (!L_22) { goto IL_008c; } } IL_0085: { RuntimeObject* L_23 = V_4; NullCheck(L_23); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_23); } IL_008c: { IL2CPP_END_FINALLY(121) } } // end finally (depth: 1) IL2CPP_CLEANUP(121) { IL2CPP_JUMP_TBL(0x11E, IL_011e) IL2CPP_JUMP_TBL(0x11C, IL_011c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_008d: { RuntimeObject * L_24 = ___memberValue1; if (L_24) { goto IL_00a2; } } { XmlTypeMapElementInfoList_tCD7D387F78138B4E137D285319EC10532B14FBB0 * L_25 = __this->get__elementInfo_10(); NullCheck(L_25); RuntimeObject * L_26 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_25, 0); return ((XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F *)CastclassClass((RuntimeObject*)L_26, XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F_il2cpp_TypeInfo_var)); } IL_00a2: { V_5 = (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F *)NULL; XmlTypeMapElementInfoList_tCD7D387F78138B4E137D285319EC10532B14FBB0 * L_27 = __this->get__elementInfo_10(); NullCheck(L_27); RuntimeObject* L_28 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_27); V_1 = L_28; } IL_00b1: try { // begin try (depth: 1) { goto IL_00fb; } IL_00b3: { RuntimeObject* L_29 = V_1; NullCheck(L_29); RuntimeObject * L_30 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_29); V_6 = ((XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F *)CastclassClass((RuntimeObject*)L_30, XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F_il2cpp_TypeInfo_var)); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_31 = V_6; NullCheck(L_31); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_32 = XmlTypeMapElementInfo_get_TypeData_m0524684C375B4DC119C189394E81427A2DE5212A_inline(L_31, /*hidden argument*/NULL); NullCheck(L_32); Type_t * L_33 = TypeData_get_Type_m6F148A0A8617BDBE3CC452A78E23F3C52595E1E7_inline(L_32, /*hidden argument*/NULL); RuntimeObject * L_34 = ___memberValue1; NullCheck(L_33); bool L_35 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(114 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_33, L_34); if (!L_35) { goto IL_00fb; } } IL_00d4: { XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_36 = V_5; if (!L_36) { goto IL_00f7; } } IL_00d8: { XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_37 = V_6; NullCheck(L_37); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_38 = XmlTypeMapElementInfo_get_TypeData_m0524684C375B4DC119C189394E81427A2DE5212A_inline(L_37, /*hidden argument*/NULL); NullCheck(L_38); Type_t * L_39 = TypeData_get_Type_m6F148A0A8617BDBE3CC452A78E23F3C52595E1E7_inline(L_38, /*hidden argument*/NULL); XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_40 = V_5; NullCheck(L_40); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_41 = XmlTypeMapElementInfo_get_TypeData_m0524684C375B4DC119C189394E81427A2DE5212A_inline(L_40, /*hidden argument*/NULL); NullCheck(L_41); Type_t * L_42 = TypeData_get_Type_m6F148A0A8617BDBE3CC452A78E23F3C52595E1E7_inline(L_41, /*hidden argument*/NULL); NullCheck(L_39); bool L_43 = VirtFuncInvoker1< bool, Type_t * >::Invoke(113 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_39, L_42); if (!L_43) { goto IL_00fb; } } IL_00f7: { XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_44 = V_6; V_5 = L_44; } IL_00fb: { RuntimeObject* L_45 = V_1; NullCheck(L_45); bool L_46 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_45); if (L_46) { goto IL_00b3; } } IL_0103: { IL2CPP_LEAVE(0x119, FINALLY_0105); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0105; } FINALLY_0105: { // begin finally (depth: 1) { RuntimeObject* L_47 = V_1; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_47, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_48 = V_4; if (!L_48) { goto IL_0118; } } IL_0111: { RuntimeObject* L_49 = V_4; NullCheck(L_49); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_49); } IL_0118: { IL2CPP_END_FINALLY(261) } } // end finally (depth: 1) IL2CPP_CLEANUP(261) { IL2CPP_JUMP_TBL(0x119, IL_0119) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0119: { XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_50 = V_5; return L_50; } IL_011c: { return (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F *)NULL; } IL_011e: { XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * L_51 = V_3; return L_51; } } // System.Void System.Xml.Serialization.XmlTypeMapMemberElement::SetChoice(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberElement_SetChoice_m501EA661937686CDF29FDB764A05473A07226869 (XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00 * __this, RuntimeObject * ___ob0, RuntimeObject * ___choice1, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___ob0; String_t* L_1 = __this->get__choiceMember_11(); RuntimeObject * L_2 = ___choice1; XmlTypeMapMember_SetValue_mC2A6F008452555D0425C5332163D752ED46DA981(L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Boolean System.Xml.Serialization.XmlTypeMapMemberElement::get_IsXmlTextCollector() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapMemberElement_get_IsXmlTextCollector_m28AA525BD24CBF0FABCABAC1BD04E33F379BF179 (XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__isTextCollector_12(); return L_0; } } // System.Void System.Xml.Serialization.XmlTypeMapMemberElement::set_IsXmlTextCollector(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberElement_set_IsXmlTextCollector_mB49C13598675B399D3AEA73A7716113EEE426E38 (XmlTypeMapMemberElement_t51AF456B8ECA454E76169688454E82735FB1AE00 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set__isTextCollector_12(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.Int32 System.Xml.Serialization.XmlTypeMapMemberExpandable::get_FlatArrayIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTypeMapMemberExpandable_get_FlatArrayIndex_mA4D67978F38B9E85D99C39E5BA7AB9564B6264D3 (XmlTypeMapMemberExpandable_tEFC74196D6503AB38EEA1AD371BA55EABC7C30ED * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__flatArrayIndex_14(); return L_0; } } // System.Void System.Xml.Serialization.XmlTypeMapMemberExpandable::set_FlatArrayIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberExpandable_set_FlatArrayIndex_m565DC70B7214EF79D6D7F09729719D7939EEF4E9 (XmlTypeMapMemberExpandable_tEFC74196D6503AB38EEA1AD371BA55EABC7C30ED * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set__flatArrayIndex_14(L_0); return; } } // System.Void System.Xml.Serialization.XmlTypeMapMemberExpandable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberExpandable__ctor_mEFC9F67165941B88FF250CDF07261F7BE1887120 (XmlTypeMapMemberExpandable_tEFC74196D6503AB38EEA1AD371BA55EABC7C30ED * __this, const RuntimeMethod* method) { { XmlTypeMapMemberElement__ctor_mB12AA703D664AE33BE3E84BA590B6CCE9695FD26(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.ListMap System.Xml.Serialization.XmlTypeMapMemberFlatList::get_ListMap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742 * XmlTypeMapMemberFlatList_get_ListMap_mD44487614A0547E4E5A5D2548248A3AB39C5985D (XmlTypeMapMemberFlatList_tEA9F25C615A27D3B9761879A55C2BF74E394D31F * __this, const RuntimeMethod* method) { { ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742 * L_0 = __this->get__listMap_15(); return L_0; } } // System.Void System.Xml.Serialization.XmlTypeMapMemberFlatList::set_ListMap(System.Xml.Serialization.ListMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberFlatList_set_ListMap_m4756871AE8C3214B49ED973AC45CF632F5A8DB56 (XmlTypeMapMemberFlatList_tEA9F25C615A27D3B9761879A55C2BF74E394D31F * __this, ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742 * ___value0, const RuntimeMethod* method) { { ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742 * L_0 = ___value0; __this->set__listMap_15(L_0); return; } } // System.Void System.Xml.Serialization.XmlTypeMapMemberFlatList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberFlatList__ctor_mC633B8036E6B2AA4EEB0152B8CDA29936720A2B6 (XmlTypeMapMemberFlatList_tEA9F25C615A27D3B9761879A55C2BF74E394D31F * __this, const RuntimeMethod* method) { { XmlTypeMapMemberExpandable__ctor_mEFC9F67165941B88FF250CDF07261F7BE1887120(__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.XmlTypeMapMemberList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberList__ctor_mAE06E22FC8AEAA53B30321CD1591827E538FCBD9 (XmlTypeMapMemberList_t408EB21F4809E9C2E2059BDE5F77F28F503EA48F * __this, const RuntimeMethod* method) { { XmlTypeMapMemberElement__ctor_mB12AA703D664AE33BE3E84BA590B6CCE9695FD26(__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.XmlTypeMapMemberNamespaces::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberNamespaces__ctor_mC3D111960183CAC6F35A8D637884EBFE3033329D (XmlTypeMapMemberNamespaces_t08BCB01966D11BB8968E6C39E1ACF60C9EEE8C43 * __this, const RuntimeMethod* method) { { XmlTypeMapMember__ctor_m4C10020F824EA614A94C857193DE05FB97EC9F36(__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.XmlTypeMapping::.ctor(System.String,System.String,System.Xml.Serialization.TypeData,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapping__ctor_m2EEBDAD49F2591C07FFA12C78CD32ECA3280B93D (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, String_t* ___elementName0, String_t* ___ns1, TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * ___typeData2, String_t* ___xmlType3, String_t* ___xmlTypeNamespace4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTypeMapping__ctor_m2EEBDAD49F2591C07FFA12C78CD32ECA3280B93D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_isNullable_12((bool)1); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var); ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_0, /*hidden argument*/NULL); __this->set__derivedTypes_14(L_0); String_t* L_1 = ___elementName0; String_t* L_2 = ___ns1; XmlMapping__ctor_mEB3FA1D49170C191343A302F5DD3756B94345C12(__this, L_1, L_2, /*hidden argument*/NULL); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_3 = ___typeData2; __this->set_type_8(L_3); String_t* L_4 = ___xmlType3; __this->set_xmlType_6(L_4); String_t* L_5 = ___xmlTypeNamespace4; __this->set_xmlTypeNamespace_7(L_5); return; } } // System.String System.Xml.Serialization.XmlTypeMapping::get_TypeFullName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapping_get_TypeFullName_m1B1A3C3E18751D7B7BB082F055F99E418BF0C8B0 (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, const RuntimeMethod* method) { { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_0 = __this->get_type_8(); NullCheck(L_0); String_t* L_1 = TypeData_get_FullTypeName_m42130D57E12BA9DF8A41B43A7A47EAA80BC8615B_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapping::get_TypeData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * XmlTypeMapping_get_TypeData_m4DEE9E65218C537ACFE680FCA091F3B360AC47F5 (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, const RuntimeMethod* method) { { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_0 = __this->get_type_8(); return L_0; } } // System.String System.Xml.Serialization.XmlTypeMapping::get_XmlType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapping_get_XmlType_m8D93C5A33D0261941FFFCBB14F5280BDA7495094 (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_xmlType_6(); return L_0; } } // System.Void System.Xml.Serialization.XmlTypeMapping::set_XmlType(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapping_set_XmlType_m286C5464371D350AB10002BC3359104D63578643 (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_xmlType_6(L_0); return; } } // System.String System.Xml.Serialization.XmlTypeMapping::get_XmlTypeNamespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapping_get_XmlTypeNamespace_mCF79251D41D937EBFA8BC926DAAE32B901CA47E7 (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTypeMapping_get_XmlTypeNamespace_mCF79251D41D937EBFA8BC926DAAE32B901CA47E7_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B2_0 = NULL; String_t* G_B1_0 = NULL; { String_t* L_0 = __this->get_xmlTypeNamespace_7(); String_t* L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000f; } } { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B2_0 = L_2; } IL_000f: { return G_B2_0; } } // System.Void System.Xml.Serialization.XmlTypeMapping::set_XmlTypeNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapping_set_XmlTypeNamespace_m433A99F655EFC1C5CD304DCDC57015EEF6693E12 (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_xmlTypeNamespace_7(L_0); return; } } // System.Boolean System.Xml.Serialization.XmlTypeMapping::get_HasXmlTypeNamespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapping_get_HasXmlTypeNamespace_mF0E86370FA04DB7A34AEC31DF88E229783F15A3A (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_xmlTypeNamespace_7(); return (bool)((!(((RuntimeObject*)(String_t*)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Collections.ArrayList System.Xml.Serialization.XmlTypeMapping::get_DerivedTypes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * XmlTypeMapping_get_DerivedTypes_m1033A76B452596128FAAF4E3A2D6D8752057F22A (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, const RuntimeMethod* method) { { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get__derivedTypes_14(); return L_0; } } // System.Boolean System.Xml.Serialization.XmlTypeMapping::get_MultiReferenceType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapping_get_MultiReferenceType_m5F52D4ECF2DE0E24E05301E65D8EA73DE3DE9455 (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_multiReferenceType_10(); return L_0; } } // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapping::get_BaseMap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * XmlTypeMapping_get_BaseMap_m32A6C1911B2EFD2A5483E8BF162CE63D100238FA (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, const RuntimeMethod* method) { { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_0 = __this->get_baseMap_9(); return L_0; } } // System.Void System.Xml.Serialization.XmlTypeMapping::set_BaseMap(System.Xml.Serialization.XmlTypeMapping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapping_set_BaseMap_mC844CFAEDB299FF3D586F1E812535F8277D70FA4 (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * ___value0, const RuntimeMethod* method) { { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_0 = ___value0; __this->set_baseMap_9(L_0); return; } } // System.Void System.Xml.Serialization.XmlTypeMapping::set_IncludeInSchema(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapping_set_IncludeInSchema_mB4D20BE1BA5633ED8812368E5BF057E2867FAD70 (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_includeInSchema_11(L_0); return; } } // System.Boolean System.Xml.Serialization.XmlTypeMapping::get_IsNullable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapping_get_IsNullable_mAECC6C8038F9AE79513DD1208489ACC352EA6A57 (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isNullable_12(); return L_0; } } // System.Void System.Xml.Serialization.XmlTypeMapping::set_IsNullable(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapping_set_IsNullable_mC53A5F2516D99287556C3B2A487ACE6B37792FAA (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isNullable_12(L_0); return; } } // System.Boolean System.Xml.Serialization.XmlTypeMapping::get_IsAny() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapping_get_IsAny_m9FCEA97EDFC1705320832FD06C3C40DFB3E9374E (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isAny_13(); return L_0; } } // System.Void System.Xml.Serialization.XmlTypeMapping::set_IsAny(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapping_set_IsAny_m4E6A71B04D789918A718861D6A3197E8E3BAAED4 (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isAny_13(L_0); return; } } // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapping::GetRealTypeMap(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * XmlTypeMapping_GetRealTypeMap_m8F95271662578DEE6BD6E202BF0899567C010364 (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTypeMapping_GetRealTypeMap_m8F95271662578DEE6BD6E202BF0899567C010364_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * V_1 = NULL; { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_0 = XmlTypeMapping_get_TypeData_m4DEE9E65218C537ACFE680FCA091F3B360AC47F5_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = TypeData_get_SchemaType_m2B255B59385C12C2BC3C045C17CF6DA042E7430A_inline(L_0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)2)))) { goto IL_0010; } } { return __this; } IL_0010: { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_2 = XmlTypeMapping_get_TypeData_m4DEE9E65218C537ACFE680FCA091F3B360AC47F5_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); Type_t * L_3 = TypeData_get_Type_m6F148A0A8617BDBE3CC452A78E23F3C52595E1E7_inline(L_2, /*hidden argument*/NULL); Type_t * L_4 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_5 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0025; } } { return __this; } IL_0025: { V_0 = 0; goto IL_0054; } IL_0029: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_6 = __this->get__derivedTypes_14(); int32_t L_7 = V_0; NullCheck(L_6); RuntimeObject * L_8 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_6, L_7); V_1 = ((XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA *)CastclassClass((RuntimeObject*)L_8, XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA_il2cpp_TypeInfo_var)); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_9 = V_1; NullCheck(L_9); TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_10 = XmlTypeMapping_get_TypeData_m4DEE9E65218C537ACFE680FCA091F3B360AC47F5_inline(L_9, /*hidden argument*/NULL); NullCheck(L_10); Type_t * L_11 = TypeData_get_Type_m6F148A0A8617BDBE3CC452A78E23F3C52595E1E7_inline(L_10, /*hidden argument*/NULL); Type_t * L_12 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_13 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0050; } } { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_14 = V_1; return L_14; } IL_0050: { int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0054: { int32_t L_16 = V_0; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_17 = __this->get__derivedTypes_14(); NullCheck(L_17); int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_17); if ((((int32_t)L_16) < ((int32_t)L_18))) { goto IL_0029; } } { return (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA *)NULL; } } // System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapping::GetRealElementMap(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * XmlTypeMapping_GetRealElementMap_m26B721CC9A877C0B630A80CECED4E310053004CD (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, String_t* ___name0, String_t* ___ens1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTypeMapping_GetRealElementMap_m26B721CC9A877C0B630A80CECED4E310053004CD_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * V_1 = NULL; XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { String_t* L_0 = __this->get_xmlType_6(); String_t* L_1 = ___name0; bool L_2 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001e; } } { String_t* L_3 = XmlTypeMapping_get_XmlTypeNamespace_mCF79251D41D937EBFA8BC926DAAE32B901CA47E7(__this, /*hidden argument*/NULL); String_t* L_4 = ___ens1; bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_001e; } } { return __this; } IL_001e: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_6 = __this->get__derivedTypes_14(); NullCheck(L_6); RuntimeObject* L_7 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_6); V_0 = L_7; } IL_002a: try { // begin try (depth: 1) { goto IL_0058; } IL_002c: { RuntimeObject* L_8 = V_0; NullCheck(L_8); RuntimeObject * L_9 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_8); V_1 = ((XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA *)CastclassClass((RuntimeObject*)L_9, XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA_il2cpp_TypeInfo_var)); XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_10 = V_1; NullCheck(L_10); String_t* L_11 = L_10->get_xmlType_6(); String_t* L_12 = ___name0; bool L_13 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0058; } } IL_0046: { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_14 = V_1; NullCheck(L_14); String_t* L_15 = XmlTypeMapping_get_XmlTypeNamespace_mCF79251D41D937EBFA8BC926DAAE32B901CA47E7(L_14, /*hidden argument*/NULL); String_t* L_16 = ___ens1; bool L_17 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0058; } } IL_0054: { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_18 = V_1; V_2 = L_18; IL2CPP_LEAVE(0x75, FINALLY_0062); } IL_0058: { RuntimeObject* L_19 = V_0; NullCheck(L_19); bool L_20 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_19); if (L_20) { goto IL_002c; } } IL_0060: { IL2CPP_LEAVE(0x73, FINALLY_0062); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0062; } FINALLY_0062: { // begin finally (depth: 1) { RuntimeObject* L_21 = V_0; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_21, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_22 = V_3; if (!L_22) { goto IL_0072; } } IL_006c: { RuntimeObject* L_23 = V_3; NullCheck(L_23); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_23); } IL_0072: { IL2CPP_END_FINALLY(98) } } // end finally (depth: 1) IL2CPP_CLEANUP(98) { IL2CPP_JUMP_TBL(0x75, IL_0075) IL2CPP_JUMP_TBL(0x73, IL_0073) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0073: { return (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA *)NULL; } IL_0075: { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_24 = V_2; return L_24; } } // System.Void System.Xml.Serialization.XmlTypeMapping::UpdateRoot(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapping_UpdateRoot_m4499C0A3083C97D5E81421F579FD6FA7AA2147AB (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___qname0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTypeMapping_UpdateRoot_m4499C0A3083C97D5E81421F579FD6FA7AA2147AB_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_0 = ___qname0; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var); bool L_1 = XmlQualifiedName_op_Inequality_mA30DC190FE84804B2270EEB7BDDAA086F04B9396(L_0, (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0021; } } { XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_2 = ___qname0; NullCheck(L_2); String_t* L_3 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880_inline(L_2, /*hidden argument*/NULL); ((XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 *)__this)->set__elementName_3(L_3); XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_4 = ___qname0; NullCheck(L_4); String_t* L_5 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5_inline(L_4, /*hidden argument*/NULL); ((XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 *)__this)->set__namespace_4(L_5); } IL_0021: { 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.UTF16Decoder::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF16Decoder__ctor_mB8F0305E7E17D1F6DDF21C017E116F3D1A60E7DF (UTF16Decoder_tFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3 * __this, bool ___bigEndian0, const RuntimeMethod* method) { { Decoder__ctor_m45B7A36C197C57ED0DF4F982C280603E2C8CC2A2(__this, /*hidden argument*/NULL); __this->set_lastByte_3((-1)); bool L_0 = ___bigEndian0; __this->set_bigEndian_2(L_0); return; } } // System.Int32 System.Xml.UTF16Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF16Decoder_GetCharCount_mB2DE8D92B66681D994C289424E9E057A02574E08 (UTF16Decoder_tFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0; int32_t L_1 = ___index1; int32_t L_2 = ___count2; int32_t L_3 = VirtFuncInvoker4< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, bool >::Invoke(6 /* System.Int32 System.Text.Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32,System.Boolean) */, __this, L_0, L_1, L_2, (bool)0); return L_3; } } // System.Int32 System.Xml.UTF16Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF16Decoder_GetCharCount_m0BB8C9FB7A60610C1D5C40773AE918CAC73996E4 (UTF16Decoder_tFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___index1, int32_t ___count2, bool ___flush3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF16Decoder_GetCharCount_m0BB8C9FB7A60610C1D5C40773AE918CAC73996E4_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; { int32_t L_0 = ___count2; int32_t L_1 = __this->get_lastByte_3(); G_B1_0 = L_0; if ((((int32_t)L_1) >= ((int32_t)0))) { G_B2_0 = L_0; goto IL_000d; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_000e; } IL_000d: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_000e: { V_0 = ((int32_t)il2cpp_codegen_add((int32_t)G_B3_1, (int32_t)G_B3_0)); bool L_2 = ___flush3; if (!L_2) { goto IL_0039; } } { int32_t L_3 = V_0; if (!((int32_t)((int32_t)L_3%(int32_t)2))) { goto IL_0039; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4; int32_t L_6 = (-1); RuntimeObject * L_7 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_6); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_7); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_7); String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral11A09D431A40A8C4B839A1CFA95E2C9F9AFA2E87, L_5, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_9 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_9, L_8, (String_t*)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, UTF16Decoder_GetCharCount_m0BB8C9FB7A60610C1D5C40773AE918CAC73996E4_RuntimeMethod_var); } IL_0039: { int32_t L_10 = V_0; return ((int32_t)((int32_t)L_10/(int32_t)2)); } } // System.Int32 System.Xml.UTF16Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF16Decoder_GetChars_mB7CC840C81B458A8D13E78F5EE83E17B298B8382 (UTF16Decoder_tFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF16Decoder_GetChars_mB7CC840C81B458A8D13E78F5EE83E17B298B8382_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t G_B5_0 = 0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B5_1 = NULL; int32_t G_B4_0 = 0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B4_1 = NULL; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B6_2 = NULL; { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0; int32_t L_1 = ___byteIndex1; int32_t L_2 = ___byteCount2; int32_t L_3 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(5 /* System.Int32 System.Text.Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32) */, __this, L_0, L_1, L_2); V_0 = L_3; int32_t L_4 = __this->get_lastByte_3(); if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0057; } } { int32_t L_5 = ___byteCount2; if (L_5) { goto IL_0018; } } { int32_t L_6 = V_0; return L_6; } IL_0018: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___bytes0; int32_t L_8 = ___byteIndex1; int32_t L_9 = L_8; ___byteIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); NullCheck(L_7); int32_t L_10 = L_9; uint8_t L_11 = (L_7)->GetAt(static_cast(L_10)); V_1 = L_11; int32_t L_12 = ___byteCount2; ___byteCount2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_13 = ___chars3; int32_t L_14 = ___charIndex4; int32_t L_15 = L_14; ___charIndex4 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); bool L_16 = __this->get_bigEndian_2(); G_B4_0 = L_15; G_B4_1 = L_13; if (L_16) { G_B5_0 = L_15; G_B5_1 = L_13; goto IL_0044; } } { int32_t L_17 = V_1; int32_t L_18 = __this->get_lastByte_3(); G_B6_0 = (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_17<<(int32_t)8))|(int32_t)L_18))))); G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_004f; } IL_0044: { int32_t L_19 = __this->get_lastByte_3(); int32_t L_20 = V_1; G_B6_0 = (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_19<<(int32_t)8))|(int32_t)L_20))))); G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_004f: { NullCheck(G_B6_2); (G_B6_2)->SetAt(static_cast(G_B6_1), (Il2CppChar)G_B6_0); __this->set_lastByte_3((-1)); } IL_0057: { int32_t L_21 = ___byteCount2; if (!((int32_t)((int32_t)L_21&(int32_t)1))) { goto IL_006c; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = ___bytes0; int32_t L_23 = ___byteIndex1; int32_t L_24 = ___byteCount2; int32_t L_25 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)); ___byteCount2 = L_25; NullCheck(L_22); int32_t L_26 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_25)); uint8_t L_27 = (L_22)->GetAt(static_cast(L_26)); __this->set_lastByte_3(L_27); } IL_006c: { bool L_28 = __this->get_bigEndian_2(); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var); bool L_29 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if ((!(((uint32_t)L_28) == ((uint32_t)L_29)))) { goto IL_00dd; } } { int32_t L_30 = ___byteIndex1; int32_t L_31 = ___byteCount2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)L_31)); bool L_32 = __this->get_bigEndian_2(); if (!L_32) { goto IL_00d7; } } { goto IL_00ab; } IL_0087: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = ___bytes0; int32_t L_34 = ___byteIndex1; int32_t L_35 = L_34; ___byteIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); NullCheck(L_33); int32_t L_36 = L_35; uint8_t L_37 = (L_33)->GetAt(static_cast(L_36)); V_3 = L_37; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = ___bytes0; int32_t L_39 = ___byteIndex1; int32_t L_40 = L_39; ___byteIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); NullCheck(L_38); int32_t L_41 = L_40; uint8_t L_42 = (L_38)->GetAt(static_cast(L_41)); V_4 = L_42; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_43 = ___chars3; int32_t L_44 = ___charIndex4; int32_t L_45 = L_44; ___charIndex4 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); int32_t L_46 = V_3; int32_t L_47 = V_4; NullCheck(L_43); (L_43)->SetAt(static_cast(L_45), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_46<<(int32_t)8))|(int32_t)L_47)))))); } IL_00ab: { int32_t L_48 = ___byteIndex1; int32_t L_49 = V_2; if ((((int32_t)L_48) < ((int32_t)L_49))) { goto IL_0087; } } { goto IL_00eb; } IL_00b1: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = ___bytes0; int32_t L_51 = ___byteIndex1; int32_t L_52 = L_51; ___byteIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); NullCheck(L_50); int32_t L_53 = L_52; uint8_t L_54 = (L_50)->GetAt(static_cast(L_53)); V_5 = L_54; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_55 = ___bytes0; int32_t L_56 = ___byteIndex1; int32_t L_57 = L_56; ___byteIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)); NullCheck(L_55); int32_t L_58 = L_57; uint8_t L_59 = (L_55)->GetAt(static_cast(L_58)); V_6 = L_59; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_60 = ___chars3; int32_t L_61 = ___charIndex4; int32_t L_62 = L_61; ___charIndex4 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); int32_t L_63 = V_6; int32_t L_64 = V_5; NullCheck(L_60); (L_60)->SetAt(static_cast(L_62), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_63<<(int32_t)8))|(int32_t)L_64)))))); } IL_00d7: { int32_t L_65 = ___byteIndex1; int32_t L_66 = V_2; if ((((int32_t)L_65) < ((int32_t)L_66))) { goto IL_00b1; } } { goto IL_00eb; } IL_00dd: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_67 = ___bytes0; int32_t L_68 = ___byteIndex1; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_69 = ___chars3; int32_t L_70 = ___charIndex4; int32_t L_71 = ___byteCount2; Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_67, L_68, (RuntimeArray *)(RuntimeArray *)L_69, ((int32_t)il2cpp_codegen_multiply((int32_t)L_70, (int32_t)2)), L_71, /*hidden argument*/NULL); } IL_00eb: { int32_t L_72 = V_0; return L_72; } } // System.Void System.Xml.UTF16Decoder::Convert(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Int32,System.Boolean,System.Int32&,System.Int32&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF16Decoder_Convert_mD67D6D68E1A239916A688FD296DFC3992040BC93 (UTF16Decoder_tFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, int32_t ___charCount5, bool ___flush6, int32_t* ___bytesUsed7, int32_t* ___charsUsed8, bool* ___completed9, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UTF16Decoder_Convert_mD67D6D68E1A239916A688FD296DFC3992040BC93_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t G_B5_0 = 0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B5_1 = NULL; int32_t G_B4_0 = 0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B4_1 = NULL; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* G_B6_2 = NULL; { int32_t* L_0 = ___charsUsed8; *((int32_t*)L_0) = (int32_t)0; int32_t* L_1 = ___bytesUsed7; *((int32_t*)L_1) = (int32_t)0; int32_t L_2 = __this->get_lastByte_3(); if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_006e; } } { int32_t L_3 = ___byteCount2; if (L_3) { goto IL_0019; } } { bool* L_4 = ___completed9; *((int8_t*)L_4) = (int8_t)1; return; } IL_0019: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___bytes0; int32_t L_6 = ___byteIndex1; int32_t L_7 = L_6; ___byteIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); NullCheck(L_5); int32_t L_8 = L_7; uint8_t L_9 = (L_5)->GetAt(static_cast(L_8)); V_0 = L_9; int32_t L_10 = ___byteCount2; ___byteCount2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); int32_t* L_11 = ___bytesUsed7; int32_t* L_12 = ___bytesUsed7; int32_t L_13 = *((int32_t*)L_12); *((int32_t*)L_11) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_14 = ___chars3; int32_t L_15 = ___charIndex4; int32_t L_16 = L_15; ___charIndex4 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); bool L_17 = __this->get_bigEndian_2(); G_B4_0 = L_16; G_B4_1 = L_14; if (L_17) { G_B5_0 = L_16; G_B5_1 = L_14; goto IL_004d; } } { int32_t L_18 = V_0; int32_t L_19 = __this->get_lastByte_3(); G_B6_0 = (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_18<<(int32_t)8))|(int32_t)L_19))))); G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_0058; } IL_004d: { int32_t L_20 = __this->get_lastByte_3(); int32_t L_21 = V_0; G_B6_0 = (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_20<<(int32_t)8))|(int32_t)L_21))))); G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_0058: { NullCheck(G_B6_2); (G_B6_2)->SetAt(static_cast(G_B6_1), (Il2CppChar)G_B6_0); int32_t L_22 = ___charCount5; ___charCount5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)); int32_t* L_23 = ___charsUsed8; int32_t* L_24 = ___charsUsed8; int32_t L_25 = *((int32_t*)L_24); *((int32_t*)L_23) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); __this->set_lastByte_3((-1)); } IL_006e: { int32_t L_26 = ___charCount5; int32_t L_27 = ___byteCount2; if ((((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_26, (int32_t)2))) >= ((int32_t)L_27))) { goto IL_0081; } } { int32_t L_28 = ___charCount5; ___byteCount2 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_28, (int32_t)2)); bool* L_29 = ___completed9; *((int8_t*)L_29) = (int8_t)0; goto IL_0085; } IL_0081: { bool* L_30 = ___completed9; *((int8_t*)L_30) = (int8_t)1; } IL_0085: { bool L_31 = __this->get_bigEndian_2(); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var); bool L_32 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if ((!(((uint32_t)L_31) == ((uint32_t)L_32)))) { goto IL_00f7; } } { int32_t L_33 = ___byteIndex1; V_1 = L_33; int32_t L_34 = V_1; int32_t L_35 = ___byteCount2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)((int32_t)((int32_t)L_35&(int32_t)((int32_t)-2))))); bool L_36 = __this->get_bigEndian_2(); if (!L_36) { goto IL_00f1; } } { goto IL_00c7; } IL_00a5: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = ___bytes0; int32_t L_38 = V_1; int32_t L_39 = L_38; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); NullCheck(L_37); int32_t L_40 = L_39; uint8_t L_41 = (L_37)->GetAt(static_cast(L_40)); V_3 = L_41; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = ___bytes0; int32_t L_43 = V_1; int32_t L_44 = L_43; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); NullCheck(L_42); int32_t L_45 = L_44; uint8_t L_46 = (L_42)->GetAt(static_cast(L_45)); V_4 = L_46; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_47 = ___chars3; int32_t L_48 = ___charIndex4; int32_t L_49 = L_48; ___charIndex4 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); int32_t L_50 = V_3; int32_t L_51 = V_4; NullCheck(L_47); (L_47)->SetAt(static_cast(L_49), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_50<<(int32_t)8))|(int32_t)L_51)))))); } IL_00c7: { int32_t L_52 = V_1; int32_t L_53 = V_2; if ((((int32_t)L_52) < ((int32_t)L_53))) { goto IL_00a5; } } { goto IL_0108; } IL_00cd: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_54 = ___bytes0; int32_t L_55 = V_1; int32_t L_56 = L_55; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); NullCheck(L_54); int32_t L_57 = L_56; uint8_t L_58 = (L_54)->GetAt(static_cast(L_57)); V_5 = L_58; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_59 = ___bytes0; int32_t L_60 = V_1; int32_t L_61 = L_60; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); NullCheck(L_59); int32_t L_62 = L_61; uint8_t L_63 = (L_59)->GetAt(static_cast(L_62)); V_6 = L_63; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_64 = ___chars3; int32_t L_65 = ___charIndex4; int32_t L_66 = L_65; ___charIndex4 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1)); int32_t L_67 = V_6; int32_t L_68 = V_5; NullCheck(L_64); (L_64)->SetAt(static_cast(L_66), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_67<<(int32_t)8))|(int32_t)L_68)))))); } IL_00f1: { int32_t L_69 = V_1; int32_t L_70 = V_2; if ((((int32_t)L_69) < ((int32_t)L_70))) { goto IL_00cd; } } { goto IL_0108; } IL_00f7: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_71 = ___bytes0; int32_t L_72 = ___byteIndex1; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_73 = ___chars3; int32_t L_74 = ___charIndex4; int32_t L_75 = ___byteCount2; Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_71, L_72, (RuntimeArray *)(RuntimeArray *)L_73, ((int32_t)il2cpp_codegen_multiply((int32_t)L_74, (int32_t)2)), ((int32_t)((int32_t)L_75&(int32_t)((int32_t)-2))), /*hidden argument*/NULL); } IL_0108: { int32_t* L_76 = ___charsUsed8; int32_t* L_77 = ___charsUsed8; int32_t L_78 = *((int32_t*)L_77); int32_t L_79 = ___byteCount2; *((int32_t*)L_76) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)((int32_t)((int32_t)L_79/(int32_t)2)))); int32_t* L_80 = ___bytesUsed7; int32_t* L_81 = ___bytesUsed7; int32_t L_82 = *((int32_t*)L_81); int32_t L_83 = ___byteCount2; *((int32_t*)L_80) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)L_83)); int32_t L_84 = ___byteCount2; if (!((int32_t)((int32_t)L_84&(int32_t)1))) { goto IL_012c; } } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_85 = ___bytes0; int32_t L_86 = ___byteIndex1; int32_t L_87 = ___byteCount2; NullCheck(L_85); int32_t L_88 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)L_87)), (int32_t)1)); uint8_t L_89 = (L_85)->GetAt(static_cast(L_88)); __this->set_lastByte_3(L_89); } IL_012c: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 System.Xml.Ucs4Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Decoder_GetCharCount_m769140CF927E64A1CE55414FCA7B79EEB81D17A5 (Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { int32_t L_0 = ___count2; int32_t L_1 = __this->get_lastBytesCount_3(); return ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1))/(int32_t)4)); } } // System.Int32 System.Xml.Ucs4Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Decoder_GetChars_m4F40B02B50108FF6BBCBEB49DD820DE0643254BA (Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = __this->get_lastBytesCount_3(); V_0 = L_0; int32_t L_1 = __this->get_lastBytesCount_3(); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0074; } } { goto IL_003a; } IL_0012: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get_lastBytes_2(); int32_t L_3 = __this->get_lastBytesCount_3(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___bytes0; int32_t L_5 = ___byteIndex1; NullCheck(L_4); int32_t L_6 = L_5; uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (uint8_t)L_7); int32_t L_8 = ___byteIndex1; ___byteIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); int32_t L_9 = ___byteCount2; ___byteCount2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); int32_t L_10 = __this->get_lastBytesCount_3(); __this->set_lastBytesCount_3(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); } IL_003a: { int32_t L_11 = __this->get_lastBytesCount_3(); if ((((int32_t)L_11) >= ((int32_t)4))) { goto IL_0047; } } { int32_t L_12 = ___byteCount2; if ((((int32_t)L_12) > ((int32_t)0))) { goto IL_0012; } } IL_0047: { int32_t L_13 = __this->get_lastBytesCount_3(); if ((((int32_t)L_13) >= ((int32_t)4))) { goto IL_0052; } } { return 0; } IL_0052: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = __this->get_lastBytes_2(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_15 = ___chars3; int32_t L_16 = ___charIndex4; int32_t L_17 = VirtFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t >::Invoke(13 /* System.Int32 System.Xml.Ucs4Decoder::GetFullChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, __this, L_14, 0, 4, L_15, L_16); V_0 = L_17; int32_t L_18 = ___charIndex4; int32_t L_19 = V_0; ___charIndex4 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19)); __this->set_lastBytesCount_3(0); goto IL_0076; } IL_0074: { V_0 = 0; } IL_0076: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = ___bytes0; int32_t L_21 = ___byteIndex1; int32_t L_22 = ___byteCount2; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_23 = ___chars3; int32_t L_24 = ___charIndex4; int32_t L_25 = VirtFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t >::Invoke(13 /* System.Int32 System.Xml.Ucs4Decoder::GetFullChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, __this, L_20, L_21, L_22, L_23, L_24); int32_t L_26 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26)); int32_t L_27 = ___byteCount2; V_1 = ((int32_t)((int32_t)L_27&(int32_t)3)); int32_t L_28 = V_1; if ((((int32_t)L_28) < ((int32_t)0))) { goto IL_00b2; } } { V_2 = 0; goto IL_00a7; } IL_0092: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = __this->get_lastBytes_2(); int32_t L_30 = V_2; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = ___bytes0; int32_t L_32 = ___byteIndex1; int32_t L_33 = ___byteCount2; int32_t L_34 = V_1; int32_t L_35 = V_2; NullCheck(L_31); int32_t L_36 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)), (int32_t)L_34)), (int32_t)L_35)); uint8_t L_37 = (L_31)->GetAt(static_cast(L_36)); NullCheck(L_29); (L_29)->SetAt(static_cast(L_30), (uint8_t)L_37); int32_t L_38 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_00a7: { int32_t L_39 = V_2; int32_t L_40 = V_1; if ((((int32_t)L_39) < ((int32_t)L_40))) { goto IL_0092; } } { int32_t L_41 = V_1; __this->set_lastBytesCount_3(L_41); } IL_00b2: { int32_t L_42 = V_0; return L_42; } } // System.Void System.Xml.Ucs4Decoder::Convert(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Int32,System.Boolean,System.Int32&,System.Int32&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder_Convert_m18BE57D5A88B847D94B172DE43A0A2966FE65395 (Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, int32_t ___charCount5, bool ___flush6, int32_t* ___bytesUsed7, int32_t* ___charsUsed8, bool* ___completed9, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { int32_t* L_0 = ___bytesUsed7; *((int32_t*)L_0) = (int32_t)0; int32_t* L_1 = ___charsUsed8; *((int32_t*)L_1) = (int32_t)0; V_0 = 0; int32_t L_2 = __this->get_lastBytesCount_3(); V_1 = L_2; int32_t L_3 = V_1; if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0086; } } { goto IL_0038; } IL_0017: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get_lastBytes_2(); int32_t L_5 = V_1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___bytes0; int32_t L_7 = ___byteIndex1; NullCheck(L_6); int32_t L_8 = L_7; uint8_t L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (uint8_t)L_9); int32_t L_10 = ___byteIndex1; ___byteIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); int32_t L_11 = ___byteCount2; ___byteCount2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)); int32_t* L_12 = ___bytesUsed7; int32_t* L_13 = ___bytesUsed7; int32_t L_14 = *((int32_t*)L_13); *((int32_t*)L_12) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0038: { int32_t L_16 = V_1; if ((((int32_t)L_16) >= ((int32_t)4))) { goto IL_0040; } } { int32_t L_17 = ___byteCount2; if ((((int32_t)L_17) > ((int32_t)0))) { goto IL_0017; } } IL_0040: { int32_t L_18 = V_1; if ((((int32_t)L_18) >= ((int32_t)4))) { goto IL_0050; } } { int32_t L_19 = V_1; __this->set_lastBytesCount_3(L_19); bool* L_20 = ___completed9; *((int8_t*)L_20) = (int8_t)1; return; } IL_0050: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = __this->get_lastBytes_2(); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_22 = ___chars3; int32_t L_23 = ___charIndex4; int32_t L_24 = VirtFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t >::Invoke(13 /* System.Int32 System.Xml.Ucs4Decoder::GetFullChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, __this, L_21, 0, 4, L_22, L_23); V_0 = L_24; int32_t L_25 = ___charIndex4; int32_t L_26 = V_0; ___charIndex4 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26)); int32_t L_27 = ___charCount5; int32_t L_28 = V_0; ___charCount5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28)); int32_t* L_29 = ___charsUsed8; int32_t L_30 = V_0; *((int32_t*)L_29) = (int32_t)L_30; __this->set_lastBytesCount_3(0); int32_t L_31 = ___charCount5; if (L_31) { goto IL_0088; } } { bool* L_32 = ___completed9; int32_t L_33 = ___byteCount2; *((int8_t*)L_32) = (int8_t)((((int32_t)L_33) == ((int32_t)0))? 1 : 0); return; } IL_0086: { V_0 = 0; } IL_0088: { int32_t L_34 = ___charCount5; int32_t L_35 = ___byteCount2; if ((((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_34, (int32_t)4))) >= ((int32_t)L_35))) { goto IL_009b; } } { int32_t L_36 = ___charCount5; ___byteCount2 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_36, (int32_t)4)); bool* L_37 = ___completed9; *((int8_t*)L_37) = (int8_t)0; goto IL_009f; } IL_009b: { bool* L_38 = ___completed9; *((int8_t*)L_38) = (int8_t)1; } IL_009f: { int32_t* L_39 = ___bytesUsed7; int32_t* L_40 = ___bytesUsed7; int32_t L_41 = *((int32_t*)L_40); int32_t L_42 = ___byteCount2; *((int32_t*)L_39) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)L_42)); int32_t* L_43 = ___charsUsed8; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = ___bytes0; int32_t L_45 = ___byteIndex1; int32_t L_46 = ___byteCount2; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_47 = ___chars3; int32_t L_48 = ___charIndex4; int32_t L_49 = VirtFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t >::Invoke(13 /* System.Int32 System.Xml.Ucs4Decoder::GetFullChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, __this, L_44, L_45, L_46, L_47, L_48); int32_t L_50 = V_0; *((int32_t*)L_43) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)L_50)); int32_t L_51 = ___byteCount2; V_2 = ((int32_t)((int32_t)L_51&(int32_t)3)); int32_t L_52 = V_2; if ((((int32_t)L_52) < ((int32_t)0))) { goto IL_00e5; } } { V_3 = 0; goto IL_00da; } IL_00c5: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_53 = __this->get_lastBytes_2(); int32_t L_54 = V_3; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_55 = ___bytes0; int32_t L_56 = ___byteIndex1; int32_t L_57 = ___byteCount2; int32_t L_58 = V_2; int32_t L_59 = V_3; NullCheck(L_55); int32_t L_60 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)L_57)), (int32_t)L_58)), (int32_t)L_59)); uint8_t L_61 = (L_55)->GetAt(static_cast(L_60)); NullCheck(L_53); (L_53)->SetAt(static_cast(L_54), (uint8_t)L_61); int32_t L_62 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); } IL_00da: { int32_t L_63 = V_3; int32_t L_64 = V_2; if ((((int32_t)L_63) < ((int32_t)L_64))) { goto IL_00c5; } } { int32_t L_65 = V_2; __this->set_lastBytesCount_3(L_65); } IL_00e5: { return; } } // System.Void System.Xml.Ucs4Decoder::Ucs4ToUTF16(System.UInt32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder_Ucs4ToUTF16_mE2B00E83E91137E0916C080FFF026200E307BE69 (Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202 * __this, uint32_t ___code0, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars1, int32_t ___charIndex2, const RuntimeMethod* method) { { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___chars1; int32_t L_1 = ___charIndex2; uint32_t L_2 = ___code0; uint32_t L_3 = ___code0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)55296), (int32_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((uint32_t)L_2>>((int32_t)16))), (int32_t)1))))))), (int32_t)(((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_3>>((int32_t)10)))&(int32_t)((int32_t)63)))))))))))); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = ___chars1; int32_t L_5 = ___charIndex2; uint32_t L_6 = ___code0; NullCheck(L_4); (L_4)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)56320), (int32_t)(((int32_t)((uint16_t)((int32_t)((int32_t)L_6&(int32_t)((int32_t)1023)))))))))))); return; } } // System.Void System.Xml.Ucs4Decoder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder__ctor_mFCE63EF6243360C752217A94706B6B9F634B2D20 (Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Ucs4Decoder__ctor_mFCE63EF6243360C752217A94706B6B9F634B2D20_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)4); __this->set_lastBytes_2(L_0); Decoder__ctor_m45B7A36C197C57ED0DF4F982C280603E2C8CC2A2(__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.Int32 System.Xml.Ucs4Decoder1234::GetFullChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Decoder1234_GetFullChars_mE57D32ED7E633DF3D4E752F2DBE626CCB6FC431C (Ucs4Decoder1234_t5259EA5D5837DD5F24E735F44E276DFD6F9FCB5B * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Ucs4Decoder1234_GetFullChars_mE57D32ED7E633DF3D4E752F2DBE626CCB6FC431C_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___byteCount2; int32_t L_1 = ___byteIndex1; ___byteCount2 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = ___byteIndex1; V_1 = L_2; int32_t L_3 = ___charIndex4; V_2 = L_3; goto IL_0093; } IL_000f: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___bytes0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___bytes0; int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___bytes0; int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2)); uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___bytes0; int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)3)); uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_15<<(int32_t)8))))|(int32_t)L_19)); uint32_t L_20 = V_0; if ((!(((uint32_t)L_20) > ((uint32_t)((int32_t)1114111))))) { goto IL_0055; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = L_21; int32_t L_23 = V_1; int32_t L_24 = L_23; RuntimeObject * L_25 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_24); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_25); (L_22)->SetAt(static_cast(0), (RuntimeObject *)L_25); String_t* L_26 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral11A09D431A40A8C4B839A1CFA95E2C9F9AFA2E87, L_22, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_27 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_27, L_26, (String_t*)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, Ucs4Decoder1234_GetFullChars_mE57D32ED7E633DF3D4E752F2DBE626CCB6FC431C_RuntimeMethod_var); } IL_0055: { uint32_t L_28 = V_0; if ((!(((uint32_t)L_28) > ((uint32_t)((int32_t)65535))))) { goto IL_006d; } } { uint32_t L_29 = V_0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_30 = ___chars3; int32_t L_31 = V_2; Ucs4Decoder_Ucs4ToUTF16_mE2B00E83E91137E0916C080FFF026200E307BE69(__this, L_29, L_30, L_31, /*hidden argument*/NULL); int32_t L_32 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); goto IL_008b; } IL_006d: { uint32_t L_33 = V_0; bool L_34 = XmlCharType_IsSurrogate_m50C5FC90DDE09082AE85DD9F442AD29EB1C78DDD(L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_0085; } } { String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_36 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_36, _stringLiteralF9DCE970B7F80CC2A5C77022A4413B969FC11A15, L_35, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, Ucs4Decoder1234_GetFullChars_mE57D32ED7E633DF3D4E752F2DBE626CCB6FC431C_RuntimeMethod_var); } IL_0085: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_37 = ___chars3; int32_t L_38 = V_2; uint32_t L_39 = V_0; NullCheck(L_37); (L_37)->SetAt(static_cast(L_38), (Il2CppChar)(((int32_t)((uint16_t)L_39)))); } IL_008b: { int32_t L_40 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); int32_t L_41 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)4)); } IL_0093: { int32_t L_42 = V_1; int32_t L_43 = ___byteCount2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)3))) < ((int32_t)L_43))) { goto IL_000f; } } { int32_t L_44 = V_2; int32_t L_45 = ___charIndex4; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45)); } } // System.Void System.Xml.Ucs4Decoder1234::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder1234__ctor_m693D38445FEF1B7357EBBEA30669318BB852DBF2 (Ucs4Decoder1234_t5259EA5D5837DD5F24E735F44E276DFD6F9FCB5B * __this, const RuntimeMethod* method) { { Ucs4Decoder__ctor_mFCE63EF6243360C752217A94706B6B9F634B2D20(__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.Int32 System.Xml.Ucs4Decoder2143::GetFullChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Decoder2143_GetFullChars_m8E0B68EAFC7736D0A18590258C55F5CFFCC11CA0 (Ucs4Decoder2143_t547DAB340F068202F02204C0BB33EC43E5297C1A * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Ucs4Decoder2143_GetFullChars_m8E0B68EAFC7736D0A18590258C55F5CFFCC11CA0_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___byteCount2; int32_t L_1 = ___byteIndex1; ___byteCount2 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = ___byteIndex1; V_1 = L_2; int32_t L_3 = ___charIndex4; V_2 = L_3; goto IL_0093; } IL_000f: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___bytes0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___bytes0; int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___bytes0; int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)3)); uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___bytes0; int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)2)); uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_15<<(int32_t)8))))|(int32_t)L_19)); uint32_t L_20 = V_0; if ((!(((uint32_t)L_20) > ((uint32_t)((int32_t)1114111))))) { goto IL_0055; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = L_21; int32_t L_23 = V_1; int32_t L_24 = L_23; RuntimeObject * L_25 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_24); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_25); (L_22)->SetAt(static_cast(0), (RuntimeObject *)L_25); String_t* L_26 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral11A09D431A40A8C4B839A1CFA95E2C9F9AFA2E87, L_22, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_27 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_27, L_26, (String_t*)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, Ucs4Decoder2143_GetFullChars_m8E0B68EAFC7736D0A18590258C55F5CFFCC11CA0_RuntimeMethod_var); } IL_0055: { uint32_t L_28 = V_0; if ((!(((uint32_t)L_28) > ((uint32_t)((int32_t)65535))))) { goto IL_006d; } } { uint32_t L_29 = V_0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_30 = ___chars3; int32_t L_31 = V_2; Ucs4Decoder_Ucs4ToUTF16_mE2B00E83E91137E0916C080FFF026200E307BE69(__this, L_29, L_30, L_31, /*hidden argument*/NULL); int32_t L_32 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); goto IL_008b; } IL_006d: { uint32_t L_33 = V_0; bool L_34 = XmlCharType_IsSurrogate_m50C5FC90DDE09082AE85DD9F442AD29EB1C78DDD(L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_0085; } } { String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_36 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_36, _stringLiteralF9DCE970B7F80CC2A5C77022A4413B969FC11A15, L_35, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, Ucs4Decoder2143_GetFullChars_m8E0B68EAFC7736D0A18590258C55F5CFFCC11CA0_RuntimeMethod_var); } IL_0085: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_37 = ___chars3; int32_t L_38 = V_2; uint32_t L_39 = V_0; NullCheck(L_37); (L_37)->SetAt(static_cast(L_38), (Il2CppChar)(((int32_t)((uint16_t)L_39)))); } IL_008b: { int32_t L_40 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); int32_t L_41 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)4)); } IL_0093: { int32_t L_42 = V_1; int32_t L_43 = ___byteCount2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)3))) < ((int32_t)L_43))) { goto IL_000f; } } { int32_t L_44 = V_2; int32_t L_45 = ___charIndex4; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45)); } } // System.Void System.Xml.Ucs4Decoder2143::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder2143__ctor_mBBD13F1171DAC49FA5CEB1FA2415979A93E35579 (Ucs4Decoder2143_t547DAB340F068202F02204C0BB33EC43E5297C1A * __this, const RuntimeMethod* method) { { Ucs4Decoder__ctor_mFCE63EF6243360C752217A94706B6B9F634B2D20(__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.Int32 System.Xml.Ucs4Decoder3412::GetFullChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Decoder3412_GetFullChars_mB485DA944CE4CB280F7674A17104D710DA4CBBB0 (Ucs4Decoder3412_t71A85A8FD45F4680892F71F2FB3E410942CFF271 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Ucs4Decoder3412_GetFullChars_mB485DA944CE4CB280F7674A17104D710DA4CBBB0_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___byteCount2; int32_t L_1 = ___byteIndex1; ___byteCount2 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = ___byteIndex1; V_1 = L_2; int32_t L_3 = ___charIndex4; V_2 = L_3; goto IL_0093; } IL_000f: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___bytes0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)2)); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___bytes0; int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)3)); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___bytes0; int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = L_13; uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___bytes0; int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_15<<(int32_t)8))))|(int32_t)L_19)); uint32_t L_20 = V_0; if ((!(((uint32_t)L_20) > ((uint32_t)((int32_t)1114111))))) { goto IL_0055; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = L_21; int32_t L_23 = V_1; int32_t L_24 = L_23; RuntimeObject * L_25 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_24); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_25); (L_22)->SetAt(static_cast(0), (RuntimeObject *)L_25); String_t* L_26 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral11A09D431A40A8C4B839A1CFA95E2C9F9AFA2E87, L_22, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_27 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_27, L_26, (String_t*)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, Ucs4Decoder3412_GetFullChars_mB485DA944CE4CB280F7674A17104D710DA4CBBB0_RuntimeMethod_var); } IL_0055: { uint32_t L_28 = V_0; if ((!(((uint32_t)L_28) > ((uint32_t)((int32_t)65535))))) { goto IL_006d; } } { uint32_t L_29 = V_0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_30 = ___chars3; int32_t L_31 = V_2; Ucs4Decoder_Ucs4ToUTF16_mE2B00E83E91137E0916C080FFF026200E307BE69(__this, L_29, L_30, L_31, /*hidden argument*/NULL); int32_t L_32 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); goto IL_008b; } IL_006d: { uint32_t L_33 = V_0; bool L_34 = XmlCharType_IsSurrogate_m50C5FC90DDE09082AE85DD9F442AD29EB1C78DDD(L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_0085; } } { String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_36 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_36, _stringLiteralF9DCE970B7F80CC2A5C77022A4413B969FC11A15, L_35, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, Ucs4Decoder3412_GetFullChars_mB485DA944CE4CB280F7674A17104D710DA4CBBB0_RuntimeMethod_var); } IL_0085: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_37 = ___chars3; int32_t L_38 = V_2; uint32_t L_39 = V_0; NullCheck(L_37); (L_37)->SetAt(static_cast(L_38), (Il2CppChar)(((int32_t)((uint16_t)L_39)))); } IL_008b: { int32_t L_40 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); int32_t L_41 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)4)); } IL_0093: { int32_t L_42 = V_1; int32_t L_43 = ___byteCount2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)3))) < ((int32_t)L_43))) { goto IL_000f; } } { int32_t L_44 = V_2; int32_t L_45 = ___charIndex4; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45)); } } // System.Void System.Xml.Ucs4Decoder3412::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder3412__ctor_mF7CD9036660FA119301495FE2BB90850BE80F0B2 (Ucs4Decoder3412_t71A85A8FD45F4680892F71F2FB3E410942CFF271 * __this, const RuntimeMethod* method) { { Ucs4Decoder__ctor_mFCE63EF6243360C752217A94706B6B9F634B2D20(__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.Int32 System.Xml.Ucs4Decoder4321::GetFullChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Decoder4321_GetFullChars_m02FCE788A566D4260A0B21ADB18503C08480D389 (Ucs4Decoder4321_t7A5441C478AD040FA530C1725BC78BE6EFC13022 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Ucs4Decoder4321_GetFullChars_m02FCE788A566D4260A0B21ADB18503C08480D389_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___byteCount2; int32_t L_1 = ___byteIndex1; ___byteCount2 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = ___byteIndex1; V_1 = L_2; int32_t L_3 = ___charIndex4; V_2 = L_3; goto IL_0093; } IL_000f: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___bytes0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)3)); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___bytes0; int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)2)); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___bytes0; int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___bytes0; int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = L_17; uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_15<<(int32_t)8))))|(int32_t)L_19)); uint32_t L_20 = V_0; if ((!(((uint32_t)L_20) > ((uint32_t)((int32_t)1114111))))) { goto IL_0055; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = L_21; int32_t L_23 = V_1; int32_t L_24 = L_23; RuntimeObject * L_25 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_24); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_25); (L_22)->SetAt(static_cast(0), (RuntimeObject *)L_25); String_t* L_26 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral11A09D431A40A8C4B839A1CFA95E2C9F9AFA2E87, L_22, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_27 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_27, L_26, (String_t*)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, Ucs4Decoder4321_GetFullChars_m02FCE788A566D4260A0B21ADB18503C08480D389_RuntimeMethod_var); } IL_0055: { uint32_t L_28 = V_0; if ((!(((uint32_t)L_28) > ((uint32_t)((int32_t)65535))))) { goto IL_006d; } } { uint32_t L_29 = V_0; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_30 = ___chars3; int32_t L_31 = V_2; Ucs4Decoder_Ucs4ToUTF16_mE2B00E83E91137E0916C080FFF026200E307BE69(__this, L_29, L_30, L_31, /*hidden argument*/NULL); int32_t L_32 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); goto IL_008b; } IL_006d: { uint32_t L_33 = V_0; bool L_34 = XmlCharType_IsSurrogate_m50C5FC90DDE09082AE85DD9F442AD29EB1C78DDD(L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_0085; } } { String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_36 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_36, _stringLiteralF9DCE970B7F80CC2A5C77022A4413B969FC11A15, L_35, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, Ucs4Decoder4321_GetFullChars_m02FCE788A566D4260A0B21ADB18503C08480D389_RuntimeMethod_var); } IL_0085: { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_37 = ___chars3; int32_t L_38 = V_2; uint32_t L_39 = V_0; NullCheck(L_37); (L_37)->SetAt(static_cast(L_38), (Il2CppChar)(((int32_t)((uint16_t)L_39)))); } IL_008b: { int32_t L_40 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); int32_t L_41 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)4)); } IL_0093: { int32_t L_42 = V_1; int32_t L_43 = ___byteCount2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)3))) < ((int32_t)L_43))) { goto IL_000f; } } { int32_t L_44 = V_2; int32_t L_45 = ___charIndex4; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45)); } } // System.Void System.Xml.Ucs4Decoder4321::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder4321__ctor_mAA6D4C2AF19436C04AF238AC07F2937AEE799D7B (Ucs4Decoder4321_t7A5441C478AD040FA530C1725BC78BE6EFC13022 * __this, const RuntimeMethod* method) { { Ucs4Decoder__ctor_mFCE63EF6243360C752217A94706B6B9F634B2D20(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.Xml.Ucs4Encoding::get_WebName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Ucs4Encoding_get_WebName_mF1B2B2C8A76C3049F1FF06C64114C481558C9AB3 (Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B * __this, const RuntimeMethod* method) { { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Text.Encoding::get_EncodingName() */, __this); return L_0; } } // System.Text.Decoder System.Xml.Ucs4Encoding::GetDecoder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * Ucs4Encoding_GetDecoder_mF77BFE8C319E5C38FA029A527F3E15DA7BEA639E (Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B * __this, const RuntimeMethod* method) { { Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202 * L_0 = __this->get_ucs4Decoder_16(); return L_0; } } // System.Int32 System.Xml.Ucs4Encoding::GetByteCount(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Encoding_GetByteCount_mCB2CEFF6DCF7C69CA0D262B89550A5CA1E3137C0 (Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Ucs4Encoding_GetByteCount_mCB2CEFF6DCF7C69CA0D262B89550A5CA1E3137C0_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___count2; if (((int64_t)L_0 * (int64_t)4 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_0 * (int64_t)4 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Ucs4Encoding_GetByteCount_mCB2CEFF6DCF7C69CA0D262B89550A5CA1E3137C0_RuntimeMethod_var); return ((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)4)); } } // System.Byte[] System.Xml.Ucs4Encoding::GetBytes(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Ucs4Encoding_GetBytes_m8C4F1929030E946CD020A06DBF637D7590F15ECF (Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B * __this, String_t* ___s0, const RuntimeMethod* method) { { return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL; } } // System.Int32 System.Xml.Ucs4Encoding::GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Encoding_GetBytes_m9DC72D8F08F2A898832902797E46782A4F88F40F (Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___charIndex1, int32_t ___charCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes3, int32_t ___byteIndex4, const RuntimeMethod* method) { { return 0; } } // System.Int32 System.Xml.Ucs4Encoding::GetMaxByteCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Encoding_GetMaxByteCount_m20FDABC8B000440D2461648174786D1C57BC1774 (Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B * __this, int32_t ___charCount0, const RuntimeMethod* method) { { return 0; } } // System.Int32 System.Xml.Ucs4Encoding::GetCharCount(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Encoding_GetCharCount_m2B9C26075570B6E892AC9EBB8F0DEC1B6A6DAB7A (Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202 * L_0 = __this->get_ucs4Decoder_16(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___bytes0; int32_t L_2 = ___index1; int32_t L_3 = ___count2; NullCheck(L_0); int32_t L_4 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(5 /* System.Int32 System.Text.Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return L_4; } } // System.Int32 System.Xml.Ucs4Encoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Encoding_GetChars_mCD97667C09F11CEFA0EE46CACEF4C66A32E7FEBE (Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, const RuntimeMethod* method) { { Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202 * L_0 = __this->get_ucs4Decoder_16(); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___bytes0; int32_t L_2 = ___byteIndex1; int32_t L_3 = ___byteCount2; CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = ___chars3; int32_t L_5 = ___charIndex4; NullCheck(L_0); int32_t L_6 = VirtFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t >::Invoke(8 /* System.Int32 System.Text.Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_0, L_1, L_2, L_3, L_4, L_5); return L_6; } } // System.Int32 System.Xml.Ucs4Encoding::GetMaxCharCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Encoding_GetMaxCharCount_m0F7B78AF8111243C9E2ACD10DECED95B43F87727 (Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B * __this, int32_t ___byteCount0, const RuntimeMethod* method) { { int32_t L_0 = ___byteCount0; return ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)3))/(int32_t)4)); } } // System.Int32 System.Xml.Ucs4Encoding::get_CodePage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Encoding_get_CodePage_mB64F4732017815B12FABBD219F7DB82C989E301B (Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B * __this, const RuntimeMethod* method) { { return 0; } } // System.Text.Encoder System.Xml.Ucs4Encoding::GetEncoder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * Ucs4Encoding_GetEncoder_mA95A76E875035869D218A4F76E0D393C26A532E1 (Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B * __this, const RuntimeMethod* method) { { return (Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 *)NULL; } } // System.Text.Encoding System.Xml.Ucs4Encoding::get_UCS4_Littleendian() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Ucs4Encoding_get_UCS4_Littleendian_m5C2AE595ACF4252EBA34CCA542F88B6432B09567 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Ucs4Encoding_get_UCS4_Littleendian_m5C2AE595ACF4252EBA34CCA542F88B6432B09567_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Ucs4Encoding4321_tB1C3244370DDE5A456E03EB4A42AA22E44FE522F * L_0 = (Ucs4Encoding4321_tB1C3244370DDE5A456E03EB4A42AA22E44FE522F *)il2cpp_codegen_object_new(Ucs4Encoding4321_tB1C3244370DDE5A456E03EB4A42AA22E44FE522F_il2cpp_TypeInfo_var); Ucs4Encoding4321__ctor_m87BE1C9E84B38804504CF5B52AC3E46921C6D058(L_0, /*hidden argument*/NULL); return L_0; } } // System.Text.Encoding System.Xml.Ucs4Encoding::get_UCS4_Bigendian() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Ucs4Encoding_get_UCS4_Bigendian_m6582E8EB68259770BAA885E83CFD64CEF26A40E4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Ucs4Encoding_get_UCS4_Bigendian_m6582E8EB68259770BAA885E83CFD64CEF26A40E4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Ucs4Encoding1234_tEB3CFB8928BE3EBF0995438638BF0D76D8940D29 * L_0 = (Ucs4Encoding1234_tEB3CFB8928BE3EBF0995438638BF0D76D8940D29 *)il2cpp_codegen_object_new(Ucs4Encoding1234_tEB3CFB8928BE3EBF0995438638BF0D76D8940D29_il2cpp_TypeInfo_var); Ucs4Encoding1234__ctor_m5C741A2EE0C816A7713C476667D0A682E9BDD8E8(L_0, /*hidden argument*/NULL); return L_0; } } // System.Text.Encoding System.Xml.Ucs4Encoding::get_UCS4_2143() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Ucs4Encoding_get_UCS4_2143_mDF233CB0BC03952918B34909F86E3F3D3CF3D9FF (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Ucs4Encoding_get_UCS4_2143_mDF233CB0BC03952918B34909F86E3F3D3CF3D9FF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Ucs4Encoding2143_tB7EE38A288D464FED8C3CE4EDFD5E92E52BB7F29 * L_0 = (Ucs4Encoding2143_tB7EE38A288D464FED8C3CE4EDFD5E92E52BB7F29 *)il2cpp_codegen_object_new(Ucs4Encoding2143_tB7EE38A288D464FED8C3CE4EDFD5E92E52BB7F29_il2cpp_TypeInfo_var); Ucs4Encoding2143__ctor_m203239437FC2BA510EE5353009DE40711A8C88FE(L_0, /*hidden argument*/NULL); return L_0; } } // System.Text.Encoding System.Xml.Ucs4Encoding::get_UCS4_3412() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Ucs4Encoding_get_UCS4_3412_mA48C6A9FD3425790F1C4224A5EBB61170A3A7D88 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Ucs4Encoding_get_UCS4_3412_mA48C6A9FD3425790F1C4224A5EBB61170A3A7D88_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Ucs4Encoding3412_tC82C1FE5FA8637A21C47621D72C441598BD0DE5D * L_0 = (Ucs4Encoding3412_tC82C1FE5FA8637A21C47621D72C441598BD0DE5D *)il2cpp_codegen_object_new(Ucs4Encoding3412_tC82C1FE5FA8637A21C47621D72C441598BD0DE5D_il2cpp_TypeInfo_var); Ucs4Encoding3412__ctor_m9710A8475D37B143723F97B502E6CEC152A9A647(L_0, /*hidden argument*/NULL); return L_0; } } // System.Void System.Xml.Ucs4Encoding::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Encoding__ctor_m68DC920F51FE2228654A5713C3E8B82285B417DD (Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B * __this, const RuntimeMethod* method) { { Encoding__ctor_mD471DCEC5836E18498A19E921AC2CAA8C3A3E654(__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.Ucs4Encoding1234::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Encoding1234__ctor_m5C741A2EE0C816A7713C476667D0A682E9BDD8E8 (Ucs4Encoding1234_tEB3CFB8928BE3EBF0995438638BF0D76D8940D29 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Ucs4Encoding1234__ctor_m5C741A2EE0C816A7713C476667D0A682E9BDD8E8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Ucs4Encoding__ctor_m68DC920F51FE2228654A5713C3E8B82285B417DD(__this, /*hidden argument*/NULL); Ucs4Decoder1234_t5259EA5D5837DD5F24E735F44E276DFD6F9FCB5B * L_0 = (Ucs4Decoder1234_t5259EA5D5837DD5F24E735F44E276DFD6F9FCB5B *)il2cpp_codegen_object_new(Ucs4Decoder1234_t5259EA5D5837DD5F24E735F44E276DFD6F9FCB5B_il2cpp_TypeInfo_var); Ucs4Decoder1234__ctor_m693D38445FEF1B7357EBBEA30669318BB852DBF2(L_0, /*hidden argument*/NULL); ((Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B *)__this)->set_ucs4Decoder_16(L_0); return; } } // System.String System.Xml.Ucs4Encoding1234::get_EncodingName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Ucs4Encoding1234_get_EncodingName_m942E61DE6EF4F256E348DA5CBF1F9AF60CF17C06 (Ucs4Encoding1234_tEB3CFB8928BE3EBF0995438638BF0D76D8940D29 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Ucs4Encoding1234_get_EncodingName_m942E61DE6EF4F256E348DA5CBF1F9AF60CF17C06_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral6DC0014C60AAAEC8777ED451063150E72DA1F3AC; } } // System.Byte[] System.Xml.Ucs4Encoding1234::GetPreamble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Ucs4Encoding1234_GetPreamble_m7406C2FC3203F8BEEB3856ADB55C5970A09C2153 (Ucs4Encoding1234_tEB3CFB8928BE3EBF0995438638BF0D76D8940D29 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Ucs4Encoding1234_GetPreamble_m7406C2FC3203F8BEEB3856ADB55C5970A09C2153_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(2), (uint8_t)((int32_t)254)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(3), (uint8_t)((int32_t)255)); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Ucs4Encoding2143::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Encoding2143__ctor_m203239437FC2BA510EE5353009DE40711A8C88FE (Ucs4Encoding2143_tB7EE38A288D464FED8C3CE4EDFD5E92E52BB7F29 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Ucs4Encoding2143__ctor_m203239437FC2BA510EE5353009DE40711A8C88FE_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Ucs4Encoding__ctor_m68DC920F51FE2228654A5713C3E8B82285B417DD(__this, /*hidden argument*/NULL); Ucs4Decoder2143_t547DAB340F068202F02204C0BB33EC43E5297C1A * L_0 = (Ucs4Decoder2143_t547DAB340F068202F02204C0BB33EC43E5297C1A *)il2cpp_codegen_object_new(Ucs4Decoder2143_t547DAB340F068202F02204C0BB33EC43E5297C1A_il2cpp_TypeInfo_var); Ucs4Decoder2143__ctor_mBBD13F1171DAC49FA5CEB1FA2415979A93E35579(L_0, /*hidden argument*/NULL); ((Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B *)__this)->set_ucs4Decoder_16(L_0); return; } } // System.String System.Xml.Ucs4Encoding2143::get_EncodingName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Ucs4Encoding2143_get_EncodingName_m404D18E5302CD7CF280FB83F8CA9C8BC20DE288F (Ucs4Encoding2143_tB7EE38A288D464FED8C3CE4EDFD5E92E52BB7F29 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Ucs4Encoding2143_get_EncodingName_m404D18E5302CD7CF280FB83F8CA9C8BC20DE288F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral854837B09EE943B6041020F5F2F9F8F53A930A6D; } } // System.Byte[] System.Xml.Ucs4Encoding2143::GetPreamble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Ucs4Encoding2143_GetPreamble_m855DDE0BE8D3BAA8B348925E40F85F2A0E847B2E (Ucs4Encoding2143_tB7EE38A288D464FED8C3CE4EDFD5E92E52BB7F29 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Ucs4Encoding2143_GetPreamble_m855DDE0BE8D3BAA8B348925E40F85F2A0E847B2E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(2), (uint8_t)((int32_t)255)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(3), (uint8_t)((int32_t)254)); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Ucs4Encoding3412::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Encoding3412__ctor_m9710A8475D37B143723F97B502E6CEC152A9A647 (Ucs4Encoding3412_tC82C1FE5FA8637A21C47621D72C441598BD0DE5D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Ucs4Encoding3412__ctor_m9710A8475D37B143723F97B502E6CEC152A9A647_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Ucs4Encoding__ctor_m68DC920F51FE2228654A5713C3E8B82285B417DD(__this, /*hidden argument*/NULL); Ucs4Decoder3412_t71A85A8FD45F4680892F71F2FB3E410942CFF271 * L_0 = (Ucs4Decoder3412_t71A85A8FD45F4680892F71F2FB3E410942CFF271 *)il2cpp_codegen_object_new(Ucs4Decoder3412_t71A85A8FD45F4680892F71F2FB3E410942CFF271_il2cpp_TypeInfo_var); Ucs4Decoder3412__ctor_mF7CD9036660FA119301495FE2BB90850BE80F0B2(L_0, /*hidden argument*/NULL); ((Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B *)__this)->set_ucs4Decoder_16(L_0); return; } } // System.String System.Xml.Ucs4Encoding3412::get_EncodingName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Ucs4Encoding3412_get_EncodingName_mBC00B16A224CD96C6B9CD15A7E7F0D7F93449688 (Ucs4Encoding3412_tC82C1FE5FA8637A21C47621D72C441598BD0DE5D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Ucs4Encoding3412_get_EncodingName_mBC00B16A224CD96C6B9CD15A7E7F0D7F93449688_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteralA04B8D2094EBC3BB42687B0B9DFF4C926112939A; } } // System.Byte[] System.Xml.Ucs4Encoding3412::GetPreamble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Ucs4Encoding3412_GetPreamble_m76E2144CB5E8140044646DA518941C55D5EE7F63 (Ucs4Encoding3412_tC82C1FE5FA8637A21C47621D72C441598BD0DE5D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Ucs4Encoding3412_GetPreamble_m76E2144CB5E8140044646DA518941C55D5EE7F63_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(0), (uint8_t)((int32_t)254)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (uint8_t)((int32_t)255)); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Ucs4Encoding4321::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Encoding4321__ctor_m87BE1C9E84B38804504CF5B52AC3E46921C6D058 (Ucs4Encoding4321_tB1C3244370DDE5A456E03EB4A42AA22E44FE522F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Ucs4Encoding4321__ctor_m87BE1C9E84B38804504CF5B52AC3E46921C6D058_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Ucs4Encoding__ctor_m68DC920F51FE2228654A5713C3E8B82285B417DD(__this, /*hidden argument*/NULL); Ucs4Decoder4321_t7A5441C478AD040FA530C1725BC78BE6EFC13022 * L_0 = (Ucs4Decoder4321_t7A5441C478AD040FA530C1725BC78BE6EFC13022 *)il2cpp_codegen_object_new(Ucs4Decoder4321_t7A5441C478AD040FA530C1725BC78BE6EFC13022_il2cpp_TypeInfo_var); Ucs4Decoder4321__ctor_mAA6D4C2AF19436C04AF238AC07F2937AEE799D7B(L_0, /*hidden argument*/NULL); ((Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B *)__this)->set_ucs4Decoder_16(L_0); return; } } // System.String System.Xml.Ucs4Encoding4321::get_EncodingName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Ucs4Encoding4321_get_EncodingName_m87E123502ADFD1622FB79BA10630FFADC30EDBA7 (Ucs4Encoding4321_tB1C3244370DDE5A456E03EB4A42AA22E44FE522F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Ucs4Encoding4321_get_EncodingName_m87E123502ADFD1622FB79BA10630FFADC30EDBA7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral7CB68D57CFE251FFBD5461D49C4E73FBBAE8B374; } } // System.Byte[] System.Xml.Ucs4Encoding4321::GetPreamble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Ucs4Encoding4321_GetPreamble_mEE48EC5714B532EAC40EEDFCCBA40A7EAE91B230 (Ucs4Encoding4321_tB1C3244370DDE5A456E03EB4A42AA22E44FE522F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Ucs4Encoding4321_GetPreamble_mEE48EC5714B532EAC40EEDFCCBA40A7EAE91B230_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(0), (uint8_t)((int32_t)255)); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (uint8_t)((int32_t)254)); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 System.Xml.ValidateNames::ParseNmtoken(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNmtoken_m3A3E6D92C559563210EDE689FE1A7FBAA752FFB6 (String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ValidateNames_ParseNmtoken_m3A3E6D92C559563210EDE689FE1A7FBAA752FFB6_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___offset1; V_0 = L_0; goto IL_001e; } IL_0004: { IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (((ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0())->get_charProperties_2(); String_t* L_2 = ___s0; int32_t L_3 = V_0; NullCheck(L_2); Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_1); Il2CppChar L_5 = L_4; uint8_t L_6 = (L_1)->GetAt(static_cast(L_5)); if (!((int32_t)((int32_t)L_6&(int32_t)8))) { goto IL_0027; } } { int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_001e: { int32_t L_8 = V_0; String_t* L_9 = ___s0; NullCheck(L_9); int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_9, /*hidden argument*/NULL); if ((((int32_t)L_8) < ((int32_t)L_10))) { goto IL_0004; } } IL_0027: { int32_t L_11 = V_0; int32_t L_12 = ___offset1; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12)); } } // System.Int32 System.Xml.ValidateNames::ParseNmtokenNoNamespaces(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNmtokenNoNamespaces_m9C54DF7AC1E68C1E6C501AFB1C8F62B76C806620 (String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ValidateNames_ParseNmtokenNoNamespaces_m9C54DF7AC1E68C1E6C501AFB1C8F62B76C806620_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___offset1; V_0 = L_0; goto IL_0029; } IL_0004: { IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (((ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0())->get_charProperties_2(); String_t* L_2 = ___s0; int32_t L_3 = V_0; NullCheck(L_2); Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_1); Il2CppChar L_5 = L_4; uint8_t L_6 = (L_1)->GetAt(static_cast(L_5)); if (((int32_t)((int32_t)L_6&(int32_t)8))) { goto IL_0025; } } { String_t* L_7 = ___s0; int32_t L_8 = V_0; NullCheck(L_7); Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, L_8, /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)58))))) { goto IL_0032; } } IL_0025: { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0029: { int32_t L_11 = V_0; String_t* L_12 = ___s0; NullCheck(L_12); int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_0004; } } IL_0032: { int32_t L_14 = V_0; int32_t L_15 = ___offset1; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15)); } } // System.Int32 System.Xml.ValidateNames::ParseNameNoNamespaces(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNameNoNamespaces_m473B45C3251536CC3BA599AEA803A2F12FCC13FC (String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ValidateNames_ParseNameNoNamespaces_m473B45C3251536CC3BA599AEA803A2F12FCC13FC_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___offset1; V_0 = L_0; int32_t L_1 = V_0; String_t* L_2 = ___s0; NullCheck(L_2); int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_0062; } } { IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = (((ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0())->get_charProperties_2(); String_t* L_5 = ___s0; int32_t L_6 = V_0; NullCheck(L_5); Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, L_6, /*hidden argument*/NULL); NullCheck(L_4); Il2CppChar L_8 = L_7; uint8_t L_9 = (L_4)->GetAt(static_cast(L_8)); if (((int32_t)((int32_t)L_9&(int32_t)4))) { goto IL_002c; } } { String_t* L_10 = ___s0; int32_t L_11 = V_0; NullCheck(L_10); Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, L_11, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)58))))) { goto IL_0032; } } IL_002c: { int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); goto IL_0059; } IL_0032: { return 0; } IL_0034: { IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = (((ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0())->get_charProperties_2(); String_t* L_15 = ___s0; int32_t L_16 = V_0; NullCheck(L_15); Il2CppChar L_17 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_15, L_16, /*hidden argument*/NULL); NullCheck(L_14); Il2CppChar L_18 = L_17; uint8_t L_19 = (L_14)->GetAt(static_cast(L_18)); if (((int32_t)((int32_t)L_19&(int32_t)8))) { goto IL_0055; } } { String_t* L_20 = ___s0; int32_t L_21 = V_0; NullCheck(L_20); Il2CppChar L_22 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_20, L_21, /*hidden argument*/NULL); if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)58))))) { goto IL_0062; } } IL_0055: { int32_t L_23 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0059: { int32_t L_24 = V_0; String_t* L_25 = ___s0; NullCheck(L_25); int32_t L_26 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_25, /*hidden argument*/NULL); if ((((int32_t)L_24) < ((int32_t)L_26))) { goto IL_0034; } } IL_0062: { int32_t L_27 = V_0; int32_t L_28 = ___offset1; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28)); } } // System.Boolean System.Xml.ValidateNames::IsNameNoNamespaces(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValidateNames_IsNameNoNamespaces_mEC9A39982B84CD8BD5D9564BB0088B6830D4765E (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ValidateNames_IsNameNoNamespaces_mEC9A39982B84CD8BD5D9564BB0088B6830D4765E_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var); int32_t L_1 = ValidateNames_ParseNameNoNamespaces_m473B45C3251536CC3BA599AEA803A2F12FCC13FC(L_0, 0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = V_0; String_t* L_4 = ___s0; NullCheck(L_4); int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL); return (bool)((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0); } IL_0016: { return (bool)0; } } // System.Int32 System.Xml.ValidateNames::ParseNCName(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNCName_m1DBDC095F004D50F8DB1271ADB01C8E5E8DC415E (String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ValidateNames_ParseNCName_m1DBDC095F004D50F8DB1271ADB01C8E5E8DC415E_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___offset1; V_0 = L_0; int32_t L_1 = V_0; String_t* L_2 = ___s0; NullCheck(L_2); int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_004c; } } { IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = (((ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0())->get_charProperties_2(); String_t* L_5 = ___s0; int32_t L_6 = V_0; NullCheck(L_5); Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, L_6, /*hidden argument*/NULL); NullCheck(L_4); Il2CppChar L_8 = L_7; uint8_t L_9 = (L_4)->GetAt(static_cast(L_8)); if (!((int32_t)((int32_t)L_9&(int32_t)4))) { goto IL_0027; } } { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); goto IL_0043; } IL_0027: { return 0; } IL_0029: { IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = (((ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0())->get_charProperties_2(); String_t* L_12 = ___s0; int32_t L_13 = V_0; NullCheck(L_12); Il2CppChar L_14 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_12, L_13, /*hidden argument*/NULL); NullCheck(L_11); Il2CppChar L_15 = L_14; uint8_t L_16 = (L_11)->GetAt(static_cast(L_15)); if (!((int32_t)((int32_t)L_16&(int32_t)8))) { goto IL_004c; } } { int32_t L_17 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0043: { int32_t L_18 = V_0; String_t* L_19 = ___s0; NullCheck(L_19); int32_t L_20 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_19, /*hidden argument*/NULL); if ((((int32_t)L_18) < ((int32_t)L_20))) { goto IL_0029; } } IL_004c: { int32_t L_21 = V_0; int32_t L_22 = ___offset1; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22)); } } // System.Int32 System.Xml.ValidateNames::ParseNCName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNCName_m41CB443AA4A6A36548F5CF327083D24741087F84 (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ValidateNames_ParseNCName_m41CB443AA4A6A36548F5CF327083D24741087F84_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var); int32_t L_1 = ValidateNames_ParseNCName_m1DBDC095F004D50F8DB1271ADB01C8E5E8DC415E(L_0, 0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Xml.ValidateNames::ParseQName(System.String,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseQName_mE63512852E1BE6FA3729C988ACA99CD858B56E3E (String_t* ___s0, int32_t ___offset1, int32_t* ___colonOffset2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ValidateNames_ParseQName_mE63512852E1BE6FA3729C988ACA99CD858B56E3E_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t* L_0 = ___colonOffset2; *((int32_t*)L_0) = (int32_t)0; String_t* L_1 = ___s0; int32_t L_2 = ___offset1; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var); int32_t L_3 = ValidateNames_ParseNCName_m1DBDC095F004D50F8DB1271ADB01C8E5E8DC415E(L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if (!L_4) { goto IL_003d; } } { int32_t L_5 = ___offset1; int32_t L_6 = V_0; ___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)); int32_t L_7 = ___offset1; String_t* L_8 = ___s0; NullCheck(L_8); int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) >= ((int32_t)L_9))) { goto IL_003d; } } { String_t* L_10 = ___s0; int32_t L_11 = ___offset1; NullCheck(L_10); Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, L_11, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)58))))) { goto IL_003d; } } { String_t* L_13 = ___s0; int32_t L_14 = ___offset1; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var); int32_t L_15 = ValidateNames_ParseNCName_m1DBDC095F004D50F8DB1271ADB01C8E5E8DC415E(L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL); V_1 = L_15; int32_t L_16 = V_1; if (!L_16) { goto IL_003d; } } { int32_t* L_17 = ___colonOffset2; int32_t L_18 = ___offset1; *((int32_t*)L_17) = (int32_t)L_18; int32_t L_19 = V_0; int32_t L_20 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)))); } IL_003d: { int32_t L_21 = V_0; return L_21; } } // System.Void System.Xml.ValidateNames::ParseQNameThrow(System.String,System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidateNames_ParseQNameThrow_m8ED05FC1456748462AE0530C12A5B1903A268071 (String_t* ___s0, String_t** ___prefix1, String_t** ___localName2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ValidateNames_ParseQNameThrow_m8ED05FC1456748462AE0530C12A5B1903A268071_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var); int32_t L_1 = ValidateNames_ParseQName_mE63512852E1BE6FA3729C988ACA99CD858B56E3E(L_0, 0, (int32_t*)(&V_0), /*hidden argument*/NULL); V_1 = L_1; int32_t L_2 = V_1; if (!L_2) { goto IL_0016; } } { int32_t L_3 = V_1; String_t* L_4 = ___s0; NullCheck(L_4); int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)L_5))) { goto IL_001e; } } IL_0016: { String_t* L_6 = ___s0; int32_t L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var); ValidateNames_ThrowInvalidName_mE9AFE3E4E45EC49814C4C6C8FFFB92747515D2C9(L_6, 0, L_7, /*hidden argument*/NULL); } IL_001e: { int32_t L_8 = V_0; if (!L_8) { goto IL_0037; } } { String_t** L_9 = ___prefix1; String_t* L_10 = ___s0; int32_t L_11 = V_0; NullCheck(L_10); String_t* L_12 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_10, 0, L_11, /*hidden argument*/NULL); *((RuntimeObject **)L_9) = (RuntimeObject *)L_12; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_9, (void*)(RuntimeObject *)L_12); String_t** L_13 = ___localName2; String_t* L_14 = ___s0; int32_t L_15 = V_0; NullCheck(L_14); String_t* L_16 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_14, ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)), /*hidden argument*/NULL); *((RuntimeObject **)L_13) = (RuntimeObject *)L_16; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_13, (void*)(RuntimeObject *)L_16); return; } IL_0037: { String_t** L_17 = ___prefix1; *((RuntimeObject **)L_17) = (RuntimeObject *)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_17, (void*)(RuntimeObject *)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); String_t** L_18 = ___localName2; String_t* L_19 = ___s0; *((RuntimeObject **)L_18) = (RuntimeObject *)L_19; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_18, (void*)(RuntimeObject *)L_19); return; } } // System.Void System.Xml.ValidateNames::ThrowInvalidName(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidateNames_ThrowInvalidName_mE9AFE3E4E45EC49814C4C6C8FFFB92747515D2C9 (String_t* ___s0, int32_t ___offsetStartChar1, int32_t ___offsetBadChar2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ValidateNames_ThrowInvalidName_mE9AFE3E4E45EC49814C4C6C8FFFB92747515D2C9_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___offsetStartChar1; String_t* L_1 = ___s0; NullCheck(L_1); int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)L_0) < ((int32_t)L_2))) { goto IL_0019; } } { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_4 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_4, _stringLiteral6A1A9FE935680F06E164A937107D4F9DAE6EA4CE, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ValidateNames_ThrowInvalidName_mE9AFE3E4E45EC49814C4C6C8FFFB92747515D2C9_RuntimeMethod_var); } IL_0019: { IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var); String_t* L_5 = ___s0; int32_t L_6 = ___offsetBadChar2; NullCheck(L_5); Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, L_6, /*hidden argument*/NULL); bool L_8 = XmlCharType_IsNCNameSingleChar_m7ADEF3C74A815CD29F0EE9EBE5B80900131B81E9((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)(((ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0()), L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0054; } } { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 L_9 = XmlCharType_get_Instance_mEAAD3E43BD5AC72FA94C12096B2A9C9684557210(/*hidden argument*/NULL); V_0 = L_9; String_t* L_10 = ___s0; int32_t L_11 = ___offsetBadChar2; NullCheck(L_10); Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, L_11, /*hidden argument*/NULL); bool L_13 = XmlCharType_IsStartNCNameSingleChar_m223AAE5ABA122C5EF344D94F748D4303B5B4B636((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)(&V_0), L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0054; } } { String_t* L_14 = ___s0; int32_t L_15 = ___offsetBadChar2; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = XmlException_BuildCharExceptionArgs_m226BCFB57607263E9F5F6AA6838DD18CEE484D8B(L_14, L_15, /*hidden argument*/NULL); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_17 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_m5A51EA381DFEC2B1FC37464104DA24DAE6546FDA(L_17, _stringLiteralE7DE155D3B6D6766C85C00AA4B83C9B9EC1C5334, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ValidateNames_ThrowInvalidName_mE9AFE3E4E45EC49814C4C6C8FFFB92747515D2C9_RuntimeMethod_var); } IL_0054: { String_t* L_18 = ___s0; int32_t L_19 = ___offsetBadChar2; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = XmlException_BuildCharExceptionArgs_m226BCFB57607263E9F5F6AA6838DD18CEE484D8B(L_18, L_19, /*hidden argument*/NULL); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_21 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_m5A51EA381DFEC2B1FC37464104DA24DAE6546FDA(L_21, _stringLiteral67974FB541F561915960A52B89CB2CDE98EECD4D, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ValidateNames_ThrowInvalidName_mE9AFE3E4E45EC49814C4C6C8FFFB92747515D2C9_RuntimeMethod_var); } } // System.Exception System.Xml.ValidateNames::GetInvalidNameException(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * ValidateNames_GetInvalidNameException_mB17BB20FC5FDA4A7283D3159B5B7BF788F21D3B9 (String_t* ___s0, int32_t ___offsetStartChar1, int32_t ___offsetBadChar2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ValidateNames_GetInvalidNameException_mB17BB20FC5FDA4A7283D3159B5B7BF788F21D3B9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___offsetStartChar1; String_t* L_1 = ___s0; NullCheck(L_1); int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)L_0) < ((int32_t)L_2))) { goto IL_0019; } } { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_4 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_4, _stringLiteral6A1A9FE935680F06E164A937107D4F9DAE6EA4CE, L_3, /*hidden argument*/NULL); return L_4; } IL_0019: { IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var); String_t* L_5 = ___s0; int32_t L_6 = ___offsetBadChar2; NullCheck(L_5); Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, L_6, /*hidden argument*/NULL); bool L_8 = XmlCharType_IsNCNameSingleChar_m7ADEF3C74A815CD29F0EE9EBE5B80900131B81E9((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)(((ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0()), L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0051; } } { IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var); String_t* L_9 = ___s0; int32_t L_10 = ___offsetBadChar2; NullCheck(L_9); Il2CppChar L_11 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_9, L_10, /*hidden argument*/NULL); bool L_12 = XmlCharType_IsStartNCNameSingleChar_m223AAE5ABA122C5EF344D94F748D4303B5B4B636((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)(((ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0()), L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0051; } } { String_t* L_13 = ___s0; int32_t L_14 = ___offsetBadChar2; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_15 = XmlException_BuildCharExceptionArgs_m226BCFB57607263E9F5F6AA6838DD18CEE484D8B(L_13, L_14, /*hidden argument*/NULL); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_16 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_m5A51EA381DFEC2B1FC37464104DA24DAE6546FDA(L_16, _stringLiteralE7DE155D3B6D6766C85C00AA4B83C9B9EC1C5334, L_15, /*hidden argument*/NULL); return L_16; } IL_0051: { String_t* L_17 = ___s0; int32_t L_18 = ___offsetBadChar2; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = XmlException_BuildCharExceptionArgs_m226BCFB57607263E9F5F6AA6838DD18CEE484D8B(L_17, L_18, /*hidden argument*/NULL); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_20 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_m5A51EA381DFEC2B1FC37464104DA24DAE6546FDA(L_20, _stringLiteral67974FB541F561915960A52B89CB2CDE98EECD4D, L_19, /*hidden argument*/NULL); return L_20; } } // System.Void System.Xml.ValidateNames::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidateNames__cctor_m96976F423C42ED6AA3C9C67FB5E7B7F5F45D424A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ValidateNames__cctor_m96976F423C42ED6AA3C9C67FB5E7B7F5F45D424A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 L_0 = XmlCharType_get_Instance_mEAAD3E43BD5AC72FA94C12096B2A9C9684557210(/*hidden argument*/NULL); ((ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var))->set_xmlCharType_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.Xml.XmlNameTable System.Xml.XPath.XPathDocument::get_NameTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * XPathDocument_get_NameTable_m8A7151EDABAC2508AAB47C6C91971E36D50241C8 (XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321 * __this, const RuntimeMethod* method) { { XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_0 = __this->get_nameTable_2(); return L_0; } } // System.Int32 System.Xml.XPath.XPathDocument::GetXmlNamespaceNode(MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathDocument_GetXmlNamespaceNode_mC479B2116AEE33D0EE4027AF4881F149236E4492 (XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321 * __this, XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** ___pageXmlNmsp0, const RuntimeMethod* method) { { XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** L_0 = ___pageXmlNmsp0; XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_1 = __this->get_pageXmlNmsp_0(); *((RuntimeObject **)L_0) = (RuntimeObject *)L_1; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)L_1); int32_t L_2 = __this->get_idxXmlNmsp_1(); return L_2; } } // System.Int32 System.Xml.XPath.XPathDocument::LookupNamespaces(MS.Internal.Xml.Cache.XPathNode[],System.Int32,MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathDocument_LookupNamespaces_m915DF487B32E70099216BD1DCF9BEE93D698462F (XPathDocument_tD4D9B64566DEA1CC8DE8219C2CB4515BF0FA5321 * __this, XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___pageElem0, int32_t ___idxElem1, XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** ___pageNmsp2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XPathDocument_LookupNamespaces_m915DF487B32E70099216BD1DCF9BEE93D698462F_MetadataUsageId); s_Il2CppMethodInitialized = true; } XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 V_0; memset((&V_0), 0, sizeof(V_0)); { XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_0 = ___pageElem0; int32_t L_1 = ___idxElem1; XPathNodeRef__ctor_m37609279CC49DE82DC5B8984DCA27C280FFDD846((XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 *)(&V_0), L_0, L_1, /*hidden argument*/NULL); Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646 * L_2 = __this->get_mapNmsp_3(); if (!L_2) { goto IL_001f; } } { Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646 * L_3 = __this->get_mapNmsp_3(); XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 L_4 = V_0; NullCheck(L_3); bool L_5 = Dictionary_2_ContainsKey_m5A234D10FE64EBA8947911BF08F84E0F395DA134(L_3, L_4, /*hidden argument*/Dictionary_2_ContainsKey_m5A234D10FE64EBA8947911BF08F84E0F395DA134_RuntimeMethod_var); if (L_5) { goto IL_0024; } } IL_001f: { XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** L_6 = ___pageNmsp2; *((RuntimeObject **)L_6) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_6, (void*)(RuntimeObject *)NULL); return 0; } IL_0024: { Dictionary_2_t0F6B4307B0F9876BDCB2062F814BAC1D8ABA9646 * L_7 = __this->get_mapNmsp_3(); XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 L_8 = V_0; NullCheck(L_7); XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 L_9 = Dictionary_2_get_Item_mD95AB5886F6464DC59D441EC2A96CD4C0DF35A56(L_7, L_8, /*hidden argument*/Dictionary_2_get_Item_mD95AB5886F6464DC59D441EC2A96CD4C0DF35A56_RuntimeMethod_var); V_0 = L_9; XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** L_10 = ___pageNmsp2; XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_11 = XPathNodeRef_get_Page_mDB31E53877106DC4B7B37033B9774FDA59FD56AC_inline((XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 *)(&V_0), /*hidden argument*/NULL); *((RuntimeObject **)L_10) = (RuntimeObject *)L_11; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_10, (void*)(RuntimeObject *)L_11); int32_t L_12 = XPathNodeRef_get_Index_m031FCF398F70C8129BF954A83FD0845534F23816_inline((XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 *)(&V_0), /*hidden argument*/NULL); return L_12; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XPathItem_ValueAs_mC00EB5117805A12E1CD45C9C68EE046D22D2F68A (XPathItem_tCFAE3473CA8FED583EE90F08AF79BB5E1D7B3F98 * __this, Type_t * ___returnType0, const RuntimeMethod* method) { { Type_t * L_0 = ___returnType0; RuntimeObject * L_1 = VirtFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(14 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, (RuntimeObject*)NULL); return L_1; } } // System.Void System.Xml.XPath.XPathItem::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathItem__ctor_m339928D8DAD1EF706DC060BA3499DCABD6D04244 (XPathItem_tCFAE3473CA8FED583EE90F08AF79BB5E1D7B3F98 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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.String System.Xml.XPath.XPathNavigator::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathNavigator_ToString_m6A2D5AEC61169278F284810015BA54531A39DBB5 (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, const RuntimeMethod* method) { { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); return L_0; } } // System.Xml.Schema.XmlSchemaType System.Xml.XPath.XPathNavigator::get_XmlType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * XPathNavigator_get_XmlType_mE03ADCBFB00A07E24DB60A65588A77904DAD97D7 (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XPathNavigator_get_XmlType_mE03ADCBFB00A07E24DB60A65588A77904DAD97D7_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * V_1 = NULL; { RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(32 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0026; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0026; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_4); V_1 = L_5; XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_6 = V_1; if (!L_6) { goto IL_001f; } } { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_7 = V_1; return L_7; } IL_001f: { RuntimeObject* L_8 = V_0; NullCheck(L_8); XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_9 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_8); return L_9; } IL_0026: { return (XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 *)NULL; } } // System.Object System.Xml.XPath.XPathNavigator::get_TypedValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XPathNavigator_get_TypedValue_m1E9BB9257967ECDD8AB44E81215BB6B844DC7766 (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XPathNavigator_get_TypedValue_m1E9BB9257967ECDD8AB44E81215BB6B844DC7766_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * V_1 = NULL; XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * V_2 = NULL; { RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(32 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0084; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_004a; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_4); V_1 = L_5; XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_6 = V_1; if (L_6) { goto IL_0024; } } { RuntimeObject* L_7 = V_0; NullCheck(L_7); XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_8 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_7); V_1 = L_8; } IL_0024: { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_9 = V_1; if (!L_9) { goto IL_0084; } } { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_10 = V_1; NullCheck(L_10); XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_11 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54_inline(L_10, /*hidden argument*/NULL); V_2 = L_11; XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_12 = V_2; if (!L_12) { goto IL_0084; } } { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_13 = V_1; NullCheck(L_13); XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_14 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_13, /*hidden argument*/NULL); String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_16 = V_2; NullCheck(L_16); Type_t * L_17 = VirtFuncInvoker0< Type_t * >::Invoke(4 /* System.Type System.Xml.Schema.XmlSchemaDatatype::get_ValueType() */, L_16); NullCheck(L_14); RuntimeObject * L_18 = VirtFuncInvoker3< RuntimeObject *, String_t*, Type_t *, RuntimeObject* >::Invoke(59 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver) */, L_14, L_15, L_17, __this); return L_18; } IL_004a: { RuntimeObject* L_19 = V_0; NullCheck(L_19); XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_20 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_19); V_1 = L_20; XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_21 = V_1; if (!L_21) { goto IL_0084; } } { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_22 = V_1; NullCheck(L_22); XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_23 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54_inline(L_22, /*hidden argument*/NULL); V_2 = L_23; XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_24 = V_2; if (!L_24) { goto IL_0084; } } { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_25 = V_1; NullCheck(L_25); XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_26 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_25, /*hidden argument*/NULL); XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_27 = V_2; String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_29 = VirtFuncInvoker0< XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * >::Invoke(18 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this); NullCheck(L_27); RuntimeObject * L_30 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 *, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_27, L_28, L_29, __this); XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_31 = V_2; NullCheck(L_31); Type_t * L_32 = VirtFuncInvoker0< Type_t * >::Invoke(4 /* System.Type System.Xml.Schema.XmlSchemaDatatype::get_ValueType() */, L_31); NullCheck(L_26); RuntimeObject * L_33 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, L_26, L_30, L_32, __this); return L_33; } IL_0084: { String_t* L_34 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); return L_34; } } // System.Type System.Xml.XPath.XPathNavigator::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * XPathNavigator_get_ValueType_mFEC38BBCA2BE791E1C6884D244D15FE2358D4359 (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XPathNavigator_get_ValueType_mFEC38BBCA2BE791E1C6884D244D15FE2358D4359_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * V_1 = NULL; XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * V_2 = NULL; { RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(32 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0053; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0038; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_4); V_1 = L_5; XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_6 = V_1; if (L_6) { goto IL_0024; } } { RuntimeObject* L_7 = V_0; NullCheck(L_7); XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_8 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_7); V_1 = L_8; } IL_0024: { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_9 = V_1; if (!L_9) { goto IL_0053; } } { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_10 = V_1; NullCheck(L_10); XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_11 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54_inline(L_10, /*hidden argument*/NULL); V_2 = L_11; XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_12 = V_2; if (!L_12) { goto IL_0053; } } { XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_13 = V_2; NullCheck(L_13); Type_t * L_14 = VirtFuncInvoker0< Type_t * >::Invoke(4 /* System.Type System.Xml.Schema.XmlSchemaDatatype::get_ValueType() */, L_13); return L_14; } IL_0038: { RuntimeObject* L_15 = V_0; NullCheck(L_15); XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_16 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_15); V_1 = L_16; XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_17 = V_1; if (!L_17) { goto IL_0053; } } { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_18 = V_1; NullCheck(L_18); XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_19 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54_inline(L_18, /*hidden argument*/NULL); V_2 = L_19; XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_20 = V_2; if (!L_20) { goto IL_0053; } } { XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_21 = V_2; NullCheck(L_21); Type_t * L_22 = VirtFuncInvoker0< Type_t * >::Invoke(4 /* System.Type System.Xml.Schema.XmlSchemaDatatype::get_ValueType() */, L_21); return L_22; } IL_0053: { RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_23 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_24 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_23, /*hidden argument*/NULL); return L_24; } } // System.Boolean System.Xml.XPath.XPathNavigator::get_ValueAsBoolean() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_get_ValueAsBoolean_mCFA6E703121DFE75171E5AB856179D987CA15988 (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XPathNavigator_get_ValueAsBoolean_mCFA6E703121DFE75171E5AB856179D987CA15988_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * V_1 = NULL; XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * V_2 = NULL; { RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(32 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_006c; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0039; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_4); V_1 = L_5; XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_6 = V_1; if (L_6) { goto IL_0024; } } { RuntimeObject* L_7 = V_0; NullCheck(L_7); XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_8 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_7); V_1 = L_8; } IL_0024: { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_9 = V_1; if (!L_9) { goto IL_006c; } } { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_10 = V_1; NullCheck(L_10); XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_11 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_10, /*hidden argument*/NULL); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); NullCheck(L_11); bool L_13 = VirtFuncInvoker1< bool, String_t* >::Invoke(8 /* System.Boolean System.Xml.Schema.XmlValueConverter::ToBoolean(System.String) */, L_11, L_12); return L_13; } IL_0039: { RuntimeObject* L_14 = V_0; NullCheck(L_14); XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_15 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_14); V_1 = L_15; XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_16 = V_1; if (!L_16) { goto IL_006c; } } { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_17 = V_1; NullCheck(L_17); XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_18 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54_inline(L_17, /*hidden argument*/NULL); V_2 = L_18; XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_19 = V_2; if (!L_19) { goto IL_006c; } } { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_20 = V_1; NullCheck(L_20); XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_21 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_20, /*hidden argument*/NULL); XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_22 = V_2; String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_24 = VirtFuncInvoker0< XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * >::Invoke(18 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this); NullCheck(L_22); RuntimeObject * L_25 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 *, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_22, L_23, L_24, __this); NullCheck(L_21); bool L_26 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(9 /* System.Boolean System.Xml.Schema.XmlValueConverter::ToBoolean(System.Object) */, L_21, L_25); return L_26; } IL_006c: { IL2CPP_RUNTIME_CLASS_INIT(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_il2cpp_TypeInfo_var); XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_27 = ((XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_il2cpp_TypeInfo_var))->get_Untyped_34(); String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); NullCheck(L_27); bool L_29 = VirtFuncInvoker1< bool, String_t* >::Invoke(8 /* System.Boolean System.Xml.Schema.XmlValueConverter::ToBoolean(System.String) */, L_27, L_28); return L_29; } } // System.DateTime System.Xml.XPath.XPathNavigator::get_ValueAsDateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XPathNavigator_get_ValueAsDateTime_m7A18F54C7D9E17C188194A2F64E8BE638302E071 (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XPathNavigator_get_ValueAsDateTime_m7A18F54C7D9E17C188194A2F64E8BE638302E071_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * V_1 = NULL; XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * V_2 = NULL; { RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(32 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_006c; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0039; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_4); V_1 = L_5; XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_6 = V_1; if (L_6) { goto IL_0024; } } { RuntimeObject* L_7 = V_0; NullCheck(L_7); XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_8 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_7); V_1 = L_8; } IL_0024: { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_9 = V_1; if (!L_9) { goto IL_006c; } } { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_10 = V_1; NullCheck(L_10); XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_11 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_10, /*hidden argument*/NULL); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); NullCheck(L_11); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_13 = VirtFuncInvoker1< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , String_t* >::Invoke(38 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.String) */, L_11, L_12); return L_13; } IL_0039: { RuntimeObject* L_14 = V_0; NullCheck(L_14); XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_15 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_14); V_1 = L_15; XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_16 = V_1; if (!L_16) { goto IL_006c; } } { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_17 = V_1; NullCheck(L_17); XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_18 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54_inline(L_17, /*hidden argument*/NULL); V_2 = L_18; XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_19 = V_2; if (!L_19) { goto IL_006c; } } { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_20 = V_1; NullCheck(L_20); XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_21 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_20, /*hidden argument*/NULL); XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_22 = V_2; String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_24 = VirtFuncInvoker0< XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * >::Invoke(18 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this); NullCheck(L_22); RuntimeObject * L_25 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 *, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_22, L_23, L_24, __this); NullCheck(L_21); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_26 = VirtFuncInvoker1< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , RuntimeObject * >::Invoke(39 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.Object) */, L_21, L_25); return L_26; } IL_006c: { IL2CPP_RUNTIME_CLASS_INIT(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_il2cpp_TypeInfo_var); XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_27 = ((XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_il2cpp_TypeInfo_var))->get_Untyped_34(); String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); NullCheck(L_27); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_29 = VirtFuncInvoker1< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , String_t* >::Invoke(38 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.String) */, L_27, L_28); return L_29; } } // System.Double System.Xml.XPath.XPathNavigator::get_ValueAsDouble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XPathNavigator_get_ValueAsDouble_m22847A126A678CE675ED1C56FAF045918BC4E4A5 (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XPathNavigator_get_ValueAsDouble_m22847A126A678CE675ED1C56FAF045918BC4E4A5_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * V_1 = NULL; XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * V_2 = NULL; { RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(32 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_006c; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0039; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_4); V_1 = L_5; XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_6 = V_1; if (L_6) { goto IL_0024; } } { RuntimeObject* L_7 = V_0; NullCheck(L_7); XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_8 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_7); V_1 = L_8; } IL_0024: { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_9 = V_1; if (!L_9) { goto IL_006c; } } { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_10 = V_1; NullCheck(L_10); XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_11 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_10, /*hidden argument*/NULL); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); NullCheck(L_11); double L_13 = VirtFuncInvoker1< double, String_t* >::Invoke(28 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.String) */, L_11, L_12); return L_13; } IL_0039: { RuntimeObject* L_14 = V_0; NullCheck(L_14); XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_15 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_14); V_1 = L_15; XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_16 = V_1; if (!L_16) { goto IL_006c; } } { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_17 = V_1; NullCheck(L_17); XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_18 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54_inline(L_17, /*hidden argument*/NULL); V_2 = L_18; XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_19 = V_2; if (!L_19) { goto IL_006c; } } { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_20 = V_1; NullCheck(L_20); XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_21 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_20, /*hidden argument*/NULL); XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_22 = V_2; String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_24 = VirtFuncInvoker0< XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * >::Invoke(18 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this); NullCheck(L_22); RuntimeObject * L_25 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 *, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_22, L_23, L_24, __this); NullCheck(L_21); double L_26 = VirtFuncInvoker1< double, RuntimeObject * >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_21, L_25); return L_26; } IL_006c: { IL2CPP_RUNTIME_CLASS_INIT(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_il2cpp_TypeInfo_var); XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_27 = ((XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_il2cpp_TypeInfo_var))->get_Untyped_34(); String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); NullCheck(L_27); double L_29 = VirtFuncInvoker1< double, String_t* >::Invoke(28 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.String) */, L_27, L_28); return L_29; } } // System.Int32 System.Xml.XPath.XPathNavigator::get_ValueAsInt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNavigator_get_ValueAsInt_m017F20E4378703BD78884DA3372D3E22C608107E (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XPathNavigator_get_ValueAsInt_m017F20E4378703BD78884DA3372D3E22C608107E_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * V_1 = NULL; XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * V_2 = NULL; { RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(32 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_006c; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0039; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_4); V_1 = L_5; XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_6 = V_1; if (L_6) { goto IL_0024; } } { RuntimeObject* L_7 = V_0; NullCheck(L_7); XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_8 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_7); V_1 = L_8; } IL_0024: { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_9 = V_1; if (!L_9) { goto IL_006c; } } { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_10 = V_1; NullCheck(L_10); XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_11 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_10, /*hidden argument*/NULL); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); NullCheck(L_11); int32_t L_13 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.String) */, L_11, L_12); return L_13; } IL_0039: { RuntimeObject* L_14 = V_0; NullCheck(L_14); XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_15 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_14); V_1 = L_15; XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_16 = V_1; if (!L_16) { goto IL_006c; } } { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_17 = V_1; NullCheck(L_17); XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_18 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54_inline(L_17, /*hidden argument*/NULL); V_2 = L_18; XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_19 = V_2; if (!L_19) { goto IL_006c; } } { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_20 = V_1; NullCheck(L_20); XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_21 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_20, /*hidden argument*/NULL); XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_22 = V_2; String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_24 = VirtFuncInvoker0< XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * >::Invoke(18 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this); NullCheck(L_22); RuntimeObject * L_25 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 *, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_22, L_23, L_24, __this); NullCheck(L_21); int32_t L_26 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(15 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Object) */, L_21, L_25); return L_26; } IL_006c: { IL2CPP_RUNTIME_CLASS_INIT(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_il2cpp_TypeInfo_var); XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_27 = ((XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_il2cpp_TypeInfo_var))->get_Untyped_34(); String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); NullCheck(L_27); int32_t L_29 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.String) */, L_27, L_28); return L_29; } } // System.Int64 System.Xml.XPath.XPathNavigator::get_ValueAsLong() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XPathNavigator_get_ValueAsLong_mA52F6B5CD12A5A26BC0DFC5FD6332C96B682DFD2 (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XPathNavigator_get_ValueAsLong_mA52F6B5CD12A5A26BC0DFC5FD6332C96B682DFD2_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * V_1 = NULL; XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * V_2 = NULL; { RuntimeObject* L_0 = VirtFuncInvoker0< RuntimeObject* >::Invoke(32 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_006c; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0039; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_4); V_1 = L_5; XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_6 = V_1; if (L_6) { goto IL_0024; } } { RuntimeObject* L_7 = V_0; NullCheck(L_7); XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_8 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_7); V_1 = L_8; } IL_0024: { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_9 = V_1; if (!L_9) { goto IL_006c; } } { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_10 = V_1; NullCheck(L_10); XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_11 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_10, /*hidden argument*/NULL); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); NullCheck(L_11); int64_t L_13 = VirtFuncInvoker1< int64_t, String_t* >::Invoke(20 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.String) */, L_11, L_12); return L_13; } IL_0039: { RuntimeObject* L_14 = V_0; NullCheck(L_14); XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_15 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_14); V_1 = L_15; XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_16 = V_1; if (!L_16) { goto IL_006c; } } { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_17 = V_1; NullCheck(L_17); XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_18 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54_inline(L_17, /*hidden argument*/NULL); V_2 = L_18; XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_19 = V_2; if (!L_19) { goto IL_006c; } } { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_20 = V_1; NullCheck(L_20); XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_21 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_20, /*hidden argument*/NULL); XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_22 = V_2; String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_24 = VirtFuncInvoker0< XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * >::Invoke(18 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this); NullCheck(L_22); RuntimeObject * L_25 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 *, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_22, L_23, L_24, __this); NullCheck(L_21); int64_t L_26 = VirtFuncInvoker1< int64_t, RuntimeObject * >::Invoke(21 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.Object) */, L_21, L_25); return L_26; } IL_006c: { IL2CPP_RUNTIME_CLASS_INIT(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_il2cpp_TypeInfo_var); XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_27 = ((XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_il2cpp_TypeInfo_var))->get_Untyped_34(); String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); NullCheck(L_27); int64_t L_29 = VirtFuncInvoker1< int64_t, String_t* >::Invoke(20 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.String) */, L_27, L_28); return L_29; } } // System.Object System.Xml.XPath.XPathNavigator::ValueAs(System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XPathNavigator_ValueAs_mE0251F88B460C8D3721C6C67E31C4A627CDEC351 (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, Type_t * ___returnType0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XPathNavigator_ValueAs_mE0251F88B460C8D3721C6C67E31C4A627CDEC351_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * V_1 = NULL; XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * V_2 = NULL; { RuntimeObject* L_0 = ___nsResolver1; if (L_0) { goto IL_0006; } } { ___nsResolver1 = __this; } IL_0006: { RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(32 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this); V_0 = L_1; RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_0076; } } { RuntimeObject* L_3 = V_0; NullCheck(L_3); int32_t L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_3); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_0041; } } { RuntimeObject* L_5 = V_0; NullCheck(L_5); XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * L_6 = InterfaceFuncInvoker0< XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_5); V_1 = L_6; XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_7 = V_1; if (L_7) { goto IL_002a; } } { RuntimeObject* L_8 = V_0; NullCheck(L_8); XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_9 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_8); V_1 = L_9; } IL_002a: { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_10 = V_1; if (!L_10) { goto IL_0076; } } { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_11 = V_1; NullCheck(L_11); XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_12 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_11, /*hidden argument*/NULL); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); Type_t * L_14 = ___returnType0; RuntimeObject* L_15 = ___nsResolver1; NullCheck(L_12); RuntimeObject * L_16 = VirtFuncInvoker3< RuntimeObject *, String_t*, Type_t *, RuntimeObject* >::Invoke(59 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver) */, L_12, L_13, L_14, L_15); return L_16; } IL_0041: { RuntimeObject* L_17 = V_0; NullCheck(L_17); XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_18 = InterfaceFuncInvoker0< XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var, L_17); V_1 = L_18; XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_19 = V_1; if (!L_19) { goto IL_0076; } } { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_20 = V_1; NullCheck(L_20); XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_21 = XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54_inline(L_20, /*hidden argument*/NULL); V_2 = L_21; XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_22 = V_2; if (!L_22) { goto IL_0076; } } { XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * L_23 = V_1; NullCheck(L_23); XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_24 = XmlSchemaType_get_ValueConverter_m5CD7C260106A4DCBAE6A160823EB242F5BC9941E(L_23, /*hidden argument*/NULL); XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_25 = V_2; String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_27 = VirtFuncInvoker0< XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * >::Invoke(18 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this); RuntimeObject* L_28 = ___nsResolver1; NullCheck(L_25); RuntimeObject * L_29 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 *, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_25, L_26, L_27, L_28); Type_t * L_30 = ___returnType0; RuntimeObject* L_31 = ___nsResolver1; NullCheck(L_24); RuntimeObject * L_32 = VirtFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, L_24, L_29, L_30, L_31); return L_32; } IL_0076: { IL2CPP_RUNTIME_CLASS_INIT(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_il2cpp_TypeInfo_var); XmlValueConverter_tC6BABF8791F0E88864F8707A10F63FBE9EA0D69E * L_33 = ((XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_t320F0E666810AFC92D49F4758E6B6A152B264D1E_il2cpp_TypeInfo_var))->get_Untyped_34(); String_t* L_34 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); Type_t * L_35 = ___returnType0; RuntimeObject* L_36 = ___nsResolver1; NullCheck(L_33); RuntimeObject * L_37 = VirtFuncInvoker3< RuntimeObject *, String_t*, Type_t *, RuntimeObject* >::Invoke(59 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver) */, L_33, L_34, L_35, L_36); return L_37; } } // System.Object System.Xml.XPath.XPathNavigator::System.ICloneable.Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XPathNavigator_System_ICloneable_Clone_m62F1A8F9DD970E4842E8502326CDD6ADF6CF70FE (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, const RuntimeMethod* method) { { XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_0 = VirtFuncInvoker0< XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * >::Invoke(21 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); return L_0; } } // System.String System.Xml.XPath.XPathNavigator::LookupNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathNavigator_LookupNamespace_mF160C146FDA54562ABF2E6BCA13EF51E8ACB15A4 (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, String_t* ___prefix0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XPathNavigator_LookupNamespace_mF160C146FDA54562ABF2E6BCA13EF51E8ACB15A4_MetadataUsageId); s_Il2CppMethodInitialized = true; } XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * V_0 = NULL; { String_t* L_0 = ___prefix0; if (L_0) { goto IL_0005; } } { return (String_t*)NULL; } IL_0005: { int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, __this); if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_0025; } } { XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_2 = VirtFuncInvoker0< XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * >::Invoke(21 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); V_0 = L_2; XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_3 = V_0; NullCheck(L_3); bool L_4 = VirtFuncInvoker0< bool >::Invoke(30 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_3); if (!L_4) { goto IL_003c; } } { XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_5 = V_0; String_t* L_6 = ___prefix0; NullCheck(L_5); String_t* L_7 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(19 /* System.String System.Xml.XPath.XPathNavigator::LookupNamespace(System.String) */, L_5, L_6); return L_7; } IL_0025: { String_t* L_8 = ___prefix0; bool L_9 = VirtFuncInvoker1< bool, String_t* >::Invoke(27 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNamespace(System.String) */, __this, L_8); if (!L_9) { goto IL_003c; } } { String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); VirtFuncInvoker0< bool >::Invoke(30 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); return L_10; } IL_003c: { String_t* L_11 = ___prefix0; NullCheck(L_11); int32_t L_12 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_004a; } } { String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_13; } IL_004a: { String_t* L_14 = ___prefix0; bool L_15 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_14, _stringLiteral42F7B70ED71B02780AEA1639F4E24485753CE736, /*hidden argument*/NULL); if (!L_15) { goto IL_005d; } } { return _stringLiteral7859E7AFFA569B5D7ACA069908DBD2ED9F05629B; } IL_005d: { String_t* L_16 = ___prefix0; bool L_17 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_16, _stringLiteral417937288FDEE75EA79B1648FDB20AE19A1B35EA, /*hidden argument*/NULL); if (!L_17) { goto IL_0070; } } { return _stringLiteralA27E2E9EF6A0C7CC58D71302FCA9E93BA677C130; } IL_0070: { return (String_t*)NULL; } } // System.String System.Xml.XPath.XPathNavigator::LookupPrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathNavigator_LookupPrefix_m83C2E6B95EC1ADA1C2C5F5DBAA5864CB7DE49342 (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, String_t* ___namespaceURI0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XPathNavigator_LookupPrefix_m83C2E6B95EC1ADA1C2C5F5DBAA5864CB7DE49342_MetadataUsageId); s_Il2CppMethodInitialized = true; } XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * V_0 = NULL; { String_t* L_0 = ___namespaceURI0; if (L_0) { goto IL_0005; } } { return (String_t*)NULL; } IL_0005: { XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_1 = VirtFuncInvoker0< XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * >::Invoke(21 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); V_0 = L_1; int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, __this); if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0025; } } { XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_3 = V_0; NullCheck(L_3); bool L_4 = VirtFuncInvoker0< bool >::Invoke(30 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_3); if (!L_4) { goto IL_004c; } } { XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_5 = V_0; String_t* L_6 = ___namespaceURI0; NullCheck(L_5); String_t* L_7 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(20 /* System.String System.Xml.XPath.XPathNavigator::LookupPrefix(System.String) */, L_5, L_6); return L_7; } IL_0025: { XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_8 = V_0; NullCheck(L_8); bool L_9 = VirtFuncInvoker1< bool, int32_t >::Invoke(28 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstNamespace(System.Xml.XPath.XPathNamespaceScope) */, L_8, 0); if (!L_9) { goto IL_004c; } } IL_002e: { String_t* L_10 = ___namespaceURI0; XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_11 = V_0; NullCheck(L_11); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_11); bool L_13 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_10, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0043; } } { XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_14 = V_0; NullCheck(L_14); String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(23 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, L_14); return L_15; } IL_0043: { XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_16 = V_0; NullCheck(L_16); bool L_17 = VirtFuncInvoker1< bool, int32_t >::Invoke(29 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNextNamespace(System.Xml.XPath.XPathNamespaceScope) */, L_16, 0); if (L_17) { goto IL_002e; } } IL_004c: { String_t* L_18 = ___namespaceURI0; String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); String_t* L_20 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(19 /* System.String System.Xml.XPath.XPathNavigator::LookupNamespace(System.String) */, __this, L_19); bool L_21 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_18, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0065; } } { String_t* L_22 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_22; } IL_0065: { String_t* L_23 = ___namespaceURI0; bool L_24 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_23, _stringLiteral7859E7AFFA569B5D7ACA069908DBD2ED9F05629B, /*hidden argument*/NULL); if (!L_24) { goto IL_0078; } } { return _stringLiteral42F7B70ED71B02780AEA1639F4E24485753CE736; } IL_0078: { String_t* L_25 = ___namespaceURI0; bool L_26 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_25, _stringLiteralA27E2E9EF6A0C7CC58D71302FCA9E93BA677C130, /*hidden argument*/NULL); if (!L_26) { goto IL_008b; } } { return _stringLiteral417937288FDEE75EA79B1648FDB20AE19A1B35EA; } IL_008b: { return (String_t*)NULL; } } // System.Object System.Xml.XPath.XPathNavigator::get_UnderlyingObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XPathNavigator_get_UnderlyingObject_mE8C1B37F56F3FD7C6E262B57C22476F2D1AE12E2 (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, const RuntimeMethod* method) { { return NULL; } } // System.Boolean System.Xml.XPath.XPathNavigator::MoveToNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToNamespace_m2FF807C6954538DBCD0BFADF6154F5779B1C87A3 (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, String_t* ___name0, const RuntimeMethod* method) { { bool L_0 = VirtFuncInvoker1< bool, int32_t >::Invoke(28 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstNamespace(System.Xml.XPath.XPathNamespaceScope) */, __this, 0); if (!L_0) { goto IL_0029; } } IL_0009: { String_t* L_1 = ___name0; String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(23 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, __this); bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0019; } } { return (bool)1; } IL_0019: { bool L_4 = VirtFuncInvoker1< bool, int32_t >::Invoke(29 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNextNamespace(System.Xml.XPath.XPathNamespaceScope) */, __this, 0); if (L_4) { goto IL_0009; } } { VirtFuncInvoker0< bool >::Invoke(30 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); } IL_0029: { return (bool)0; } } // System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XPathNavigator_get_SchemaInfo_m4BC0F350DF8EC65E7B888846EB8E22F54A1A092C (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XPathNavigator_get_SchemaInfo_m4BC0F350DF8EC65E7B888846EB8E22F54A1A092C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return ((RuntimeObject*)IsInst((RuntimeObject*)__this, IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1_il2cpp_TypeInfo_var)); } } // System.Boolean System.Xml.XPath.XPathNavigator::IsText(System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_IsText_mC17565CD0E726CE9F6C4918B9140FE11B735156B (int32_t ___type0, const RuntimeMethod* method) { { int32_t L_0 = ___type0; return (bool)((((int32_t)((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)4))) <= ((uint32_t)2)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void System.Xml.XPath.XPathNavigator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathNavigator__ctor_m0F44939B65ECF8967080E128CC688644D12774B4 (XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * __this, const RuntimeMethod* method) { { XPathItem__ctor_m339928D8DAD1EF706DC060BA3499DCABD6D04244(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XPath.XPathNavigator::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathNavigator__cctor_mD0CB443E3DDDE43F69292807BC745E38EBC8BDC4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XPathNavigator__cctor_mD0CB443E3DDDE43F69292807BC745E38EBC8BDC4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378 * L_0 = (XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378 *)il2cpp_codegen_object_new(XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378_il2cpp_TypeInfo_var); XPathNavigatorKeyComparer__ctor_m2D021B0C6FAB62B2383BDADA80D88BE8C2C61004(L_0, /*hidden argument*/NULL); ((XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_StaticFields*)il2cpp_codegen_static_fields_for(XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_il2cpp_TypeInfo_var))->set_comparer_0(L_0); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = L_1; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB____BAD037B714E1CD1052149B51238A3D4351DD10B5_6_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); ((XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_StaticFields*)il2cpp_codegen_static_fields_for(XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_il2cpp_TypeInfo_var))->set_NodeTypeLetter_1(L_2); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = L_4; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_6 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB____EE3413A2C088FF9432054D6E60A7CB6A498D25F0_8_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_5, L_6, /*hidden argument*/NULL); ((XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_StaticFields*)il2cpp_codegen_static_fields_for(XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_il2cpp_TypeInfo_var))->set_UniqueIdTbl_2(L_5); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_8 = L_7; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_9 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB____B9F0004E3873FDDCABFDA6174EA18F0859B637B4_5_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_8, L_9, /*hidden argument*/NULL); ((XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_StaticFields*)il2cpp_codegen_static_fields_for(XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_il2cpp_TypeInfo_var))->set_ContentKindMasks_3(L_8); 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.XPath.XPathNavigatorKeyComparer::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_Equals_mC742938557B5F4E386D92637505A3885CE139C42 (XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378 * __this, RuntimeObject * ___obj10, RuntimeObject * ___obj21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_Equals_mC742938557B5F4E386D92637505A3885CE139C42_MetadataUsageId); s_Il2CppMethodInitialized = true; } XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * V_0 = NULL; XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * V_1 = NULL; { RuntimeObject * L_0 = ___obj10; V_0 = ((XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 *)IsInstClass((RuntimeObject*)L_0, XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_il2cpp_TypeInfo_var)); RuntimeObject * L_1 = ___obj21; V_1 = ((XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 *)IsInstClass((RuntimeObject*)L_1, XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_il2cpp_TypeInfo_var)); XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_2 = V_0; if (!L_2) { goto IL_001f; } } { XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_3 = V_1; if (!L_3) { goto IL_001f; } } { XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_4 = V_0; XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_5 = V_1; NullCheck(L_4); bool L_6 = VirtFuncInvoker1< bool, XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * >::Invoke(31 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, L_4, L_5); if (!L_6) { goto IL_001f; } } { return (bool)1; } IL_001f: { return (bool)0; } } // System.Int32 System.Xml.XPath.XPathNavigatorKeyComparer::System.Collections.IEqualityComparer.GetHashCode(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_GetHashCode_m7C5EF3B94047AE078CC7487608694B9C0CD30377 (XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_GetHashCode_m7C5EF3B94047AE078CC7487608694B9C0CD30377_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * V_1 = NULL; XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * V_2 = NULL; RuntimeObject * V_3 = NULL; { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_GetHashCode_m7C5EF3B94047AE078CC7487608694B9C0CD30377_RuntimeMethod_var); } IL_000e: { RuntimeObject * L_2 = ___obj0; XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * L_3 = ((XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 *)IsInstSealed((RuntimeObject*)L_2, XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498_il2cpp_TypeInfo_var)); V_2 = L_3; if (!L_3) { goto IL_0021; } } { XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * L_4 = V_2; NullCheck(L_4); int32_t L_5 = XPathDocumentNavigator_GetPositionHashCode_mF47FD27C4369031B00CFAB20F1C80717D142932A(L_4, /*hidden argument*/NULL); V_0 = L_5; goto IL_0078; } IL_0021: { RuntimeObject * L_6 = ___obj0; XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_7 = ((XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 *)IsInstClass((RuntimeObject*)L_6, XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_il2cpp_TypeInfo_var)); V_1 = L_7; if (!L_7) { goto IL_0071; } } { XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_8 = V_1; NullCheck(L_8); RuntimeObject * L_9 = VirtFuncInvoker0< RuntimeObject * >::Invoke(26 /* System.Object System.Xml.XPath.XPathNavigator::get_UnderlyingObject() */, L_8); V_3 = L_9; RuntimeObject * L_10 = V_3; if (!L_10) { goto IL_003e; } } { RuntimeObject * L_11 = V_3; NullCheck(L_11); int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_11); V_0 = L_12; goto IL_0078; } IL_003e: { XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_13 = V_1; NullCheck(L_13); int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_13); V_0 = L_14; int32_t L_15 = V_0; XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_16 = V_1; NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(23 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, L_16); NullCheck(L_17); int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_17); V_0 = ((int32_t)((int32_t)L_15^(int32_t)L_18)); int32_t L_19 = V_0; XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_20 = V_1; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XPath.XPathNavigator::get_Prefix() */, L_20); NullCheck(L_21); int32_t L_22 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_21); V_0 = ((int32_t)((int32_t)L_19^(int32_t)L_22)); int32_t L_23 = V_0; XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_24 = V_1; NullCheck(L_24); String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(24 /* System.String System.Xml.XPath.XPathNavigator::get_NamespaceURI() */, L_24); NullCheck(L_25); int32_t L_26 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_25); V_0 = ((int32_t)((int32_t)L_23^(int32_t)L_26)); goto IL_0078; } IL_0071: { RuntimeObject * L_27 = ___obj0; NullCheck(L_27); int32_t L_28 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_27); V_0 = L_28; } IL_0078: { int32_t L_29 = V_0; return L_29; } } // System.Void System.Xml.XPath.XPathNavigatorKeyComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathNavigatorKeyComparer__ctor_m2D021B0C6FAB62B2383BDADA80D88BE8C2C61004 (XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378 * __this, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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.XmlAttribute::.ctor(System.Xml.XmlName,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute__ctor_m8400E013CA47C3BDEB418D52484DD923490A833B (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___name0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttribute__ctor_m8400E013CA47C3BDEB418D52484DD923490A833B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = ___doc1; XmlNode__ctor_m13A3C66254E42AAC29DE4CD3CAAB470BCA39941E(__this, L_0, /*hidden argument*/NULL); ((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)__this)->set_parentNode_0((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL); XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = ___doc1; NullCheck(L_1); bool L_2 = XmlDocument_get_IsLoading_m6121F2E25E1B39DA8A090585EC483D289F520F6A_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_002c; } } { XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_3 = ___name0; NullCheck(L_3); String_t* L_4 = XmlName_get_Prefix_mFDCFDB44D0B1EAE0E5DB7A57A787C7131534BABF_inline(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var); XmlDocument_CheckName_mECF504D9918EB2028EA3B3191F02C87357521456(L_4, /*hidden argument*/NULL); XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_5 = ___name0; NullCheck(L_5); String_t* L_6 = XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117_inline(L_5, /*hidden argument*/NULL); XmlDocument_CheckName_mECF504D9918EB2028EA3B3191F02C87357521456(L_6, /*hidden argument*/NULL); } IL_002c: { XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_7 = ___name0; NullCheck(L_7); String_t* L_8 = XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117_inline(L_7, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0049; } } { String_t* L_10 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteralF2BB08CBFD5547723D77576AFB253E2EF5AA918B, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, XmlAttribute__ctor_m8400E013CA47C3BDEB418D52484DD923490A833B_RuntimeMethod_var); } IL_0049: { XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_12 = ___name0; __this->set_name_1(L_12); return; } } // System.Void System.Xml.XmlAttribute::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute__ctor_m6A0A80A14549911E2901FB44FA291BD8DDBB7A8F (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc3, const RuntimeMethod* method) { { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = ___doc3; String_t* L_1 = ___prefix0; String_t* L_2 = ___localName1; String_t* L_3 = ___namespaceURI2; NullCheck(L_0); XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_4 = XmlDocument_AddAttrXmlName_m6686C950DC446CF9D9B8AB8FCA53ED741A2805C9(L_0, L_1, L_2, L_3, (RuntimeObject*)NULL, /*hidden argument*/NULL); XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_5 = ___doc3; XmlAttribute__ctor_m8400E013CA47C3BDEB418D52484DD923490A833B(__this, L_4, L_5, /*hidden argument*/NULL); return; } } // System.Xml.XmlName System.Xml.XmlAttribute::get_XmlName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * XmlAttribute_get_XmlName_m0B26E2961E84D9FC18922FD5FFB29967AAB18916 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method) { { XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_0 = __this->get_name_1(); return L_0; } } // System.Void System.Xml.XmlAttribute::set_XmlName(System.Xml.XmlName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute_set_XmlName_m45334C8F4B56E67A0829BF016FB2751F184E9AD9 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___value0, const RuntimeMethod* method) { { XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_0 = ___value0; __this->set_name_1(L_0); return; } } // System.Xml.XmlNode System.Xml.XmlAttribute::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlAttribute_CloneNode_mFBCA7D26D3ECE6CFEA08C5AC30F99E16869EC61B (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, bool ___deep0, const RuntimeMethod* method) { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * V_0 = NULL; { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); V_0 = L_0; XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = V_0; String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_Prefix() */, __this); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, __this); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, __this); NullCheck(L_1); XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_5 = VirtFuncInvoker3< XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *, String_t*, String_t*, String_t* >::Invoke(59 /* System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String,System.String) */, L_1, L_2, L_3, L_4); XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_6 = L_5; XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_7 = V_0; NullCheck(L_6); VirtActionInvoker3< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, bool >::Invoke(28 /* System.Void System.Xml.XmlNode::CopyChildren(System.Xml.XmlDocument,System.Xml.XmlNode,System.Boolean) */, L_6, L_7, __this, (bool)1); return L_6; } } // System.Xml.XmlNode System.Xml.XmlAttribute::get_ParentNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlAttribute_get_ParentNode_m6CCD0BA537B0949CC3C5AAE17047E496C6AEDAEB (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method) { { return (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL; } } // System.String System.Xml.XmlAttribute::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_Name_m25FEB5C904FB0C67E2B6727D0B9837DD1204923F (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method) { { XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_0 = __this->get_name_1(); NullCheck(L_0); String_t* L_1 = XmlName_get_Name_m0FDDDB2CA2BA7A635D67B4B809C0A8CC12528EB5(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlAttribute::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_LocalName_mB37B10F15F07C7BD4277E54E7E791F03D35C824D (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method) { { XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_0 = __this->get_name_1(); NullCheck(L_0); String_t* L_1 = XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlAttribute::get_NamespaceURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_NamespaceURI_m09222B35906E72C1ACDC42716920166A741DD4FD (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method) { { XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_0 = __this->get_name_1(); NullCheck(L_0); String_t* L_1 = XmlName_get_NamespaceURI_mA53017507A3B8574AB0A98346E58E6B7CC20D209_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlAttribute::get_Prefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_Prefix_m386CDE2219A6E60F5C89AA52EC7410C07AAB6DD2 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method) { { XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_0 = __this->get_name_1(); NullCheck(L_0); String_t* L_1 = XmlName_get_Prefix_mFDCFDB44D0B1EAE0E5DB7A57A787C7131534BABF_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlNodeType System.Xml.XmlAttribute::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAttribute_get_NodeType_m67A3680AEE3B4A0ED6D9322045C53918FB2EF135 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Xml.XmlDocument System.Xml.XmlAttribute::get_OwnerDocument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * XmlAttribute_get_OwnerDocument_m940C49FB58E1B67089620133990B34C220847D02 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method) { { XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_0 = __this->get_name_1(); NullCheck(L_0); XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = XmlName_get_OwnerDocument_m52B8367159581E2A9AAAAFE813298CB8BB07E20D_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlAttribute::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_Value_m461A070A6AE4BC449425AEDF0AF45C22789DABC5 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method) { { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_InnerText() */, __this); return L_0; } } // System.Void System.Xml.XmlAttribute::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute_set_Value_mCA077DBD4A4AC8109AC68C16D88DDAADECADE3F4 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; VirtActionInvoker1< String_t* >::Invoke(34 /* System.Void System.Xml.XmlNode::set_InnerText(System.String) */, __this, L_0); return; } } // System.Void System.Xml.XmlAttribute::set_InnerText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute_set_InnerText_mB2E7F0E63380D3ADC2F68813B224B2BF80FC3B63 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, String_t* ___value0, const RuntimeMethod* method) { String_t* V_0 = NULL; { bool L_0 = XmlAttribute_PrepareOwnerElementInElementIdAttrMap_mD86ABDF56E2C17996669C63E2018D3C4207F2F25(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_001e; } } { String_t* L_1 = XmlNode_get_InnerText_m73275B43C59EBF8ADA7782590730D10310C318DE(__this, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = ___value0; XmlNode_set_InnerText_m7E36511A6B9520EC26AE149C4DD0DF4CE660EB88(__this, L_2, /*hidden argument*/NULL); String_t* L_3 = V_0; XmlAttribute_ResetOwnerElementInElementIdAttrMap_m3C348157F1B03B615A9EF990B4CC80AEDE25B2E1(__this, L_3, /*hidden argument*/NULL); return; } IL_001e: { String_t* L_4 = ___value0; XmlNode_set_InnerText_m7E36511A6B9520EC26AE149C4DD0DF4CE660EB88(__this, L_4, /*hidden argument*/NULL); return; } } // System.Boolean System.Xml.XmlAttribute::PrepareOwnerElementInElementIdAttrMap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAttribute_PrepareOwnerElementInElementIdAttrMap_mD86ABDF56E2C17996669C63E2018D3C4207F2F25 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method) { XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * V_0 = NULL; { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_1 = XmlDocument_get_DtdSchemaInfo_m836B9EAE955738E6AE76E7F1069E9E0553EB4289_inline(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_002f; } } { XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_2 = VirtFuncInvoker0< XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * >::Invoke(48 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, __this); V_0 = L_2; XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_3 = V_0; if (!L_3) { goto IL_002f; } } { XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_4 = V_0; NullCheck(L_4); XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_5 = VirtFuncInvoker0< XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * >::Invoke(14 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_4); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_Prefix() */, __this); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, __this); NullCheck(L_5); bool L_8 = XmlAttributeCollection_PrepareParentInElementIdAttrMap_m6172F2FC411398313D701609D081B5353F6FD768(L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } IL_002f: { return (bool)0; } } // System.Void System.Xml.XmlAttribute::ResetOwnerElementInElementIdAttrMap(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute_ResetOwnerElementInElementIdAttrMap_m3C348157F1B03B615A9EF990B4CC80AEDE25B2E1 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, String_t* ___oldInnerText0, const RuntimeMethod* method) { XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * V_0 = NULL; { XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_0 = VirtFuncInvoker0< XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * >::Invoke(48 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, __this); V_0 = L_0; XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_1 = V_0; if (!L_1) { goto IL_001c; } } { XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_2 = V_0; NullCheck(L_2); XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_3 = VirtFuncInvoker0< XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * >::Invoke(14 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_2); String_t* L_4 = ___oldInnerText0; String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_InnerText() */, __this); NullCheck(L_3); XmlAttributeCollection_ResetParentInElementIdAttrMap_m34826637DB537C63D89191443FCF9AB5BDEC70A9(L_3, L_4, L_5, /*hidden argument*/NULL); } IL_001c: { return; } } // System.Boolean System.Xml.XmlAttribute::get_IsContainer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAttribute_get_IsContainer_m333C46BF4906944A5BC0285680F514B7248E1963 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Xml.XmlNode System.Xml.XmlAttribute::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlAttribute_AppendChildForLoad_m5F10CBD993ED874AF74F1EA3A3CC8E4F2F47D88F (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___newChild0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttribute_AppendChildForLoad_m5F10CBD993ED874AF74F1EA3A3CC8E4F2F47D88F_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * V_0 = NULL; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * V_1 = NULL; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * V_2 = NULL; { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = ___doc1; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = ___newChild0; NullCheck(L_0); XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_2 = XmlDocument_GetInsertEventArgsForLoad_m2502B5E75644FBF26C019B31C0AA3BB03280B465(L_0, L_1, __this, /*hidden argument*/NULL); V_0 = L_2; XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_3 = V_0; if (!L_3) { goto IL_0013; } } { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_4 = ___doc1; XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_5 = V_0; NullCheck(L_4); VirtActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(44 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, L_4, L_5); } IL_0013: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = ___newChild0; V_1 = ((XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)CastclassClass((RuntimeObject*)L_6, XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E_il2cpp_TypeInfo_var)); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_7 = __this->get_lastChild_2(); if (L_7) { goto IL_0039; } } { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_8 = V_1; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_9 = V_1; NullCheck(L_8); L_8->set_next_1(L_9); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_10 = V_1; __this->set_lastChild_2(L_10); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_11 = V_1; NullCheck(L_11); VirtActionInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(41 /* System.Void System.Xml.XmlNode::SetParentForLoad(System.Xml.XmlNode) */, L_11, __this); goto IL_007a; } IL_0039: { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_12 = __this->get_lastChild_2(); V_2 = L_12; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_13 = V_1; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_14 = V_2; NullCheck(L_14); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_15 = L_14->get_next_1(); NullCheck(L_13); L_13->set_next_1(L_15); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_16 = V_2; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_17 = V_1; NullCheck(L_16); L_16->set_next_1(L_17); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_18 = V_1; __this->set_lastChild_2(L_18); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_19 = V_2; NullCheck(L_19); bool L_20 = VirtFuncInvoker0< bool >::Invoke(46 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_19); if (!L_20) { goto IL_0073; } } { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_21 = V_1; NullCheck(L_21); bool L_22 = VirtFuncInvoker0< bool >::Invoke(46 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_21); if (!L_22) { goto IL_0073; } } { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_23 = V_2; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_24 = V_1; XmlNode_NestTextNodes_mA72213F0814EC1448173A65CB879FD8869762905(L_23, L_24, /*hidden argument*/NULL); goto IL_007a; } IL_0073: { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_25 = V_1; NullCheck(L_25); VirtActionInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(41 /* System.Void System.Xml.XmlNode::SetParentForLoad(System.Xml.XmlNode) */, L_25, __this); } IL_007a: { XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_26 = V_0; if (!L_26) { goto IL_0084; } } { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_27 = ___doc1; XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_28 = V_0; NullCheck(L_27); VirtActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(45 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, L_27, L_28); } IL_0084: { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_29 = V_1; return L_29; } } // System.Xml.XmlLinkedNode System.Xml.XmlAttribute::get_LastNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * XmlAttribute_get_LastNode_m3AA053FE35377B2D02BF68A3A2364E5594BE6289 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method) { { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_0 = __this->get_lastChild_2(); return L_0; } } // System.Void System.Xml.XmlAttribute::set_LastNode(System.Xml.XmlLinkedNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute_set_LastNode_mC57B751979E6094A9D947FA22BE46DDDCF4FE373 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * ___value0, const RuntimeMethod* method) { { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_0 = ___value0; __this->set_lastChild_2(L_0); return; } } // System.Boolean System.Xml.XmlAttribute::IsValidChildType(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAttribute_IsValidChildType_mB42D3363C1060D1AE85542733DF56764A4F51986 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, int32_t ___type0, const RuntimeMethod* method) { { int32_t L_0 = ___type0; if ((((int32_t)L_0) == ((int32_t)3))) { goto IL_0009; } } { int32_t L_1 = ___type0; return (bool)((((int32_t)L_1) == ((int32_t)5))? 1 : 0); } IL_0009: { return (bool)1; } } // System.Boolean System.Xml.XmlAttribute::get_Specified() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAttribute_get_Specified_m3E4626B4A2103935D996CEA9CBF84A2066EC730F (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Xml.XmlNode System.Xml.XmlAttribute::RemoveChild(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlAttribute_RemoveChild_mFFCDFF1C5410F74FA8B7D9F18530C9C17D91470F (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___oldChild0, const RuntimeMethod* method) { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_0 = NULL; String_t* V_1 = NULL; { bool L_0 = XmlAttribute_PrepareOwnerElementInElementIdAttrMap_mD86ABDF56E2C17996669C63E2018D3C4207F2F25(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0020; } } { String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_InnerText() */, __this); V_1 = L_1; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = ___oldChild0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = XmlNode_RemoveChild_m5497246263941309B5FAF4C1228E2FAA43E1A8E1(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_1; XmlAttribute_ResetOwnerElementInElementIdAttrMap_m3C348157F1B03B615A9EF990B4CC80AEDE25B2E1(__this, L_4, /*hidden argument*/NULL); goto IL_0028; } IL_0020: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = ___oldChild0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = XmlNode_RemoveChild_m5497246263941309B5FAF4C1228E2FAA43E1A8E1(__this, L_5, /*hidden argument*/NULL); V_0 = L_6; } IL_0028: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_7 = V_0; return L_7; } } // System.Xml.XmlNode System.Xml.XmlAttribute::AppendChild(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlAttribute_AppendChild_m7F17561A3054A0E2A4EDC19241EFD30DD5FA5D66 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___newChild0, const RuntimeMethod* method) { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_0 = NULL; String_t* V_1 = NULL; { bool L_0 = XmlAttribute_PrepareOwnerElementInElementIdAttrMap_mD86ABDF56E2C17996669C63E2018D3C4207F2F25(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0020; } } { String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_InnerText() */, __this); V_1 = L_1; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = ___newChild0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = XmlNode_AppendChild_m1774E158B575D3FC227BAA1DF27FDA799FFCF32F(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_1; XmlAttribute_ResetOwnerElementInElementIdAttrMap_m3C348157F1B03B615A9EF990B4CC80AEDE25B2E1(__this, L_4, /*hidden argument*/NULL); goto IL_0028; } IL_0020: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = ___newChild0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = XmlNode_AppendChild_m1774E158B575D3FC227BAA1DF27FDA799FFCF32F(__this, L_5, /*hidden argument*/NULL); V_0 = L_6; } IL_0028: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_7 = V_0; return L_7; } } // System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * XmlAttribute_get_OwnerElement_m0D432A8351D5DF2F90CAC6CEF19E37D7BFDA4D38 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttribute_get_OwnerElement_m0D432A8351D5DF2F90CAC6CEF19E37D7BFDA4D38_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)__this)->get_parentNode_0(); return ((XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)IsInstClass((RuntimeObject*)L_0, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_il2cpp_TypeInfo_var)); } } // System.Void System.Xml.XmlAttribute::set_InnerXml(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute_set_InnerXml_m90A27CC9BDFB3BD5E67FB42A13FAC267117B67C9 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttribute_set_InnerXml_m90A27CC9BDFB3BD5E67FB42A13FAC267117B67C9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { VirtActionInvoker0::Invoke(39 /* System.Void System.Xml.XmlNode::RemoveAll() */, __this); XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * L_0 = (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D *)il2cpp_codegen_object_new(XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D_il2cpp_TypeInfo_var); XmlLoader__ctor_mDADE8A54F35AD6CD2797F278FDAE2AAA3C384A94(L_0, /*hidden argument*/NULL); String_t* L_1 = ___value0; NullCheck(L_0); XmlLoader_LoadInnerXmlAttribute_mD9490E8865AEE13C6BF17E070D8CA6ABE8177F81(L_0, __this, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlAttribute::WriteTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute_WriteTo_m029D9587C31CEB63A73EBF9C46BDBE012C01800B (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * ___w0, const RuntimeMethod* method) { { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_0 = ___w0; String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_Prefix() */, __this); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, __this); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, __this); NullCheck(L_0); VirtActionInvoker3< String_t*, String_t*, String_t* >::Invoke(10 /* System.Void System.Xml.XmlWriter::WriteStartAttribute(System.String,System.String,System.String) */, L_0, L_1, L_2, L_3); XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_4 = ___w0; VirtActionInvoker1< XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * >::Invoke(38 /* System.Void System.Xml.XmlNode::WriteContentTo(System.Xml.XmlWriter) */, __this, L_4); XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_5 = ___w0; NullCheck(L_5); VirtActionInvoker0::Invoke(11 /* System.Void System.Xml.XmlWriter::WriteEndAttribute() */, L_5); return; } } // System.Void System.Xml.XmlAttribute::WriteContentTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute_WriteContentTo_m78A504F61013ED556F41C46407D182F191FBCBFE (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * ___w0, const RuntimeMethod* method) { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_0 = NULL; { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); V_0 = L_0; goto IL_0017; } IL_0009: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = V_0; XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_2 = ___w0; NullCheck(L_1); VirtActionInvoker1< XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * >::Invoke(37 /* System.Void System.Xml.XmlNode::WriteTo(System.Xml.XmlWriter) */, L_1, L_2); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = V_0; NullCheck(L_3); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(13 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_3); V_0 = L_4; } IL_0017: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = V_0; if (L_5) { goto IL_0009; } } { return; } } // System.String System.Xml.XmlAttribute::get_BaseURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_BaseURI_m37D145AC1102A2A93A5F8E406B2678C9DA7CA3E6 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttribute_get_BaseURI_m37D145AC1102A2A93A5F8E406B2678C9DA7CA3E6_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_0 = VirtFuncInvoker0< XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * >::Invoke(48 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, __this); if (!L_0) { goto IL_0014; } } { XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_1 = VirtFuncInvoker0< XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * >::Invoke(48 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, __this); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(36 /* System.String System.Xml.XmlNode::get_BaseURI() */, L_1); return L_2; } IL_0014: { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_3; } } // System.Void System.Xml.XmlAttribute::SetParent(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute_SetParent_mFC3DF65371E8118411AD4AEC60605246EEEC93B2 (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, const RuntimeMethod* method) { { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___node0; ((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)__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.XmlAttributeCollection::.ctor(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection__ctor_m9AF693AB9D946FD6133B7A3973FD2A7F17A5975D (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___parent0, const RuntimeMethod* method) { { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___parent0; XmlNamedNodeMap__ctor_mE9D305B8E98308E7150E3906F7B58B43D88CCF0C(__this, L_0, /*hidden argument*/NULL); return; } } // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::get_ItemOf(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlAttributeCollection_get_ItemOf_m80F7C07B9C4FED4D63EA54935B02C74F1E29090E (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttributeCollection_get_ItemOf_m80F7C07B9C4FED4D63EA54935B02C74F1E29090E_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); IL_0000: try { // begin try (depth: 1) SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * L_0 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_address_of_nodes_1(); int32_t L_1 = ___i0; RuntimeObject * L_2 = SmallXmlNodeList_get_Item_m0B21A5FE8EA599C60E89D7269127A96E29F0CCBE((SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E *)L_0, L_1, /*hidden argument*/NULL); V_0 = ((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)CastclassClass((RuntimeObject*)L_2, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var)); goto IL_0025; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0014; throw e; } CATCH_0014: { // begin catch(System.ArgumentOutOfRangeException) String_t* L_3 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteralC1A861606BA96686B6E6B3B604D6D25BBB10D1CE, /*hidden argument*/NULL); IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * L_4 = (IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF *)il2cpp_codegen_object_new(IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var); IndexOutOfRangeException__ctor_mCCE2EFF47A0ACB4B2636F63140F94FCEA71A9BCA(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, XmlAttributeCollection_get_ItemOf_m80F7C07B9C4FED4D63EA54935B02C74F1E29090E_RuntimeMethod_var); } // end catch (depth: 1) IL_0025: { XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_5 = V_0; return L_5; } } // System.Xml.XmlNode System.Xml.XmlAttributeCollection::SetNamedItem(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlAttributeCollection_SetNamedItem_m9F244DAECAFA20328AEF175E93C4C11319A2ED47 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttributeCollection_SetNamedItem_m9F244DAECAFA20328AEF175E93C4C11319A2ED47_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___node0; if (!L_0) { goto IL_001b; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = ___node0; if (((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)IsInstClass((RuntimeObject*)L_1, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var))) { goto IL_001b; } } { String_t* L_2 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral80E852484CD9F14B23B0628A4ABD460848058DB8, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, XmlAttributeCollection_SetNamedItem_m9F244DAECAFA20328AEF175E93C4C11319A2ED47_RuntimeMethod_var); } IL_001b: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = ___node0; NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_4); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = ___node0; NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_6); int32_t L_8 = XmlNamedNodeMap_FindNodeOffset_mEB672C07E20167DB69BBDF401A717539E10C4055(__this, L_5, L_7, /*hidden argument*/NULL); V_0 = L_8; int32_t L_9 = V_0; if ((!(((uint32_t)L_9) == ((uint32_t)(-1))))) { goto IL_003f; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_10 = ___node0; XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_11 = XmlAttributeCollection_InternalAppendAttribute_m3C04A8F1A2D89C0ABD48EA6C5F0D7AB597CA0C01(__this, ((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)CastclassClass((RuntimeObject*)L_10, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_11; } IL_003f: { int32_t L_12 = V_0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_13 = XmlNamedNodeMap_RemoveNodeAt_m97DF4F675D0959BACEE24AB9F20142B601B3EFC1(__this, L_12, /*hidden argument*/NULL); int32_t L_14 = V_0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_15 = ___node0; VirtFuncInvoker2< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, int32_t, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::InsertNodeAt(System.Int32,System.Xml.XmlNode) */, __this, L_14, L_15); return L_13; } } // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::Append(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlAttributeCollection_Append_m106AD7C9DC091EE15A02BF846539AF63D5FB6137 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttributeCollection_Append_m106AD7C9DC091EE15A02BF846539AF63D5FB6137_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * V_0 = NULL; { XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_0 = ___node0; NullCheck(L_0); XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_0); V_0 = L_1; XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_2 = V_0; if (!L_2) { goto IL_0012; } } { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_3 = V_0; NullCheck(L_3); bool L_4 = XmlDocument_get_IsLoading_m6121F2E25E1B39DA8A090585EC483D289F520F6A_inline(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_004c; } } IL_0012: { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_5 = V_0; if (!L_5) { goto IL_0033; } } { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_6 = V_0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_7 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_parent_0(); NullCheck(L_7); XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_8 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_7); if ((((RuntimeObject*)(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 *)L_6) == ((RuntimeObject*)(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 *)L_8))) { goto IL_0033; } } { String_t* L_9 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral535B20C5ABCB1B6ECA7055A985B7F23C386566D4, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_10 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, XmlAttributeCollection_Append_m106AD7C9DC091EE15A02BF846539AF63D5FB6137_RuntimeMethod_var); } IL_0033: { XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_11 = ___node0; NullCheck(L_11); XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_12 = VirtFuncInvoker0< XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * >::Invoke(48 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, L_11); if (!L_12) { goto IL_0042; } } { XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_13 = ___node0; XmlAttributeCollection_Detach_m34EE50C20332938F1B2DB449D5A20BD38990EC04(__this, L_13, /*hidden argument*/NULL); } IL_0042: { XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_14 = ___node0; VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::AddNode(System.Xml.XmlNode) */, __this, L_14); goto IL_005c; } IL_004c: { XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_15 = ___node0; XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_16 = V_0; XmlNamedNodeMap_AddNodeForLoad_m604FC52C79FE94FB7E69285E8C891638D3CAF5F2(__this, L_15, L_16, /*hidden argument*/NULL); XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_17 = ___node0; XmlAttributeCollection_InsertParentIntoElementIdAttrMap_mE73192FBF7497FDD39E3D467E531008E444EDB91(__this, L_17, /*hidden argument*/NULL); } IL_005c: { XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_18 = ___node0; return L_18; } } // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::Remove(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlAttributeCollection_Remove_mFA1F16E20C2B7906F5C13F98CC1D7736C2D038BE (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___node0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * L_0 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_address_of_nodes_1(); int32_t L_1 = SmallXmlNodeList_get_Count_m6D57003C04E39603A423E7C6A2E19093C83F14B9((SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E *)L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = 0; goto IL_002d; } IL_0010: { SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * L_2 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_address_of_nodes_1(); int32_t L_3 = V_1; RuntimeObject * L_4 = SmallXmlNodeList_get_Item_m0B21A5FE8EA599C60E89D7269127A96E29F0CCBE((SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E *)L_2, L_3, /*hidden argument*/NULL); XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_5 = ___node0; if ((!(((RuntimeObject*)(RuntimeObject *)L_4) == ((RuntimeObject*)(XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)L_5)))) { goto IL_0029; } } { int32_t L_6 = V_1; VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, int32_t >::Invoke(11 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::RemoveNodeAt(System.Int32) */, __this, L_6); XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_7 = ___node0; return L_7; } IL_0029: { int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_002d: { int32_t L_9 = V_1; int32_t L_10 = V_0; if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0010; } } { return (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)NULL; } } // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlAttributeCollection_RemoveAt_mD9649B2EFF4645E342E41D04FBB6ECC2D7209D30 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttributeCollection_RemoveAt_mD9649B2EFF4645E342E41D04FBB6ECC2D7209D30_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___i0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000d; } } { int32_t L_1 = ___i0; int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, __this); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_000f; } } IL_000d: { return (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)NULL; } IL_000f: { int32_t L_3 = ___i0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, int32_t >::Invoke(11 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::RemoveNodeAt(System.Int32) */, __this, L_3); return ((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)CastclassClass((RuntimeObject*)L_4, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var)); } } // System.Void System.Xml.XmlAttributeCollection::RemoveAll() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_RemoveAll_mC4E23461DCA4ECBC8CC56B36E11A028DE94B1D82 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, __this); V_0 = L_0; goto IL_0015; } IL_0009: { int32_t L_1 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)); int32_t L_2 = V_0; XmlAttributeCollection_RemoveAt_mD9649B2EFF4645E342E41D04FBB6ECC2D7209D30(__this, L_2, /*hidden argument*/NULL); } IL_0015: { int32_t L_3 = V_0; if ((((int32_t)L_3) > ((int32_t)0))) { goto IL_0009; } } { return; } } // System.Void System.Xml.XmlAttributeCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_System_Collections_ICollection_CopyTo_m7E150BF513C3355B6EEB48A55031C1E8E87B13FC (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, __this); V_1 = L_0; goto IL_0027; } IL_000b: { RuntimeArray * L_1 = ___array0; SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * L_2 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_address_of_nodes_1(); int32_t L_3 = V_0; RuntimeObject * L_4 = SmallXmlNodeList_get_Item_m0B21A5FE8EA599C60E89D7269127A96E29F0CCBE((SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E *)L_2, L_3, /*hidden argument*/NULL); int32_t L_5 = ___index1; NullCheck(L_1); Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA(L_1, L_4, L_5, /*hidden argument*/NULL); int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); int32_t L_7 = ___index1; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0027: { int32_t L_8 = V_0; int32_t L_9 = V_1; if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_000b; } } { return; } } // System.Boolean System.Xml.XmlAttributeCollection::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAttributeCollection_System_Collections_ICollection_get_IsSynchronized_mD40D2EB814FF73E486EC3CCD85EAAACB53FC23E1 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Xml.XmlAttributeCollection::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlAttributeCollection_System_Collections_ICollection_get_SyncRoot_mE50208701E266CD9386DF2FFDBEE63AC301400F9 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, const RuntimeMethod* method) { { return __this; } } // System.Int32 System.Xml.XmlAttributeCollection::System.Collections.ICollection.get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAttributeCollection_System_Collections_ICollection_get_Count_mD1A49BD0875D7D0B38EF50ACF5CC68AFFD563FB5 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, const RuntimeMethod* method) { { int32_t L_0 = XmlNamedNodeMap_get_Count_mC974B5597045C0986178784257625FA43D7AFB5E(__this, /*hidden argument*/NULL); return L_0; } } // System.Xml.XmlNode System.Xml.XmlAttributeCollection::AddNode(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlAttributeCollection_AddNode_mDCA968718DD5F2880556BB29DD12EB10FACD5AA6 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttributeCollection_AddNode_mDCA968718DD5F2880556BB29DD12EB10FACD5AA6_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___node0; XmlAttributeCollection_RemoveDuplicateAttribute_m6D99DE23E85208C29E87D827EAECAD12571936F6(__this, ((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)CastclassClass((RuntimeObject*)L_0, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = ___node0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = XmlNamedNodeMap_AddNode_mC80EEFA7E80B6F04D8F80436670E83DA5D2F7F76(__this, L_1, /*hidden argument*/NULL); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = ___node0; XmlAttributeCollection_InsertParentIntoElementIdAttrMap_mE73192FBF7497FDD39E3D467E531008E444EDB91(__this, ((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)CastclassClass((RuntimeObject*)L_3, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } } // System.Xml.XmlNode System.Xml.XmlAttributeCollection::InsertNodeAt(System.Int32,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlAttributeCollection_InsertNodeAt_m8C670C98777856C34431DB6860023DE7B5E754F2 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, int32_t ___i0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttributeCollection_InsertNodeAt_m8C670C98777856C34431DB6860023DE7B5E754F2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___i0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = ___node1; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = XmlNamedNodeMap_InsertNodeAt_mD1FDFA84CB2C98BFFC60808AC02641AD29A3B8AB(__this, L_0, L_1, /*hidden argument*/NULL); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = ___node1; XmlAttributeCollection_InsertParentIntoElementIdAttrMap_mE73192FBF7497FDD39E3D467E531008E444EDB91(__this, ((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)CastclassClass((RuntimeObject*)L_3, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } } // System.Xml.XmlNode System.Xml.XmlAttributeCollection::RemoveNodeAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlAttributeCollection_RemoveNodeAt_mEE29941F2115832B710B9D54AF0873125E9D0351 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttributeCollection_RemoveNodeAt_mEE29941F2115832B710B9D54AF0873125E9D0351_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_0 = NULL; XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * V_1 = NULL; { int32_t L_0 = ___i0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = XmlNamedNodeMap_RemoveNodeAt_m97DF4F675D0959BACEE24AB9F20142B601B3EFC1(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = V_0; XmlAttributeCollection_RemoveParentFromElementIdAttrMap_m7CC9AD64245FEFCA79A68EDBB4F30309B4760A14(__this, ((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)CastclassClass((RuntimeObject*)L_2, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_parent_0(); NullCheck(L_3); XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_4 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_3); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_parent_0(); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = V_0; NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_Prefix() */, L_6); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_8 = V_0; NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_8); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_10 = V_0; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_10); NullCheck(L_4); XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_12 = XmlDocument_GetDefaultAttribute_mAFC4187759B278F9AAB1F8373385DA4A75E582DC(L_4, ((XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)CastclassClass((RuntimeObject*)L_5, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_il2cpp_TypeInfo_var)), L_7, L_9, L_11, /*hidden argument*/NULL); V_1 = L_12; XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_13 = V_1; if (!L_13) { goto IL_004e; } } { int32_t L_14 = ___i0; XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_15 = V_1; VirtFuncInvoker2< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, int32_t, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::InsertNodeAt(System.Int32,System.Xml.XmlNode) */, __this, L_14, L_15); } IL_004e: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_16 = V_0; return L_16; } } // System.Void System.Xml.XmlAttributeCollection::Detach(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_Detach_m34EE50C20332938F1B2DB449D5A20BD38990EC04 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___attr0, const RuntimeMethod* method) { { XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_0 = ___attr0; NullCheck(L_0); XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_1 = VirtFuncInvoker0< XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * >::Invoke(48 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, L_0); NullCheck(L_1); XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_2 = VirtFuncInvoker0< XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * >::Invoke(14 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_1); XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_3 = ___attr0; NullCheck(L_2); XmlAttributeCollection_Remove_mFA1F16E20C2B7906F5C13F98CC1D7736C2D038BE(L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlAttributeCollection::InsertParentIntoElementIdAttrMap(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_InsertParentIntoElementIdAttrMap_mE73192FBF7497FDD39E3D467E531008E444EDB91 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___attr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttributeCollection_InsertParentIntoElementIdAttrMap_mE73192FBF7497FDD39E3D467E531008E444EDB91_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * V_0 = NULL; XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * V_1 = NULL; { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_parent_0(); V_0 = ((XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)IsInstClass((RuntimeObject*)L_0, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_il2cpp_TypeInfo_var)); XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_1 = V_0; if (!L_1) { goto IL_007e; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_parent_0(); NullCheck(L_2); XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_3 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_2); if (L_3) { goto IL_001d; } } { return; } IL_001d: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_parent_0(); NullCheck(L_4); XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_5 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_4); XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_6 = V_0; NullCheck(L_6); XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_7 = XmlElement_get_XmlName_m2E9527177DD436669E09BEC81A97A5C6BE834BE1_inline(L_6, /*hidden argument*/NULL); NullCheck(L_5); XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_8 = XmlDocument_GetIDInfoByElement_m7810FE2AD43F570E750DB3057C208A6ABFEDB6D4(L_5, L_7, /*hidden argument*/NULL); V_1 = L_8; XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_9 = V_1; if (!L_9) { goto IL_007e; } } { XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_10 = V_1; NullCheck(L_10); String_t* L_11 = XmlName_get_Prefix_mFDCFDB44D0B1EAE0E5DB7A57A787C7131534BABF_inline(L_10, /*hidden argument*/NULL); XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_12 = ___attr0; NullCheck(L_12); XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_13 = XmlAttribute_get_XmlName_m0B26E2961E84D9FC18922FD5FFB29967AAB18916_inline(L_12, /*hidden argument*/NULL); NullCheck(L_13); String_t* L_14 = XmlName_get_Prefix_mFDCFDB44D0B1EAE0E5DB7A57A787C7131534BABF_inline(L_13, /*hidden argument*/NULL); bool L_15 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_11, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_007e; } } { XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_16 = V_1; NullCheck(L_16); String_t* L_17 = XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117_inline(L_16, /*hidden argument*/NULL); XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_18 = ___attr0; NullCheck(L_18); XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_19 = XmlAttribute_get_XmlName_m0B26E2961E84D9FC18922FD5FFB29967AAB18916_inline(L_18, /*hidden argument*/NULL); NullCheck(L_19); String_t* L_20 = XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117_inline(L_19, /*hidden argument*/NULL); bool L_21 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_17, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_007e; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_22 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_parent_0(); NullCheck(L_22); XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_23 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_22); XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_24 = ___attr0; NullCheck(L_24); String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_24); XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_26 = V_0; NullCheck(L_23); XmlDocument_AddElementWithId_m237F0EC997AC3FC87330130E200614829B1C7757(L_23, L_25, L_26, /*hidden argument*/NULL); } IL_007e: { return; } } // System.Void System.Xml.XmlAttributeCollection::RemoveParentFromElementIdAttrMap(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_RemoveParentFromElementIdAttrMap_m7CC9AD64245FEFCA79A68EDBB4F30309B4760A14 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___attr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttributeCollection_RemoveParentFromElementIdAttrMap_m7CC9AD64245FEFCA79A68EDBB4F30309B4760A14_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * V_0 = NULL; XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * V_1 = NULL; { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_parent_0(); V_0 = ((XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)IsInstClass((RuntimeObject*)L_0, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_il2cpp_TypeInfo_var)); XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_1 = V_0; if (!L_1) { goto IL_007e; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_parent_0(); NullCheck(L_2); XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_3 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_2); if (L_3) { goto IL_001d; } } { return; } IL_001d: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_parent_0(); NullCheck(L_4); XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_5 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_4); XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_6 = V_0; NullCheck(L_6); XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_7 = XmlElement_get_XmlName_m2E9527177DD436669E09BEC81A97A5C6BE834BE1_inline(L_6, /*hidden argument*/NULL); NullCheck(L_5); XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_8 = XmlDocument_GetIDInfoByElement_m7810FE2AD43F570E750DB3057C208A6ABFEDB6D4(L_5, L_7, /*hidden argument*/NULL); V_1 = L_8; XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_9 = V_1; if (!L_9) { goto IL_007e; } } { XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_10 = V_1; NullCheck(L_10); String_t* L_11 = XmlName_get_Prefix_mFDCFDB44D0B1EAE0E5DB7A57A787C7131534BABF_inline(L_10, /*hidden argument*/NULL); XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_12 = ___attr0; NullCheck(L_12); XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_13 = XmlAttribute_get_XmlName_m0B26E2961E84D9FC18922FD5FFB29967AAB18916_inline(L_12, /*hidden argument*/NULL); NullCheck(L_13); String_t* L_14 = XmlName_get_Prefix_mFDCFDB44D0B1EAE0E5DB7A57A787C7131534BABF_inline(L_13, /*hidden argument*/NULL); bool L_15 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_11, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_007e; } } { XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_16 = V_1; NullCheck(L_16); String_t* L_17 = XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117_inline(L_16, /*hidden argument*/NULL); XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_18 = ___attr0; NullCheck(L_18); XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_19 = XmlAttribute_get_XmlName_m0B26E2961E84D9FC18922FD5FFB29967AAB18916_inline(L_18, /*hidden argument*/NULL); NullCheck(L_19); String_t* L_20 = XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117_inline(L_19, /*hidden argument*/NULL); bool L_21 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_17, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_007e; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_22 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_parent_0(); NullCheck(L_22); XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_23 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_22); XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_24 = ___attr0; NullCheck(L_24); String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_24); XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_26 = V_0; NullCheck(L_23); XmlDocument_RemoveElementWithId_mDE1EA6CF89CDAA986D87888EEFE7C49104B69D29(L_23, L_25, L_26, /*hidden argument*/NULL); } IL_007e: { return; } } // System.Int32 System.Xml.XmlAttributeCollection::RemoveDuplicateAttribute(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAttributeCollection_RemoveDuplicateAttribute_m6D99DE23E85208C29E87D827EAECAD12571936F6 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___attr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttributeCollection_RemoveDuplicateAttribute_m6D99DE23E85208C29E87D827EAECAD12571936F6_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * V_1 = NULL; { XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_0 = ___attr0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_0); XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_2 = ___attr0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_2); int32_t L_4 = XmlNamedNodeMap_FindNodeOffset_mEB672C07E20167DB69BBDF401A717539E10C4055(__this, L_1, L_3, /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)(-1)))) { goto IL_0038; } } { SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E * L_6 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_address_of_nodes_1(); int32_t L_7 = V_0; RuntimeObject * L_8 = SmallXmlNodeList_get_Item_m0B21A5FE8EA599C60E89D7269127A96E29F0CCBE((SmallXmlNodeList_t962D7A66CF19950FE6DFA9476903952B76844A1E *)L_6, L_7, /*hidden argument*/NULL); V_1 = ((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)CastclassClass((RuntimeObject*)L_8, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var)); int32_t L_9 = V_0; XmlNamedNodeMap_RemoveNodeAt_m97DF4F675D0959BACEE24AB9F20142B601B3EFC1(__this, L_9, /*hidden argument*/NULL); XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_10 = V_1; XmlAttributeCollection_RemoveParentFromElementIdAttrMap_m7CC9AD64245FEFCA79A68EDBB4F30309B4760A14(__this, L_10, /*hidden argument*/NULL); } IL_0038: { int32_t L_11 = V_0; return L_11; } } // System.Boolean System.Xml.XmlAttributeCollection::PrepareParentInElementIdAttrMap(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAttributeCollection_PrepareParentInElementIdAttrMap_m6172F2FC411398313D701609D081B5353F6FD768 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, String_t* ___attrPrefix0, String_t* ___attrLocalName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttributeCollection_PrepareParentInElementIdAttrMap_m6172F2FC411398313D701609D081B5353F6FD768_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * V_0 = NULL; XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * V_1 = NULL; { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_parent_0(); V_0 = ((XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)IsInstClass((RuntimeObject*)L_0, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_il2cpp_TypeInfo_var)); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_parent_0(); NullCheck(L_1); XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_2 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_1); XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_3 = V_0; NullCheck(L_3); XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_4 = XmlElement_get_XmlName_m2E9527177DD436669E09BEC81A97A5C6BE834BE1_inline(L_3, /*hidden argument*/NULL); NullCheck(L_2); XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_5 = XmlDocument_GetIDInfoByElement_m7810FE2AD43F570E750DB3057C208A6ABFEDB6D4(L_2, L_4, /*hidden argument*/NULL); V_1 = L_5; XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_6 = V_1; if (!L_6) { goto IL_0044; } } { XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_7 = V_1; NullCheck(L_7); String_t* L_8 = XmlName_get_Prefix_mFDCFDB44D0B1EAE0E5DB7A57A787C7131534BABF_inline(L_7, /*hidden argument*/NULL); String_t* L_9 = ___attrPrefix0; bool L_10 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0044; } } { XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_11 = V_1; NullCheck(L_11); String_t* L_12 = XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117_inline(L_11, /*hidden argument*/NULL); String_t* L_13 = ___attrLocalName1; bool L_14 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0044; } } { return (bool)1; } IL_0044: { return (bool)0; } } // System.Void System.Xml.XmlAttributeCollection::ResetParentInElementIdAttrMap(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttributeCollection_ResetParentInElementIdAttrMap_m34826637DB537C63D89191443FCF9AB5BDEC70A9 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, String_t* ___oldVal0, String_t* ___newVal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttributeCollection_ResetParentInElementIdAttrMap_m34826637DB537C63D89191443FCF9AB5BDEC70A9_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * V_0 = NULL; { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_parent_0(); V_0 = ((XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)IsInstClass((RuntimeObject*)L_0, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_il2cpp_TypeInfo_var)); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = ((XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)__this)->get_parent_0(); NullCheck(L_1); XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_2 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_1); XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_3 = L_2; String_t* L_4 = ___oldVal0; XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_5 = V_0; NullCheck(L_3); XmlDocument_RemoveElementWithId_mDE1EA6CF89CDAA986D87888EEFE7C49104B69D29(L_3, L_4, L_5, /*hidden argument*/NULL); String_t* L_6 = ___newVal1; XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_7 = V_0; NullCheck(L_3); XmlDocument_AddElementWithId_m237F0EC997AC3FC87330130E200614829B1C7757(L_3, L_6, L_7, /*hidden argument*/NULL); return; } } // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::InternalAppendAttribute(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlAttributeCollection_InternalAppendAttribute_m3C04A8F1A2D89C0ABD48EA6C5F0D7AB597CA0C01 (XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * __this, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttributeCollection_InternalAppendAttribute_m3C04A8F1A2D89C0ABD48EA6C5F0D7AB597CA0C01_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_0 = ___node0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = XmlNamedNodeMap_AddNode_mC80EEFA7E80B6F04D8F80436670E83DA5D2F7F76(__this, L_0, /*hidden argument*/NULL); XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_2 = ___node0; XmlAttributeCollection_InsertParentIntoElementIdAttrMap_mE73192FBF7497FDD39E3D467E531008E444EDB91(__this, L_2, /*hidden argument*/NULL); return ((XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)CastclassClass((RuntimeObject*)L_1, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlCDataSection::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCDataSection__ctor_mC122A646F0B3D179CEA8F1D0808EA7DF0B123729 (XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 * __this, String_t* ___data0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method) { { String_t* L_0 = ___data0; XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = ___doc1; XmlCharacterData__ctor_m1733B463DB83C45AE9F57D7DE42CA997087E78A6(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String System.Xml.XmlCDataSection::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlCDataSection_get_Name_m3211662529D338AA265DAE8ECEF0DB3D8EEEE9A4 (XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 * __this, const RuntimeMethod* method) { { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); String_t* L_1 = L_0->get_strCDataSectionName_25(); return L_1; } } // System.String System.Xml.XmlCDataSection::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlCDataSection_get_LocalName_mB5553F7A9D4FCBCB5FFC800D2A68C260B012F1B9 (XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 * __this, const RuntimeMethod* method) { { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); String_t* L_1 = L_0->get_strCDataSectionName_25(); return L_1; } } // System.Xml.XmlNodeType System.Xml.XmlCDataSection::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCDataSection_get_NodeType_mF3DA007B87A74D984D23F23F00EA3899C91C426D (XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 * __this, const RuntimeMethod* method) { { return (int32_t)(4); } } // System.Xml.XmlNode System.Xml.XmlCDataSection::get_ParentNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlCDataSection_get_ParentNode_mB71F796453F4516A0A5B3EF1562091092B434AB1 (XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_1 = NULL; { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)__this)->get_parentNode_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_0); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)3))) > ((uint32_t)1)))) { goto IL_0022; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)9)))) { goto IL_0020; } } { int32_t L_4 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)13)))) > ((uint32_t)1)))) { goto IL_0022; } } { goto IL_0041; } IL_0020: { return (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL; } IL_0022: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = ((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)__this)->get_parentNode_0(); NullCheck(L_5); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = L_5->get_parentNode_0(); V_1 = L_6; goto IL_0037; } IL_0030: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_7 = V_1; NullCheck(L_7); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_8 = L_7->get_parentNode_0(); V_1 = L_8; } IL_0037: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_9 = V_1; NullCheck(L_9); bool L_10 = VirtFuncInvoker0< bool >::Invoke(46 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_9); if (L_10) { goto IL_0030; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_11 = V_1; return L_11; } IL_0041: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_12 = ((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)__this)->get_parentNode_0(); return L_12; } } // System.Xml.XmlNode System.Xml.XmlCDataSection::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlCDataSection_CloneNode_mBB23A508BF1F486DE20331A5825ED1510CFD2124 (XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 * __this, bool ___deep0, const RuntimeMethod* method) { { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(47 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); NullCheck(L_0); XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 * L_2 = VirtFuncInvoker1< XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 *, String_t* >::Invoke(49 /* System.Xml.XmlCDataSection System.Xml.XmlDocument::CreateCDataSection(System.String) */, L_0, L_1); return L_2; } } // System.Void System.Xml.XmlCDataSection::WriteTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCDataSection_WriteTo_m3860ACA83D704E49DFFCAA30CAB65B826C4C5520 (XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 * __this, XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * ___w0, const RuntimeMethod* method) { { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_0 = ___w0; String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(47 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(12 /* System.Void System.Xml.XmlWriter::WriteCData(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.XmlCDataSection::WriteContentTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCDataSection_WriteContentTo_m8BC7362C30997E2B1C56BE9E1BF89E7DDBD48FC0 (XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 * __this, XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * ___w0, const RuntimeMethod* method) { { return; } } // System.Boolean System.Xml.XmlCDataSection::get_IsText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCDataSection_get_IsText_mFAFC830351A69866B51FAF6D244F1F3E9C627BCF (XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 * __this, const RuntimeMethod* method) { { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlCachedStream::.ctor(System.Uri,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCachedStream__ctor_m3B8B70D04E5838FBC24B74F9E0B60B1706FB9E7B (XmlCachedStream_t4187D3DDDEA27C1F8B7CAF33706457783B763F56 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlCachedStream__ctor_m3B8B70D04E5838FBC24B74F9E0B60B1706FB9E7B_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { MemoryStream__ctor_m9D0F92C76EFEDA651B678A98EB693FD945286DC2(__this, /*hidden argument*/NULL); Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0; __this->set_uri_14(L_0); } IL_000d: try { // begin try (depth: 1) { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096)); V_0 = L_1; V_1 = 0; goto IL_0025; } IL_001c: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = V_0; int32_t L_3 = V_1; VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, __this, L_2, 0, L_3); } IL_0025: { Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = ___stream1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_0; NullCheck(L_4); int32_t L_6 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_4, L_5, 0, ((int32_t)4096)); int32_t L_7 = L_6; V_1 = L_7; if ((((int32_t)L_7) > ((int32_t)0))) { goto IL_001c; } } IL_0037: { MemoryStream_set_Position_mDBC06746A9BECFC5CA4932ECAF176A087BFA7116(__this, (((int64_t)((int64_t)0))), /*hidden argument*/NULL); IL2CPP_LEAVE(0x48, FINALLY_0041); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0041; } FINALLY_0041: { // begin finally (depth: 1) Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_8 = ___stream1; NullCheck(L_8); VirtActionInvoker0::Invoke(16 /* System.Void System.IO.Stream::Close() */, L_8); IL2CPP_END_FINALLY(65) } // end finally (depth: 1) IL2CPP_CLEANUP(65) { IL2CPP_JUMP_TBL(0x48, IL_0048) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0048: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Xml.XmlCharType IL2CPP_EXTERN_C void XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_marshal_pinvoke(const XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9& unmarshaled, XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_marshaled_pinvoke& marshaled) { marshaled.___charProperties_2 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_charProperties_2()); } IL2CPP_EXTERN_C void XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_marshal_pinvoke_back(const XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_marshaled_pinvoke& marshaled, XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_pinvoke_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } unmarshaled.set_charProperties_2((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, marshaled.___charProperties_2)); } // Conversion method for clean up from marshalling of: System.Xml.XmlCharType IL2CPP_EXTERN_C void XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_marshal_pinvoke_cleanup(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_marshaled_pinvoke& marshaled) { il2cpp_codegen_com_destroy_safe_array(marshaled.___charProperties_2); marshaled.___charProperties_2 = NULL; } // Conversion methods for marshalling of: System.Xml.XmlCharType IL2CPP_EXTERN_C void XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_marshal_com(const XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9& unmarshaled, XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_marshaled_com& marshaled) { marshaled.___charProperties_2 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_charProperties_2()); } IL2CPP_EXTERN_C void XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_marshal_com_back(const XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_marshaled_com& marshaled, XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_com_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } unmarshaled.set_charProperties_2((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, marshaled.___charProperties_2)); } // Conversion method for clean up from marshalling of: System.Xml.XmlCharType IL2CPP_EXTERN_C void XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_marshal_com_cleanup(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_marshaled_com& marshaled) { il2cpp_codegen_com_destroy_safe_array(marshaled.___charProperties_2); marshaled.___charProperties_2 = NULL; } // System.Object System.Xml.XmlCharType::get_StaticLock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlCharType_get_StaticLock_mE0FF2E8B12DC2AFFAFAB5718FDD49FAE726A6513 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlCharType_get_StaticLock_mE0FF2E8B12DC2AFFAFAB5718FDD49FAE726A6513_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { RuntimeObject * L_0 = ((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_il2cpp_TypeInfo_var))->get_s_Lock_0(); if (L_0) { goto IL_001a; } } { RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_1, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = V_0; InterlockedCompareExchangeImpl((RuntimeObject **)(((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_il2cpp_TypeInfo_var))->get_address_of_s_Lock_0()), L_2, NULL); } IL_001a: { RuntimeObject * L_3 = ((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_il2cpp_TypeInfo_var))->get_s_Lock_0(); return L_3; } } // System.Void System.Xml.XmlCharType::InitInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType_InitInstance_m48449C6A7516A943668D92903B5D4203DD184AC6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlCharType_InitInstance_m48449C6A7516A943668D92903B5D4203DD184AC6_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 2); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { RuntimeObject * L_0 = XmlCharType_get_StaticLock_mE0FF2E8B12DC2AFFAFAB5718FDD49FAE726A6513(/*hidden argument*/NULL); V_0 = L_0; V_1 = (bool)0; } IL_0008: try { // begin try (depth: 1) { RuntimeObject * L_1 = V_0; Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_il2cpp_TypeInfo_var))->get_s_CharProperties_1(); il2cpp_codegen_memory_barrier(); if (!L_2) { goto IL_001b; } } IL_0019: { IL2CPP_LEAVE(0x97, FINALLY_008d); } IL_001b: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)65536)); il2cpp_codegen_memory_barrier(); ((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_il2cpp_TypeInfo_var))->set_s_CharProperties_1(L_3); XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C(_stringLiteral77B3FBA04FD4C4EEEE9AB3A7FB216ADBB7982995, (uint8_t)1, /*hidden argument*/NULL); XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C(_stringLiteral2D805000F0B1B718831F4576ED6B82409607A53D, (uint8_t)2, /*hidden argument*/NULL); XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C(_stringLiteral7ABE4DB8E4E34EA3395A2A251F5922B296325989, (uint8_t)4, /*hidden argument*/NULL); XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C(_stringLiteral03604A939E36BFD5AAB4D02EC49C56DD5FFE70A4, (uint8_t)8, /*hidden argument*/NULL); XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C(_stringLiteralE9580394535B0E66F03CAFDAD8F8AEF279BB1C12, (uint8_t)((int32_t)16), /*hidden argument*/NULL); XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C(_stringLiteral03604A939E36BFD5AAB4D02EC49C56DD5FFE70A4, (uint8_t)((int32_t)32), /*hidden argument*/NULL); XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C(_stringLiteral1AE76814588A8852BEC1A4F868B17D08026CF135, (uint8_t)((int32_t)64), /*hidden argument*/NULL); XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C(_stringLiteral30510FE0BC6A8F6A62E9D5309EF4010DB2D81A82, (uint8_t)((int32_t)128), /*hidden argument*/NULL); IL2CPP_LEAVE(0x97, FINALLY_008d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008d; } FINALLY_008d: { // begin finally (depth: 1) { bool L_4 = V_1; if (!L_4) { goto IL_0096; } } IL_0090: { RuntimeObject * L_5 = V_0; Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_5, /*hidden argument*/NULL); } IL_0096: { IL2CPP_END_FINALLY(141) } } // end finally (depth: 1) IL2CPP_CLEANUP(141) { IL2CPP_JUMP_TBL(0x97, IL_0097) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0097: { return; } } // System.Void System.Xml.XmlCharType::SetProperties(System.String,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C (String_t* ___ranges0, uint8_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = 0; goto IL_0037; } IL_0004: { String_t* L_0 = ___ranges0; int32_t L_1 = V_0; NullCheck(L_0); Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/NULL); V_1 = L_2; String_t* L_3 = ___ranges0; int32_t L_4 = V_0; NullCheck(L_3); Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/NULL); V_2 = L_5; goto IL_002f; } IL_0018: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_il2cpp_TypeInfo_var))->get_s_CharProperties_1(); il2cpp_codegen_memory_barrier(); int32_t L_7 = V_1; NullCheck(L_6); uint8_t* L_8 = ((L_6)->GetAddressAt(static_cast(L_7))); int32_t L_9 = *((uint8_t*)L_8); uint8_t L_10 = ___value1; *((int8_t*)L_8) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_9|(int32_t)L_10))))); int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_002f: { int32_t L_12 = V_1; int32_t L_13 = V_2; if ((((int32_t)L_12) <= ((int32_t)L_13))) { goto IL_0018; } } { int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)2)); } IL_0037: { int32_t L_15 = V_0; String_t* L_16 = ___ranges0; NullCheck(L_16); int32_t L_17 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_16, /*hidden argument*/NULL); if ((((int32_t)L_15) < ((int32_t)L_17))) { goto IL_0004; } } { return; } } // System.Void System.Xml.XmlCharType::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType__ctor_m0B65BC6BD912979FA16676884EC3120565FD6DCD (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___charProperties0, const RuntimeMethod* method) { { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___charProperties0; __this->set_charProperties_2(L_0); return; } } IL2CPP_EXTERN_C void XmlCharType__ctor_m0B65BC6BD912979FA16676884EC3120565FD6DCD_AdjustorThunk (RuntimeObject * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___charProperties0, const RuntimeMethod* method) { int32_t _offset = 1; XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast(__this + _offset); XmlCharType__ctor_m0B65BC6BD912979FA16676884EC3120565FD6DCD_inline(_thisAdjusted, ___charProperties0, method); } // System.Xml.XmlCharType System.Xml.XmlCharType::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 XmlCharType_get_Instance_mEAAD3E43BD5AC72FA94C12096B2A9C9684557210 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlCharType_get_Instance_mEAAD3E43BD5AC72FA94C12096B2A9C9684557210_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_il2cpp_TypeInfo_var))->get_s_CharProperties_1(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_000e; } } { XmlCharType_InitInstance_m48449C6A7516A943668D92903B5D4203DD184AC6(/*hidden argument*/NULL); } IL_000e: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_il2cpp_TypeInfo_var))->get_s_CharProperties_1(); il2cpp_codegen_memory_barrier(); XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 L_2; memset((&L_2), 0, sizeof(L_2)); XmlCharType__ctor_m0B65BC6BD912979FA16676884EC3120565FD6DCD_inline((&L_2), L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Xml.XmlCharType::IsWhiteSpace(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_charProperties_2(); Il2CppChar L_1 = ___ch0; NullCheck(L_0); Il2CppChar L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { int32_t _offset = 1; XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast(__this + _offset); return XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73(_thisAdjusted, ___ch0, method); } // System.Boolean System.Xml.XmlCharType::IsNCNameSingleChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNCNameSingleChar_m7ADEF3C74A815CD29F0EE9EBE5B80900131B81E9 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_charProperties_2(); Il2CppChar L_1 = ___ch0; NullCheck(L_0); Il2CppChar L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)8))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XmlCharType_IsNCNameSingleChar_m7ADEF3C74A815CD29F0EE9EBE5B80900131B81E9_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { int32_t _offset = 1; XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast(__this + _offset); return XmlCharType_IsNCNameSingleChar_m7ADEF3C74A815CD29F0EE9EBE5B80900131B81E9(_thisAdjusted, ___ch0, method); } // System.Boolean System.Xml.XmlCharType::IsStartNCNameSingleChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsStartNCNameSingleChar_m223AAE5ABA122C5EF344D94F748D4303B5B4B636 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_charProperties_2(); Il2CppChar L_1 = ___ch0; NullCheck(L_0); Il2CppChar L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)4))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XmlCharType_IsStartNCNameSingleChar_m223AAE5ABA122C5EF344D94F748D4303B5B4B636_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { int32_t _offset = 1; XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast(__this + _offset); return XmlCharType_IsStartNCNameSingleChar_m223AAE5ABA122C5EF344D94F748D4303B5B4B636(_thisAdjusted, ___ch0, method); } // System.Boolean System.Xml.XmlCharType::IsNameSingleChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNameSingleChar_m14D674420D95DD6457E28EABBA278961029C3A3E (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___ch0; bool L_1 = XmlCharType_IsNCNameSingleChar_m7ADEF3C74A815CD29F0EE9EBE5B80900131B81E9((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)__this, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000f; } } { Il2CppChar L_2 = ___ch0; return (bool)((((int32_t)L_2) == ((int32_t)((int32_t)58)))? 1 : 0); } IL_000f: { return (bool)1; } } IL2CPP_EXTERN_C bool XmlCharType_IsNameSingleChar_m14D674420D95DD6457E28EABBA278961029C3A3E_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { int32_t _offset = 1; XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast(__this + _offset); return XmlCharType_IsNameSingleChar_m14D674420D95DD6457E28EABBA278961029C3A3E(_thisAdjusted, ___ch0, method); } // System.Boolean System.Xml.XmlCharType::IsCharData(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsCharData_m4CCA0EDD028C0F65C0474EF71AEB39672D113F8D (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_charProperties_2(); Il2CppChar L_1 = ___ch0; NullCheck(L_0); Il2CppChar L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)16)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XmlCharType_IsCharData_m4CCA0EDD028C0F65C0474EF71AEB39672D113F8D_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { int32_t _offset = 1; XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast(__this + _offset); return XmlCharType_IsCharData_m4CCA0EDD028C0F65C0474EF71AEB39672D113F8D(_thisAdjusted, ___ch0, method); } // System.Boolean System.Xml.XmlCharType::IsPubidChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsPubidChar_mFAEBA0AB259F384C0CAA14BBA95A0574810C56D0 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlCharType_IsPubidChar_mFAEBA0AB259F384C0CAA14BBA95A0574810C56D0_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___ch0; if ((((int32_t)L_0) >= ((int32_t)((int32_t)128)))) { goto IL_0023; } } { Il2CppChar L_1 = ___ch0; NullCheck(_stringLiteralB8F5C52A361928E659CB2C02CF20C06000271288); Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(_stringLiteralB8F5C52A361928E659CB2C02CF20C06000271288, ((int32_t)((int32_t)L_1>>(int32_t)4)), /*hidden argument*/NULL); Il2CppChar L_3 = ___ch0; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)15)))&(int32_t)((int32_t)31)))))))) <= ((uint32_t)0)))? 1 : 0); } IL_0023: { return (bool)0; } } IL2CPP_EXTERN_C bool XmlCharType_IsPubidChar_mFAEBA0AB259F384C0CAA14BBA95A0574810C56D0_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { int32_t _offset = 1; XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast(__this + _offset); return XmlCharType_IsPubidChar_mFAEBA0AB259F384C0CAA14BBA95A0574810C56D0(_thisAdjusted, ___ch0, method); } // System.Boolean System.Xml.XmlCharType::IsLetter(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsLetter_mFC694A7C14E4F463524EAEC1FEC2D6C95D2C3334 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_charProperties_2(); Il2CppChar L_1 = ___ch0; NullCheck(L_0); Il2CppChar L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XmlCharType_IsLetter_mFC694A7C14E4F463524EAEC1FEC2D6C95D2C3334_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { int32_t _offset = 1; XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast(__this + _offset); return XmlCharType_IsLetter_mFC694A7C14E4F463524EAEC1FEC2D6C95D2C3334(_thisAdjusted, ___ch0, method); } // System.Boolean System.Xml.XmlCharType::IsNCNameCharXml4e(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNCNameCharXml4e_mCE05C57197FD2218E0CF2351957E7A8E9262D3D6 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_charProperties_2(); Il2CppChar L_1 = ___ch0; NullCheck(L_0); Il2CppChar L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)32)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XmlCharType_IsNCNameCharXml4e_mCE05C57197FD2218E0CF2351957E7A8E9262D3D6_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { int32_t _offset = 1; XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast(__this + _offset); return XmlCharType_IsNCNameCharXml4e_mCE05C57197FD2218E0CF2351957E7A8E9262D3D6(_thisAdjusted, ___ch0, method); } // System.Boolean System.Xml.XmlCharType::IsStartNCNameCharXml4e(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsStartNCNameCharXml4e_m5D836DBCFF006207974AECB735B5776507CB93DC (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___ch0; bool L_1 = XmlCharType_IsLetter_mFC694A7C14E4F463524EAEC1FEC2D6C95D2C3334((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)__this, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000f; } } { Il2CppChar L_2 = ___ch0; return (bool)((((int32_t)L_2) == ((int32_t)((int32_t)95)))? 1 : 0); } IL_000f: { return (bool)1; } } IL2CPP_EXTERN_C bool XmlCharType_IsStartNCNameCharXml4e_m5D836DBCFF006207974AECB735B5776507CB93DC_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { int32_t _offset = 1; XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast(__this + _offset); return XmlCharType_IsStartNCNameCharXml4e_m5D836DBCFF006207974AECB735B5776507CB93DC(_thisAdjusted, ___ch0, method); } // System.Boolean System.Xml.XmlCharType::IsNameCharXml4e(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNameCharXml4e_mEB6BBCBA2B8B0C9DF12E04EC79B5FD2028EAB6F2 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___ch0; bool L_1 = XmlCharType_IsNCNameCharXml4e_mCE05C57197FD2218E0CF2351957E7A8E9262D3D6((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)__this, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000f; } } { Il2CppChar L_2 = ___ch0; return (bool)((((int32_t)L_2) == ((int32_t)((int32_t)58)))? 1 : 0); } IL_000f: { return (bool)1; } } IL2CPP_EXTERN_C bool XmlCharType_IsNameCharXml4e_mEB6BBCBA2B8B0C9DF12E04EC79B5FD2028EAB6F2_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { int32_t _offset = 1; XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast(__this + _offset); return XmlCharType_IsNameCharXml4e_mEB6BBCBA2B8B0C9DF12E04EC79B5FD2028EAB6F2(_thisAdjusted, ___ch0, method); } // System.Boolean System.Xml.XmlCharType::IsDigit(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsDigit_m9FCF43CC0924353A56F7048B911D9F18AB8F92E9 (Il2CppChar ___ch0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___ch0; bool L_1 = XmlCharType_InRange_m33777634EBF78BF6177E79CA362BA6A8138EB3B5(L_0, ((int32_t)48), ((int32_t)57), /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Xml.XmlCharType::IsHighSurrogate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsHighSurrogate_m6E9E01B1A14D2CF127B6D39D333E506F90FFF98E (int32_t ___ch0, const RuntimeMethod* method) { { int32_t L_0 = ___ch0; bool L_1 = XmlCharType_InRange_m33777634EBF78BF6177E79CA362BA6A8138EB3B5(L_0, ((int32_t)55296), ((int32_t)56319), /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Xml.XmlCharType::IsLowSurrogate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsLowSurrogate_m0CB63DE5C97F9C09E2E7C67A53BB8682D8FD07D8 (int32_t ___ch0, const RuntimeMethod* method) { { int32_t L_0 = ___ch0; bool L_1 = XmlCharType_InRange_m33777634EBF78BF6177E79CA362BA6A8138EB3B5(L_0, ((int32_t)56320), ((int32_t)57343), /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Xml.XmlCharType::IsSurrogate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsSurrogate_m50C5FC90DDE09082AE85DD9F442AD29EB1C78DDD (int32_t ___ch0, const RuntimeMethod* method) { { int32_t L_0 = ___ch0; bool L_1 = XmlCharType_InRange_m33777634EBF78BF6177E79CA362BA6A8138EB3B5(L_0, ((int32_t)55296), ((int32_t)57343), /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Xml.XmlCharType::CombineSurrogateChar(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_CombineSurrogateChar_m2DD076F520245198B1569B3E97B69CEC4BE156B0 (int32_t ___lowChar0, int32_t ___highChar1, const RuntimeMethod* method) { { int32_t L_0 = ___lowChar0; int32_t L_1 = ___highChar1; return ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)56320)))|(int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)55296)))<<(int32_t)((int32_t)10))), (int32_t)((int32_t)65536))))); } } // System.Void System.Xml.XmlCharType::SplitSurrogateChar(System.Int32,System.Char&,System.Char&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType_SplitSurrogateChar_mC0023C9007BD389EE8ACED719A80433280DCDA61 (int32_t ___combinedChar0, Il2CppChar* ___lowChar1, Il2CppChar* ___highChar2, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___combinedChar0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)65536))); Il2CppChar* L_1 = ___lowChar1; int32_t L_2 = V_0; *((int16_t*)L_1) = (int16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)56320), (int32_t)((int32_t)((int32_t)L_2%(int32_t)((int32_t)1024)))))))); Il2CppChar* L_3 = ___highChar2; int32_t L_4 = V_0; *((int16_t*)L_3) = (int16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)55296), (int32_t)((int32_t)((int32_t)L_4/(int32_t)((int32_t)1024)))))))); return; } } // System.Boolean System.Xml.XmlCharType::IsOnlyWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsOnlyWhitespace_m378BE6E45F963522A93FCD2C06062B45749734BB (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, String_t* ___str0, const RuntimeMethod* method) { { String_t* L_0 = ___str0; int32_t L_1 = XmlCharType_IsOnlyWhitespaceWithPos_mF1A3990CE4DACED416C559B79F4A61EE08988CFF((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)__this, L_0, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) == ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool XmlCharType_IsOnlyWhitespace_m378BE6E45F963522A93FCD2C06062B45749734BB_AdjustorThunk (RuntimeObject * __this, String_t* ___str0, const RuntimeMethod* method) { int32_t _offset = 1; XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast(__this + _offset); return XmlCharType_IsOnlyWhitespace_m378BE6E45F963522A93FCD2C06062B45749734BB(_thisAdjusted, ___str0, method); } // System.Int32 System.Xml.XmlCharType::IsOnlyWhitespaceWithPos(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_IsOnlyWhitespaceWithPos_mF1A3990CE4DACED416C559B79F4A61EE08988CFF (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, String_t* ___str0, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___str0; if (!L_0) { goto IL_0028; } } { V_0 = 0; goto IL_001f; } IL_0007: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_charProperties_2(); String_t* L_2 = ___str0; int32_t L_3 = V_0; NullCheck(L_2); Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_1); Il2CppChar L_5 = L_4; uint8_t L_6 = (L_1)->GetAt(static_cast(L_5)); if (((int32_t)((int32_t)L_6&(int32_t)1))) { goto IL_001b; } } { int32_t L_7 = V_0; return L_7; } IL_001b: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_001f: { int32_t L_9 = V_0; String_t* L_10 = ___str0; NullCheck(L_10); int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_10, /*hidden argument*/NULL); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_0007; } } IL_0028: { return (-1); } } IL2CPP_EXTERN_C int32_t XmlCharType_IsOnlyWhitespaceWithPos_mF1A3990CE4DACED416C559B79F4A61EE08988CFF_AdjustorThunk (RuntimeObject * __this, String_t* ___str0, const RuntimeMethod* method) { int32_t _offset = 1; XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast(__this + _offset); return XmlCharType_IsOnlyWhitespaceWithPos_mF1A3990CE4DACED416C559B79F4A61EE08988CFF(_thisAdjusted, ___str0, method); } // System.Int32 System.Xml.XmlCharType::IsOnlyCharData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_IsOnlyCharData_m420E96E7CA325B5248D4D84470C9003E39FE10A2 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, String_t* ___str0, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___str0; if (!L_0) { goto IL_0056; } } { V_0 = 0; goto IL_004d; } IL_0007: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_charProperties_2(); String_t* L_2 = ___str0; int32_t L_3 = V_0; NullCheck(L_2); Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_1); Il2CppChar L_5 = L_4; uint8_t L_6 = (L_1)->GetAt(static_cast(L_5)); if (((int32_t)((int32_t)L_6&(int32_t)((int32_t)16)))) { goto IL_0049; } } { int32_t L_7 = V_0; String_t* L_8 = ___str0; NullCheck(L_8); int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_8, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))) >= ((int32_t)L_9))) { goto IL_0043; } } { String_t* L_10 = ___str0; int32_t L_11 = V_0; NullCheck(L_10); Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, L_11, /*hidden argument*/NULL); bool L_13 = XmlCharType_IsHighSurrogate_m6E9E01B1A14D2CF127B6D39D333E506F90FFF98E(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0043; } } { String_t* L_14 = ___str0; int32_t L_15 = V_0; NullCheck(L_14); Il2CppChar L_16 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_14, ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)), /*hidden argument*/NULL); bool L_17 = XmlCharType_IsLowSurrogate_m0CB63DE5C97F9C09E2E7C67A53BB8682D8FD07D8(L_16, /*hidden argument*/NULL); if (L_17) { goto IL_0045; } } IL_0043: { int32_t L_18 = V_0; return L_18; } IL_0045: { int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0049: { int32_t L_20 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_004d: { int32_t L_21 = V_0; String_t* L_22 = ___str0; NullCheck(L_22); int32_t L_23 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_22, /*hidden argument*/NULL); if ((((int32_t)L_21) < ((int32_t)L_23))) { goto IL_0007; } } IL_0056: { return (-1); } } IL2CPP_EXTERN_C int32_t XmlCharType_IsOnlyCharData_m420E96E7CA325B5248D4D84470C9003E39FE10A2_AdjustorThunk (RuntimeObject * __this, String_t* ___str0, const RuntimeMethod* method) { int32_t _offset = 1; XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast(__this + _offset); return XmlCharType_IsOnlyCharData_m420E96E7CA325B5248D4D84470C9003E39FE10A2(_thisAdjusted, ___str0, method); } // System.Boolean System.Xml.XmlCharType::IsOnlyDigits(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsOnlyDigits_m69BD4E34C3C3D654C98C48A812892DF066332710 (String_t* ___str0, int32_t ___startPos1, int32_t ___len2, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___startPos1; V_0 = L_0; goto IL_0018; } IL_0004: { String_t* L_1 = ___str0; int32_t L_2 = V_0; NullCheck(L_1); Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_1, L_2, /*hidden argument*/NULL); bool L_4 = XmlCharType_IsDigit_m9FCF43CC0924353A56F7048B911D9F18AB8F92E9(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0014; } } { return (bool)0; } IL_0014: { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0018: { int32_t L_6 = V_0; int32_t L_7 = ___startPos1; int32_t L_8 = ___len2; if ((((int32_t)L_6) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8))))) { goto IL_0004; } } { return (bool)1; } } // System.Int32 System.Xml.XmlCharType::IsPublicId(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_IsPublicId_mA1F1D16E6F55C3CAC0AA1494960D6BD0A95FABEB (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, String_t* ___str0, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___str0; if (!L_0) { goto IL_0025; } } { V_0 = 0; goto IL_001c; } IL_0007: { String_t* L_1 = ___str0; int32_t L_2 = V_0; NullCheck(L_1); Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_1, L_2, /*hidden argument*/NULL); bool L_4 = XmlCharType_IsPubidChar_mFAEBA0AB259F384C0CAA14BBA95A0574810C56D0((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)__this, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0018; } } { int32_t L_5 = V_0; return L_5; } IL_0018: { int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_001c: { int32_t L_7 = V_0; String_t* L_8 = ___str0; NullCheck(L_8); int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0007; } } IL_0025: { return (-1); } } IL2CPP_EXTERN_C int32_t XmlCharType_IsPublicId_mA1F1D16E6F55C3CAC0AA1494960D6BD0A95FABEB_AdjustorThunk (RuntimeObject * __this, String_t* ___str0, const RuntimeMethod* method) { int32_t _offset = 1; XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast(__this + _offset); return XmlCharType_IsPublicId_mA1F1D16E6F55C3CAC0AA1494960D6BD0A95FABEB(_thisAdjusted, ___str0, method); } // System.Boolean System.Xml.XmlCharType::InRange(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_InRange_m33777634EBF78BF6177E79CA362BA6A8138EB3B5 (int32_t ___value0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method) { { int32_t L_0 = ___value0; int32_t L_1 = ___start1; int32_t L_2 = ___end2; int32_t L_3 = ___start1; return (bool)((((int32_t)((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1))) <= ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3)))))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlCharacterData::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharacterData__ctor_m1733B463DB83C45AE9F57D7DE42CA997087E78A6 (XmlCharacterData_tA7587D706680E42BD7A094F87CB0859C840A8531 * __this, String_t* ___data0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method) { { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = ___doc1; XmlLinkedNode__ctor_mFDB1837EE34F9A8733BFB92BC9C89765E394F26C(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___data0; __this->set_data_2(L_1); return; } } // System.String System.Xml.XmlCharacterData::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlCharacterData_get_Value_mE9F32BB50F1D14FA65DBD2ED4252F333FD60F5FF (XmlCharacterData_tA7587D706680E42BD7A094F87CB0859C840A8531 * __this, const RuntimeMethod* method) { { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(47 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); return L_0; } } // System.Void System.Xml.XmlCharacterData::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharacterData_set_Value_m93E252DEB11A2E17BC3854C3F445265CF61AA81E (XmlCharacterData_tA7587D706680E42BD7A094F87CB0859C840A8531 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; VirtActionInvoker1< String_t* >::Invoke(48 /* System.Void System.Xml.XmlCharacterData::set_Data(System.String) */, __this, L_0); return; } } // System.String System.Xml.XmlCharacterData::get_InnerText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlCharacterData_get_InnerText_m1BAEE8F982CA46DD0FF110AC1C40E3E095CDB99E (XmlCharacterData_tA7587D706680E42BD7A094F87CB0859C840A8531 * __this, const RuntimeMethod* method) { { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, __this); return L_0; } } // System.Void System.Xml.XmlCharacterData::set_InnerText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharacterData_set_InnerText_m5294BF177F2281E19EA15CF9BC536090D716143F (XmlCharacterData_tA7587D706680E42BD7A094F87CB0859C840A8531 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; VirtActionInvoker1< String_t* >::Invoke(8 /* System.Void System.Xml.XmlNode::set_Value(System.String) */, __this, L_0); return; } } // System.String System.Xml.XmlCharacterData::get_Data() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlCharacterData_get_Data_m919B752E46C4ECCE12F8222DE6011B0E9043EAC3 (XmlCharacterData_tA7587D706680E42BD7A094F87CB0859C840A8531 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlCharacterData_get_Data_m919B752E46C4ECCE12F8222DE6011B0E9043EAC3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_data_2(); if (!L_0) { goto IL_000f; } } { String_t* L_1 = __this->get_data_2(); return L_1; } IL_000f: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_2; } } // System.Void System.Xml.XmlCharacterData::set_Data(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharacterData_set_Data_m06036A5E4727B2E10103D469CB9803C2DAC608F6 (XmlCharacterData_tA7587D706680E42BD7A094F87CB0859C840A8531 * __this, String_t* ___value0, const RuntimeMethod* method) { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_0 = NULL; XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * V_1 = NULL; { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); V_0 = L_0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = V_0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = V_0; String_t* L_3 = __this->get_data_2(); String_t* L_4 = ___value0; XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_5 = VirtFuncInvoker6< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, 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_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_6 = V_1; if (!L_6) { goto IL_0023; } } { XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_7 = V_1; VirtActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(44 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, __this, L_7); } IL_0023: { String_t* L_8 = ___value0; __this->set_data_2(L_8); XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_9 = V_1; if (!L_9) { goto IL_0034; } } { XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_10 = V_1; VirtActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(45 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, __this, L_10); } IL_0034: { return; } } // System.Boolean System.Xml.XmlCharacterData::CheckOnData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharacterData_CheckOnData_m256EB1478D4EE87B7FD97C54882AE684EA2DA474 (XmlCharacterData_tA7587D706680E42BD7A094F87CB0859C840A8531 * __this, String_t* ___data0, const RuntimeMethod* method) { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 V_0; memset((&V_0), 0, sizeof(V_0)); { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 L_0 = XmlCharType_get_Instance_mEAAD3E43BD5AC72FA94C12096B2A9C9684557210(/*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = ___data0; bool L_2 = XmlCharType_IsOnlyWhitespace_m378BE6E45F963522A93FCD2C06062B45749734BB((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)(&V_0), L_1, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlChildEnumerator::.ctor(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlChildEnumerator__ctor_m9D966497AE59A0784E4FE7CB883226B7A332F311 (XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___container0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___container0; __this->set_container_0(L_0); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = ___container0; NullCheck(L_1); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_1); __this->set_child_1(L_2); __this->set_isFirst_2((bool)1); return; } } // System.Boolean System.Xml.XmlChildEnumerator::System.Collections.IEnumerator.MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlChildEnumerator_System_Collections_IEnumerator_MoveNext_m42A648E7F0B79C7F47D7EF9CE5095D54EA372EDB (XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA * __this, const RuntimeMethod* method) { { bool L_0 = XmlChildEnumerator_MoveNext_mCF3EB51E714C7F2E5B627F515BF880F9BF1878CE(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Xml.XmlChildEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlChildEnumerator_MoveNext_mCF3EB51E714C7F2E5B627F515BF880F9BF1878CE (XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isFirst_2(); if (!L_0) { goto IL_0022; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = __this->get_container_0(); NullCheck(L_1); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_1); __this->set_child_1(L_2); __this->set_isFirst_2((bool)0); goto IL_003b; } IL_0022: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = __this->get_child_1(); if (!L_3) { goto IL_003b; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = __this->get_child_1(); NullCheck(L_4); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(13 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_4); __this->set_child_1(L_5); } IL_003b: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = __this->get_child_1(); return (bool)((!(((RuntimeObject*)(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)L_6) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Void System.Xml.XmlChildEnumerator::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlChildEnumerator_System_Collections_IEnumerator_Reset_m3EF3533A19F3926CDCCD9CD82498D01B5F7EA08A (XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA * __this, const RuntimeMethod* method) { { __this->set_isFirst_2((bool)1); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = __this->get_container_0(); NullCheck(L_0); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_0); __this->set_child_1(L_1); return; } } // System.Object System.Xml.XmlChildEnumerator::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlChildEnumerator_System_Collections_IEnumerator_get_Current_m2E52170DBEF6245A93126D3C7FF60ED17DDE2BD1 (XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA * __this, const RuntimeMethod* method) { { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = XmlChildEnumerator_get_Current_m8ED001FF27613B8D7040CBA88CD1BF9DE3AC9872(__this, /*hidden argument*/NULL); return L_0; } } // System.Xml.XmlNode System.Xml.XmlChildEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlChildEnumerator_get_Current_m8ED001FF27613B8D7040CBA88CD1BF9DE3AC9872 (XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlChildEnumerator_get_Current_m8ED001FF27613B8D7040CBA88CD1BF9DE3AC9872_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_isFirst_2(); if (L_0) { goto IL_0010; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = __this->get_child_1(); if (L_1) { goto IL_0020; } } IL_0010: { String_t* L_2 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral29A6E802123FF6EA94EC6F96DDA470B3FA755A58, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, XmlChildEnumerator_get_Current_m8ED001FF27613B8D7040CBA88CD1BF9DE3AC9872_RuntimeMethod_var); } IL_0020: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = __this->get_child_1(); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlChildNodes::.ctor(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlChildNodes__ctor_mAFF2762967C0DC32A50FCD12BE124F1DD73CD00E (XmlChildNodes_tEDFFAA22FB673580AA2BE8D818DC8D90319DE7F4 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___container0, const RuntimeMethod* method) { { XmlNodeList__ctor_m7DFACC432197E3EDEB6A2CCEFD471ACEA8E91C35(__this, /*hidden argument*/NULL); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___container0; __this->set_container_0(L_0); return; } } // System.Int32 System.Xml.XmlChildNodes::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlChildNodes_get_Count_mB45CD13AFB889E03FE0A3B4FEEEDD4331AC1184E (XmlChildNodes_tEDFFAA22FB673580AA2BE8D818DC8D90319DE7F4 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_1 = NULL; { V_0 = 0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = __this->get_container_0(); NullCheck(L_0); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_0); V_1 = L_1; goto IL_001b; } IL_0010: { int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = V_1; NullCheck(L_3); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(13 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_3); V_1 = L_4; } IL_001b: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = V_1; if (L_5) { goto IL_0010; } } { int32_t L_6 = V_0; return L_6; } } // System.Collections.IEnumerator System.Xml.XmlChildNodes::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlChildNodes_GetEnumerator_m522450F2CE265895DD69E98D1CBEDE5274639C0D (XmlChildNodes_tEDFFAA22FB673580AA2BE8D818DC8D90319DE7F4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlChildNodes_GetEnumerator_m522450F2CE265895DD69E98D1CBEDE5274639C0D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = __this->get_container_0(); NullCheck(L_0); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_0); if (L_1) { goto IL_0013; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var); EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 * L_2 = ((XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var))->get_EmptyEnumerator_41(); return L_2; } IL_0013: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = __this->get_container_0(); XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA * L_4 = (XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA *)il2cpp_codegen_object_new(XmlChildEnumerator_tA5E9216BDDC135630E6C1283B8976192A9847ABA_il2cpp_TypeInfo_var); XmlChildEnumerator__ctor_m9D966497AE59A0784E4FE7CB883226B7A332F311(L_4, L_3, /*hidden argument*/NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlComment::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlComment__ctor_mFFEE3DACB1B1A14E8A0D72690D94ADE3FE33E268 (XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D * __this, String_t* ___comment0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method) { { String_t* L_0 = ___comment0; XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = ___doc1; XmlCharacterData__ctor_m1733B463DB83C45AE9F57D7DE42CA997087E78A6(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String System.Xml.XmlComment::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlComment_get_Name_m22A9B27811CEA50DEBAAAA5AABC0AFBBD85496AB (XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D * __this, const RuntimeMethod* method) { { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); String_t* L_1 = L_0->get_strCommentName_23(); return L_1; } } // System.String System.Xml.XmlComment::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlComment_get_LocalName_m174B3E7FB2FF9AFCB771019BBD0FD67F67D7D222 (XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D * __this, const RuntimeMethod* method) { { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); String_t* L_1 = L_0->get_strCommentName_23(); return L_1; } } // System.Xml.XmlNodeType System.Xml.XmlComment::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlComment_get_NodeType_mF8995E7B75A0DB9E3F1B1599A06D92D8BA2FEEB8 (XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D * __this, const RuntimeMethod* method) { { return (int32_t)(8); } } // System.Xml.XmlNode System.Xml.XmlComment::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlComment_CloneNode_m4C599ADFD2DCC945C93B278AA4B63A1A9F5C6513 (XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D * __this, bool ___deep0, const RuntimeMethod* method) { { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(47 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); NullCheck(L_0); XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D * L_2 = VirtFuncInvoker1< XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D *, String_t* >::Invoke(50 /* System.Xml.XmlComment System.Xml.XmlDocument::CreateComment(System.String) */, L_0, L_1); return L_2; } } // System.Void System.Xml.XmlComment::WriteTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlComment_WriteTo_m7A11A2498C760A3A915F24326FC75C9AD039BBE3 (XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D * __this, XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * ___w0, const RuntimeMethod* method) { { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_0 = ___w0; String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(47 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void System.Xml.XmlWriter::WriteComment(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.XmlComment::WriteContentTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlComment_WriteContentTo_mE7DED46F5D963850FE43A809F44DBFD70119DF4F (XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D * __this, XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * ___w0, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.Xml.XmlComplianceUtil::NonCDataNormalize(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlComplianceUtil_NonCDataNormalize_m9D9FB328EC1923DF8B82B7A1976F96C9004FDA43 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlComplianceUtil_NonCDataNormalize_m9D9FB328EC1923DF8B82B7A1976F96C9004FDA43_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; StringBuilder_t * V_2 = NULL; XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 V_3; memset((&V_3), 0, sizeof(V_3)); int32_t V_4 = 0; int32_t V_5 = 0; { String_t* L_0 = ___value0; NullCheck(L_0); int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) > ((int32_t)0))) { goto IL_0011; } } { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_3; } IL_0011: { V_1 = 0; V_2 = (StringBuilder_t *)NULL; XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 L_4 = XmlCharType_get_Instance_mEAAD3E43BD5AC72FA94C12096B2A9C9684557210(/*hidden argument*/NULL); V_3 = L_4; goto IL_0038; } IL_001d: { int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); int32_t L_6 = V_1; int32_t L_7 = V_0; if ((!(((uint32_t)L_6) == ((uint32_t)L_7)))) { goto IL_0038; } } { bool L_8 = XmlReaderSection_get_CollapseWhiteSpaceIntoEmptyString_mE61793AAE54658DFEEE34174057A3BEAED58A07C(/*hidden argument*/NULL); if (L_8) { goto IL_0032; } } { return _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6; } IL_0032: { return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; } IL_0038: { String_t* L_9 = ___value0; int32_t L_10 = V_1; NullCheck(L_9); Il2CppChar L_11 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_9, L_10, /*hidden argument*/NULL); bool L_12 = XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)(&V_3), L_11, /*hidden argument*/NULL); if (L_12) { goto IL_001d; } } { int32_t L_13 = V_1; V_4 = L_13; goto IL_00fb; } IL_0050: { String_t* L_14 = ___value0; int32_t L_15 = V_4; NullCheck(L_14); Il2CppChar L_16 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_14, L_15, /*hidden argument*/NULL); bool L_17 = XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)(&V_3), L_16, /*hidden argument*/NULL); if (L_17) { goto IL_006c; } } { int32_t L_18 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); goto IL_00fb; } IL_006c: { int32_t L_19 = V_4; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); goto IL_007a; } IL_0074: { int32_t L_20 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_007a: { int32_t L_21 = V_5; int32_t L_22 = V_0; if ((((int32_t)L_21) >= ((int32_t)L_22))) { goto IL_0090; } } { String_t* L_23 = ___value0; int32_t L_24 = V_5; NullCheck(L_23); Il2CppChar L_25 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_23, L_24, /*hidden argument*/NULL); bool L_26 = XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)(&V_3), L_25, /*hidden argument*/NULL); if (L_26) { goto IL_0074; } } IL_0090: { int32_t L_27 = V_5; int32_t L_28 = V_0; if ((!(((uint32_t)L_27) == ((uint32_t)L_28)))) { goto IL_00b8; } } { StringBuilder_t * L_29 = V_2; if (L_29) { goto IL_00a4; } } { String_t* L_30 = ___value0; int32_t L_31 = V_1; int32_t L_32 = V_4; int32_t L_33 = V_1; NullCheck(L_30); String_t* L_34 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_30, L_31, ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_33)), /*hidden argument*/NULL); return L_34; } IL_00a4: { StringBuilder_t * L_35 = V_2; String_t* L_36 = ___value0; int32_t L_37 = V_1; int32_t L_38 = V_4; int32_t L_39 = V_1; NullCheck(L_35); StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_35, L_36, L_37, ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)L_39)), /*hidden argument*/NULL); StringBuilder_t * L_40 = V_2; NullCheck(L_40); String_t* L_41 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_40); return L_41; } IL_00b8: { int32_t L_42 = V_5; int32_t L_43 = V_4; if ((((int32_t)L_42) > ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1))))) { goto IL_00cc; } } { String_t* L_44 = ___value0; int32_t L_45 = V_4; NullCheck(L_44); Il2CppChar L_46 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_44, L_45, /*hidden argument*/NULL); if ((((int32_t)L_46) == ((int32_t)((int32_t)32)))) { goto IL_00f5; } } IL_00cc: { StringBuilder_t * L_47 = V_2; if (L_47) { goto IL_00d6; } } { int32_t L_48 = V_0; StringBuilder_t * L_49 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_49, L_48, /*hidden argument*/NULL); V_2 = L_49; } IL_00d6: { StringBuilder_t * L_50 = V_2; String_t* L_51 = ___value0; int32_t L_52 = V_1; int32_t L_53 = V_4; int32_t L_54 = V_1; NullCheck(L_50); StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_50, L_51, L_52, ((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)L_54)), /*hidden argument*/NULL); StringBuilder_t * L_55 = V_2; NullCheck(L_55); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_55, ((int32_t)32), /*hidden argument*/NULL); int32_t L_56 = V_5; V_1 = L_56; int32_t L_57 = V_5; V_4 = L_57; goto IL_00fb; } IL_00f5: { int32_t L_58 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); } IL_00fb: { int32_t L_59 = V_4; int32_t L_60 = V_0; if ((((int32_t)L_59) < ((int32_t)L_60))) { goto IL_0050; } } { StringBuilder_t * L_61 = V_2; if (!L_61) { goto IL_011f; } } { int32_t L_62 = V_1; int32_t L_63 = V_4; if ((((int32_t)L_62) >= ((int32_t)L_63))) { goto IL_0118; } } { StringBuilder_t * L_64 = V_2; String_t* L_65 = ___value0; int32_t L_66 = V_1; int32_t L_67 = V_4; int32_t L_68 = V_1; NullCheck(L_64); StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_64, L_65, L_66, ((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)L_68)), /*hidden argument*/NULL); } IL_0118: { StringBuilder_t * L_69 = V_2; NullCheck(L_69); String_t* L_70 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_69); return L_70; } IL_011f: { int32_t L_71 = V_1; if ((((int32_t)L_71) <= ((int32_t)0))) { goto IL_012e; } } { String_t* L_72 = ___value0; int32_t L_73 = V_1; int32_t L_74 = V_0; int32_t L_75 = V_1; NullCheck(L_72); String_t* L_76 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_72, L_73, ((int32_t)il2cpp_codegen_subtract((int32_t)L_74, (int32_t)L_75)), /*hidden argument*/NULL); return L_76; } IL_012e: { String_t* L_77 = ___value0; return L_77; } } // System.String System.Xml.XmlComplianceUtil::CDataNormalize(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlComplianceUtil_CDataNormalize_m679644BE2BD4C8404086F3AF883B3930793A6A81 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlComplianceUtil_CDataNormalize_m679644BE2BD4C8404086F3AF883B3930793A6A81_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; StringBuilder_t * V_3 = NULL; Il2CppChar V_4 = 0x0; { String_t* L_0 = ___value0; NullCheck(L_0); int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) > ((int32_t)0))) { goto IL_0011; } } { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_3; } IL_0011: { V_1 = 0; V_2 = 0; V_3 = (StringBuilder_t *)NULL; goto IL_0088; } IL_0019: { String_t* L_4 = ___value0; int32_t L_5 = V_1; NullCheck(L_4); Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, L_5, /*hidden argument*/NULL); V_4 = L_6; Il2CppChar L_7 = V_4; if ((((int32_t)L_7) >= ((int32_t)((int32_t)32)))) { goto IL_003a; } } { Il2CppChar L_8 = V_4; if ((((int32_t)L_8) == ((int32_t)((int32_t)9)))) { goto IL_0040; } } { Il2CppChar L_9 = V_4; if ((((int32_t)L_9) == ((int32_t)((int32_t)10)))) { goto IL_0040; } } { Il2CppChar L_10 = V_4; if ((((int32_t)L_10) == ((int32_t)((int32_t)13)))) { goto IL_0040; } } IL_003a: { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); goto IL_0088; } IL_0040: { StringBuilder_t * L_12 = V_3; if (L_12) { goto IL_004a; } } { int32_t L_13 = V_0; StringBuilder_t * L_14 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_14, L_13, /*hidden argument*/NULL); V_3 = L_14; } IL_004a: { int32_t L_15 = V_2; int32_t L_16 = V_1; if ((((int32_t)L_15) >= ((int32_t)L_16))) { goto IL_005a; } } { StringBuilder_t * L_17 = V_3; String_t* L_18 = ___value0; int32_t L_19 = V_2; int32_t L_20 = V_1; int32_t L_21 = V_2; NullCheck(L_17); StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_17, L_18, L_19, ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21)), /*hidden argument*/NULL); } IL_005a: { StringBuilder_t * L_22 = V_3; NullCheck(L_22); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_22, ((int32_t)32), /*hidden argument*/NULL); Il2CppChar L_23 = V_4; if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)13))))) { goto IL_0082; } } { int32_t L_24 = V_1; int32_t L_25 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1))) >= ((int32_t)L_25))) { goto IL_0082; } } { String_t* L_26 = ___value0; int32_t L_27 = V_1; NullCheck(L_26); Il2CppChar L_28 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_26, ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)10))))) { goto IL_0082; } } { int32_t L_29 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)2)); goto IL_0086; } IL_0082: { int32_t L_30 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_0086: { int32_t L_31 = V_1; V_2 = L_31; } IL_0088: { int32_t L_32 = V_1; int32_t L_33 = V_0; if ((((int32_t)L_32) < ((int32_t)L_33))) { goto IL_0019; } } { StringBuilder_t * L_34 = V_3; if (L_34) { goto IL_0091; } } { String_t* L_35 = ___value0; return L_35; } IL_0091: { int32_t L_36 = V_1; int32_t L_37 = V_2; if ((((int32_t)L_36) <= ((int32_t)L_37))) { goto IL_00a1; } } { StringBuilder_t * L_38 = V_3; String_t* L_39 = ___value0; int32_t L_40 = V_2; int32_t L_41 = V_1; int32_t L_42 = V_2; NullCheck(L_38); StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_38, L_39, L_40, ((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)L_42)), /*hidden argument*/NULL); } IL_00a1: { StringBuilder_t * L_43 = V_3; NullCheck(L_43); String_t* L_44 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_43); return L_44; } } #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_m0E06CF213E72ECC2B3A5AD2FA0A921DB34C31603 (const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Xml.XmlConfiguration.XmlReaderSection::get_CollapseWhiteSpaceIntoEmptyString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReaderSection_get_CollapseWhiteSpaceIntoEmptyString_mE61793AAE54658DFEEE34174057A3BEAED58A07C (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.String System.Xml.XmlConvert::EncodeName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_EncodeName_m5D599FFFF43C1994D5B929296ADF943812493285 (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_EncodeName_m5D599FFFF43C1994D5B929296ADF943812493285_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); String_t* L_1 = XmlConvert_EncodeName_m5DFBB330A4662E02C176DC3F11668C432711985E(L_0, (bool)1, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlConvert::EncodeLocalName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_EncodeLocalName_mDA830637F3B3D528F3AF6D2C62C22FF1E22F8C06 (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_EncodeLocalName_mDA830637F3B3D528F3AF6D2C62C22FF1E22F8C06_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); String_t* L_1 = XmlConvert_EncodeName_m5DFBB330A4662E02C176DC3F11668C432711985E(L_0, (bool)1, (bool)1, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlConvert::DecodeName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_DecodeName_m82DB89126D333C4BFD55B8A0159175DDDFA1CA8B (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_DecodeName_m82DB89126D333C4BFD55B8A0159175DDDFA1CA8B_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; RuntimeObject* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; Il2CppChar V_8 = 0x0; Il2CppChar V_9 = 0x0; { String_t* L_0 = ___name0; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___name0; NullCheck(L_1); int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_000d; } } IL_000b: { String_t* L_3 = ___name0; return L_3; } IL_000d: { V_0 = (StringBuilder_t *)NULL; String_t* L_4 = ___name0; NullCheck(L_4); int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL); V_1 = L_5; V_2 = 0; String_t* L_6 = ___name0; NullCheck(L_6); int32_t L_7 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_6, ((int32_t)95), /*hidden argument*/NULL); V_3 = L_7; V_4 = (RuntimeObject*)NULL; int32_t L_8 = V_3; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_0059; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_9 = ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->get_c_DecodeCharPattern_4(); il2cpp_codegen_memory_barrier(); if (L_9) { goto IL_0042; } } { Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_10 = (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF *)il2cpp_codegen_object_new(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var); Regex__ctor_m2769A5BA7B7A835514F6C0E4D30FAD467C6B1B0C(L_10, _stringLiteral374AE9205BF8300B8BF4359646A33AB9BFE56DDF, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->set_c_DecodeCharPattern_4(L_10); } IL_0042: { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_11 = ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->get_c_DecodeCharPattern_4(); il2cpp_codegen_memory_barrier(); String_t* L_12 = ___name0; int32_t L_13 = V_3; NullCheck(L_11); MatchCollection_t8B954CE579727B076276B514F08040EE4D26844A * L_14 = Regex_Matches_mBC92CBE041861471127A1764BB4318DCD2C62F26(L_11, L_12, L_13, /*hidden argument*/NULL); NullCheck(L_14); RuntimeObject* L_15 = MatchCollection_GetEnumerator_mA2DE46F156BCE530FDDDDDCF1E413A6495CDE993(L_14, /*hidden argument*/NULL); V_4 = L_15; goto IL_005b; } IL_0059: { String_t* L_16 = ___name0; return L_16; } IL_005b: { V_5 = (-1); RuntimeObject* L_17 = V_4; if (!L_17) { goto IL_007e; } } { RuntimeObject* L_18 = V_4; NullCheck(L_18); bool L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_18); if (!L_19) { goto IL_007e; } } { RuntimeObject* L_20 = V_4; NullCheck(L_20); RuntimeObject * L_21 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_20); NullCheck(((Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 *)CastclassClass((RuntimeObject*)L_21, Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_il2cpp_TypeInfo_var))); int32_t L_22 = Capture_get_Index_m46BE6FFC6E8474F55B0504269903F287C45C4B31_inline(((Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 *)CastclassClass((RuntimeObject*)L_21, Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_5 = L_22; } IL_007e: { V_6 = 0; goto IL_0251; } IL_0086: { int32_t L_23 = V_6; int32_t L_24 = V_5; if ((!(((uint32_t)L_23) == ((uint32_t)L_24)))) { goto IL_024b; } } { RuntimeObject* L_25 = V_4; NullCheck(L_25); bool L_26 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_25); if (!L_26) { goto IL_00ab; } } { RuntimeObject* L_27 = V_4; NullCheck(L_27); RuntimeObject * L_28 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_27); NullCheck(((Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 *)CastclassClass((RuntimeObject*)L_28, Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_il2cpp_TypeInfo_var))); int32_t L_29 = Capture_get_Index_m46BE6FFC6E8474F55B0504269903F287C45C4B31_inline(((Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 *)CastclassClass((RuntimeObject*)L_28, Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_5 = L_29; } IL_00ab: { StringBuilder_t * L_30 = V_0; if (L_30) { goto IL_00b8; } } { int32_t L_31 = V_1; StringBuilder_t * L_32 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_32, ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)((int32_t)20))), /*hidden argument*/NULL); V_0 = L_32; } IL_00b8: { StringBuilder_t * L_33 = V_0; String_t* L_34 = ___name0; int32_t L_35 = V_2; int32_t L_36 = V_6; int32_t L_37 = V_2; NullCheck(L_33); StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_33, L_34, L_35, ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)L_37)), /*hidden argument*/NULL); String_t* L_38 = ___name0; int32_t L_39 = V_6; NullCheck(L_38); Il2CppChar L_40 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_38, ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)6)), /*hidden argument*/NULL); if ((((int32_t)L_40) == ((int32_t)((int32_t)95)))) { goto IL_01e0; } } { String_t* L_41 = ___name0; int32_t L_42 = V_6; NullCheck(L_41); Il2CppChar L_43 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_41, ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)2)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); int32_t L_44 = XmlConvert_FromHex_mDF7030DB66D0387D98E750984324D5CE24A811CB(L_43, /*hidden argument*/NULL); String_t* L_45 = ___name0; int32_t L_46 = V_6; NullCheck(L_45); Il2CppChar L_47 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_45, ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)3)), /*hidden argument*/NULL); int32_t L_48 = XmlConvert_FromHex_mDF7030DB66D0387D98E750984324D5CE24A811CB(L_47, /*hidden argument*/NULL); String_t* L_49 = ___name0; int32_t L_50 = V_6; NullCheck(L_49); Il2CppChar L_51 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_49, ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)4)), /*hidden argument*/NULL); int32_t L_52 = XmlConvert_FromHex_mDF7030DB66D0387D98E750984324D5CE24A811CB(L_51, /*hidden argument*/NULL); String_t* L_53 = ___name0; int32_t L_54 = V_6; NullCheck(L_53); Il2CppChar L_55 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_53, ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)5)), /*hidden argument*/NULL); int32_t L_56 = XmlConvert_FromHex_mDF7030DB66D0387D98E750984324D5CE24A811CB(L_55, /*hidden argument*/NULL); String_t* L_57 = ___name0; int32_t L_58 = V_6; NullCheck(L_57); Il2CppChar L_59 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_57, ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)6)), /*hidden argument*/NULL); int32_t L_60 = XmlConvert_FromHex_mDF7030DB66D0387D98E750984324D5CE24A811CB(L_59, /*hidden argument*/NULL); String_t* L_61 = ___name0; int32_t L_62 = V_6; NullCheck(L_61); Il2CppChar L_63 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_61, ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)7)), /*hidden argument*/NULL); int32_t L_64 = XmlConvert_FromHex_mDF7030DB66D0387D98E750984324D5CE24A811CB(L_63, /*hidden argument*/NULL); String_t* L_65 = ___name0; int32_t L_66 = V_6; NullCheck(L_65); Il2CppChar L_67 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_65, ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)8)), /*hidden argument*/NULL); int32_t L_68 = XmlConvert_FromHex_mDF7030DB66D0387D98E750984324D5CE24A811CB(L_67, /*hidden argument*/NULL); String_t* L_69 = ___name0; int32_t L_70 = V_6; NullCheck(L_69); Il2CppChar L_71 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_69, ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)((int32_t)9))), /*hidden argument*/NULL); int32_t L_72 = XmlConvert_FromHex_mDF7030DB66D0387D98E750984324D5CE24A811CB(L_71, /*hidden argument*/NULL); V_7 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_44, (int32_t)((int32_t)268435456))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_48, (int32_t)((int32_t)16777216))))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_52, (int32_t)((int32_t)1048576))))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_56, (int32_t)((int32_t)65536))))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_60, (int32_t)((int32_t)4096))))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_64, (int32_t)((int32_t)256))))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_68, (int32_t)((int32_t)16))))), (int32_t)L_72)); int32_t L_73 = V_7; if ((((int32_t)L_73) < ((int32_t)((int32_t)65536)))) { goto IL_01bb; } } { int32_t L_74 = V_7; if ((((int32_t)L_74) > ((int32_t)((int32_t)1114111)))) { goto IL_01d0; } } { int32_t L_75 = V_6; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); int32_t L_76 = ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->get_c_EncodedCharLength_2(); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)L_76)), (int32_t)4)); int32_t L_77 = V_7; XmlCharType_SplitSurrogateChar_mC0023C9007BD389EE8ACED719A80433280DCDA61(L_77, (Il2CppChar*)(&V_8), (Il2CppChar*)(&V_9), /*hidden argument*/NULL); StringBuilder_t * L_78 = V_0; Il2CppChar L_79 = V_9; NullCheck(L_78); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_78, L_79, /*hidden argument*/NULL); StringBuilder_t * L_80 = V_0; Il2CppChar L_81 = V_8; NullCheck(L_80); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_80, L_81, /*hidden argument*/NULL); goto IL_01d0; } IL_01bb: { int32_t L_82 = V_6; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); int32_t L_83 = ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->get_c_EncodedCharLength_2(); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)L_83)), (int32_t)4)); StringBuilder_t * L_84 = V_0; int32_t L_85 = V_7; NullCheck(L_84); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_84, (((int32_t)((uint16_t)L_85))), /*hidden argument*/NULL); } IL_01d0: { int32_t L_86 = V_6; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); int32_t L_87 = ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->get_c_EncodedCharLength_2(); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_87, (int32_t)1)), (int32_t)4)))); goto IL_024b; } IL_01e0: { int32_t L_88 = V_6; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); int32_t L_89 = ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->get_c_EncodedCharLength_2(); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)L_89)); StringBuilder_t * L_90 = V_0; String_t* L_91 = ___name0; int32_t L_92 = V_6; NullCheck(L_91); Il2CppChar L_93 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_91, ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)2)), /*hidden argument*/NULL); int32_t L_94 = XmlConvert_FromHex_mDF7030DB66D0387D98E750984324D5CE24A811CB(L_93, /*hidden argument*/NULL); String_t* L_95 = ___name0; int32_t L_96 = V_6; NullCheck(L_95); Il2CppChar L_97 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_95, ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)3)), /*hidden argument*/NULL); int32_t L_98 = XmlConvert_FromHex_mDF7030DB66D0387D98E750984324D5CE24A811CB(L_97, /*hidden argument*/NULL); String_t* L_99 = ___name0; int32_t L_100 = V_6; NullCheck(L_99); Il2CppChar L_101 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_99, ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)4)), /*hidden argument*/NULL); int32_t L_102 = XmlConvert_FromHex_mDF7030DB66D0387D98E750984324D5CE24A811CB(L_101, /*hidden argument*/NULL); String_t* L_103 = ___name0; int32_t L_104 = V_6; NullCheck(L_103); Il2CppChar L_105 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_103, ((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)5)), /*hidden argument*/NULL); int32_t L_106 = XmlConvert_FromHex_mDF7030DB66D0387D98E750984324D5CE24A811CB(L_105, /*hidden argument*/NULL); NullCheck(L_90); StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_90, (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_94, (int32_t)((int32_t)4096))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_98, (int32_t)((int32_t)256))))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_102, (int32_t)((int32_t)16))))), (int32_t)L_106))))), /*hidden argument*/NULL); int32_t L_107 = V_6; int32_t L_108 = ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->get_c_EncodedCharLength_2(); V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_107, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_108, (int32_t)1)))); } IL_024b: { int32_t L_109 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_109, (int32_t)1)); } IL_0251: { int32_t L_110 = V_6; int32_t L_111 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); int32_t L_112 = ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->get_c_EncodedCharLength_2(); if ((((int32_t)L_110) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_111, (int32_t)L_112)), (int32_t)1))))) { goto IL_0086; } } { int32_t L_113 = V_2; if (L_113) { goto IL_0266; } } { String_t* L_114 = ___name0; return L_114; } IL_0266: { int32_t L_115 = V_2; int32_t L_116 = V_1; if ((((int32_t)L_115) >= ((int32_t)L_116))) { goto IL_0276; } } { StringBuilder_t * L_117 = V_0; String_t* L_118 = ___name0; int32_t L_119 = V_2; int32_t L_120 = V_1; int32_t L_121 = V_2; NullCheck(L_117); StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_117, L_118, L_119, ((int32_t)il2cpp_codegen_subtract((int32_t)L_120, (int32_t)L_121)), /*hidden argument*/NULL); } IL_0276: { StringBuilder_t * L_122 = V_0; NullCheck(L_122); String_t* L_123 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_122); return L_123; } } // System.String System.Xml.XmlConvert::EncodeName(System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_EncodeName_m5DFBB330A4662E02C176DC3F11668C432711985E (String_t* ___name0, bool ___first1, bool ___local2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_EncodeName_m5DFBB330A4662E02C176DC3F11668C432711985E_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; RuntimeObject* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; { String_t* L_0 = ___name0; bool L_1 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000a; } } { String_t* L_2 = ___name0; return L_2; } IL_000a: { V_0 = (StringBuilder_t *)NULL; String_t* L_3 = ___name0; NullCheck(L_3); int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL); V_1 = L_4; V_2 = 0; V_3 = 0; String_t* L_5 = ___name0; NullCheck(L_5); int32_t L_6 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_5, ((int32_t)95), /*hidden argument*/NULL); V_4 = L_6; V_5 = (RuntimeObject*)NULL; int32_t L_7 = V_4; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0059; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_8 = ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->get_c_EncodeCharPattern_3(); il2cpp_codegen_memory_barrier(); if (L_8) { goto IL_0043; } } { Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_9 = (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF *)il2cpp_codegen_object_new(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var); Regex__ctor_m2769A5BA7B7A835514F6C0E4D30FAD467C6B1B0C(L_9, _stringLiteral6709BF5997B68D3962D33982765DFD1BFF772F82, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->set_c_EncodeCharPattern_3(L_9); } IL_0043: { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_10 = ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->get_c_EncodeCharPattern_3(); il2cpp_codegen_memory_barrier(); String_t* L_11 = ___name0; int32_t L_12 = V_4; NullCheck(L_10); MatchCollection_t8B954CE579727B076276B514F08040EE4D26844A * L_13 = Regex_Matches_mBC92CBE041861471127A1764BB4318DCD2C62F26(L_10, L_11, L_12, /*hidden argument*/NULL); NullCheck(L_13); RuntimeObject* L_14 = MatchCollection_GetEnumerator_mA2DE46F156BCE530FDDDDDCF1E413A6495CDE993(L_13, /*hidden argument*/NULL); V_5 = L_14; } IL_0059: { V_6 = (-1); RuntimeObject* L_15 = V_5; if (!L_15) { goto IL_007e; } } { RuntimeObject* L_16 = V_5; NullCheck(L_16); bool L_17 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_16); if (!L_17) { goto IL_007e; } } { RuntimeObject* L_18 = V_5; NullCheck(L_18); RuntimeObject * L_19 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_18); NullCheck(((Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 *)CastclassClass((RuntimeObject*)L_19, Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_il2cpp_TypeInfo_var))); int32_t L_20 = Capture_get_Index_m46BE6FFC6E8474F55B0504269903F287C45C4B31_inline(((Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 *)CastclassClass((RuntimeObject*)L_19, Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1)); } IL_007e: { bool L_21 = ___first1; if (!L_21) { goto IL_0293; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); String_t* L_22 = ___name0; NullCheck(L_22); Il2CppChar L_23 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_22, 0, /*hidden argument*/NULL); bool L_24 = XmlCharType_IsStartNCNameCharXml4e_m5D836DBCFF006207974AECB735B5776507CB93DC((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)(((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0()), L_23, /*hidden argument*/NULL); if (L_24) { goto IL_00a8; } } { bool L_25 = ___local2; if (L_25) { goto IL_00af; } } { bool L_26 = ___local2; if (L_26) { goto IL_00a8; } } { String_t* L_27 = ___name0; NullCheck(L_27); Il2CppChar L_28 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_27, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)58))))) { goto IL_00af; } } IL_00a8: { int32_t L_29 = V_6; if (L_29) { goto IL_0293; } } IL_00af: { StringBuilder_t * L_30 = V_0; if (L_30) { goto IL_00bc; } } { int32_t L_31 = V_1; StringBuilder_t * L_32 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_32, ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)((int32_t)20))), /*hidden argument*/NULL); V_0 = L_32; } IL_00bc: { StringBuilder_t * L_33 = V_0; NullCheck(L_33); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_33, _stringLiteral9A532FEA85B26FA6EEA03DB6AA3984579ACD0189, /*hidden argument*/NULL); int32_t L_34 = V_1; if ((((int32_t)L_34) <= ((int32_t)1))) { goto IL_0121; } } { String_t* L_35 = ___name0; NullCheck(L_35); Il2CppChar L_36 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_35, 0, /*hidden argument*/NULL); bool L_37 = XmlCharType_IsHighSurrogate_m6E9E01B1A14D2CF127B6D39D333E506F90FFF98E(L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_0121; } } { String_t* L_38 = ___name0; NullCheck(L_38); Il2CppChar L_39 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_38, 1, /*hidden argument*/NULL); bool L_40 = XmlCharType_IsLowSurrogate_m0CB63DE5C97F9C09E2E7C67A53BB8682D8FD07D8(L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_0121; } } { String_t* L_41 = ___name0; NullCheck(L_41); Il2CppChar L_42 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_41, 0, /*hidden argument*/NULL); V_7 = L_42; String_t* L_43 = ___name0; NullCheck(L_43); Il2CppChar L_44 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_43, 1, /*hidden argument*/NULL); int32_t L_45 = V_7; int32_t L_46 = XmlCharType_CombineSurrogateChar_m2DD076F520245198B1569B3E97B69CEC4BE156B0(L_44, L_45, /*hidden argument*/NULL); V_8 = L_46; StringBuilder_t * L_47 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_48 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); String_t* L_49 = Int32_ToString_mE527694B0C55AE14FDCBE1D9C848446C18E22C09((int32_t*)(&V_8), _stringLiteral150956358DFB2DD051536F24C362ED507F77CC3A, L_48, /*hidden argument*/NULL); NullCheck(L_47); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_47, L_49, /*hidden argument*/NULL); int32_t L_50 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); V_2 = 2; goto IL_0144; } IL_0121: { StringBuilder_t * L_51 = V_0; String_t* L_52 = ___name0; NullCheck(L_52); Il2CppChar L_53 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_52, 0, /*hidden argument*/NULL); V_9 = L_53; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_54 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); String_t* L_55 = Int32_ToString_mE527694B0C55AE14FDCBE1D9C848446C18E22C09((int32_t*)(&V_9), _stringLiteralD3BB58F43423756E664BDFC3FC3F45439766807B, L_54, /*hidden argument*/NULL); NullCheck(L_51); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_51, L_55, /*hidden argument*/NULL); V_2 = 1; } IL_0144: { StringBuilder_t * L_56 = V_0; NullCheck(L_56); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_56, _stringLiteral53A0ACFAD59379B3E050338BF9F23CFC172EE787, /*hidden argument*/NULL); int32_t L_57 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)); int32_t L_58 = V_6; if (L_58) { goto IL_0293; } } { RuntimeObject* L_59 = V_5; NullCheck(L_59); bool L_60 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_59); if (!L_60) { goto IL_0293; } } { RuntimeObject* L_61 = V_5; NullCheck(L_61); RuntimeObject * L_62 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_61); NullCheck(((Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 *)CastclassClass((RuntimeObject*)L_62, Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_il2cpp_TypeInfo_var))); int32_t L_63 = Capture_get_Index_m46BE6FFC6E8474F55B0504269903F287C45C4B31_inline(((Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 *)CastclassClass((RuntimeObject*)L_62, Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_63, (int32_t)1)); goto IL_0293; } IL_0181: { bool L_64 = ___local2; if (!L_64) { goto IL_0197; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); String_t* L_65 = ___name0; int32_t L_66 = V_3; NullCheck(L_65); Il2CppChar L_67 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_65, L_66, /*hidden argument*/NULL); bool L_68 = XmlCharType_IsNCNameCharXml4e_mCE05C57197FD2218E0CF2351957E7A8E9262D3D6((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)(((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0()), L_67, /*hidden argument*/NULL); if (!L_68) { goto IL_01b5; } } IL_0197: { bool L_69 = ___local2; if (L_69) { goto IL_01ad; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); String_t* L_70 = ___name0; int32_t L_71 = V_3; NullCheck(L_70); Il2CppChar L_72 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_70, L_71, /*hidden argument*/NULL); bool L_73 = XmlCharType_IsNameCharXml4e_mEB6BBCBA2B8B0C9DF12E04EC79B5FD2028EAB6F2((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)(((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0()), L_72, /*hidden argument*/NULL); if (!L_73) { goto IL_01b5; } } IL_01ad: { int32_t L_74 = V_6; int32_t L_75 = V_3; if ((!(((uint32_t)L_74) == ((uint32_t)L_75)))) { goto IL_028f; } } IL_01b5: { StringBuilder_t * L_76 = V_0; if (L_76) { goto IL_01c2; } } { int32_t L_77 = V_1; StringBuilder_t * L_78 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_78, ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)((int32_t)20))), /*hidden argument*/NULL); V_0 = L_78; } IL_01c2: { int32_t L_79 = V_6; int32_t L_80 = V_3; if ((!(((uint32_t)L_79) == ((uint32_t)L_80)))) { goto IL_01e5; } } { RuntimeObject* L_81 = V_5; NullCheck(L_81); bool L_82 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_81); if (!L_82) { goto IL_01e5; } } { RuntimeObject* L_83 = V_5; NullCheck(L_83); RuntimeObject * L_84 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_83); NullCheck(((Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 *)CastclassClass((RuntimeObject*)L_84, Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_il2cpp_TypeInfo_var))); int32_t L_85 = Capture_get_Index_m46BE6FFC6E8474F55B0504269903F287C45C4B31_inline(((Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 *)CastclassClass((RuntimeObject*)L_84, Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_85, (int32_t)1)); } IL_01e5: { StringBuilder_t * L_86 = V_0; String_t* L_87 = ___name0; int32_t L_88 = V_2; int32_t L_89 = V_3; int32_t L_90 = V_2; NullCheck(L_86); StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_86, L_87, L_88, ((int32_t)il2cpp_codegen_subtract((int32_t)L_89, (int32_t)L_90)), /*hidden argument*/NULL); StringBuilder_t * L_91 = V_0; NullCheck(L_91); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_91, _stringLiteral9A532FEA85B26FA6EEA03DB6AA3984579ACD0189, /*hidden argument*/NULL); int32_t L_92 = V_1; int32_t L_93 = V_3; if ((((int32_t)L_92) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)1))))) { goto IL_025e; } } { String_t* L_94 = ___name0; int32_t L_95 = V_3; NullCheck(L_94); Il2CppChar L_96 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_94, L_95, /*hidden argument*/NULL); bool L_97 = XmlCharType_IsHighSurrogate_m6E9E01B1A14D2CF127B6D39D333E506F90FFF98E(L_96, /*hidden argument*/NULL); if (!L_97) { goto IL_025e; } } { String_t* L_98 = ___name0; int32_t L_99 = V_3; NullCheck(L_98); Il2CppChar L_100 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_98, ((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1)), /*hidden argument*/NULL); bool L_101 = XmlCharType_IsLowSurrogate_m0CB63DE5C97F9C09E2E7C67A53BB8682D8FD07D8(L_100, /*hidden argument*/NULL); if (!L_101) { goto IL_025e; } } { String_t* L_102 = ___name0; int32_t L_103 = V_3; NullCheck(L_102); Il2CppChar L_104 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_102, L_103, /*hidden argument*/NULL); V_10 = L_104; String_t* L_105 = ___name0; int32_t L_106 = V_3; NullCheck(L_105); Il2CppChar L_107 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_105, ((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)1)), /*hidden argument*/NULL); int32_t L_108 = V_10; int32_t L_109 = XmlCharType_CombineSurrogateChar_m2DD076F520245198B1569B3E97B69CEC4BE156B0(L_107, L_108, /*hidden argument*/NULL); V_11 = L_109; StringBuilder_t * L_110 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_111 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); String_t* L_112 = Int32_ToString_mE527694B0C55AE14FDCBE1D9C848446C18E22C09((int32_t*)(&V_11), _stringLiteral150956358DFB2DD051536F24C362ED507F77CC3A, L_111, /*hidden argument*/NULL); NullCheck(L_110); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_110, L_112, /*hidden argument*/NULL); int32_t L_113 = V_3; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_113, (int32_t)2)); int32_t L_114 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)1)); goto IL_0283; } IL_025e: { StringBuilder_t * L_115 = V_0; String_t* L_116 = ___name0; int32_t L_117 = V_3; NullCheck(L_116); Il2CppChar L_118 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_116, L_117, /*hidden argument*/NULL); V_9 = L_118; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_119 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); String_t* L_120 = Int32_ToString_mE527694B0C55AE14FDCBE1D9C848446C18E22C09((int32_t*)(&V_9), _stringLiteralD3BB58F43423756E664BDFC3FC3F45439766807B, L_119, /*hidden argument*/NULL); NullCheck(L_115); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_115, L_120, /*hidden argument*/NULL); int32_t L_121 = V_3; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)1)); } IL_0283: { StringBuilder_t * L_122 = V_0; NullCheck(L_122); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_122, _stringLiteral53A0ACFAD59379B3E050338BF9F23CFC172EE787, /*hidden argument*/NULL); } IL_028f: { int32_t L_123 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_123, (int32_t)1)); } IL_0293: { int32_t L_124 = V_3; int32_t L_125 = V_1; if ((((int32_t)L_124) < ((int32_t)L_125))) { goto IL_0181; } } { int32_t L_126 = V_2; if (L_126) { goto IL_029f; } } { String_t* L_127 = ___name0; return L_127; } IL_029f: { int32_t L_128 = V_2; int32_t L_129 = V_1; if ((((int32_t)L_128) >= ((int32_t)L_129))) { goto IL_02af; } } { StringBuilder_t * L_130 = V_0; String_t* L_131 = ___name0; int32_t L_132 = V_2; int32_t L_133 = V_1; int32_t L_134 = V_2; NullCheck(L_130); StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_130, L_131, L_132, ((int32_t)il2cpp_codegen_subtract((int32_t)L_133, (int32_t)L_134)), /*hidden argument*/NULL); } IL_02af: { StringBuilder_t * L_135 = V_0; NullCheck(L_135); String_t* L_136 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_135); return L_136; } } // System.Int32 System.Xml.XmlConvert::FromHex(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlConvert_FromHex_mDF7030DB66D0387D98E750984324D5CE24A811CB (Il2CppChar ___digit0, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { Il2CppChar L_0 = ___digit0; if ((((int32_t)L_0) <= ((int32_t)((int32_t)57)))) { goto IL_0018; } } { Il2CppChar L_1 = ___digit0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)70)))) { goto IL_0010; } } { Il2CppChar L_2 = ___digit0; G_B4_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)97))); goto IL_0014; } IL_0010: { Il2CppChar L_3 = ___digit0; G_B4_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)65))); } IL_0014: { return ((int32_t)il2cpp_codegen_add((int32_t)G_B4_0, (int32_t)((int32_t)10))); } IL_0018: { Il2CppChar L_4 = ___digit0; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)48))); } } // System.Byte[] System.Xml.XmlConvert::FromBinHexString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* XmlConvert_FromBinHexString_m0066CD984BE0D85AEE23E16DB897DDDADF6BBF2B (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_FromBinHexString_m0066CD984BE0D85AEE23E16DB897DDDADF6BBF2B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = XmlConvert_FromBinHexString_m73EF3E2246F86E41B86018E9F310EEF65777854F(L_0, (bool)1, /*hidden argument*/NULL); return L_1; } } // System.Byte[] System.Xml.XmlConvert::FromBinHexString(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* XmlConvert_FromBinHexString_m73EF3E2246F86E41B86018E9F310EEF65777854F (String_t* ___s0, bool ___allowOddCount1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_FromBinHexString_m73EF3E2246F86E41B86018E9F310EEF65777854F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, XmlConvert_FromBinHexString_m73EF3E2246F86E41B86018E9F310EEF65777854F_RuntimeMethod_var); } IL_000e: { String_t* L_2 = ___s0; NullCheck(L_2); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = String_ToCharArray_mFCFF32A5EC698E81075E0C72C874282B9ED197A6(L_2, /*hidden argument*/NULL); bool L_4 = ___allowOddCount1; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = BinHexDecoder_Decode_m5F2BC52564F7842934AAD9D572FC6A0498C9E06A(L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.String System.Xml.XmlConvert::ToBinHexString(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToBinHexString_mA2A4F8D0275C6CA7952CC1779C2D460BABA5DE8A (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inArray0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToBinHexString_mA2A4F8D0275C6CA7952CC1779C2D460BABA5DE8A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___inArray0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralB3337829708B47BA30EF6CB0D62B0BC7364C36F9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, XmlConvert_ToBinHexString_mA2A4F8D0275C6CA7952CC1779C2D460BABA5DE8A_RuntimeMethod_var); } IL_000e: { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___inArray0; ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___inArray0; NullCheck(L_3); String_t* L_4 = BinHexEncoder_Encode_m03DF2B6ECF145A037F4EEA7DDF0A215A3B05AEA7(L_2, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))), /*hidden argument*/NULL); return L_4; } } // System.String System.Xml.XmlConvert::VerifyName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_VerifyName_mD5CA24B148FE37D179694D905ACE7C2514EDF489 (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_VerifyName_mD5CA24B148FE37D179694D905ACE7C2514EDF489_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___name0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, XmlConvert_VerifyName_mD5CA24B148FE37D179694D905ACE7C2514EDF489_RuntimeMethod_var); } IL_000e: { String_t* L_2 = ___name0; NullCheck(L_2); int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002b; } } { String_t* L_4 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral6A1A9FE935680F06E164A937107D4F9DAE6EA4CE, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_5 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_5, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, XmlConvert_VerifyName_mD5CA24B148FE37D179694D905ACE7C2514EDF489_RuntimeMethod_var); } IL_002b: { String_t* L_6 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var); int32_t L_7 = ValidateNames_ParseNameNoNamespaces_m473B45C3251536CC3BA599AEA803A2F12FCC13FC(L_6, 0, /*hidden argument*/NULL); V_0 = L_7; int32_t L_8 = V_0; String_t* L_9 = ___name0; NullCheck(L_9); int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_9, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)L_10))) { goto IL_0045; } } { String_t* L_11 = ___name0; int32_t L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); Exception_t * L_13 = XmlConvert_CreateInvalidNameCharException_mB3EA40565C1B77972E6E269EB70FA45AF864113B(L_11, L_12, 1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, XmlConvert_VerifyName_mD5CA24B148FE37D179694D905ACE7C2514EDF489_RuntimeMethod_var); } IL_0045: { String_t* L_14 = ___name0; return L_14; } } // System.Exception System.Xml.XmlConvert::TryVerifyName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyName_mD14CF8AD8DE76E678AA6FD93B1DCD09236B0D6F7 (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_TryVerifyName_mD14CF8AD8DE76E678AA6FD93B1DCD09236B0D6F7_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* G_B7_0 = NULL; { String_t* L_0 = ___name0; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___name0; NullCheck(L_1); int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001b; } } IL_000b: { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_4 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_4, _stringLiteral6A1A9FE935680F06E164A937107D4F9DAE6EA4CE, L_3, /*hidden argument*/NULL); return L_4; } IL_001b: { String_t* L_5 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var); int32_t L_6 = ValidateNames_ParseNameNoNamespaces_m473B45C3251536CC3BA599AEA803A2F12FCC13FC(L_5, 0, /*hidden argument*/NULL); V_0 = L_6; int32_t L_7 = V_0; String_t* L_8 = ___name0; NullCheck(L_8); int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)L_9))) { goto IL_0048; } } { int32_t L_10 = V_0; if (!L_10) { goto IL_0036; } } { G_B7_0 = _stringLiteral67974FB541F561915960A52B89CB2CDE98EECD4D; goto IL_003b; } IL_0036: { G_B7_0 = _stringLiteralE7DE155D3B6D6766C85C00AA4B83C9B9EC1C5334; } IL_003b: { String_t* L_11 = ___name0; int32_t L_12 = V_0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = XmlException_BuildCharExceptionArgs_m226BCFB57607263E9F5F6AA6838DD18CEE484D8B(L_11, L_12, /*hidden argument*/NULL); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_14 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_m5A51EA381DFEC2B1FC37464104DA24DAE6546FDA(L_14, G_B7_0, L_13, /*hidden argument*/NULL); return L_14; } IL_0048: { return (Exception_t *)NULL; } } // System.String System.Xml.XmlConvert::VerifyNCName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_VerifyNCName_mF62837DD0C6C41324F0F42C643E7B72E0AAEF252 (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_VerifyNCName_mF62837DD0C6C41324F0F42C643E7B72E0AAEF252_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); String_t* L_1 = XmlConvert_VerifyNCName_m7EC39D774C351941A6095058DFAECD37B64A71F4(L_0, 1, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlConvert::VerifyNCName(System.String,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_VerifyNCName_m7EC39D774C351941A6095058DFAECD37B64A71F4 (String_t* ___name0, int32_t ___exceptionType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_VerifyNCName_m7EC39D774C351941A6095058DFAECD37B64A71F4_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___name0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, XmlConvert_VerifyNCName_m7EC39D774C351941A6095058DFAECD37B64A71F4_RuntimeMethod_var); } IL_000e: { String_t* L_2 = ___name0; NullCheck(L_2); int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002b; } } { String_t* L_4 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral9450DCEB388D94BD462D89151E529A6D1D517803, /*hidden argument*/NULL); ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_5 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_5, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, XmlConvert_VerifyNCName_m7EC39D774C351941A6095058DFAECD37B64A71F4_RuntimeMethod_var); } IL_002b: { String_t* L_6 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var); int32_t L_7 = ValidateNames_ParseNCName_m1DBDC095F004D50F8DB1271ADB01C8E5E8DC415E(L_6, 0, /*hidden argument*/NULL); V_0 = L_7; int32_t L_8 = V_0; String_t* L_9 = ___name0; NullCheck(L_9); int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_9, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)L_10))) { goto IL_0045; } } { String_t* L_11 = ___name0; int32_t L_12 = V_0; int32_t L_13 = ___exceptionType1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); Exception_t * L_14 = XmlConvert_CreateInvalidNameCharException_mB3EA40565C1B77972E6E269EB70FA45AF864113B(L_11, L_12, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, XmlConvert_VerifyNCName_m7EC39D774C351941A6095058DFAECD37B64A71F4_RuntimeMethod_var); } IL_0045: { String_t* L_15 = ___name0; return L_15; } } // System.Exception System.Xml.XmlConvert::TryVerifyNCName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyNCName_mA460CC50BFC6ABD532305B68B0F5A152B8657B3C (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_TryVerifyNCName_mA460CC50BFC6ABD532305B68B0F5A152B8657B3C_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var); int32_t L_1 = ValidateNames_ParseNCName_m41CB443AA4A6A36548F5CF327083D24741087F84(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0013; } } { int32_t L_3 = V_0; String_t* L_4 = ___name0; NullCheck(L_4); int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)L_5))) { goto IL_001c; } } IL_0013: { String_t* L_6 = ___name0; int32_t L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var); Exception_t * L_8 = ValidateNames_GetInvalidNameException_mB17BB20FC5FDA4A7283D3159B5B7BF788F21D3B9(L_6, 0, L_7, /*hidden argument*/NULL); return L_8; } IL_001c: { return (Exception_t *)NULL; } } // System.Exception System.Xml.XmlConvert::TryVerifyTOKEN(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyTOKEN_m9A77319B785866FC38666B0697EA349757F0F619 (String_t* ___token0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_TryVerifyTOKEN_m9A77319B785866FC38666B0697EA349757F0F619_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___token0; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___token0; NullCheck(L_1); int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_000d; } } IL_000b: { return (Exception_t *)NULL; } IL_000d: { String_t* L_3 = ___token0; NullCheck(L_3); Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, 0, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)((int32_t)32)))) { goto IL_0047; } } { String_t* L_5 = ___token0; String_t* L_6 = ___token0; NullCheck(L_6); int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL); NullCheck(L_5); Il2CppChar L_8 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)((int32_t)32)))) { goto IL_0047; } } { String_t* L_9 = ___token0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->get_crt_1(); NullCheck(L_9); int32_t L_11 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_9, L_10, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)(-1))))) { goto IL_0047; } } { String_t* L_12 = ___token0; NullCheck(L_12); int32_t L_13 = String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28(L_12, _stringLiteral099600A10A944114AAC406D136B625FB416DD779, 4, /*hidden argument*/NULL); if ((((int32_t)L_13) == ((int32_t)(-1)))) { goto IL_0053; } } IL_0047: { String_t* L_14 = ___token0; XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_15 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_15, _stringLiteralED7A0E4B2CCD89344A061B0034EA18C770FAFA95, L_14, /*hidden argument*/NULL); return L_15; } IL_0053: { return (Exception_t *)NULL; } } // System.Exception System.Xml.XmlConvert::TryVerifyNMTOKEN(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyNMTOKEN_mA965156D95AD4FB5EDDCB313B65B8B0E0B246AA3 (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_TryVerifyNMTOKEN_mA965156D95AD4FB5EDDCB313B65B8B0E0B246AA3_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___name0; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___name0; NullCheck(L_1); int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001b; } } IL_000b: { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_4 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_4, _stringLiteral6A1A9FE935680F06E164A937107D4F9DAE6EA4CE, L_3, /*hidden argument*/NULL); return L_4; } IL_001b: { String_t* L_5 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var); int32_t L_6 = ValidateNames_ParseNmtokenNoNamespaces_m9C54DF7AC1E68C1E6C501AFB1C8F62B76C806620(L_5, 0, /*hidden argument*/NULL); V_0 = L_6; int32_t L_7 = V_0; String_t* L_8 = ___name0; NullCheck(L_8); int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)L_9))) { goto IL_003e; } } { String_t* L_10 = ___name0; int32_t L_11 = V_0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = XmlException_BuildCharExceptionArgs_m226BCFB57607263E9F5F6AA6838DD18CEE484D8B(L_10, L_11, /*hidden argument*/NULL); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_13 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_m5A51EA381DFEC2B1FC37464104DA24DAE6546FDA(L_13, _stringLiteral67974FB541F561915960A52B89CB2CDE98EECD4D, L_12, /*hidden argument*/NULL); return L_13; } IL_003e: { return (Exception_t *)NULL; } } // System.Exception System.Xml.XmlConvert::TryVerifyNormalizedString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyNormalizedString_m8C9F710291C5D38305CDFED8304BC434EAF3DA72 (String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_TryVerifyNormalizedString_m8C9F710291C5D38305CDFED8304BC434EAF3DA72_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___str0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->get_crt_1(); NullCheck(L_0); int32_t L_2 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_0, L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_001a; } } { String_t* L_3 = ___str0; XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_4 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var); XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_4, _stringLiteral439874BF352D63FA667A6ED07E1864F749937B82, L_3, /*hidden argument*/NULL); return L_4; } IL_001a: { return (Exception_t *)NULL; } } // System.String System.Xml.XmlConvert::ToString(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m90E6FBA36B87D6AC327394B54541F6202C6EA23F (bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToString_m90E6FBA36B87D6AC327394B54541F6202C6EA23F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; if (L_0) { goto IL_0009; } } { return _stringLiteral7CB6EFB98BA5972A9B5090DC2E517FE14D12CB04; } IL_0009: { return _stringLiteral5FFE533B830F08A0326348A9160AFAFC8ADA44DB; } } // System.String System.Xml.XmlConvert::ToString(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mE5A35CCA79A2E41A88D54E5FA05D5A4BDB269069 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method) { { NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_0 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); String_t* L_1 = Decimal_ToString_mDC8D45024F77E3D04FB6FBE74866CA11CC6B8BAD((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.SByte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mFE5BF7FA4B954F6CA3C57B11DBEED021E5826BA5 (int8_t ___value0, const RuntimeMethod* method) { { NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_0 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); String_t* L_1 = SByte_ToString_mAD063E83F82B38DAAA379DF61C14D563588034D1((int8_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mEE96E46AF62E17AD951FFA2872EA0F751DCCF874 (int16_t ___value0, const RuntimeMethod* method) { { NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_0 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); String_t* L_1 = Int16_ToString_m9D8BFF89E90032C2A3332CF5831C38AFD2C9E31A((int16_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m77382EE674A1B6674515E6B7FE1D4E5DB1694BF0 (int32_t ___value0, const RuntimeMethod* method) { { NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_0 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); String_t* L_1 = Int32_ToString_mE527694B0C55AE14FDCBE1D9C848446C18E22C09((int32_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mBE98D61F39D5C9C9FF6AEE147E13C52554E4C8BB (int64_t ___value0, const RuntimeMethod* method) { { NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_0 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); String_t* L_1 = Int64_ToString_mB73201579D1D4BC868EC9BC901B2812AC4B90517((int64_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m678EBE6D756EBAAC1D4164A18768EB6CD0F9E193 (uint8_t ___value0, const RuntimeMethod* method) { { NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_0 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); String_t* L_1 = Byte_ToString_m731FDB27391432D7F14B6769B5D0A3E248803D25((uint8_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m51DEEAECCF6FE110122141FC23C10765C54CBEA4 (uint16_t ___value0, const RuntimeMethod* method) { { NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_0 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); String_t* L_1 = UInt16_ToString_mD0CBA1F073A0E16528C1A7EB4E8A9892D218895B((uint16_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m825D55AC22B22AB3CC9A434220293E8917577513 (uint32_t ___value0, const RuntimeMethod* method) { { NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_0 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); String_t* L_1 = UInt32_ToString_m57BE7A0F4A653986FEAC4794CD13B04CE012F4EE((uint32_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m0F3C9D738B4574BDE743085E1B5F186E824B01FA (uint64_t ___value0, const RuntimeMethod* method) { { NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_0 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); String_t* L_1 = UInt64_ToString_mF6F94603E535C161BBD87AC747A1F403C274E8CD((uint64_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m8705ADD74C380B38688083B4319E4E6A00E11B7A (float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToString_m8705ADD74C380B38688083B4319E4E6A00E11B7A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = ___value0; bool L_1 = Single_IsNegativeInfinity_m783D0162D4AC571DD716C3BF75EADBF90902100C(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000e; } } { return _stringLiteralAF70ADB776960964CBE9C76003518A80CCB35F21; } IL_000e: { float L_2 = ___value0; bool L_3 = Single_IsPositiveInfinity_m19DAA74DD1E70DBD36DB699FA26A504D9C650F2C(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001c; } } { return _stringLiteral55C1943F65C7C105AE98E6703CD64127B6585656; } IL_001c: { float L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); bool L_5 = XmlConvert_IsNegativeZero_m241D5B636D98DCDBCD8459307BA09F72652B237B((((double)((double)L_4))), /*hidden argument*/NULL); if (!L_5) { goto IL_002b; } } { return _stringLiteral0FEFD27CAD4915946049F0352BEDC0FA59D601E2; } IL_002b: { NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_6 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); String_t* L_7 = Single_ToString_mCF682C2751EC9B98F1CE5455066B92D7D3356756((float*)(&___value0), _stringLiteral06576556D1AD802F247CAD11AE748BE47B70CD9C, L_6, /*hidden argument*/NULL); return L_7; } } // System.String System.Xml.XmlConvert::ToString(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m49240C3634C498D07211B3A4E03C54C342F8AB79 (double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToString_m49240C3634C498D07211B3A4E03C54C342F8AB79_MetadataUsageId); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var); bool L_1 = Double_IsNegativeInfinity_mD080EA7EB89D45369DFB3481970AA97103D35764(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000e; } } { return _stringLiteralAF70ADB776960964CBE9C76003518A80CCB35F21; } IL_000e: { double L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var); bool L_3 = Double_IsPositiveInfinity_m45537C58204CD5AA96F39D42F4CB8DADA128C77B(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001c; } } { return _stringLiteral55C1943F65C7C105AE98E6703CD64127B6585656; } IL_001c: { double L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); bool L_5 = XmlConvert_IsNegativeZero_m241D5B636D98DCDBCD8459307BA09F72652B237B(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_002a; } } { return _stringLiteral0FEFD27CAD4915946049F0352BEDC0FA59D601E2; } IL_002a: { NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_6 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); String_t* L_7 = Double_ToString_m1D341E667E85E9E18783A14CB02982643E96C616((double*)(&___value0), _stringLiteral06576556D1AD802F247CAD11AE748BE47B70CD9C, L_6, /*hidden argument*/NULL); return L_7; } } // System.String System.Xml.XmlConvert::ToString(System.DateTime,System.Xml.XmlDateTimeSerializationMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m4A88B2FE5ED314D0F9A5989B12DEE27D56F7AAD7 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, int32_t ___dateTimeOption1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToString_m4A88B2FE5ED314D0F9A5989B12DEE27D56F7AAD7_MetadataUsageId); s_Il2CppMethodInitialized = true; } XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___dateTimeOption1; switch (L_0) { case 0: { goto IL_0018; } case 1: { goto IL_0022; } case 2: { goto IL_002c; } case 3: { goto IL_0064; } } } { goto IL_003d; } IL_0018: { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = XmlConvert_SwitchToLocalTime_m74C46145E5AEDE212920A280270DDBEAD48E794E(L_1, /*hidden argument*/NULL); ___value0 = L_2; goto IL_0064; } IL_0022: { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4 = XmlConvert_SwitchToUtcTime_mBEF76BD04BFDB1863F6324947C94871D128A54E1(L_3, /*hidden argument*/NULL); ___value0 = L_4; goto IL_0064; } IL_002c: { int64_t L_5 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___value0), /*hidden argument*/NULL); DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___value0), L_5, 0, /*hidden argument*/NULL); goto IL_0064; } IL_003d: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_6; int32_t L_8 = ___dateTimeOption1; int32_t L_9 = L_8; RuntimeObject * L_10 = Box(XmlDateTimeSerializationMode_t3BEC2A1D374D312210AD24C13D61BC3A315881EF_il2cpp_TypeInfo_var, &L_9); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_10); (L_7)->SetAt(static_cast(0), (RuntimeObject *)L_10); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = L_7; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteralC0B630C85166EFA3C3B5B33C1009EA42AE606A2A); (L_11)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteralC0B630C85166EFA3C3B5B33C1009EA42AE606A2A); String_t* L_12 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral7FC25E24C4EEEDDD5BDA2CA4A05AA218DEE369CC, L_11, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_13 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, XmlConvert_ToString_m4A88B2FE5ED314D0F9A5989B12DEE27D56F7AAD7_RuntimeMethod_var); } IL_0064: { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_14 = ___value0; XsdDateTime__ctor_mD5536EA3D9B0E1F78AB06365BC86F6F4330668F1((XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 *)(&V_0), L_14, 1, /*hidden argument*/NULL); String_t* L_15 = XsdDateTime_ToString_m297A2293EBFBCA239CFEEAC07156358DD1095343((XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 *)(&V_0), /*hidden argument*/NULL); return L_15; } } // System.String System.Xml.XmlConvert::ToString(System.Guid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m5A9427BE999F8239574458DCE541A3C97C2876BD (Guid_t ___value0, const RuntimeMethod* method) { { String_t* L_0 = Guid_ToString_m3024AB4FA6189BC28BE77BBD6A9F55841FE190A5((Guid_t *)(&___value0), /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Xml.XmlConvert::ToBoolean(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlConvert_ToBoolean_m9B6644E3A3597D64D24A3595A98055A5E6ADF39B (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToBoolean_m9B6644E3A3597D64D24A3595A98055A5E6ADF39B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); String_t* L_1 = XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA(L_0, /*hidden argument*/NULL); ___s0 = L_1; String_t* L_2 = ___s0; bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteral356A192B7913B04C54574D18C28D46E6395428AB, /*hidden argument*/NULL); if (L_3) { goto IL_0022; } } { String_t* L_4 = ___s0; bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, _stringLiteral5FFE533B830F08A0326348A9160AFAFC8ADA44DB, /*hidden argument*/NULL); if (!L_5) { goto IL_0024; } } IL_0022: { return (bool)1; } IL_0024: { String_t* L_6 = ___s0; bool L_7 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C, /*hidden argument*/NULL); if (L_7) { goto IL_003e; } } { String_t* L_8 = ___s0; bool L_9 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_8, _stringLiteral7CB6EFB98BA5972A9B5090DC2E517FE14D12CB04, /*hidden argument*/NULL); if (!L_9) { goto IL_0040; } } IL_003e: { return (bool)0; } IL_0040: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = L_10; String_t* L_12 = ___s0; NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(0), (RuntimeObject *)L_12); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteralB76FF4906F33C2DD97DDD929B9662BA8CAC6174C); (L_13)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteralB76FF4906F33C2DD97DDD929B9662BA8CAC6174C); String_t* L_14 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_13, /*hidden argument*/NULL); FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_15 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, XmlConvert_ToBoolean_m9B6644E3A3597D64D24A3595A98055A5E6ADF39B_RuntimeMethod_var); } } // System.Exception System.Xml.XmlConvert::TryToBoolean(System.String,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToBoolean_m5D0B8E6CE88CD2FCF4BFBE2E345D4A169E4E6FC9 (String_t* ___s0, bool* ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_TryToBoolean_m5D0B8E6CE88CD2FCF4BFBE2E345D4A169E4E6FC9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); String_t* L_1 = XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA(L_0, /*hidden argument*/NULL); ___s0 = L_1; String_t* L_2 = ___s0; bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C, /*hidden argument*/NULL); if (L_3) { goto IL_0022; } } { String_t* L_4 = ___s0; bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, _stringLiteral7CB6EFB98BA5972A9B5090DC2E517FE14D12CB04, /*hidden argument*/NULL); if (!L_5) { goto IL_0027; } } IL_0022: { bool* L_6 = ___result1; *((int8_t*)L_6) = (int8_t)0; return (Exception_t *)NULL; } IL_0027: { String_t* L_7 = ___s0; bool L_8 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_7, _stringLiteral356A192B7913B04C54574D18C28D46E6395428AB, /*hidden argument*/NULL); if (L_8) { goto IL_0041; } } { String_t* L_9 = ___s0; bool L_10 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_9, _stringLiteral5FFE533B830F08A0326348A9160AFAFC8ADA44DB, /*hidden argument*/NULL); if (!L_10) { goto IL_0046; } } IL_0041: { bool* L_11 = ___result1; *((int8_t*)L_11) = (int8_t)1; return (Exception_t *)NULL; } IL_0046: { bool* L_12 = ___result1; *((int8_t*)L_12) = (int8_t)0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_13; String_t* L_15 = ___s0; NullCheck(L_14); ArrayElementTypeCheck (L_14, L_15); (L_14)->SetAt(static_cast(0), (RuntimeObject *)L_15); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = L_14; NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteralB76FF4906F33C2DD97DDD929B9662BA8CAC6174C); (L_16)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteralB76FF4906F33C2DD97DDD929B9662BA8CAC6174C); String_t* L_17 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_16, /*hidden argument*/NULL); FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_18 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_18, L_17, /*hidden argument*/NULL); return L_18; } } // System.Char System.Xml.XmlConvert::ToChar(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar XmlConvert_ToChar_mD3482EEEBA3F5A7DFD357E31F910455CEAF0688D (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToChar_mD3482EEEBA3F5A7DFD357E31F910455CEAF0688D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; if (L_0) { goto IL_000e; } } { ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, XmlConvert_ToChar_mD3482EEEBA3F5A7DFD357E31F910455CEAF0688D_RuntimeMethod_var); } IL_000e: { String_t* L_2 = ___s0; NullCheck(L_2); int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0027; } } { String_t* L_4 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteralB66A404869995E54B8D48D938E63CA3C7D1C7DCD, /*hidden argument*/NULL); FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_5 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, XmlConvert_ToChar_mD3482EEEBA3F5A7DFD357E31F910455CEAF0688D_RuntimeMethod_var); } IL_0027: { String_t* L_6 = ___s0; NullCheck(L_6); Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_6, 0, /*hidden argument*/NULL); return L_7; } } // System.Exception System.Xml.XmlConvert::TryToChar(System.String,System.Char&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToChar_mB35134349941F7511AD6C3E26E6A1894320260E3 (String_t* ___s0, Il2CppChar* ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_TryToChar_mB35134349941F7511AD6C3E26E6A1894320260E3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; Il2CppChar* L_1 = ___result1; IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var); bool L_2 = Char_TryParse_m1C86EF2C22EE2F3EC9F20A4472961BDCE448E573(L_0, (Il2CppChar*)L_1, /*hidden argument*/NULL); if (L_2) { goto IL_002b; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3; String_t* L_5 = ___s0; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_5); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_4; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9); (L_6)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9); String_t* L_7 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_6, /*hidden argument*/NULL); FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_8 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_8, L_7, /*hidden argument*/NULL); return L_8; } IL_002b: { return (Exception_t *)NULL; } } // System.Decimal System.Xml.XmlConvert::ToDecimal(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 XmlConvert_ToDecimal_mE6C342E7D77ACC9E71F16C05A7F3B5F70D4A5651 (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToDecimal_mE6C342E7D77ACC9E71F16C05A7F3B5F70D4A5651_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var); Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_2 = Decimal_Parse_mFA9697AFBA5C224F2F6D08275B904E9DDBFE607A(L_0, ((int32_t)39), L_1, /*hidden argument*/NULL); return L_2; } } // System.Exception System.Xml.XmlConvert::TryToDecimal(System.String,System.Decimal&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToDecimal_m53066B8D731C3A9CAF5AEF79EAB885CF47134AE9 (String_t* ___s0, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_TryToDecimal_m53066B8D731C3A9CAF5AEF79EAB885CF47134AE9_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * L_2 = ___result1; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var); bool L_3 = Decimal_TryParse_m0EC8E3EC9023AE24ED07A99D208E10F0F5D614DE(L_0, ((int32_t)39), L_1, (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0032; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4; String_t* L_6 = ___s0; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteralE4C3A2D0CC24A4535EF91791064FFE989CBD382A); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteralE4C3A2D0CC24A4535EF91791064FFE989CBD382A); String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_7, /*hidden argument*/NULL); FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_9, L_8, /*hidden argument*/NULL); return L_9; } IL_0032: { return (Exception_t *)NULL; } } // System.Decimal System.Xml.XmlConvert::ToInteger(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 XmlConvert_ToInteger_m7B54C2B65EC2776F7EB184251DF24909CFCF4387 (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToInteger_m7B54C2B65EC2776F7EB184251DF24909CFCF4387_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var); Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_2 = Decimal_Parse_mFA9697AFBA5C224F2F6D08275B904E9DDBFE607A(L_0, 7, L_1, /*hidden argument*/NULL); return L_2; } } // System.Exception System.Xml.XmlConvert::TryToInteger(System.String,System.Decimal&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToInteger_m071AC49D1D9DC063BD31C630D707D1117382F65F (String_t* ___s0, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_TryToInteger_m071AC49D1D9DC063BD31C630D707D1117382F65F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * L_2 = ___result1; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var); bool L_3 = Decimal_TryParse_m0EC8E3EC9023AE24ED07A99D208E10F0F5D614DE(L_0, 7, L_1, (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4; String_t* L_6 = ___s0; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral9EDCFFFF4461C9083FBFF857F8DCEE0F0769CBD4); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral9EDCFFFF4461C9083FBFF857F8DCEE0F0769CBD4); String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_7, /*hidden argument*/NULL); FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_9, L_8, /*hidden argument*/NULL); return L_9; } IL_0031: { return (Exception_t *)NULL; } } // System.SByte System.Xml.XmlConvert::ToSByte(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t XmlConvert_ToSByte_mF84393A26D546BE9C2864A45D70AAEADAB97BDBC (String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); int8_t L_2 = SByte_Parse_m3CCD04AED0DC62F729DFA2FF45DA1E4C8BACDD60(L_0, 7, L_1, /*hidden argument*/NULL); return L_2; } } // System.Exception System.Xml.XmlConvert::TryToSByte(System.String,System.SByte&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToSByte_m145732D9679ED91983025D99FF81A416E317860E (String_t* ___s0, int8_t* ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_TryToSByte_m145732D9679ED91983025D99FF81A416E317860E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); int8_t* L_2 = ___result1; bool L_3 = SByte_TryParse_mF5FDEA456FF2D2A8B749312E1DA34907852F69CA(L_0, 7, L_1, (int8_t*)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4; String_t* L_6 = ___s0; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral9B30C1BF65712BDA061818365704D06F3871C202); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral9B30C1BF65712BDA061818365704D06F3871C202); String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_7, /*hidden argument*/NULL); FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_9, L_8, /*hidden argument*/NULL); return L_9; } IL_0031: { return (Exception_t *)NULL; } } // System.Int16 System.Xml.XmlConvert::ToInt16(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t XmlConvert_ToInt16_mB7BAC655D3391C558C0438626948D6C22180AEDE (String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); int16_t L_2 = Int16_Parse_m8974BEBECCE6184E1A2CA312D637E40B731F49B2(L_0, 7, L_1, /*hidden argument*/NULL); return L_2; } } // System.Exception System.Xml.XmlConvert::TryToInt16(System.String,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToInt16_m7B72F3F44BDA7A9813D61AF97361026E2656C462 (String_t* ___s0, int16_t* ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_TryToInt16_m7B72F3F44BDA7A9813D61AF97361026E2656C462_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); int16_t* L_2 = ___result1; bool L_3 = Int16_TryParse_m82B7F09D7F737EAFFC7E59AA0001753AE79EFA84(L_0, 7, L_1, (int16_t*)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4; String_t* L_6 = ___s0; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral7982E8C08D84551A97DDE8C3CC98E03FC2D6082C); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral7982E8C08D84551A97DDE8C3CC98E03FC2D6082C); String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_7, /*hidden argument*/NULL); FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_9, L_8, /*hidden argument*/NULL); return L_9; } IL_0031: { return (Exception_t *)NULL; } } // System.Int32 System.Xml.XmlConvert::ToInt32(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlConvert_ToInt32_mD17D2F5AA3572EBD5D280211DECD31D00FAACB1D (String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); int32_t L_2 = Int32_Parse_m17BA45CC13A0E08712F2EE60CC1356291D0592AC(L_0, 7, L_1, /*hidden argument*/NULL); return L_2; } } // System.Exception System.Xml.XmlConvert::TryToInt32(System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToInt32_m6D272276DCFB389F16A98350F626EE71659C0D0F (String_t* ___s0, int32_t* ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_TryToInt32_m6D272276DCFB389F16A98350F626EE71659C0D0F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); int32_t* L_2 = ___result1; bool L_3 = Int32_TryParse_m6ADA5D03EE325554346538B991A4C3566BD2A011(L_0, 7, L_1, (int32_t*)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4; String_t* L_6 = ___s0; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteralF4753A4DEE54EE10A75B28C6D04EB9EA0D19ACCE); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteralF4753A4DEE54EE10A75B28C6D04EB9EA0D19ACCE); String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_7, /*hidden argument*/NULL); FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_9, L_8, /*hidden argument*/NULL); return L_9; } IL_0031: { return (Exception_t *)NULL; } } // System.Int64 System.Xml.XmlConvert::ToInt64(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlConvert_ToInt64_m4140DB9BC2AA453961C35E2FBFAFF3C98A945BFC (String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); int64_t L_2 = Int64_Parse_m5113C0CCFB668DBC49D71D9F07CC8A96B8C7773D(L_0, 7, L_1, /*hidden argument*/NULL); return L_2; } } // System.Exception System.Xml.XmlConvert::TryToInt64(System.String,System.Int64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToInt64_mA3C821C5A1E245BF4D00FF85DD991233FD42F001 (String_t* ___s0, int64_t* ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_TryToInt64_mA3C821C5A1E245BF4D00FF85DD991233FD42F001_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); int64_t* L_2 = ___result1; bool L_3 = Int64_TryParse_m8CE5F89833C03A091273A4EF48C69E86E1F81ACC(L_0, 7, L_1, (int64_t*)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4; String_t* L_6 = ___s0; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral180FCBE698D0F2C44101A06215C472930BBD0A01); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral180FCBE698D0F2C44101A06215C472930BBD0A01); String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_7, /*hidden argument*/NULL); FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_9, L_8, /*hidden argument*/NULL); return L_9; } IL_0031: { return (Exception_t *)NULL; } } // System.Byte System.Xml.XmlConvert::ToByte(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t XmlConvert_ToByte_mBF7B53E445AE6E1A55147A3E0BCBAF52CADEEFCD (String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); uint8_t L_2 = Byte_Parse_mF53D7EFF3FC8B040EE675E62145287C7F728F772(L_0, 3, L_1, /*hidden argument*/NULL); return L_2; } } // System.Exception System.Xml.XmlConvert::TryToByte(System.String,System.Byte&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToByte_mA404995D203F2F29119E460B598CD4C89302581F (String_t* ___s0, uint8_t* ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_TryToByte_mA404995D203F2F29119E460B598CD4C89302581F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); uint8_t* L_2 = ___result1; bool L_3 = Byte_TryParse_m224FC83DF738902B9E524FDA9864CADED2A0FFE1(L_0, 3, L_1, (uint8_t*)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4; String_t* L_6 = ___s0; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral7803EE252527503B67D1EEB0DEB252622746CEBD); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral7803EE252527503B67D1EEB0DEB252622746CEBD); String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_7, /*hidden argument*/NULL); FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_9, L_8, /*hidden argument*/NULL); return L_9; } IL_0031: { return (Exception_t *)NULL; } } // System.UInt16 System.Xml.XmlConvert::ToUInt16(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t XmlConvert_ToUInt16_mEF08B226273C03B2DD589A8383D698D7BF6310C6 (String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); uint16_t L_2 = UInt16_Parse_mEA6E086539E279750BCC41E5C9638C2514924E8B(L_0, 3, L_1, /*hidden argument*/NULL); return L_2; } } // System.Exception System.Xml.XmlConvert::TryToUInt16(System.String,System.UInt16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToUInt16_mB51E1B2D5B24B927588AD40CEF7052C805370E3F (String_t* ___s0, uint16_t* ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_TryToUInt16_mB51E1B2D5B24B927588AD40CEF7052C805370E3F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); uint16_t* L_2 = ___result1; bool L_3 = UInt16_TryParse_mAA7EAE386D423C90C7B6BC0DDA1BB056EAC05BC3(L_0, 3, L_1, (uint16_t*)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4; String_t* L_6 = ___s0; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral70B4BB2684C3F8969E2FE9E14B470906FD4CF3C6); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral70B4BB2684C3F8969E2FE9E14B470906FD4CF3C6); String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_7, /*hidden argument*/NULL); FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_9, L_8, /*hidden argument*/NULL); return L_9; } IL_0031: { return (Exception_t *)NULL; } } // System.UInt32 System.Xml.XmlConvert::ToUInt32(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t XmlConvert_ToUInt32_m76DC0918D27A5D704121D48D9792334C221F163A (String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); uint32_t L_2 = UInt32_Parse_mEEC266AE3E2BA9F49F4CD5E69EBDA3A1B008E125(L_0, 3, L_1, /*hidden argument*/NULL); return L_2; } } // System.Exception System.Xml.XmlConvert::TryToUInt32(System.String,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToUInt32_m9A5999C8CECB6FDD04F625C0A7A3921BD26E5F8D (String_t* ___s0, uint32_t* ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_TryToUInt32_m9A5999C8CECB6FDD04F625C0A7A3921BD26E5F8D_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); uint32_t* L_2 = ___result1; bool L_3 = UInt32_TryParse_mF53E581D2BF1451EC324BC2F601B6AEB0E2F9235(L_0, 3, L_1, (uint32_t*)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4; String_t* L_6 = ___s0; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteralE71E7BC3FE9E9F3C39E46B53FFFF0C83D9CC9A36); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteralE71E7BC3FE9E9F3C39E46B53FFFF0C83D9CC9A36); String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_7, /*hidden argument*/NULL); FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_9, L_8, /*hidden argument*/NULL); return L_9; } IL_0031: { return (Exception_t *)NULL; } } // System.UInt64 System.Xml.XmlConvert::ToUInt64(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t XmlConvert_ToUInt64_m8570DF2A7509E31409ABBDCE043A64DD4E3ADDCE (String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); uint64_t L_2 = UInt64_Parse_mBCA93243BACC50D7302706C914152213B8AB85A5(L_0, 3, L_1, /*hidden argument*/NULL); return L_2; } } // System.Exception System.Xml.XmlConvert::TryToUInt64(System.String,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToUInt64_m864236E32E2CDA31263A154A4EC874C2D3FED910 (String_t* ___s0, uint64_t* ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_TryToUInt64_m864236E32E2CDA31263A154A4EC874C2D3FED910_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); uint64_t* L_2 = ___result1; bool L_3 = UInt64_TryParse_m5119C451C7052149BC0994D3C7AB5D0AE289E8F3(L_0, 3, L_1, (uint64_t*)L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4; String_t* L_6 = ___s0; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral69A99906F5A06EA1BDBFC02E6132D35DE781D3F1); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral69A99906F5A06EA1BDBFC02E6132D35DE781D3F1); String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_7, /*hidden argument*/NULL); FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_9, L_8, /*hidden argument*/NULL); return L_9; } IL_0031: { return (Exception_t *)NULL; } } // System.Single System.Xml.XmlConvert::ToSingle(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XmlConvert_ToSingle_mE71D343AFD52CCD58B575BB64166226C31B01C92 (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToSingle_mE71D343AFD52CCD58B575BB64166226C31B01C92_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); String_t* L_1 = XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA(L_0, /*hidden argument*/NULL); ___s0 = L_1; String_t* L_2 = ___s0; bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteralAF70ADB776960964CBE9C76003518A80CCB35F21, /*hidden argument*/NULL); if (!L_3) { goto IL_001b; } } { return (-std::numeric_limits::infinity()); } IL_001b: { String_t* L_4 = ___s0; bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, _stringLiteral55C1943F65C7C105AE98E6703CD64127B6585656, /*hidden argument*/NULL); if (!L_5) { goto IL_002e; } } { return (std::numeric_limits::infinity()); } IL_002e: { String_t* L_6 = ___s0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_7 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); float L_8 = Single_Parse_m6D591682F5EF2ED4D1CEADF65728E965A739AE74(L_6, ((int32_t)164), L_7, /*hidden argument*/NULL); V_0 = L_8; float L_9 = V_0; if ((!(((float)L_9) == ((float)(0.0f))))) { goto IL_0058; } } { String_t* L_10 = ___s0; NullCheck(L_10); Il2CppChar L_11 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)45))))) { goto IL_0058; } } { return (0.0f); } IL_0058: { float L_12 = V_0; return L_12; } } // System.Exception System.Xml.XmlConvert::TryToSingle(System.String,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToSingle_m86CC8202B4155B9C499D20BEE9D09FE8A7647FA6 (String_t* ___s0, float* ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_TryToSingle_m86CC8202B4155B9C499D20BEE9D09FE8A7647FA6_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); String_t* L_1 = XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA(L_0, /*hidden argument*/NULL); ___s0 = L_1; String_t* L_2 = ___s0; bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteralAF70ADB776960964CBE9C76003518A80CCB35F21, /*hidden argument*/NULL); if (!L_3) { goto IL_001e; } } { float* L_4 = ___result1; *((float*)L_4) = (float)(-std::numeric_limits::infinity()); return (Exception_t *)NULL; } IL_001e: { String_t* L_5 = ___s0; bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_5, _stringLiteral55C1943F65C7C105AE98E6703CD64127B6585656, /*hidden argument*/NULL); if (!L_6) { goto IL_0034; } } { float* L_7 = ___result1; *((float*)L_7) = (float)(std::numeric_limits::infinity()); return (Exception_t *)NULL; } IL_0034: { String_t* L_8 = ___s0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_9 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); float* L_10 = ___result1; bool L_11 = Single_TryParse_m4FE60E3061A34FB7B835A80AC156A85649610744(L_8, ((int32_t)164), L_9, (float*)L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0069; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_12; String_t* L_14 = ___s0; NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(0), (RuntimeObject *)L_14); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = L_13; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteralDD1186892A2F5C2BD17CD7D41F90482E39BD02C5); (L_15)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteralDD1186892A2F5C2BD17CD7D41F90482E39BD02C5); String_t* L_16 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_15, /*hidden argument*/NULL); FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_17 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_17, L_16, /*hidden argument*/NULL); return L_17; } IL_0069: { float* L_18 = ___result1; float L_19 = *((float*)L_18); if ((!(((float)L_19) == ((float)(0.0f))))) { goto IL_0084; } } { String_t* L_20 = ___s0; NullCheck(L_20); Il2CppChar L_21 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_20, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)45))))) { goto IL_0084; } } { float* L_22 = ___result1; *((float*)L_22) = (float)(0.0f); } IL_0084: { return (Exception_t *)NULL; } } // System.Double System.Xml.XmlConvert::ToDouble(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlConvert_ToDouble_mF72283E87D468B2CC95C44498301E37F7A0B614F (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToDouble_mF72283E87D468B2CC95C44498301E37F7A0B614F_MetadataUsageId); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); String_t* L_1 = XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA(L_0, /*hidden argument*/NULL); ___s0 = L_1; String_t* L_2 = ___s0; bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteralAF70ADB776960964CBE9C76003518A80CCB35F21, /*hidden argument*/NULL); if (!L_3) { goto IL_001f; } } { return (-std::numeric_limits::infinity()); } IL_001f: { String_t* L_4 = ___s0; bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, _stringLiteral55C1943F65C7C105AE98E6703CD64127B6585656, /*hidden argument*/NULL); if (!L_5) { goto IL_0036; } } { return (std::numeric_limits::infinity()); } IL_0036: { String_t* L_6 = ___s0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_7 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var); double L_8 = Double_Parse_m52FA2C773282C04605DA871AC7093A66FA8A746B(L_6, ((int32_t)167), L_7, /*hidden argument*/NULL); V_0 = L_8; double L_9 = V_0; if ((!(((double)L_9) == ((double)(0.0))))) { goto IL_0068; } } { String_t* L_10 = ___s0; NullCheck(L_10); Il2CppChar L_11 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)45))))) { goto IL_0068; } } { return (0.0); } IL_0068: { double L_12 = V_0; return L_12; } } // System.Exception System.Xml.XmlConvert::TryToDouble(System.String,System.Double&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToDouble_mA9625E9F493284FE3FAE1334C2B4A070F3FBD52E (String_t* ___s0, double* ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_TryToDouble_mA9625E9F493284FE3FAE1334C2B4A070F3FBD52E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); String_t* L_1 = XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA(L_0, /*hidden argument*/NULL); ___s0 = L_1; String_t* L_2 = ___s0; bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteralAF70ADB776960964CBE9C76003518A80CCB35F21, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { double* L_4 = ___result1; *((double*)L_4) = (double)(-std::numeric_limits::infinity()); return (Exception_t *)NULL; } IL_0022: { String_t* L_5 = ___s0; bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_5, _stringLiteral55C1943F65C7C105AE98E6703CD64127B6585656, /*hidden argument*/NULL); if (!L_6) { goto IL_003c; } } { double* L_7 = ___result1; *((double*)L_7) = (double)(std::numeric_limits::infinity()); return (Exception_t *)NULL; } IL_003c: { String_t* L_8 = ___s0; NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_9 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL); double* L_10 = ___result1; IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var); bool L_11 = Double_TryParse_m1A7BCBA90DE896E448E3CA09AAD1CA43846567D7(L_8, ((int32_t)164), L_9, (double*)L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0071; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_12; String_t* L_14 = ___s0; NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(0), (RuntimeObject *)L_14); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = L_13; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral81581597044514BF54D4F97266022FC991F3915E); (L_15)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral81581597044514BF54D4F97266022FC991F3915E); String_t* L_16 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_15, /*hidden argument*/NULL); FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_17 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_17, L_16, /*hidden argument*/NULL); return L_17; } IL_0071: { double* L_18 = ___result1; double L_19 = *((double*)L_18); if ((!(((double)L_19) == ((double)(0.0))))) { goto IL_0094; } } { String_t* L_20 = ___s0; NullCheck(L_20); Il2CppChar L_21 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_20, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)45))))) { goto IL_0094; } } { double* L_22 = ___result1; *((double*)L_22) = (double)(0.0); } IL_0094: { return (Exception_t *)NULL; } } // System.Exception System.Xml.XmlConvert::TryToTimeSpan(System.String,System.TimeSpan&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToTimeSpan_m054EAAEEF475BD1F16E7D67CEDF19FEC8F3B3F02 (String_t* ___s0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_TryToTimeSpan_m054EAAEEF475BD1F16E7D67CEDF19FEC8F3B3F02_MetadataUsageId); s_Il2CppMethodInitialized = true; } XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * V_1 = NULL; { String_t* L_0 = ___s0; Exception_t * L_1 = XsdDuration_TryParse_mDA80514B5C5B83DA5781476211E6F415247F45AF(L_0, (XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 *)(&V_0), /*hidden argument*/NULL); V_1 = L_1; Exception_t * L_2 = V_1; if (!L_2) { goto IL_0019; } } { TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_3 = ___result1; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var); TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_4 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_MinValue_2(); *(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_3 = L_4; Exception_t * L_5 = V_1; return L_5; } IL_0019: { TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_6 = ___result1; Exception_t * L_7 = XsdDuration_TryToTimeSpan_m2F7BEFB7EAE4363117EB1C53D984F0C1FCABFC35((XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 *)(&V_0), (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_6, /*hidden argument*/NULL); return L_7; } } // System.String[] System.Xml.XmlConvert::get_AllDateTimeFormats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* XmlConvert_get_AllDateTimeFormats_mAD7C3015BDBF7235C76A86B499D629BBBB55ED58 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_get_AllDateTimeFormats_mAD7C3015BDBF7235C76A86B499D629BBBB55ED58_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->get_s_allDateTimeFormats_5(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_000e; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); XmlConvert_CreateAllDateTimeFormats_m3EF92195A6C3CEE68221EDACE229D637BC70E4A7(/*hidden argument*/NULL); } IL_000e: { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->get_s_allDateTimeFormats_5(); il2cpp_codegen_memory_barrier(); return L_1; } } // System.Void System.Xml.XmlConvert::CreateAllDateTimeFormats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlConvert_CreateAllDateTimeFormats_m3EF92195A6C3CEE68221EDACE229D637BC70E4A7 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_CreateAllDateTimeFormats_m3EF92195A6C3CEE68221EDACE229D637BC70E4A7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->get_s_allDateTimeFormats_5(); il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_00e9; } } { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)24)); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral3D51E6548B51BC160D0D423EF67FCE78CF7D54B8); (L_2)->SetAt(static_cast(0), (String_t*)_stringLiteral3D51E6548B51BC160D0D423EF67FCE78CF7D54B8); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral297E61709A083A6D56269F74B747533F7FADD309); (L_3)->SetAt(static_cast(1), (String_t*)_stringLiteral297E61709A083A6D56269F74B747533F7FADD309); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteralD0703C3B8F40592E03790CCF463C068E23C2776B); (L_4)->SetAt(static_cast(2), (String_t*)_stringLiteralD0703C3B8F40592E03790CCF463C068E23C2776B); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral471DC75B9D6702EC68BA2A40CC1D53CA898142BF); (L_5)->SetAt(static_cast(3), (String_t*)_stringLiteral471DC75B9D6702EC68BA2A40CC1D53CA898142BF); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteralD3BEA5C0258ECE277553A5F5D38002E73DA1D5EA); (L_6)->SetAt(static_cast(4), (String_t*)_stringLiteralD3BEA5C0258ECE277553A5F5D38002E73DA1D5EA); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = L_6; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral56020B665380792B7B879A5D28AACD9BDB53BB1C); (L_7)->SetAt(static_cast(5), (String_t*)_stringLiteral56020B665380792B7B879A5D28AACD9BDB53BB1C); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral7E746D340667E415DE67844CA297722F073C4EB5); (L_8)->SetAt(static_cast(6), (String_t*)_stringLiteral7E746D340667E415DE67844CA297722F073C4EB5); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteralFBE8F1C46AB6367A39035F29C439CDD43D93013F); (L_9)->SetAt(static_cast(7), (String_t*)_stringLiteralFBE8F1C46AB6367A39035F29C439CDD43D93013F); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = L_9; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteralA388DE0B0882C9DD6C50862FCC73F1F0D0470B07); (L_10)->SetAt(static_cast(8), (String_t*)_stringLiteralA388DE0B0882C9DD6C50862FCC73F1F0D0470B07); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = L_10; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral7FDE33A8DFB186A1FA9497EE13A8752F88D23A03); (L_11)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteral7FDE33A8DFB186A1FA9497EE13A8752F88D23A03); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = L_11; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral350F27378EDA8E01F9C4A10F3FC7C853E9206171); (L_12)->SetAt(static_cast(((int32_t)10)), (String_t*)_stringLiteral350F27378EDA8E01F9C4A10F3FC7C853E9206171); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = L_12; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteralA74F69D5D638A44AAC55FE6AA69B740B2F76434B); (L_13)->SetAt(static_cast(((int32_t)11)), (String_t*)_stringLiteralA74F69D5D638A44AAC55FE6AA69B740B2F76434B); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = L_13; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral750B53094BE562C9D38F2FBA3F635FC754D32C7C); (L_14)->SetAt(static_cast(((int32_t)12)), (String_t*)_stringLiteral750B53094BE562C9D38F2FBA3F635FC754D32C7C); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_15 = L_14; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral49F31EE6C0BB660B577E41F8B14D993B5515FDB4); (L_15)->SetAt(static_cast(((int32_t)13)), (String_t*)_stringLiteral49F31EE6C0BB660B577E41F8B14D993B5515FDB4); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = L_15; NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteral2811A0921801129E74BA7BB3635A60BFEC553A80); (L_16)->SetAt(static_cast(((int32_t)14)), (String_t*)_stringLiteral2811A0921801129E74BA7BB3635A60BFEC553A80); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_17 = L_16; NullCheck(L_17); ArrayElementTypeCheck (L_17, _stringLiteralB2754D50D55F9423C7A28ACC41B9E8EF573F01B2); (L_17)->SetAt(static_cast(((int32_t)15)), (String_t*)_stringLiteralB2754D50D55F9423C7A28ACC41B9E8EF573F01B2); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_18 = L_17; NullCheck(L_18); ArrayElementTypeCheck (L_18, _stringLiteralA4020BAAB38F070A8FFDC9E4FC31EFCEED316B3A); (L_18)->SetAt(static_cast(((int32_t)16)), (String_t*)_stringLiteralA4020BAAB38F070A8FFDC9E4FC31EFCEED316B3A); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = L_18; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteralF0767AA8E342598485FC357C62C6CEE6139B732C); (L_19)->SetAt(static_cast(((int32_t)17)), (String_t*)_stringLiteralF0767AA8E342598485FC357C62C6CEE6139B732C); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = L_19; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral974F29E5673A79C0E88657B34C14FEBB85D15253); (L_20)->SetAt(static_cast(((int32_t)18)), (String_t*)_stringLiteral974F29E5673A79C0E88657B34C14FEBB85D15253); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_21 = L_20; NullCheck(L_21); ArrayElementTypeCheck (L_21, _stringLiteral4778D2A7325025DB9A2C646D085B825C456EA545); (L_21)->SetAt(static_cast(((int32_t)19)), (String_t*)_stringLiteral4778D2A7325025DB9A2C646D085B825C456EA545); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_22 = L_21; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteralE1C0034E51D628119EB023A3E998A0BCE644A410); (L_22)->SetAt(static_cast(((int32_t)20)), (String_t*)_stringLiteralE1C0034E51D628119EB023A3E998A0BCE644A410); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = L_22; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteralD837008483337EF0EBA371C5393A15280C756AF9); (L_23)->SetAt(static_cast(((int32_t)21)), (String_t*)_stringLiteralD837008483337EF0EBA371C5393A15280C756AF9); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_24 = L_23; NullCheck(L_24); ArrayElementTypeCheck (L_24, _stringLiteral54599D178EDD124569A0F272B8D836D46741D7C2); (L_24)->SetAt(static_cast(((int32_t)22)), (String_t*)_stringLiteral54599D178EDD124569A0F272B8D836D46741D7C2); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_25 = L_24; NullCheck(L_25); ArrayElementTypeCheck (L_25, _stringLiteral328EE1E4F5E2FB81C2CCA212A8D125475CD308E2); (L_25)->SetAt(static_cast(((int32_t)23)), (String_t*)_stringLiteral328EE1E4F5E2FB81C2CCA212A8D125475CD308E2); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->set_s_allDateTimeFormats_5(L_25); } IL_00e9: { return; } } // System.DateTime System.Xml.XmlConvert::ToDateTime(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XmlConvert_ToDateTime_mA48B4AD69A3C4D17562F27CB447CC78FFF0478CC (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToDateTime_mA48B4AD69A3C4D17562F27CB447CC78FFF0478CC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = XmlConvert_get_AllDateTimeFormats_mAD7C3015BDBF7235C76A86B499D629BBBB55ED58(/*hidden argument*/NULL); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = XmlConvert_ToDateTime_mB954BD9447F2ED06391B1AB8890AFA9D9D1930D2(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTime System.Xml.XmlConvert::ToDateTime(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XmlConvert_ToDateTime_mB954BD9447F2ED06391B1AB8890AFA9D9D1930D2 (String_t* ___s0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___formats1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToDateTime_mB954BD9447F2ED06391B1AB8890AFA9D9D1930D2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ___formats1; IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var); DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_2 = DateTimeFormatInfo_get_InvariantInfo_mF4896D7991425B6C5391BB86C11091A8B715CCDC(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = DateTime_ParseExact_mD4827AB133691E25D40D61B836503305F6816611(L_0, L_1, L_2, 3, /*hidden argument*/NULL); return L_3; } } // System.DateTime System.Xml.XmlConvert::ToDateTime(System.String,System.Xml.XmlDateTimeSerializationMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XmlConvert_ToDateTime_m1B7C9D61507018D995982C7E18A95E35516DEB77 (String_t* ___s0, int32_t ___dateTimeOption1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToDateTime_m1B7C9D61507018D995982C7E18A95E35516DEB77_MetadataUsageId); s_Il2CppMethodInitialized = true; } DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___s0; XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5 L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_m9828B42840AD2BF2C17704E51ECC7F91DF3C1951((&L_1), L_0, ((int32_t)255), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdDateTime_tEA54A4A77DD9458E97F1306F2013714582663CC5_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = XsdDateTime_op_Implicit_m73A18F95D7E6DB4B5815F6AB3BA43EA36F749E04(L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = ___dateTimeOption1; switch (L_3) { case 0: { goto IL_0029; } case 1: { goto IL_0032; } case 2: { goto IL_003b; } case 3: { goto IL_0073; } } } { goto IL_004c; } IL_0029: { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = XmlConvert_SwitchToLocalTime_m74C46145E5AEDE212920A280270DDBEAD48E794E(L_4, /*hidden argument*/NULL); V_0 = L_5; goto IL_0073; } IL_0032: { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_7 = XmlConvert_SwitchToUtcTime_mBEF76BD04BFDB1863F6324947C94871D128A54E1(L_6, /*hidden argument*/NULL); V_0 = L_7; goto IL_0073; } IL_003b: { int64_t L_8 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL); DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), L_8, 0, /*hidden argument*/NULL); goto IL_0073; } IL_004c: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_9; int32_t L_11 = ___dateTimeOption1; int32_t L_12 = L_11; RuntimeObject * L_13 = Box(XmlDateTimeSerializationMode_t3BEC2A1D374D312210AD24C13D61BC3A315881EF_il2cpp_TypeInfo_var, &L_12); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_13); (L_10)->SetAt(static_cast(0), (RuntimeObject *)L_13); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_10; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteralC0B630C85166EFA3C3B5B33C1009EA42AE606A2A); (L_14)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteralC0B630C85166EFA3C3B5B33C1009EA42AE606A2A); String_t* L_15 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral7FC25E24C4EEEDDD5BDA2CA4A05AA218DEE369CC, L_14, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_16 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_16, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, XmlConvert_ToDateTime_m1B7C9D61507018D995982C7E18A95E35516DEB77_RuntimeMethod_var); } IL_0073: { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_17 = V_0; return L_17; } } // System.Guid System.Xml.XmlConvert::ToGuid(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t XmlConvert_ToGuid_m4D406BFB6104408A41758B5344BF6AFEABCFF567 (String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; Guid_t L_1; memset((&L_1), 0, sizeof(L_1)); Guid__ctor_mC668142577A40A77D13B78AADDEFFFC2E2705079((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // System.Exception System.Xml.XmlConvert::TryToGuid(System.String,System.Guid&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToGuid_m423DFA837B04BF062F929F2B6291C8C0C88A25D6 (String_t* ___s0, Guid_t * ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_TryToGuid_m423DFA837B04BF062F929F2B6291C8C0C88A25D6_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 3); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { V_0 = (Exception_t *)NULL; Guid_t * L_0 = ___result1; IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); Guid_t L_1 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->get_Empty_0(); *(Guid_t *)L_0 = L_1; } IL_000d: try { // begin try (depth: 1) Guid_t * L_2 = ___result1; String_t* L_3 = ___s0; Guid_t L_4; memset((&L_4), 0, sizeof(L_4)); Guid__ctor_mC668142577A40A77D13B78AADDEFFFC2E2705079((&L_4), L_3, /*hidden argument*/NULL); *(Guid_t *)L_2 = L_4; goto IL_0065; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_001b; if(il2cpp_codegen_class_is_assignable_from (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0040; throw e; } CATCH_001b: { // begin catch(System.ArgumentException) ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_5; String_t* L_7 = ___s0; NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(0), (RuntimeObject *)L_7); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_6; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral9F8EFF81B930BE0F633A2B644305059F47FC788D); (L_8)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral9F8EFF81B930BE0F633A2B644305059F47FC788D); String_t* L_9 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_8, /*hidden argument*/NULL); FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_10 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_10, L_9, /*hidden argument*/NULL); V_0 = L_10; goto IL_0065; } // end catch (depth: 1) CATCH_0040: { // begin catch(System.FormatException) ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_11; String_t* L_13 = ___s0; NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(0), (RuntimeObject *)L_13); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_12; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral9F8EFF81B930BE0F633A2B644305059F47FC788D); (L_14)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral9F8EFF81B930BE0F633A2B644305059F47FC788D); String_t* L_15 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_14, /*hidden argument*/NULL); FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_16 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_16, L_15, /*hidden argument*/NULL); V_0 = L_16; goto IL_0065; } // end catch (depth: 1) IL_0065: { Exception_t * L_17 = V_0; return L_17; } } // System.DateTime System.Xml.XmlConvert::SwitchToLocalTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XmlConvert_SwitchToLocalTime_m74C46145E5AEDE212920A280270DDBEAD48E794E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___value0), /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_001e; } case 1: { goto IL_002c; } case 2: { goto IL_001c; } } } { goto IL_0034; } IL_001c: { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = ___value0; return L_2; } IL_001e: { int64_t L_3 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___value0), /*hidden argument*/NULL); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4; memset((&L_4), 0, sizeof(L_4)); DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&L_4), L_3, 2, /*hidden argument*/NULL); return L_4; } IL_002c: { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___value0), /*hidden argument*/NULL); return L_5; } IL_0034: { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_6 = ___value0; return L_6; } } // System.DateTime System.Xml.XmlConvert::SwitchToUtcTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 XmlConvert_SwitchToUtcTime_mBEF76BD04BFDB1863F6324947C94871D128A54E1 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = DateTime_get_Kind_m44C21F0AB366194E0233E48B77B15EBB418892BE((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___value0), /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_001e; } case 1: { goto IL_001c; } case 2: { goto IL_002c; } } } { goto IL_0034; } IL_001c: { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = ___value0; return L_2; } IL_001e: { int64_t L_3 = DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___value0), /*hidden argument*/NULL); DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4; memset((&L_4), 0, sizeof(L_4)); DateTime__ctor_m184FABF75B3C703A70200D760A7E43C60524630F((&L_4), L_3, 1, /*hidden argument*/NULL); return L_4; } IL_002c: { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = DateTime_ToUniversalTime_mA8B74D947E186568C55D9C6F56D59F9A3C7775B1((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___value0), /*hidden argument*/NULL); return L_5; } IL_0034: { DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_6 = ___value0; return L_6; } } // System.Uri System.Xml.XmlConvert::ToUri(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * XmlConvert_ToUri_mBEED3A5DD904ACCFABCCD656E5BF9DFD0DD0A48C (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToUri_mBEED3A5DD904ACCFABCCD656E5BF9DFD0DD0A48C_MetadataUsageId); s_Il2CppMethodInitialized = true; } Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_0 = NULL; { String_t* L_0 = ___s0; if (!L_0) { goto IL_004d; } } { String_t* L_1 = ___s0; NullCheck(L_1); int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_004d; } } { String_t* L_3 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); String_t* L_4 = XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA(L_3, /*hidden argument*/NULL); ___s0 = L_4; String_t* L_5 = ___s0; NullCheck(L_5); int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002b; } } { String_t* L_7 = ___s0; NullCheck(L_7); int32_t L_8 = String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28(L_7, _stringLiteral93AC8946882128457CD9E283B30CA851945E6690, 4, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)(-1)))) { goto IL_004d; } } IL_002b: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_9; String_t* L_11 = ___s0; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(0), (RuntimeObject *)L_11); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_10; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral7784AC6F7E8508F6D9265F8FC27CC2B91221C3CB); (L_12)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral7784AC6F7E8508F6D9265F8FC27CC2B91221C3CB); String_t* L_13 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_12, /*hidden argument*/NULL); FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_14 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, XmlConvert_ToUri_mBEED3A5DD904ACCFABCCD656E5BF9DFD0DD0A48C_RuntimeMethod_var); } IL_004d: { String_t* L_15 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); bool L_16 = Uri_TryCreate_mEEB6736FEDAF52AAE36ACC1EA1EC8CEBB7C52DAB(L_15, 0, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E **)(&V_0), /*hidden argument*/NULL); if (L_16) { goto IL_007a; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_17; String_t* L_19 = ___s0; NullCheck(L_18); ArrayElementTypeCheck (L_18, L_19); (L_18)->SetAt(static_cast(0), (RuntimeObject *)L_19); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = L_18; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral7784AC6F7E8508F6D9265F8FC27CC2B91221C3CB); (L_20)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral7784AC6F7E8508F6D9265F8FC27CC2B91221C3CB); String_t* L_21 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_20, /*hidden argument*/NULL); FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_22 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_22, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, XmlConvert_ToUri_mBEED3A5DD904ACCFABCCD656E5BF9DFD0DD0A48C_RuntimeMethod_var); } IL_007a: { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_23 = V_0; return L_23; } } // System.Exception System.Xml.XmlConvert::TryToUri(System.String,System.Uri&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToUri_m7FD6001A90C65537A75C452DE793260E73E0A13E (String_t* ___s0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** ___result1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_TryToUri_m7FD6001A90C65537A75C452DE793260E73E0A13E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** L_0 = ___result1; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); String_t* L_1 = ___s0; if (!L_1) { goto IL_0050; } } { String_t* L_2 = ___s0; NullCheck(L_2); int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0050; } } { String_t* L_4 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); String_t* L_5 = XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA(L_4, /*hidden argument*/NULL); ___s0 = L_5; String_t* L_6 = ___s0; NullCheck(L_6); int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002e; } } { String_t* L_8 = ___s0; NullCheck(L_8); int32_t L_9 = String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28(L_8, _stringLiteral93AC8946882128457CD9E283B30CA851945E6690, 4, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)(-1)))) { goto IL_0050; } } IL_002e: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = L_10; String_t* L_12 = ___s0; NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(0), (RuntimeObject *)L_12); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral7784AC6F7E8508F6D9265F8FC27CC2B91221C3CB); (L_13)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral7784AC6F7E8508F6D9265F8FC27CC2B91221C3CB); String_t* L_14 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_13, /*hidden argument*/NULL); FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_15 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_15, L_14, /*hidden argument*/NULL); return L_15; } IL_0050: { String_t* L_16 = ___s0; Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** L_17 = ___result1; IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var); bool L_18 = Uri_TryCreate_mEEB6736FEDAF52AAE36ACC1EA1EC8CEBB7C52DAB(L_16, 0, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E **)L_17, /*hidden argument*/NULL); if (L_18) { goto IL_007c; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = L_19; String_t* L_21 = ___s0; NullCheck(L_20); ArrayElementTypeCheck (L_20, L_21); (L_20)->SetAt(static_cast(0), (RuntimeObject *)L_21); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = L_20; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteral7784AC6F7E8508F6D9265F8FC27CC2B91221C3CB); (L_22)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral7784AC6F7E8508F6D9265F8FC27CC2B91221C3CB); String_t* L_23 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_22, /*hidden argument*/NULL); FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_24 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var); FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_24, L_23, /*hidden argument*/NULL); return L_24; } IL_007c: { return (Exception_t *)NULL; } } // System.Boolean System.Xml.XmlConvert::StrEqual(System.Char[],System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93 (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___strPos11, int32_t ___strLen12, String_t* ___str23, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___strLen12; String_t* L_1 = ___str23; NullCheck(L_1); int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_000b; } } { return (bool)0; } IL_000b: { V_0 = 0; goto IL_0013; } IL_000f: { int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0013: { int32_t L_4 = V_0; int32_t L_5 = ___strLen12; if ((((int32_t)L_4) >= ((int32_t)L_5))) { goto IL_0025; } } { CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = ___chars0; int32_t L_7 = ___strPos11; int32_t L_8 = V_0; NullCheck(L_6); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)); uint16_t L_10 = (uint16_t)(L_6)->GetAt(static_cast(L_9)); String_t* L_11 = ___str23; int32_t L_12 = V_0; NullCheck(L_11); Il2CppChar L_13 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_11, L_12, /*hidden argument*/NULL); if ((((int32_t)L_10) == ((int32_t)L_13))) { goto IL_000f; } } IL_0025: { int32_t L_14 = V_0; int32_t L_15 = ___strLen12; return (bool)((((int32_t)L_14) == ((int32_t)L_15))? 1 : 0); } } // System.String System.Xml.XmlConvert::TrimString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->get_WhitespaceChars_6(); NullCheck(L_0); String_t* L_2 = String_Trim_m788DE5AEFDAC40E778745C4DF4AFD45A4BC1007E(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.String[] System.Xml.XmlConvert::SplitString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* XmlConvert_SplitString_m6B7CF86F87E0A50390D716EEEB30FB53531E1924 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_SplitString_m6B7CF86F87E0A50390D716EEEB30FB53531E1924_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->get_WhitespaceChars_6(); NullCheck(L_0); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = String_Split_m3E47054D847F0ED0FA2F54757D2BF5F8E15B938A(L_0, L_1, 1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Xml.XmlConvert::IsNegativeZero(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlConvert_IsNegativeZero_m241D5B636D98DCDBCD8459307BA09F72652B237B (double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_IsNegativeZero_m241D5B636D98DCDBCD8459307BA09F72652B237B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; if ((!(((double)L_0) == ((double)(0.0))))) { goto IL_0024; } } { double L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); int64_t L_2 = XmlConvert_DoubleToInt64Bits_m248147309B760757E3E941D832105E8B076D8DB5(L_1, /*hidden argument*/NULL); int64_t L_3 = XmlConvert_DoubleToInt64Bits_m248147309B760757E3E941D832105E8B076D8DB5((0.0), /*hidden argument*/NULL); if ((!(((uint64_t)L_2) == ((uint64_t)L_3)))) { goto IL_0024; } } { return (bool)1; } IL_0024: { return (bool)0; } } // System.Int64 System.Xml.XmlConvert::DoubleToInt64Bits(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlConvert_DoubleToInt64Bits_m248147309B760757E3E941D832105E8B076D8DB5 (double ___value0, const RuntimeMethod* method) { { int64_t L_0 = *((int64_t*)(((uintptr_t)(&___value0)))); return L_0; } } // System.Exception System.Xml.XmlConvert::CreateException(System.String,System.String,System.Xml.ExceptionType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateException_m94C72E2D80667A0F1A8AB7B7DBC916CA6C527002 (String_t* ___res0, String_t* ___arg1, int32_t ___exceptionType2, int32_t ___lineNo3, int32_t ___linePos4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_CreateException_m94C72E2D80667A0F1A8AB7B7DBC916CA6C527002_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___exceptionType2; if (!L_0) { goto IL_0009; } } { int32_t L_1 = ___exceptionType2; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_001f; } } { goto IL_001f; } IL_0009: { String_t* L_2 = ___res0; ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3; String_t* L_5 = ___arg1; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_5); String_t* L_6 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(L_2, L_4, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_7, L_6, /*hidden argument*/NULL); return L_7; } IL_001f: { String_t* L_8 = ___res0; String_t* L_9 = ___arg1; int32_t L_10 = ___lineNo3; int32_t L_11 = ___linePos4; XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_12 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_m2CA134DF0552F0FDBBDC49D5E823831CE5A0B325(L_12, L_8, L_9, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.Exception System.Xml.XmlConvert::CreateException(System.String,System.String[],System.Xml.ExceptionType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateException_m956710818209FE5D8F7999590B30376FEFBC2F90 (String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, int32_t ___exceptionType2, int32_t ___lineNo3, int32_t ___linePos4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_CreateException_m956710818209FE5D8F7999590B30376FEFBC2F90_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___exceptionType2; if (!L_0) { goto IL_0009; } } { int32_t L_1 = ___exceptionType2; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_0016; } } { goto IL_0016; } IL_0009: { String_t* L_2 = ___res0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = ___args1; String_t* L_4 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(L_2, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_3, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_5, L_4, /*hidden argument*/NULL); return L_5; } IL_0016: { String_t* L_6 = ___res0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = ___args1; int32_t L_8 = ___lineNo3; int32_t L_9 = ___linePos4; XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_10 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_mEAC3FCF0B0088BA1343DA1293874C92ECE9217EB(L_10, L_6, L_7, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Exception System.Xml.XmlConvert::CreateInvalidSurrogatePairException(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidSurrogatePairException_m7ADDD2E98288144ED30A75715AD4254E484FAC70 (Il2CppChar ___low0, Il2CppChar ___hi1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_CreateInvalidSurrogatePairException_m7ADDD2E98288144ED30A75715AD4254E484FAC70_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___low0; Il2CppChar L_1 = ___hi1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); Exception_t * L_2 = XmlConvert_CreateInvalidSurrogatePairException_mC493A88B7ED7BFEF845DD2ABA4824D395107F812(L_0, L_1, 0, /*hidden argument*/NULL); return L_2; } } // System.Exception System.Xml.XmlConvert::CreateInvalidSurrogatePairException(System.Char,System.Char,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidSurrogatePairException_mC493A88B7ED7BFEF845DD2ABA4824D395107F812 (Il2CppChar ___low0, Il2CppChar ___hi1, int32_t ___exceptionType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_CreateInvalidSurrogatePairException_mC493A88B7ED7BFEF845DD2ABA4824D395107F812_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___low0; Il2CppChar L_1 = ___hi1; int32_t L_2 = ___exceptionType2; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); Exception_t * L_3 = XmlConvert_CreateInvalidSurrogatePairException_mD7779092577F68BAD64FA0A0549CF1916E6B9914(L_0, L_1, L_2, 0, 0, /*hidden argument*/NULL); return L_3; } } // System.Exception System.Xml.XmlConvert::CreateInvalidSurrogatePairException(System.Char,System.Char,System.Xml.ExceptionType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidSurrogatePairException_mD7779092577F68BAD64FA0A0549CF1916E6B9914 (Il2CppChar ___low0, Il2CppChar ___hi1, int32_t ___exceptionType2, int32_t ___lineNo3, int32_t ___linePos4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_CreateInvalidSurrogatePairException_mD7779092577F68BAD64FA0A0549CF1916E6B9914_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL; uint32_t V_1 = 0; { StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)2); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = L_0; Il2CppChar L_2 = ___hi1; V_1 = L_2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_3 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); String_t* L_4 = UInt32_ToString_m57BE7A0F4A653986FEAC4794CD13B04CE012F4EE((uint32_t*)(&V_1), _stringLiteralC032ADC1FF629C9B66F22749AD667E6BEADF144B, L_3, /*hidden argument*/NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_4); (L_1)->SetAt(static_cast(0), (String_t*)L_4); StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = L_1; Il2CppChar L_6 = ___low0; V_1 = L_6; CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_7 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); String_t* L_8 = UInt32_ToString_m57BE7A0F4A653986FEAC4794CD13B04CE012F4EE((uint32_t*)(&V_1), _stringLiteralC032ADC1FF629C9B66F22749AD667E6BEADF144B, L_7, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_8); (L_5)->SetAt(static_cast(1), (String_t*)L_8); V_0 = L_5; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = V_0; int32_t L_10 = ___exceptionType2; int32_t L_11 = ___lineNo3; int32_t L_12 = ___linePos4; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); Exception_t * L_13 = XmlConvert_CreateException_m956710818209FE5D8F7999590B30376FEFBC2F90(_stringLiteral2152BA8F95B60B0E0D6C97D831B87EEFB1BF030D, L_9, L_10, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Exception System.Xml.XmlConvert::CreateInvalidHighSurrogateCharException(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidHighSurrogateCharException_m4A1C627F6492AD6A98B4CA982A9197BF39C73DA8 (Il2CppChar ___hi0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_CreateInvalidHighSurrogateCharException_m4A1C627F6492AD6A98B4CA982A9197BF39C73DA8_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___hi0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); Exception_t * L_1 = XmlConvert_CreateInvalidHighSurrogateCharException_m22453CD571E079C62CC668E732C74CC1EFE47CFD(L_0, 0, /*hidden argument*/NULL); return L_1; } } // System.Exception System.Xml.XmlConvert::CreateInvalidHighSurrogateCharException(System.Char,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidHighSurrogateCharException_m22453CD571E079C62CC668E732C74CC1EFE47CFD (Il2CppChar ___hi0, int32_t ___exceptionType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_CreateInvalidHighSurrogateCharException_m22453CD571E079C62CC668E732C74CC1EFE47CFD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___hi0; int32_t L_1 = ___exceptionType1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); Exception_t * L_2 = XmlConvert_CreateInvalidHighSurrogateCharException_mAC251160BC8A0DB0389838A689D95A3C898B270B(L_0, L_1, 0, 0, /*hidden argument*/NULL); return L_2; } } // System.Exception System.Xml.XmlConvert::CreateInvalidHighSurrogateCharException(System.Char,System.Xml.ExceptionType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidHighSurrogateCharException_mAC251160BC8A0DB0389838A689D95A3C898B270B (Il2CppChar ___hi0, int32_t ___exceptionType1, int32_t ___lineNo2, int32_t ___linePos3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_CreateInvalidHighSurrogateCharException_mAC251160BC8A0DB0389838A689D95A3C898B270B_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { Il2CppChar L_0 = ___hi0; V_0 = L_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); String_t* L_2 = UInt32_ToString_m57BE7A0F4A653986FEAC4794CD13B04CE012F4EE((uint32_t*)(&V_0), _stringLiteralC032ADC1FF629C9B66F22749AD667E6BEADF144B, L_1, /*hidden argument*/NULL); int32_t L_3 = ___exceptionType1; int32_t L_4 = ___lineNo2; int32_t L_5 = ___linePos3; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); Exception_t * L_6 = XmlConvert_CreateException_m94C72E2D80667A0F1A8AB7B7DBC916CA6C527002(_stringLiteral45815B75A6BA88FC4268CF681E4B17FA4CEEA4EC, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Exception System.Xml.XmlConvert::CreateInvalidNameCharException(System.String,System.Int32,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidNameCharException_mB3EA40565C1B77972E6E269EB70FA45AF864113B (String_t* ___name0, int32_t ___index1, int32_t ___exceptionType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_CreateInvalidNameCharException_mB3EA40565C1B77972E6E269EB70FA45AF864113B_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { int32_t L_0 = ___index1; if (!L_0) { goto IL_000a; } } { G_B3_0 = _stringLiteral67974FB541F561915960A52B89CB2CDE98EECD4D; goto IL_000f; } IL_000a: { G_B3_0 = _stringLiteralE7DE155D3B6D6766C85C00AA4B83C9B9EC1C5334; } IL_000f: { String_t* L_1 = ___name0; int32_t L_2 = ___index1; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = XmlException_BuildCharExceptionArgs_m226BCFB57607263E9F5F6AA6838DD18CEE484D8B(L_1, L_2, /*hidden argument*/NULL); int32_t L_4 = ___exceptionType2; int32_t L_5 = ___index1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var); Exception_t * L_6 = XmlConvert_CreateException_m956710818209FE5D8F7999590B30376FEFBC2F90(G_B3_0, L_3, L_4, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)), /*hidden argument*/NULL); return L_6; } } // System.ArgumentException System.Xml.XmlConvert::CreateInvalidNameArgumentException(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * XmlConvert_CreateInvalidNameArgumentException_m7505BFFC4B0206C39B6C13C12E4075D147147F1B (String_t* ___name0, String_t* ___argumentName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_CreateInvalidNameArgumentException_m7505BFFC4B0206C39B6C13C12E4075D147147F1B_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; if (!L_0) { goto IL_0014; } } { String_t* L_1 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral6A1A9FE935680F06E164A937107D4F9DAE6EA4CE, /*hidden argument*/NULL); String_t* L_2 = ___argumentName1; ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_3, L_1, L_2, /*hidden argument*/NULL); return L_3; } IL_0014: { String_t* L_4 = ___argumentName1; ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_5 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var); ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_5, L_4, /*hidden argument*/NULL); return L_5; } } // System.Void System.Xml.XmlConvert::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlConvert__cctor_m1EE317B21041E9F0ABE85E4DB9EE427C21DB4F03 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert__cctor_m1EE317B21041E9F0ABE85E4DB9EE427C21DB4F03_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 L_0 = XmlCharType_get_Instance_mEAAD3E43BD5AC72FA94C12096B2A9C9684557210(/*hidden argument*/NULL); ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->set_xmlCharType_0(L_0); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)3); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = L_1; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB____5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->set_crt_1(L_2); ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->set_c_EncodedCharLength_2(7); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4); CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = L_4; RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_6 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB____EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_7_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_5, L_6, /*hidden argument*/NULL); ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->set_WhitespaceChars_6(L_5); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlDeclaration::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration__ctor_mF519761B86A11CE8E967046042109652E064A22C (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, String_t* ___version0, String_t* ___encoding1, String_t* ___standalone2, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDeclaration__ctor_mF519761B86A11CE8E967046042109652E064A22C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = ___doc3; XmlLinkedNode__ctor_mFDB1837EE34F9A8733BFB92BC9C89765E394F26C(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___version0; bool L_2 = XmlDeclaration_IsValidXmlVersion_m38098CBD150BA5CF41725B7EC536B9F38E2C5CE8(__this, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0021; } } { String_t* L_3 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral95E9573C590BE591E4F7225B278C0F4B93BFF972, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, XmlDeclaration__ctor_mF519761B86A11CE8E967046042109652E064A22C_RuntimeMethod_var); } IL_0021: { String_t* L_5 = ___standalone2; if (!L_5) { goto IL_0061; } } { String_t* L_6 = ___standalone2; NullCheck(L_6); int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_0061; } } { String_t* L_8 = ___standalone2; bool L_9 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_8, _stringLiteralFB360F9C09AC8C5EDB2F18BE5DE4E80EA4C430D0, /*hidden argument*/NULL); if (!L_9) { goto IL_0061; } } { String_t* L_10 = ___standalone2; bool L_11 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_10, _stringLiteralFD1286353570C5703799BA76999323B7C7447B06, /*hidden argument*/NULL); if (!L_11) { goto IL_0061; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_12; String_t* L_14 = ___standalone2; NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(0), (RuntimeObject *)L_14); String_t* L_15 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral68CC629C39A426ECC4D6D618A91194E7380774A9, L_13, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_16 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_16, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, XmlDeclaration__ctor_mF519761B86A11CE8E967046042109652E064A22C_RuntimeMethod_var); } IL_0061: { String_t* L_17 = ___encoding1; XmlDeclaration_set_Encoding_mCE0E9F3C3EC17F74EC3B94B8C8D81552FA0BC247(__this, L_17, /*hidden argument*/NULL); String_t* L_18 = ___standalone2; XmlDeclaration_set_Standalone_m91C18682591B331670F3833225B6E559E70BA037(__this, L_18, /*hidden argument*/NULL); String_t* L_19 = ___version0; XmlDeclaration_set_Version_mD3315EA67CACCED6B8118927BDF403BC8529869A_inline(__this, L_19, /*hidden argument*/NULL); return; } } // System.String System.Xml.XmlDeclaration::get_Version() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Version_m7DA832ED2FF5743F9842C6024C7B06715242BED7 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_version_2(); return L_0; } } // System.Void System.Xml.XmlDeclaration::set_Version(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration_set_Version_mD3315EA67CACCED6B8118927BDF403BC8529869A (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_version_2(L_0); return; } } // System.String System.Xml.XmlDeclaration::get_Encoding() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Encoding_m5B6E1E6F91E71C04C1B5C2E2ED3BB9BBA91E35F2 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_encoding_3(); return L_0; } } // System.Void System.Xml.XmlDeclaration::set_Encoding(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration_set_Encoding_mCE0E9F3C3EC17F74EC3B94B8C8D81552FA0BC247 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDeclaration_set_Encoding_mCE0E9F3C3EC17F74EC3B94B8C8D81552FA0BC247_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * G_B2_0 = NULL; XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * G_B3_1 = NULL; { String_t* L_0 = ___value0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_0007; } } { String_t* L_1 = ___value0; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_000c; } IL_0007: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_000c: { NullCheck(G_B3_1); G_B3_1->set_encoding_3(G_B3_0); return; } } // System.String System.Xml.XmlDeclaration::get_Standalone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Standalone_m62BD05048C05E6BC73F9AF99CE07A26DE9D9CD25 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_standalone_4(); return L_0; } } // System.Void System.Xml.XmlDeclaration::set_Standalone(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration_set_Standalone_m91C18682591B331670F3833225B6E559E70BA037 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDeclaration_set_Standalone_m91C18682591B331670F3833225B6E559E70BA037_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000f; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_standalone_4(L_1); return; } IL_000f: { String_t* L_2 = ___value0; NullCheck(L_2); int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0031; } } { String_t* L_4 = ___value0; bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, _stringLiteralFB360F9C09AC8C5EDB2F18BE5DE4E80EA4C430D0, /*hidden argument*/NULL); if (L_5) { goto IL_0031; } } { String_t* L_6 = ___value0; bool L_7 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, _stringLiteralFD1286353570C5703799BA76999323B7C7447B06, /*hidden argument*/NULL); if (!L_7) { goto IL_0039; } } IL_0031: { String_t* L_8 = ___value0; __this->set_standalone_4(L_8); return; } IL_0039: { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_9; String_t* L_11 = ___value0; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(0), (RuntimeObject *)L_11); String_t* L_12 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral68CC629C39A426ECC4D6D618A91194E7380774A9, L_10, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_13 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_13, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, XmlDeclaration_set_Standalone_m91C18682591B331670F3833225B6E559E70BA037_RuntimeMethod_var); } } // System.String System.Xml.XmlDeclaration::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Value_m7417ABD5C0152413A8BE663AA0689477E415B778 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, const RuntimeMethod* method) { { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_InnerText() */, __this); return L_0; } } // System.Void System.Xml.XmlDeclaration::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration_set_Value_m343368D77A822B13C9ED93CBC96A25BA6569B1E4 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; VirtActionInvoker1< String_t* >::Invoke(34 /* System.Void System.Xml.XmlNode::set_InnerText(System.String) */, __this, L_0); return; } } // System.String System.Xml.XmlDeclaration::get_InnerText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_InnerText_mEA3F0C5E372849680F5117121EC59222255E8BC0 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDeclaration_get_InnerText_mEA3F0C5E372849680F5117121EC59222255E8BC0_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; { String_t* L_0 = XmlDeclaration_get_Version_m7DA832ED2FF5743F9842C6024C7B06715242BED7_inline(__this, /*hidden argument*/NULL); String_t* L_1 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral2C521ED4B3DB241DF6081D4526BFA0649B8D44A2, L_0, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL); StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = XmlDeclaration_get_Encoding_m5B6E1E6F91E71C04C1B5C2E2ED3BB9BBA91E35F2_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_004e; } } { StringBuilder_t * L_5 = V_0; NullCheck(L_5); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_5, _stringLiteral0D92C42F75FE884BF235216609840C2F7DC3035A, /*hidden argument*/NULL); StringBuilder_t * L_6 = V_0; String_t* L_7 = XmlDeclaration_get_Encoding_m5B6E1E6F91E71C04C1B5C2E2ED3BB9BBA91E35F2_inline(__this, /*hidden argument*/NULL); NullCheck(L_6); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_6, L_7, /*hidden argument*/NULL); StringBuilder_t * L_8 = V_0; NullCheck(L_8); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_8, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL); } IL_004e: { String_t* L_9 = XmlDeclaration_get_Standalone_m62BD05048C05E6BC73F9AF99CE07A26DE9D9CD25_inline(__this, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_9, /*hidden argument*/NULL); if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_0081; } } { StringBuilder_t * L_11 = V_0; NullCheck(L_11); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_11, _stringLiteralE1424F7C19ADB2E1034E3DD70327DF41B0CB7ADF, /*hidden argument*/NULL); StringBuilder_t * L_12 = V_0; String_t* L_13 = XmlDeclaration_get_Standalone_m62BD05048C05E6BC73F9AF99CE07A26DE9D9CD25_inline(__this, /*hidden argument*/NULL); NullCheck(L_12); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_12, L_13, /*hidden argument*/NULL); StringBuilder_t * L_14 = V_0; NullCheck(L_14); StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_14, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL); } IL_0081: { StringBuilder_t * L_15 = V_0; NullCheck(L_15); String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_15); return L_16; } } // System.Void System.Xml.XmlDeclaration::set_InnerText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration_set_InnerText_mAAE1E0D63C6BC81E042AE89E2D6493D6BF5BEEAA (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDeclaration_set_InnerText_mAAE1E0D63C6BC81E042AE89E2D6493D6BF5BEEAA_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { V_0 = (String_t*)NULL; V_1 = (String_t*)NULL; V_2 = (String_t*)NULL; String_t* L_0 = XmlDeclaration_get_Encoding_m5B6E1E6F91E71C04C1B5C2E2ED3BB9BBA91E35F2_inline(__this, /*hidden argument*/NULL); V_3 = L_0; String_t* L_1 = XmlDeclaration_get_Standalone_m62BD05048C05E6BC73F9AF99CE07A26DE9D9CD25_inline(__this, /*hidden argument*/NULL); V_4 = L_1; String_t* L_2 = XmlDeclaration_get_Version_m7DA832ED2FF5743F9842C6024C7B06715242BED7_inline(__this, /*hidden argument*/NULL); V_5 = L_2; String_t* L_3 = ___value0; XmlLoader_ParseXmlDeclarationValue_mAE00AC52B8704A56CC2604C08C75A89D314367A1(L_3, (String_t**)(&V_0), (String_t**)(&V_1), (String_t**)(&V_2), /*hidden argument*/NULL); } IL_0029: try { // begin try (depth: 1) { String_t* L_4 = V_0; if (!L_4) { goto IL_0045; } } IL_002c: { String_t* L_5 = V_0; bool L_6 = XmlDeclaration_IsValidXmlVersion_m38098CBD150BA5CF41725B7EC536B9F38E2C5CE8(__this, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0045; } } IL_0035: { String_t* L_7 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral95E9573C590BE591E4F7225B278C0F4B93BFF972, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_8 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, XmlDeclaration_set_InnerText_mAAE1E0D63C6BC81E042AE89E2D6493D6BF5BEEAA_RuntimeMethod_var); } IL_0045: { String_t* L_9 = V_0; XmlDeclaration_set_Version_mD3315EA67CACCED6B8118927BDF403BC8529869A_inline(__this, L_9, /*hidden argument*/NULL); String_t* L_10 = V_1; if (!L_10) { goto IL_0056; } } IL_004f: { String_t* L_11 = V_1; XmlDeclaration_set_Encoding_mCE0E9F3C3EC17F74EC3B94B8C8D81552FA0BC247(__this, L_11, /*hidden argument*/NULL); } IL_0056: { String_t* L_12 = V_2; if (!L_12) { goto IL_0060; } } IL_0059: { String_t* L_13 = V_2; XmlDeclaration_set_Standalone_m91C18682591B331670F3833225B6E559E70BA037(__this, L_13, /*hidden argument*/NULL); } IL_0060: { goto IL_007c; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0062; throw e; } CATCH_0062: { // begin catch(System.Object) String_t* L_14 = V_3; XmlDeclaration_set_Encoding_mCE0E9F3C3EC17F74EC3B94B8C8D81552FA0BC247(__this, L_14, /*hidden argument*/NULL); String_t* L_15 = V_4; XmlDeclaration_set_Standalone_m91C18682591B331670F3833225B6E559E70BA037(__this, L_15, /*hidden argument*/NULL); String_t* L_16 = V_5; XmlDeclaration_set_Version_mD3315EA67CACCED6B8118927BDF403BC8529869A_inline(__this, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, XmlDeclaration_set_InnerText_mAAE1E0D63C6BC81E042AE89E2D6493D6BF5BEEAA_RuntimeMethod_var); } // end catch (depth: 1) IL_007c: { return; } } // System.String System.Xml.XmlDeclaration::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Name_m03A456FDE8F8F2A3BF32E53A81AC41DD72F0CD96 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDeclaration_get_Name_m03A456FDE8F8F2A3BF32E53A81AC41DD72F0CD96_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral42F7B70ED71B02780AEA1639F4E24485753CE736; } } // System.String System.Xml.XmlDeclaration::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_LocalName_m4ACDC693A581470497993FF54D8E7AA4DD34BBE4 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, const RuntimeMethod* method) { { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, __this); return L_0; } } // System.Xml.XmlNodeType System.Xml.XmlDeclaration::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlDeclaration_get_NodeType_mBBD763E8FB869D710EC76F33EECB04663E720AE4 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)17)); } } // System.Xml.XmlNode System.Xml.XmlDeclaration::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlDeclaration_CloneNode_mA46A2FF6C392B8424F6FBA88922165AAFD1F3242 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, bool ___deep0, const RuntimeMethod* method) { { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(15 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); String_t* L_1 = XmlDeclaration_get_Version_m7DA832ED2FF5743F9842C6024C7B06715242BED7_inline(__this, /*hidden argument*/NULL); String_t* L_2 = XmlDeclaration_get_Encoding_m5B6E1E6F91E71C04C1B5C2E2ED3BB9BBA91E35F2_inline(__this, /*hidden argument*/NULL); String_t* L_3 = XmlDeclaration_get_Standalone_m62BD05048C05E6BC73F9AF99CE07A26DE9D9CD25_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * L_4 = VirtFuncInvoker3< XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 *, String_t*, String_t*, String_t* >::Invoke(55 /* System.Xml.XmlDeclaration System.Xml.XmlDocument::CreateXmlDeclaration(System.String,System.String,System.String) */, L_0, L_1, L_2, L_3); return L_4; } } // System.Void System.Xml.XmlDeclaration::WriteTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration_WriteTo_m0BE60DE7D04723584518CC1CC21CEFBEA7687D3F (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * ___w0, const RuntimeMethod* method) { { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_0 = ___w0; String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, __this); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_InnerText() */, __this); NullCheck(L_0); VirtActionInvoker2< String_t*, String_t* >::Invoke(14 /* System.Void System.Xml.XmlWriter::WriteProcessingInstruction(System.String,System.String) */, L_0, L_1, L_2); return; } } // System.Void System.Xml.XmlDeclaration::WriteContentTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDeclaration_WriteContentTo_m86F51B0785C92756E3466746BA561DDC14229A1F (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * ___w0, const RuntimeMethod* method) { { return; } } // System.Boolean System.Xml.XmlDeclaration::IsValidXmlVersion(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDeclaration_IsValidXmlVersion_m38098CBD150BA5CF41725B7EC536B9F38E2C5CE8 (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, String_t* ___ver0, const RuntimeMethod* method) { { String_t* L_0 = ___ver0; NullCheck(L_0); int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)3))) { goto IL_002f; } } { String_t* L_2 = ___ver0; NullCheck(L_2); Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)49))))) { goto IL_002f; } } { String_t* L_4 = ___ver0; NullCheck(L_4); Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)46))))) { goto IL_002f; } } { String_t* L_6 = ___ver0; String_t* L_7 = ___ver0; NullCheck(L_7); int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL); bool L_9 = XmlCharType_IsOnlyDigits_m69BD4E34C3C3D654C98C48A812892DF066332710(L_6, 2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)2)), /*hidden argument*/NULL); return L_9; } IL_002f: { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlDocument::.ctor(System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument__ctor_m0C8E69784FA5D1FC552A5B391333CB18360CD414 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nt0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument__ctor_m0C8E69784FA5D1FC552A5B391333CB18360CD414_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_0 = ___nt0; XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF * L_1 = (XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF *)il2cpp_codegen_object_new(XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF_il2cpp_TypeInfo_var); XmlImplementation__ctor_mDFD42E145ED63F0C4E3D349CF2E2E4DA406B7B2E(L_1, L_0, /*hidden argument*/NULL); XmlDocument__ctor_mA2DED35201B4432DABF3BB443F8BE59679A30542(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlDocument::.ctor(System.Xml.XmlImplementation) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument__ctor_mA2DED35201B4432DABF3BB443F8BE59679A30542 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF * ___imp0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument__ctor_mA2DED35201B4432DABF3BB443F8BE59679A30542_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * V_0 = NULL; { XmlNode__ctor_m0FAFCFACF2D77CDFBA016C150EC5465AED4C5E12(__this, /*hidden argument*/NULL); XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF * L_0 = ___imp0; __this->set_implementation_1(L_0); DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A * L_1 = (DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A *)il2cpp_codegen_object_new(DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A_il2cpp_TypeInfo_var); DomNameTable__ctor_m246ADDC4B8FE82C88FA9554F29624816DA4F51F3(L_1, __this, /*hidden argument*/NULL); __this->set_domNameTable_2(L_1); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_2 = XmlDocument_get_NameTable_mB0B70D680B137C3253FD784E53BAFC2E1D119D58(__this, /*hidden argument*/NULL); V_0 = L_2; XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_3 = V_0; String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_3); VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_3, L_4); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_5 = V_0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_5, _stringLiteral4C898EED699FD9A747E16612CDD9BB08E697C7FA); __this->set_strDocumentName_21(L_6); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_7 = V_0; NullCheck(L_7); String_t* L_8 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_7, _stringLiteralCD53A02B627DA53A2A413CC49692EE290BB4C006); __this->set_strDocumentFragmentName_22(L_8); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_9 = V_0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_9, _stringLiteral87F9E74CF999A2D24A31CD489E8EA06BF8B9E5E8); __this->set_strCommentName_23(L_10); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_11 = V_0; NullCheck(L_11); String_t* L_12 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_11, _stringLiteralDA591A242289A352E3BDA962DCE20B666296ED93); __this->set_strTextName_24(L_12); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_13 = V_0; NullCheck(L_13); String_t* L_14 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_13, _stringLiteral55D392C94CEFB2CB441902D09FDC948AFE20494D); __this->set_strCDataSectionName_25(L_14); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_15 = V_0; NullCheck(L_15); String_t* L_16 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_15, _stringLiteralD2654B808F11F94AAF2DC9473E24E94BFAAA2267); __this->set_strEntityName_26(L_16); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_17 = V_0; NullCheck(L_17); String_t* L_18 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_17, _stringLiteral87EA5DFC8B8E384D848979496E706390B497E547); __this->set_strID_27(L_18); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_19 = V_0; NullCheck(L_19); String_t* L_20 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_19, _stringLiteral86991C898EF9BD4D4DF2405832AC2BBDE5077766); __this->set_strNonSignificantWhitespaceName_33(L_20); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_21 = V_0; NullCheck(L_21); String_t* L_22 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_21, _stringLiteralBBA3CE1157AD92B2A799DE4ACFF949792B409ABE); __this->set_strSignificantWhitespaceName_34(L_22); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_23 = V_0; NullCheck(L_23); String_t* L_24 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_23, _stringLiteral417937288FDEE75EA79B1648FDB20AE19A1B35EA); __this->set_strXmlns_28(L_24); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_25 = V_0; NullCheck(L_25); String_t* L_26 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_25, _stringLiteral42F7B70ED71B02780AEA1639F4E24485753CE736); __this->set_strXml_29(L_26); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_27 = V_0; NullCheck(L_27); String_t* L_28 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_27, _stringLiteral0803DF4FF1650933D2FFE6BE04D4B21432134252); __this->set_strSpace_30(L_28); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_29 = V_0; NullCheck(L_29); String_t* L_30 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_29, _stringLiteral7A2F85497548F3DB88542025E6F75908B8716C12); __this->set_strLang_31(L_30); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_31 = V_0; NullCheck(L_31); String_t* L_32 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_31, _stringLiteralA27E2E9EF6A0C7CC58D71302FCA9E93BA677C130); __this->set_strReservedXmlns_35(L_32); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_33 = V_0; NullCheck(L_33); String_t* L_34 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_33, _stringLiteral7859E7AFFA569B5D7ACA069908DBD2ED9F05629B); __this->set_strReservedXml_36(L_34); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_35 = V_0; String_t* L_36 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_35); String_t* L_37 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_35, L_36); __this->set_strEmpty_32(L_37); String_t* L_38 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_baseURI_37(L_38); RuntimeObject * L_39 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_39, /*hidden argument*/NULL); __this->set_objLock_40(L_39); return; } } // System.Xml.Schema.SchemaInfo System.Xml.XmlDocument::get_DtdSchemaInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * XmlDocument_get_DtdSchemaInfo_m836B9EAE955738E6AE76E7F1069E9E0553EB4289 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method) { { SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_0 = __this->get_schemaInfo_7(); return L_0; } } // System.Void System.Xml.XmlDocument::set_DtdSchemaInfo(System.Xml.Schema.SchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_set_DtdSchemaInfo_m776178F47E65D6CFE688676BBD8EEB1A812DF859 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * ___value0, const RuntimeMethod* method) { { SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_0 = ___value0; __this->set_schemaInfo_7(L_0); return; } } // System.Void System.Xml.XmlDocument::CheckName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_CheckName_mECF504D9918EB2028EA3B3191F02C87357521456 (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CheckName_mECF504D9918EB2028EA3B3191F02C87357521456_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var); int32_t L_1 = ValidateNames_ParseNmtoken_m3A3E6D92C559563210EDE689FE1A7FBAA752FFB6(L_0, 0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; String_t* L_3 = ___name0; NullCheck(L_3); int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL); if ((((int32_t)L_2) >= ((int32_t)L_4))) { goto IL_0023; } } { String_t* L_5 = ___name0; int32_t L_6 = V_0; StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = XmlException_BuildCharExceptionArgs_m226BCFB57607263E9F5F6AA6838DD18CEE484D8B(L_5, L_6, /*hidden argument*/NULL); XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_8 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var); XmlException__ctor_m5A51EA381DFEC2B1FC37464104DA24DAE6546FDA(L_8, _stringLiteral67974FB541F561915960A52B89CB2CDE98EECD4D, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, XmlDocument_CheckName_mECF504D9918EB2028EA3B3191F02C87357521456_RuntimeMethod_var); } IL_0023: { return; } } // System.Xml.XmlName System.Xml.XmlDocument::AddXmlName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * XmlDocument_AddXmlName_m575F4A197B93EE930320E115E57660706E90650C (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method) { { DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A * L_0 = __this->get_domNameTable_2(); String_t* L_1 = ___prefix0; String_t* L_2 = ___localName1; String_t* L_3 = ___namespaceURI2; RuntimeObject* L_4 = ___schemaInfo3; NullCheck(L_0); XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_5 = DomNameTable_AddName_mC0A5E91C8B7CE5E9ED0A456E0139A39B98B7ED31(L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Xml.XmlName System.Xml.XmlDocument::GetXmlName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * XmlDocument_GetXmlName_m012DC1D2B3730C7AB817C101A8F983CED45223FE (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method) { { DomNameTable_t09CF0ACAE0D0EA06D0D6892AE0E7D17C7F931C9A * L_0 = __this->get_domNameTable_2(); String_t* L_1 = ___prefix0; String_t* L_2 = ___localName1; String_t* L_3 = ___namespaceURI2; RuntimeObject* L_4 = ___schemaInfo3; NullCheck(L_0); XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_5 = DomNameTable_GetName_m9C68F6610C930A3D20FC14A71386B8D321499ACB(L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Xml.XmlName System.Xml.XmlDocument::AddAttrXmlName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * XmlDocument_AddAttrXmlName_m6686C950DC446CF9D9B8AB8FCA53ED741A2805C9 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_AddAttrXmlName_m6686C950DC446CF9D9B8AB8FCA53ED741A2805C9_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; RuntimeObject * V_3 = NULL; int32_t G_B6_0 = 0; { String_t* L_0 = ___prefix0; String_t* L_1 = ___localName1; String_t* L_2 = ___namespaceURI2; RuntimeObject* L_3 = ___schemaInfo3; XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_4 = XmlDocument_AddXmlName_m575F4A197B93EE930320E115E57660706E90650C(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; bool L_5 = XmlDocument_get_IsLoading_m6121F2E25E1B39DA8A090585EC483D289F520F6A_inline(__this, /*hidden argument*/NULL); if (L_5) { goto IL_0070; } } { XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_6 = V_0; NullCheck(L_6); String_t* L_7 = XmlName_get_Prefix_mFDCFDB44D0B1EAE0E5DB7A57A787C7131534BABF_inline(L_6, /*hidden argument*/NULL); V_1 = L_7; XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_8 = V_0; NullCheck(L_8); String_t* L_9 = XmlName_get_NamespaceURI_mA53017507A3B8574AB0A98346E58E6B7CC20D209_inline(L_8, /*hidden argument*/NULL); V_2 = L_9; XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_10 = V_0; NullCheck(L_10); String_t* L_11 = XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117_inline(L_10, /*hidden argument*/NULL); V_3 = L_11; RuntimeObject * L_12 = V_1; String_t* L_13 = __this->get_strXmlns_28(); if ((((RuntimeObject*)(RuntimeObject *)L_12) == ((RuntimeObject*)(String_t*)L_13))) { goto IL_0049; } } { RuntimeObject * L_14 = V_1; String_t* L_15 = __this->get_strEmpty_32(); if ((!(((RuntimeObject*)(RuntimeObject *)L_14) == ((RuntimeObject*)(String_t*)L_15)))) { goto IL_0046; } } { RuntimeObject * L_16 = V_3; String_t* L_17 = __this->get_strXmlns_28(); G_B6_0 = ((((RuntimeObject*)(RuntimeObject *)L_16) == ((RuntimeObject*)(String_t*)L_17))? 1 : 0); goto IL_004a; } IL_0046: { G_B6_0 = 0; goto IL_004a; } IL_0049: { G_B6_0 = 1; } IL_004a: { RuntimeObject * L_18 = V_2; String_t* L_19 = __this->get_strReservedXmlns_35(); if (!((int32_t)((int32_t)G_B6_0^(int32_t)((((RuntimeObject*)(RuntimeObject *)L_18) == ((RuntimeObject*)(String_t*)L_19))? 1 : 0)))) { goto IL_0070; } } { ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = L_20; String_t* L_22 = ___namespaceURI2; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(0), (RuntimeObject *)L_22); String_t* L_23 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral2BABA3F6B48CEDFED4180B89A61046BCEFA8D880, L_21, /*hidden argument*/NULL); ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_24 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var); ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_24, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, XmlDocument_AddAttrXmlName_m6686C950DC446CF9D9B8AB8FCA53ED741A2805C9_RuntimeMethod_var); } IL_0070: { XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_25 = V_0; return L_25; } } // System.Boolean System.Xml.XmlDocument::AddIdInfo(System.Xml.XmlName,System.Xml.XmlName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_AddIdInfo_mD6EC56BA790939E3B5629969FED98C57035F67FD (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___eleName0, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___attrName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_AddIdInfo_mD6EC56BA790939E3B5629969FED98C57035F67FD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_htElementIDAttrDecl_6(); if (!L_0) { goto IL_0016; } } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_htElementIDAttrDecl_6(); XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_2 = ___eleName0; NullCheck(L_1); RuntimeObject * L_3 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_1, L_2); if (L_3) { goto IL_0038; } } IL_0016: { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_4 = __this->get_htElementIDAttrDecl_6(); if (L_4) { goto IL_0029; } } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_5 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var); Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_5, /*hidden argument*/NULL); __this->set_htElementIDAttrDecl_6(L_5); } IL_0029: { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_6 = __this->get_htElementIDAttrDecl_6(); XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_7 = ___eleName0; XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_8 = ___attrName1; NullCheck(L_6); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_6, L_7, L_8); return (bool)1; } IL_0038: { return (bool)0; } } // System.Xml.XmlName System.Xml.XmlDocument::GetIDInfoByElement_(System.Xml.XmlName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * XmlDocument_GetIDInfoByElement__m14BC7FB850D299AD8B505556C3AC30E016EB6B0A (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___eleName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_GetIDInfoByElement__m14BC7FB850D299AD8B505556C3AC30E016EB6B0A_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * V_0 = NULL; { XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_0 = ___eleName0; NullCheck(L_0); String_t* L_1 = XmlName_get_Prefix_mFDCFDB44D0B1EAE0E5DB7A57A787C7131534BABF_inline(L_0, /*hidden argument*/NULL); XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_2 = ___eleName0; NullCheck(L_2); String_t* L_3 = XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117_inline(L_2, /*hidden argument*/NULL); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_5 = XmlDocument_GetXmlName_m012DC1D2B3730C7AB817C101A8F983CED45223FE(__this, L_1, L_3, L_4, (RuntimeObject*)NULL, /*hidden argument*/NULL); V_0 = L_5; XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_6 = V_0; if (!L_6) { goto IL_002e; } } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_7 = __this->get_htElementIDAttrDecl_6(); XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_8 = V_0; NullCheck(L_7); RuntimeObject * L_9 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_7, L_8); return ((XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 *)CastclassClass((RuntimeObject*)L_9, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682_il2cpp_TypeInfo_var)); } IL_002e: { return (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 *)NULL; } } // System.Xml.XmlName System.Xml.XmlDocument::GetIDInfoByElement(System.Xml.XmlName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * XmlDocument_GetIDInfoByElement_m7810FE2AD43F570E750DB3057C208A6ABFEDB6D4 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * ___eleName0, const RuntimeMethod* method) { { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_htElementIDAttrDecl_6(); if (L_0) { goto IL_000a; } } { return (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 *)NULL; } IL_000a: { XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_1 = ___eleName0; XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_2 = XmlDocument_GetIDInfoByElement__m14BC7FB850D299AD8B505556C3AC30E016EB6B0A(__this, L_1, /*hidden argument*/NULL); return L_2; } } // System.WeakReference System.Xml.XmlDocument::GetElement(System.Collections.ArrayList,System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * XmlDocument_GetElement_m54D8E62AE34952EF5D798913D9D1F2D796DF1135 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___elementList0, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * ___elem1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_GetElement_m54D8E62AE34952EF5D798913D9D1F2D796DF1135_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_0 = NULL; RuntimeObject* V_1 = NULL; WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * V_2 = NULL; WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * V_3 = NULL; RuntimeObject* V_4 = NULL; WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 3); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var); ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_0, /*hidden argument*/NULL); V_0 = L_0; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = ___elementList0; NullCheck(L_1); RuntimeObject* L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_1); V_1 = L_2; } IL_000d: try { // begin try (depth: 1) { goto IL_003f; } IL_000f: { RuntimeObject* L_3 = V_1; NullCheck(L_3); RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_3); V_2 = ((WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D *)CastclassClass((RuntimeObject*)L_4, WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D_il2cpp_TypeInfo_var)); WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_5 = V_2; NullCheck(L_5); bool L_6 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.WeakReference::get_IsAlive() */, L_5); if (L_6) { goto IL_002d; } } IL_0023: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_7 = V_0; WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_8 = V_2; NullCheck(L_7); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_7, L_8); goto IL_003f; } IL_002d: { WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_9 = V_2; NullCheck(L_9); RuntimeObject * L_10 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.WeakReference::get_Target() */, L_9); XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_11 = ___elem1; if ((!(((RuntimeObject*)(XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)((XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)CastclassClass((RuntimeObject*)L_10, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_il2cpp_TypeInfo_var))) == ((RuntimeObject*)(XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)L_11)))) { goto IL_003f; } } IL_003b: { WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_12 = V_2; V_3 = L_12; IL2CPP_LEAVE(0x9B, FINALLY_0049); } IL_003f: { RuntimeObject* L_13 = V_1; NullCheck(L_13); bool L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_13); if (L_14) { goto IL_000f; } } IL_0047: { IL2CPP_LEAVE(0x5D, FINALLY_0049); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0049; } FINALLY_0049: { // begin finally (depth: 1) { RuntimeObject* L_15 = V_1; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_16 = V_4; if (!L_16) { goto IL_005c; } } IL_0055: { RuntimeObject* L_17 = V_4; NullCheck(L_17); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_17); } IL_005c: { IL2CPP_END_FINALLY(73) } } // end finally (depth: 1) IL2CPP_CLEANUP(73) { IL2CPP_JUMP_TBL(0x9B, IL_009b) IL2CPP_JUMP_TBL(0x5D, IL_005d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_005d: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_18 = V_0; NullCheck(L_18); RuntimeObject* L_19 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_18); V_1 = L_19; } IL_0064: try { // begin try (depth: 1) { goto IL_007b; } IL_0066: { RuntimeObject* L_20 = V_1; NullCheck(L_20); RuntimeObject * L_21 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_20); V_5 = ((WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D *)CastclassClass((RuntimeObject*)L_21, WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D_il2cpp_TypeInfo_var)); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_22 = ___elementList0; WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_23 = V_5; NullCheck(L_22); VirtActionInvoker1< RuntimeObject * >::Invoke(41 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_22, L_23); } IL_007b: { RuntimeObject* L_24 = V_1; NullCheck(L_24); bool L_25 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_24); if (L_25) { goto IL_0066; } } IL_0083: { IL2CPP_LEAVE(0x99, FINALLY_0085); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0085; } FINALLY_0085: { // begin finally (depth: 1) { RuntimeObject* L_26 = V_1; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_26, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var)); RuntimeObject* L_27 = V_4; if (!L_27) { goto IL_0098; } } IL_0091: { RuntimeObject* L_28 = V_4; NullCheck(L_28); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_28); } IL_0098: { IL2CPP_END_FINALLY(133) } } // end finally (depth: 1) IL2CPP_CLEANUP(133) { IL2CPP_JUMP_TBL(0x99, IL_0099) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0099: { return (WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D *)NULL; } IL_009b: { WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_29 = V_3; return L_29; } } // System.Void System.Xml.XmlDocument::AddElementWithId(System.String,System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_AddElementWithId_m237F0EC997AC3FC87330130E200614829B1C7757 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___id0, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * ___elem1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_AddElementWithId_m237F0EC997AC3FC87330130E200614829B1C7757_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_0 = NULL; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_1 = NULL; { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_htElementIdMap_5(); if (!L_0) { goto IL_0016; } } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_htElementIdMap_5(); String_t* L_2 = ___id0; NullCheck(L_1); bool L_3 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(26 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_1, L_2); if (L_3) { goto IL_004a; } } IL_0016: { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_4 = __this->get_htElementIdMap_5(); if (L_4) { goto IL_0029; } } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_5 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var); Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_5, /*hidden argument*/NULL); __this->set_htElementIdMap_5(L_5); } IL_0029: { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_6 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var); ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_6, /*hidden argument*/NULL); V_0 = L_6; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_7 = V_0; XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_8 = ___elem1; WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_9 = (WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D *)il2cpp_codegen_object_new(WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D_il2cpp_TypeInfo_var); WeakReference__ctor_m12F7412E9F228AA2276BBB37441CFBCD21A0ABBB(L_9, L_8, /*hidden argument*/NULL); NullCheck(L_7); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_7, L_9); Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_10 = __this->get_htElementIdMap_5(); String_t* L_11 = ___id0; ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_12 = V_0; NullCheck(L_10); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_10, L_11, L_12); return; } IL_004a: { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_13 = __this->get_htElementIdMap_5(); String_t* L_14 = ___id0; NullCheck(L_13); RuntimeObject * L_15 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_13, L_14); V_1 = ((ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)CastclassClass((RuntimeObject*)L_15, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var)); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_16 = V_1; XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_17 = ___elem1; WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_18 = XmlDocument_GetElement_m54D8E62AE34952EF5D798913D9D1F2D796DF1135(__this, L_16, L_17, /*hidden argument*/NULL); if (L_18) { goto IL_0073; } } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_19 = V_1; XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_20 = ___elem1; WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_21 = (WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D *)il2cpp_codegen_object_new(WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D_il2cpp_TypeInfo_var); WeakReference__ctor_m12F7412E9F228AA2276BBB37441CFBCD21A0ABBB(L_21, L_20, /*hidden argument*/NULL); NullCheck(L_19); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_19, L_21); } IL_0073: { return; } } // System.Void System.Xml.XmlDocument::RemoveElementWithId(System.String,System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_RemoveElementWithId_mDE1EA6CF89CDAA986D87888EEFE7C49104B69D29 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___id0, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * ___elem1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_RemoveElementWithId_mDE1EA6CF89CDAA986D87888EEFE7C49104B69D29_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_0 = NULL; WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * V_1 = NULL; { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_htElementIdMap_5(); if (!L_0) { goto IL_004f; } } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_htElementIdMap_5(); String_t* L_2 = ___id0; NullCheck(L_1); bool L_3 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(26 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_1, L_2); if (!L_3) { goto IL_004f; } } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_4 = __this->get_htElementIdMap_5(); String_t* L_5 = ___id0; NullCheck(L_4); RuntimeObject * L_6 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_4, L_5); V_0 = ((ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)CastclassClass((RuntimeObject*)L_6, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var)); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_7 = V_0; XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_8 = ___elem1; WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_9 = XmlDocument_GetElement_m54D8E62AE34952EF5D798913D9D1F2D796DF1135(__this, L_7, L_8, /*hidden argument*/NULL); V_1 = L_9; WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_10 = V_1; if (!L_10) { goto IL_004f; } } { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_11 = V_0; WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_12 = V_1; NullCheck(L_11); VirtActionInvoker1< RuntimeObject * >::Invoke(41 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_11, L_12); ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_13 = V_0; NullCheck(L_13); int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_13); if (L_14) { goto IL_004f; } } { Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_15 = __this->get_htElementIdMap_5(); String_t* L_16 = ___id0; NullCheck(L_15); VirtActionInvoker1< RuntimeObject * >::Invoke(39 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_15, L_16); } IL_004f: { return; } } // System.Xml.XmlNode System.Xml.XmlDocument::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlDocument_CloneNode_mEA4A11C2BBE4D785E311E3D7794EC6EDBB6049A5 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, bool ___deep0, const RuntimeMethod* method) { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * V_0 = NULL; { XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF * L_0 = XmlDocument_get_Implementation_m9FD9FC9BA691BFE8CA0E520AD7BEA9D1B9B054C9_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_1 = VirtFuncInvoker0< XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * >::Invoke(4 /* System.Xml.XmlDocument System.Xml.XmlImplementation::CreateDocument() */, L_0); V_0 = L_1; XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_2 = V_0; String_t* L_3 = __this->get_baseURI_37(); NullCheck(L_2); XmlDocument_SetBaseURI_m085E580F639F2CC264DD74C3315694AE0E207662_inline(L_2, L_3, /*hidden argument*/NULL); bool L_4 = ___deep0; if (!L_4) { goto IL_0024; } } { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_5 = V_0; XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_6 = V_0; bool L_7 = ___deep0; NullCheck(L_5); XmlDocument_ImportChildren_mB3441496C1FFE53D03F88B80EE216266E114D5F3(L_5, __this, L_6, L_7, /*hidden argument*/NULL); } IL_0024: { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_8 = V_0; return L_8; } } // System.Xml.XmlNodeType System.Xml.XmlDocument::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlDocument_get_NodeType_m36BE460D7EDE1D3B03CD8E71B5A6727E58491C06 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)9)); } } // System.Xml.XmlNode System.Xml.XmlDocument::get_ParentNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlDocument_get_ParentNode_mD552156C70ED30291D81FA38D882B9764AB17AC3 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method) { { return (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL; } } // System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * XmlDocument_get_DocumentType_m54976A72182CF0AE729A406F0A56BCD515B9D0B1 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_get_DocumentType_m54976A72182CF0AE729A406F0A56BCD515B9D0B1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, int32_t >::Invoke(42 /* System.Xml.XmlNode System.Xml.XmlNode::FindChild(System.Xml.XmlNodeType) */, __this, ((int32_t)10)); return ((XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 *)CastclassClass((RuntimeObject*)L_0, XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136_il2cpp_TypeInfo_var)); } } // System.Xml.XmlDeclaration System.Xml.XmlDocument::get_Declaration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * XmlDocument_get_Declaration_m498719CE875EB345D60F71A8357543A4D007D8A1 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_get_Declaration_m498719CE875EB345D60F71A8357543A4D007D8A1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = VirtFuncInvoker0< bool >::Invoke(26 /* System.Boolean System.Xml.XmlNode::get_HasChildNodes() */, __this); if (!L_0) { goto IL_0014; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); return ((XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 *)IsInstClass((RuntimeObject*)L_1, XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200_il2cpp_TypeInfo_var)); } IL_0014: { return (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 *)NULL; } } // System.Xml.XmlImplementation System.Xml.XmlDocument::get_Implementation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF * XmlDocument_get_Implementation_m9FD9FC9BA691BFE8CA0E520AD7BEA9D1B9B054C9 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method) { { XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF * L_0 = __this->get_implementation_1(); return L_0; } } // System.String System.Xml.XmlDocument::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocument_get_Name_m6C319544F5DDC7EE34124C341CC27F837504084C (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_strDocumentName_21(); return L_0; } } // System.String System.Xml.XmlDocument::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocument_get_LocalName_m16C00226C6308A8BDCD4ED762C742BBA1ABE10FA (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_strDocumentName_21(); return L_0; } } // System.Xml.XmlElement System.Xml.XmlDocument::get_DocumentElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * XmlDocument_get_DocumentElement_m4834A8AB3916884BA14431A2E084C2C8A76E2EDA (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_get_DocumentElement_m4834A8AB3916884BA14431A2E084C2C8A76E2EDA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, int32_t >::Invoke(42 /* System.Xml.XmlNode System.Xml.XmlNode::FindChild(System.Xml.XmlNodeType) */, __this, 1); return ((XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)CastclassClass((RuntimeObject*)L_0, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_il2cpp_TypeInfo_var)); } } // System.Boolean System.Xml.XmlDocument::get_IsContainer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_get_IsContainer_m1C05EBDB1087D7FF7209289898E56643930E7F4C (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Xml.XmlLinkedNode System.Xml.XmlDocument::get_LastNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * XmlDocument_get_LastNode_m6209A361D4B27602022EE314315763C6F8A4CEA5 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method) { { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_0 = __this->get_lastChild_3(); return L_0; } } // System.Void System.Xml.XmlDocument::set_LastNode(System.Xml.XmlLinkedNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_set_LastNode_mD90A96525B6356D879852D4CD7C8A8F940F0CD52 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * ___value0, const RuntimeMethod* method) { { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_0 = ___value0; __this->set_lastChild_3(L_0); return; } } // System.Xml.XmlDocument System.Xml.XmlDocument::get_OwnerDocument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * XmlDocument_get_OwnerDocument_mD6015172E643A03AEFEC9B7E807770BAA14359E0 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method) { { return (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 *)NULL; } } // System.Void System.Xml.XmlDocument::set_Schemas(System.Xml.Schema.XmlSchemaSet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_set_Schemas_m01F70645BE17074A89B9E9F9528B1BA36969E4CB (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F * ___value0, const RuntimeMethod* method) { { XmlSchemaSet_tD92B4BF5F65FBF5B106399A36284FDC64E602F7F * L_0 = ___value0; __this->set_schemas_8(L_0); return; } } // System.Boolean System.Xml.XmlDocument::get_CanReportValidity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_get_CanReportValidity_m7CFA666813B7B0A1C93DAF91122A2FB48BB795D6 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_reportValidity_9(); return L_0; } } // System.Boolean System.Xml.XmlDocument::get_HasSetResolver() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_get_HasSetResolver_mD2A30DEEA3A9EF0EF189F1AF049E972876EFEF05 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_bSetResolver_39(); return L_0; } } // System.Xml.XmlResolver System.Xml.XmlDocument::GetResolver() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * XmlDocument_GetResolver_mCBFECE3ADC917485F5BF45D14C2B13C00A09A9CA (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method) { { XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_0 = __this->get_resolver_38(); return L_0; } } // System.Boolean System.Xml.XmlDocument::IsValidChildType(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_IsValidChildType_m6BE5C96FE2C19F78370DFB6329CFF1EC944E65EF (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_IsValidChildType_m6BE5C96FE2C19F78370DFB6329CFF1EC944E65EF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___type0; if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_0056; } } { int32_t L_1 = ___type0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)7))) { case 0: { goto IL_003a; } case 1: { goto IL_003a; } case 2: { goto IL_008a; } case 3: { goto IL_003c; } case 4: { goto IL_008a; } case 5: { goto IL_008a; } case 6: { goto IL_003a; } case 7: { goto IL_003a; } case 8: { goto IL_008a; } case 9: { goto IL_008a; } case 10: { goto IL_0070; } } } { goto IL_008a; } IL_003a: { return (bool)1; } IL_003c: { XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_2 = VirtFuncInvoker0< XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * >::Invoke(47 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, __this); if (!L_2) { goto IL_0054; } } { String_t* L_3 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral033BCE7D9B01446B3829D198A47B3395B4A44B31, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, XmlDocument_IsValidChildType_m6BE5C96FE2C19F78370DFB6329CFF1EC944E65EF_RuntimeMethod_var); } IL_0054: { return (bool)1; } IL_0056: { XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_5 = XmlDocument_get_DocumentElement_m4834A8AB3916884BA14431A2E084C2C8A76E2EDA(__this, /*hidden argument*/NULL); if (!L_5) { goto IL_006e; } } { String_t* L_6 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteralA7022E1824B4267D5A424BC7C7898ADD513F0E36, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_7 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, XmlDocument_IsValidChildType_m6BE5C96FE2C19F78370DFB6329CFF1EC944E65EF_RuntimeMethod_var); } IL_006e: { return (bool)1; } IL_0070: { XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * L_8 = VirtFuncInvoker0< XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * >::Invoke(48 /* System.Xml.XmlDeclaration System.Xml.XmlDocument::get_Declaration() */, __this); if (!L_8) { goto IL_0088; } } { String_t* L_9 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral1715FD53054AA18C857952F78224CC4EB18F0766, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_10 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, XmlDocument_IsValidChildType_m6BE5C96FE2C19F78370DFB6329CFF1EC944E65EF_RuntimeMethod_var); } IL_0088: { return (bool)1; } IL_008a: { return (bool)0; } } // System.Boolean System.Xml.XmlDocument::HasNodeTypeInPrevSiblings(System.Xml.XmlNodeType,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_HasNodeTypeInPrevSiblings_m03050D67EB7453B5DF4F6B079286AAE95058B9F7 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, int32_t ___nt0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___refNode1, const RuntimeMethod* method) { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_0 = NULL; { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___refNode1; if (L_0) { goto IL_0005; } } { return (bool)0; } IL_0005: { V_0 = (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = ___refNode1; NullCheck(L_1); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_1); if (!L_2) { goto IL_0033; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = ___refNode1; NullCheck(L_3); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_3); NullCheck(L_4); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_4); V_0 = L_5; goto IL_0033; } IL_001d: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = V_0; NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_6); int32_t L_8 = ___nt0; if ((!(((uint32_t)L_7) == ((uint32_t)L_8)))) { goto IL_0028; } } { return (bool)1; } IL_0028: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_9 = V_0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_10 = ___refNode1; if ((((RuntimeObject*)(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)L_9) == ((RuntimeObject*)(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)L_10))) { goto IL_0036; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_11 = V_0; NullCheck(L_11); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_12 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(13 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_11); V_0 = L_12; } IL_0033: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_13 = V_0; if (L_13) { goto IL_001d; } } IL_0036: { return (bool)0; } } // System.Boolean System.Xml.XmlDocument::HasNodeTypeInNextSiblings(System.Xml.XmlNodeType,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_HasNodeTypeInNextSiblings_m9B290C88109535A249F5067FF17A2EDFDE106018 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, int32_t ___nt0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___refNode1, const RuntimeMethod* method) { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_0 = NULL; { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___refNode1; V_0 = L_0; goto IL_0016; } IL_0004: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = V_0; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_1); int32_t L_3 = ___nt0; if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_000f; } } { return (bool)1; } IL_000f: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = V_0; NullCheck(L_4); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(13 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_4); V_0 = L_5; } IL_0016: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = V_0; if (L_6) { goto IL_0004; } } { return (bool)0; } } // System.Boolean System.Xml.XmlDocument::CanInsertAfter(System.Xml.XmlNode,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_CanInsertAfter_mA802D37A7B5FF24DB4B68497C68926A23B1C562F (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___newChild0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___refChild1, const RuntimeMethod* method) { int32_t V_0 = 0; { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___refChild1; if (L_0) { goto IL_000b; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(17 /* System.Xml.XmlNode System.Xml.XmlNode::get_LastChild() */, __this); ___refChild1 = L_1; } IL_000b: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = ___refChild1; if (L_2) { goto IL_0010; } } { return (bool)1; } IL_0010: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = ___newChild0; NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_3); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)1))) { goto IL_0053; } } { int32_t L_6 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)7))) { case 0: { goto IL_0045; } case 1: { goto IL_0045; } case 2: { goto IL_0065; } case 3: { goto IL_0047; } case 4: { goto IL_0065; } case 5: { goto IL_0065; } case 6: { goto IL_0045; } case 7: { goto IL_0045; } } } { goto IL_0065; } IL_0045: { return (bool)1; } IL_0047: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_7 = ___refChild1; bool L_8 = XmlDocument_HasNodeTypeInPrevSiblings_m03050D67EB7453B5DF4F6B079286AAE95058B9F7(__this, 1, L_7, /*hidden argument*/NULL); return (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0); } IL_0053: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_9 = ___refChild1; NullCheck(L_9); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_10 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(13 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_9); bool L_11 = XmlDocument_HasNodeTypeInNextSiblings_m9B290C88109535A249F5067FF17A2EDFDE106018(__this, ((int32_t)10), L_10, /*hidden argument*/NULL); return (bool)((((int32_t)L_11) == ((int32_t)0))? 1 : 0); } IL_0065: { return (bool)0; } } // System.Void System.Xml.XmlDocument::SetDefaultNamespace(System.String,System.String,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_SetDefaultNamespace_m3B4434D28E1A0AC33FD7366B93CA2B1785F68842 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___prefix0, String_t* ___localName1, String_t** ___namespaceURI2, const RuntimeMethod* method) { { String_t* L_0 = ___prefix0; String_t* L_1 = __this->get_strXmlns_28(); bool L_2 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0024; } } { String_t* L_3 = ___prefix0; NullCheck(L_3); int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_002d; } } { String_t* L_5 = ___localName1; String_t* L_6 = __this->get_strXmlns_28(); bool L_7 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002d; } } IL_0024: { String_t** L_8 = ___namespaceURI2; String_t* L_9 = __this->get_strReservedXmlns_35(); *((RuntimeObject **)L_8) = (RuntimeObject *)L_9; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_8, (void*)(RuntimeObject *)L_9); return; } IL_002d: { String_t* L_10 = ___prefix0; String_t* L_11 = __this->get_strXml_29(); bool L_12 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0043; } } { String_t** L_13 = ___namespaceURI2; String_t* L_14 = __this->get_strReservedXml_36(); *((RuntimeObject **)L_13) = (RuntimeObject *)L_14; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_13, (void*)(RuntimeObject *)L_14); } IL_0043: { return; } } // System.Xml.XmlCDataSection System.Xml.XmlDocument::CreateCDataSection(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 * XmlDocument_CreateCDataSection_m640DA2CAA190455AA641FCA3F99F75D539FD972C (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateCDataSection_m640DA2CAA190455AA641FCA3F99F75D539FD972C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_fCDataNodesPresent_18((bool)1); String_t* L_0 = ___data0; XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 * L_1 = (XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 *)il2cpp_codegen_object_new(XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709_il2cpp_TypeInfo_var); XmlCDataSection__ctor_mC122A646F0B3D179CEA8F1D0808EA7DF0B123729(L_1, L_0, __this, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlComment System.Xml.XmlDocument::CreateComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D * XmlDocument_CreateComment_m60D55314B2792F65D37EB93A16770842187A745F (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateComment_m60D55314B2792F65D37EB93A16770842187A745F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___data0; XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D * L_1 = (XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D *)il2cpp_codegen_object_new(XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D_il2cpp_TypeInfo_var); XmlComment__ctor_mFFEE3DACB1B1A14E8A0D72690D94ADE3FE33E268(L_1, L_0, __this, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlDocumentType System.Xml.XmlDocument::CreateDocumentType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * XmlDocument_CreateDocumentType_mED1923E96813C2BF0192A9CAED956162EA1F50D5 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___name0, String_t* ___publicId1, String_t* ___systemId2, String_t* ___internalSubset3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateDocumentType_mED1923E96813C2BF0192A9CAED956162EA1F50D5_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; String_t* L_1 = ___publicId1; String_t* L_2 = ___systemId2; String_t* L_3 = ___internalSubset3; XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_4 = (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 *)il2cpp_codegen_object_new(XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136_il2cpp_TypeInfo_var); XmlDocumentType__ctor_m0AA7DA8B8A11D7D673F92449A36CBEFE8AD96424(L_4, L_0, L_1, L_2, L_3, __this, /*hidden argument*/NULL); return L_4; } } // System.Xml.XmlDocumentFragment System.Xml.XmlDocument::CreateDocumentFragment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D * XmlDocument_CreateDocumentFragment_mF51A86E9F51DCE614519A1F0710847E4741DBF24 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateDocumentFragment_mF51A86E9F51DCE614519A1F0710847E4741DBF24_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D * L_0 = (XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D *)il2cpp_codegen_object_new(XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D_il2cpp_TypeInfo_var); XmlDocumentFragment__ctor_m377E707D22A3BF87695F909DAE1BD0475498AA4A(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Xml.XmlDocument::AddDefaultAttributes(System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_AddDefaultAttributes_mCBF153A9367D910D45719C80EC20CC80A196A931 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * ___elem0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_AddDefaultAttributes_mCBF153A9367D910D45719C80EC20CC80A196A931_MetadataUsageId); s_Il2CppMethodInitialized = true; } SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * V_0 = NULL; SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * V_1 = NULL; RuntimeObject* V_2 = NULL; SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; String_t* V_6 = NULL; XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * V_7 = NULL; { SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_0 = XmlDocument_get_DtdSchemaInfo_m836B9EAE955738E6AE76E7F1069E9E0553EB4289_inline(__this, /*hidden argument*/NULL); V_0 = L_0; XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_1 = ___elem0; SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_2 = XmlDocument_GetSchemaElementDecl_m66893057F171B8E7923F088E1A47F6354ED340E2(__this, L_1, /*hidden argument*/NULL); V_1 = L_2; SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_3 = V_1; if (!L_3) { goto IL_00bb; } } { SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_4 = V_1; NullCheck(L_4); Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * L_5 = SchemaElementDecl_get_AttDefs_mA9C67B23C08148006DE75A8A16729E299BB540A2_inline(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_00bb; } } { SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_6 = V_1; NullCheck(L_6); Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * L_7 = SchemaElementDecl_get_AttDefs_mA9C67B23C08148006DE75A8A16729E299BB540A2_inline(L_6, /*hidden argument*/NULL); NullCheck(L_7); Enumerator_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F L_8 = Dictionary_2_GetEnumerator_m276CF454C35750215F1ACCF553AFEA3F1727B866(L_7, /*hidden argument*/Dictionary_2_GetEnumerator_m276CF454C35750215F1ACCF553AFEA3F1727B866_RuntimeMethod_var); Enumerator_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F L_9 = L_8; RuntimeObject * L_10 = Box(Enumerator_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F_il2cpp_TypeInfo_var, &L_9); V_2 = (RuntimeObject*)L_10; goto IL_00b0; } IL_0033: { RuntimeObject* L_11 = V_2; NullCheck(L_11); RuntimeObject * L_12 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_il2cpp_TypeInfo_var, L_11); V_3 = ((SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 *)CastclassSealed((RuntimeObject*)L_12, SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4_il2cpp_TypeInfo_var)); SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_13 = V_3; NullCheck(L_13); int32_t L_14 = SchemaDeclBase_get_Presence_mE8EE3FC50C3027690BC65CA03EDDC872656F409A_inline(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0050; } } { SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_15 = V_3; NullCheck(L_15); int32_t L_16 = SchemaDeclBase_get_Presence_mE8EE3FC50C3027690BC65CA03EDDC872656F409A_inline(L_15, /*hidden argument*/NULL); if ((!(((uint32_t)L_16) == ((uint32_t)3)))) { goto IL_00b0; } } IL_0050: { String_t* L_17 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_4 = L_17; SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_18 = V_3; NullCheck(L_18); XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_19 = SchemaDeclBase_get_Name_mA19E77B9616E600D6BDA847F6B9F69E5AF777D23_inline(L_18, /*hidden argument*/NULL); NullCheck(L_19); String_t* L_20 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880_inline(L_19, /*hidden argument*/NULL); V_5 = L_20; String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_6 = L_21; SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_22 = V_0; NullCheck(L_22); int32_t L_23 = SchemaInfo_get_SchemaType_mE986C30F3E1AB1BA849A09C61097DE0025C5D689_inline(L_22, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) == ((uint32_t)1)))) { goto IL_0083; } } { SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_24 = V_3; NullCheck(L_24); XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_25 = SchemaDeclBase_get_Name_mA19E77B9616E600D6BDA847F6B9F69E5AF777D23_inline(L_24, /*hidden argument*/NULL); NullCheck(L_25); String_t* L_26 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5_inline(L_25, /*hidden argument*/NULL); V_4 = L_26; goto IL_0098; } IL_0083: { SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_27 = V_3; NullCheck(L_27); String_t* L_28 = SchemaDeclBase_get_Prefix_mA0E0E2F3ADF9D45BCAFF7DF668AD8911A429C190(L_27, /*hidden argument*/NULL); V_4 = L_28; SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_29 = V_3; NullCheck(L_29); XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_30 = SchemaDeclBase_get_Name_mA19E77B9616E600D6BDA847F6B9F69E5AF777D23_inline(L_29, /*hidden argument*/NULL); NullCheck(L_30); String_t* L_31 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5_inline(L_30, /*hidden argument*/NULL); V_6 = L_31; } IL_0098: { SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_32 = V_3; String_t* L_33 = V_4; String_t* L_34 = V_5; String_t* L_35 = V_6; XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_36 = XmlDocument_PrepareDefaultAttribute_mC5A4065236F8538FD63FCA58D4156E349A952E66(__this, L_32, L_33, L_34, L_35, /*hidden argument*/NULL); V_7 = L_36; XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_37 = ___elem0; XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_38 = V_7; NullCheck(L_37); VirtFuncInvoker1< XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *, XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * >::Invoke(48 /* System.Xml.XmlAttribute System.Xml.XmlElement::SetAttributeNode(System.Xml.XmlAttribute) */, L_37, L_38); } IL_00b0: { RuntimeObject* L_39 = V_2; NullCheck(L_39); bool L_40 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_39); if (L_40) { goto IL_0033; } } IL_00bb: { return; } } // System.Xml.Schema.SchemaElementDecl System.Xml.XmlDocument::GetSchemaElementDecl(System.Xml.XmlElement) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * XmlDocument_GetSchemaElementDecl_m66893057F171B8E7923F088E1A47F6354ED340E2 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * ___elem0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_GetSchemaElementDecl_m66893057F171B8E7923F088E1A47F6354ED340E2_MetadataUsageId); s_Il2CppMethodInitialized = true; } SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * V_0 = NULL; XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * V_1 = NULL; SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * V_2 = NULL; String_t* G_B3_0 = NULL; String_t* G_B2_0 = NULL; String_t* G_B4_0 = NULL; String_t* G_B4_1 = NULL; { SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_0 = XmlDocument_get_DtdSchemaInfo_m836B9EAE955738E6AE76E7F1069E9E0553EB4289_inline(__this, /*hidden argument*/NULL); V_0 = L_0; SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_1 = V_0; if (!L_1) { goto IL_003f; } } { XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_2 = ___elem0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_2); SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = SchemaInfo_get_SchemaType_mE986C30F3E1AB1BA849A09C61097DE0025C5D689_inline(L_4, /*hidden argument*/NULL); G_B2_0 = L_3; if ((((int32_t)L_5) == ((int32_t)1))) { G_B3_0 = L_3; goto IL_0021; } } { XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_6 = ___elem0; NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_6); G_B4_0 = L_7; G_B4_1 = G_B2_0; goto IL_0027; } IL_0021: { XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_8 = ___elem0; NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_Prefix() */, L_8); G_B4_0 = L_9; G_B4_1 = G_B3_0; } IL_0027: { XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_10 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871(L_10, G_B4_1, G_B4_0, /*hidden argument*/NULL); V_1 = L_10; SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_11 = V_0; NullCheck(L_11); Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * L_12 = SchemaInfo_get_ElementDecls_m3DCEE5E6F1099F6D0D3287026FC37A16E1811F8C_inline(L_11, /*hidden argument*/NULL); XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_13 = V_1; NullCheck(L_12); bool L_14 = Dictionary_2_TryGetValue_mC980F9A6C9C14A28BA58C04D6C0546EF2D59CC9A(L_12, L_13, (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 **)(&V_2), /*hidden argument*/Dictionary_2_TryGetValue_mC980F9A6C9C14A28BA58C04D6C0546EF2D59CC9A_RuntimeMethod_var); if (!L_14) { goto IL_003f; } } { SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_15 = V_2; return L_15; } IL_003f: { return (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 *)NULL; } } // System.Xml.XmlAttribute System.Xml.XmlDocument::PrepareDefaultAttribute(System.Xml.Schema.SchemaAttDef,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlDocument_PrepareDefaultAttribute_mC5A4065236F8538FD63FCA58D4156E349A952E66 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * ___attdef0, String_t* ___attrPrefix1, String_t* ___attrLocalname2, String_t* ___attrNamespaceURI3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_PrepareDefaultAttribute_mC5A4065236F8538FD63FCA58D4156E349A952E66_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D * V_0 = NULL; XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * G_B2_0 = NULL; XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * G_B1_0 = NULL; { String_t* L_0 = ___attrPrefix1; String_t* L_1 = ___attrLocalname2; XmlDocument_SetDefaultNamespace_m3B4434D28E1A0AC33FD7366B93CA2B1785F68842(__this, L_0, L_1, (String_t**)(&___attrNamespaceURI3), /*hidden argument*/NULL); String_t* L_2 = ___attrPrefix1; String_t* L_3 = ___attrLocalname2; String_t* L_4 = ___attrNamespaceURI3; XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_5 = VirtFuncInvoker3< XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *, String_t*, String_t*, String_t* >::Invoke(60 /* System.Xml.XmlAttribute System.Xml.XmlDocument::CreateDefaultAttribute(System.String,System.String,System.String) */, __this, L_2, L_3, L_4); XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_6 = L_5; SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_7 = ___attdef0; NullCheck(L_7); String_t* L_8 = SchemaDeclBase_get_DefaultValueRaw_m986CD9AF2A745A83C2EF3F9DAC95F855C44823FF(L_7, /*hidden argument*/NULL); NullCheck(L_6); VirtActionInvoker1< String_t* >::Invoke(35 /* System.Void System.Xml.XmlNode::set_InnerXml(System.String) */, L_6, L_8); XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_9 = L_6; V_0 = ((XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D *)IsInstClass((RuntimeObject*)L_9, XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D_il2cpp_TypeInfo_var)); XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D * L_10 = V_0; G_B1_0 = L_9; if (!L_10) { G_B2_0 = L_9; goto IL_0031; } } { XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D * L_11 = V_0; NullCheck(L_11); XmlUnspecifiedAttribute_SetSpecified_mE8F69E10D5E945D419793E3AE422166CF65F3C47_inline(L_11, (bool)0, /*hidden argument*/NULL); G_B2_0 = G_B1_0; } IL_0031: { return G_B2_0; } } // System.Xml.XmlEntityReference System.Xml.XmlDocument::CreateEntityReference(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * XmlDocument_CreateEntityReference_mC9562212C5F5A834F6D55CCDAF4C281B543BE652 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateEntityReference_mC9562212C5F5A834F6D55CCDAF4C281B543BE652_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * L_1 = (XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 *)il2cpp_codegen_object_new(XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204_il2cpp_TypeInfo_var); XmlEntityReference__ctor_m44D2ECE2D1D296212993A2047703B986AC00A3F8(L_1, L_0, __this, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlProcessingInstruction System.Xml.XmlDocument::CreateProcessingInstruction(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0 * XmlDocument_CreateProcessingInstruction_m6AAC7D37FCC2014039453D43FB0C2A57FDF31057 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___target0, String_t* ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateProcessingInstruction_m6AAC7D37FCC2014039453D43FB0C2A57FDF31057_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___target0; String_t* L_1 = ___data1; XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0 * L_2 = (XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0 *)il2cpp_codegen_object_new(XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0_il2cpp_TypeInfo_var); XmlProcessingInstruction__ctor_m3A619B7CCD324FE1CFC444723F28BB6EBD1B66D5(L_2, L_0, L_1, __this, /*hidden argument*/NULL); return L_2; } } // System.Xml.XmlDeclaration System.Xml.XmlDocument::CreateXmlDeclaration(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * XmlDocument_CreateXmlDeclaration_mF97865C674C5C0EE87A9D78B356270DF7E480090 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___version0, String_t* ___encoding1, String_t* ___standalone2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateXmlDeclaration_mF97865C674C5C0EE87A9D78B356270DF7E480090_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___version0; String_t* L_1 = ___encoding1; String_t* L_2 = ___standalone2; XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * L_3 = (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 *)il2cpp_codegen_object_new(XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200_il2cpp_TypeInfo_var); XmlDeclaration__ctor_mF519761B86A11CE8E967046042109652E064A22C(L_3, L_0, L_1, L_2, __this, /*hidden argument*/NULL); return L_3; } } // System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * XmlDocument_CreateTextNode_mEEE65F816C8D882ED835C80F9097D315901A9750 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateTextNode_mEEE65F816C8D882ED835C80F9097D315901A9750_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___text0; XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * L_1 = (XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 *)il2cpp_codegen_object_new(XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649_il2cpp_TypeInfo_var); XmlText__ctor_m1414D4F7A140011AD124BA75DCAC01A6F0B4CCEF(L_1, L_0, __this, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlSignificantWhitespace System.Xml.XmlDocument::CreateSignificantWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB * XmlDocument_CreateSignificantWhitespace_m781AC66F1C8F395F5904DC7BB3B8CA7FBE56C5E1 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateSignificantWhitespace_m781AC66F1C8F395F5904DC7BB3B8CA7FBE56C5E1_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___text0; XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB * L_1 = (XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB *)il2cpp_codegen_object_new(XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB_il2cpp_TypeInfo_var); XmlSignificantWhitespace__ctor_m08939F2E79513CD2BE904301CDAC5BFC226E6327(L_1, L_0, __this, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlWhitespace System.Xml.XmlDocument::CreateWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlWhitespace_tF5EA718743A148EBF7594ADF5A06B3224857AD4D * XmlDocument_CreateWhitespace_m30D1AD3862BA6F23B42A5DEEE05BE206B0E324B7 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateWhitespace_m30D1AD3862BA6F23B42A5DEEE05BE206B0E324B7_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___text0; XmlWhitespace_tF5EA718743A148EBF7594ADF5A06B3224857AD4D * L_1 = (XmlWhitespace_tF5EA718743A148EBF7594ADF5A06B3224857AD4D *)il2cpp_codegen_object_new(XmlWhitespace_tF5EA718743A148EBF7594ADF5A06B3224857AD4D_il2cpp_TypeInfo_var); XmlWhitespace__ctor_m016512E3F1D4094C7B53F02D9799AF5303E34A64(L_1, L_0, __this, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlNode System.Xml.XmlDocument::ImportNodeInternal(System.Xml.XmlNode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlDocument_ImportNodeInternal_mFDEBB837D8EC1848F64A7ED36E47F756DEB50E1F (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, bool ___deep1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_ImportNodeInternal_mFDEBB837D8EC1848F64A7ED36E47F756DEB50E1F_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_0 = NULL; int32_t V_1 = 0; XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * V_2 = NULL; XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * V_3 = NULL; { V_0 = (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___node0; if (L_0) { goto IL_0015; } } { String_t* L_1 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral8261C17D540FE185A4FE8E1242AA0F290A2DAF51, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, XmlDocument_ImportNodeInternal_mFDEBB837D8EC1848F64A7ED36E47F756DEB50E1F_RuntimeMethod_var); } IL_0015: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = ___node0; NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_3); V_1 = L_4; int32_t L_5 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1))) { case 0: { goto IL_006d; } case 1: { goto IL_00a2; } case 2: { goto IL_00c9; } case 3: { goto IL_012a; } case 4: { goto IL_0179; } case 5: { goto IL_01a6; } case 6: { goto IL_00ed; } case 7: { goto IL_00db; } case 8: { goto IL_01a6; } case 9: { goto IL_013c; } case 10: { goto IL_0164; } case 11: { goto IL_01a6; } case 12: { goto IL_0188; } case 13: { goto IL_0197; } case 14: { goto IL_01a6; } case 15: { goto IL_01a6; } case 16: { goto IL_0105; } } } { goto IL_01a6; } IL_006d: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = ___node0; NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_Prefix() */, L_6); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_8 = ___node0; NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_8); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_10 = ___node0; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_10); XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_12 = VirtFuncInvoker3< XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *, String_t*, String_t*, String_t* >::Invoke(61 /* System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String,System.String,System.String) */, __this, L_7, L_9, L_11); V_0 = L_12; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_13 = ___node0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_14 = V_0; XmlDocument_ImportAttributes_m2845141A07F75031AA1786F97656C2CB4DC2A536(__this, L_13, L_14, /*hidden argument*/NULL); bool L_15 = ___deep1; if (!L_15) { goto IL_01d4; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_16 = ___node0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_17 = V_0; bool L_18 = ___deep1; XmlDocument_ImportChildren_mB3441496C1FFE53D03F88B80EE216266E114D5F3(__this, L_16, L_17, L_18, /*hidden argument*/NULL); goto IL_01d4; } IL_00a2: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_19 = ___node0; NullCheck(L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XmlNode::get_Prefix() */, L_19); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_21 = ___node0; NullCheck(L_21); String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_LocalName() */, L_21); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_23 = ___node0; NullCheck(L_23); String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_23); XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_25 = VirtFuncInvoker3< XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *, String_t*, String_t*, String_t* >::Invoke(59 /* System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String,System.String) */, __this, L_20, L_22, L_24); V_0 = L_25; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_26 = ___node0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_27 = V_0; XmlDocument_ImportChildren_mB3441496C1FFE53D03F88B80EE216266E114D5F3(__this, L_26, L_27, (bool)1, /*hidden argument*/NULL); goto IL_01d4; } IL_00c9: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_28 = ___node0; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_28); XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 * L_30 = VirtFuncInvoker1< XmlText_t9C88A0254C370EBF90FC518EA99EF5D1B7D9E649 *, String_t* >::Invoke(56 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, __this, L_29); V_0 = L_30; goto IL_01d4; } IL_00db: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_31 = ___node0; NullCheck(L_31); String_t* L_32 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_31); XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D * L_33 = VirtFuncInvoker1< XmlComment_tBC2125BFD52EF7590FE6C06B2D92C61FF344860D *, String_t* >::Invoke(50 /* System.Xml.XmlComment System.Xml.XmlDocument::CreateComment(System.String) */, __this, L_32); V_0 = L_33; goto IL_01d4; } IL_00ed: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_34 = ___node0; NullCheck(L_34); String_t* L_35 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_34); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_36 = ___node0; NullCheck(L_36); String_t* L_37 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_36); XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0 * L_38 = VirtFuncInvoker2< XmlProcessingInstruction_t87662A3B85D8B2F79E74917CA294C8954F71C6D0 *, String_t*, String_t* >::Invoke(54 /* System.Xml.XmlProcessingInstruction System.Xml.XmlDocument::CreateProcessingInstruction(System.String,System.String) */, __this, L_35, L_37); V_0 = L_38; goto IL_01d4; } IL_0105: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_39 = ___node0; V_2 = ((XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 *)CastclassClass((RuntimeObject*)L_39, XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200_il2cpp_TypeInfo_var)); XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * L_40 = V_2; NullCheck(L_40); String_t* L_41 = XmlDeclaration_get_Version_m7DA832ED2FF5743F9842C6024C7B06715242BED7_inline(L_40, /*hidden argument*/NULL); XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * L_42 = V_2; NullCheck(L_42); String_t* L_43 = XmlDeclaration_get_Encoding_m5B6E1E6F91E71C04C1B5C2E2ED3BB9BBA91E35F2_inline(L_42, /*hidden argument*/NULL); XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * L_44 = V_2; NullCheck(L_44); String_t* L_45 = XmlDeclaration_get_Standalone_m62BD05048C05E6BC73F9AF99CE07A26DE9D9CD25_inline(L_44, /*hidden argument*/NULL); XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * L_46 = VirtFuncInvoker3< XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 *, String_t*, String_t*, String_t* >::Invoke(55 /* System.Xml.XmlDeclaration System.Xml.XmlDocument::CreateXmlDeclaration(System.String,System.String,System.String) */, __this, L_41, L_43, L_45); V_0 = L_46; goto IL_01d4; } IL_012a: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_47 = ___node0; NullCheck(L_47); String_t* L_48 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_47); XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 * L_49 = VirtFuncInvoker1< XmlCDataSection_t4DFDF8D529E42121C9B3A0EE52BD6B5AEC1F9709 *, String_t* >::Invoke(49 /* System.Xml.XmlCDataSection System.Xml.XmlDocument::CreateCDataSection(System.String) */, __this, L_48); V_0 = L_49; goto IL_01d4; } IL_013c: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_50 = ___node0; V_3 = ((XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 *)CastclassClass((RuntimeObject*)L_50, XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136_il2cpp_TypeInfo_var)); XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_51 = V_3; NullCheck(L_51); String_t* L_52 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_51); XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_53 = V_3; NullCheck(L_53); String_t* L_54 = XmlDocumentType_get_PublicId_m2DDA44AD846D5D03CC3E11FF284F5C40596FC51B_inline(L_53, /*hidden argument*/NULL); XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_55 = V_3; NullCheck(L_55); String_t* L_56 = XmlDocumentType_get_SystemId_m4D995F9A6F7D34E70D9C53FD99D4A6EE66B473D0_inline(L_55, /*hidden argument*/NULL); XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_57 = V_3; NullCheck(L_57); String_t* L_58 = XmlDocumentType_get_InternalSubset_m47C247A372247168CC1B7DFC08B27BA3663A2177_inline(L_57, /*hidden argument*/NULL); XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_59 = VirtFuncInvoker4< XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 *, String_t*, String_t*, String_t*, String_t* >::Invoke(51 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::CreateDocumentType(System.String,System.String,System.String,System.String) */, __this, L_52, L_54, L_56, L_58); V_0 = L_59; goto IL_01d4; } IL_0164: { XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D * L_60 = VirtFuncInvoker0< XmlDocumentFragment_tF5CEFFDD9372DB4C0035CCA961B5540FF94EB93D * >::Invoke(52 /* System.Xml.XmlDocumentFragment System.Xml.XmlDocument::CreateDocumentFragment() */, __this); V_0 = L_60; bool L_61 = ___deep1; if (!L_61) { goto IL_01d4; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_62 = ___node0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_63 = V_0; bool L_64 = ___deep1; XmlDocument_ImportChildren_mB3441496C1FFE53D03F88B80EE216266E114D5F3(__this, L_62, L_63, L_64, /*hidden argument*/NULL); goto IL_01d4; } IL_0179: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_65 = ___node0; NullCheck(L_65); String_t* L_66 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_65); XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 * L_67 = VirtFuncInvoker1< XmlEntityReference_t878158918F3AD20215DE606E9C1725A05372A204 *, String_t* >::Invoke(53 /* System.Xml.XmlEntityReference System.Xml.XmlDocument::CreateEntityReference(System.String) */, __this, L_66); V_0 = L_67; goto IL_01d4; } IL_0188: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_68 = ___node0; NullCheck(L_68); String_t* L_69 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_68); XmlWhitespace_tF5EA718743A148EBF7594ADF5A06B3224857AD4D * L_70 = VirtFuncInvoker1< XmlWhitespace_tF5EA718743A148EBF7594ADF5A06B3224857AD4D *, String_t* >::Invoke(58 /* System.Xml.XmlWhitespace System.Xml.XmlDocument::CreateWhitespace(System.String) */, __this, L_69); V_0 = L_70; goto IL_01d4; } IL_0197: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_71 = ___node0; NullCheck(L_71); String_t* L_72 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_71); XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB * L_73 = VirtFuncInvoker1< XmlSignificantWhitespace_tCCDC4754CB2DD2682B9FDAE23DBF09603618F5FB *, String_t* >::Invoke(57 /* System.Xml.XmlSignificantWhitespace System.Xml.XmlDocument::CreateSignificantWhitespace(System.String) */, __this, L_72); V_0 = L_73; goto IL_01d4; } IL_01a6: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var); CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_74 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL); String_t* L_75 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral0CDF833483CB5A0FDE83C0BFF07BFB962EFE688E, /*hidden argument*/NULL); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_76 = ___node0; NullCheck(L_76); int32_t L_77 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_76); V_1 = L_77; RuntimeObject * L_78 = Box(XmlNodeType_tEE56AC4F9EC36B979516EA5836C4DA730B0A21E1_il2cpp_TypeInfo_var, (&V_1)); NullCheck(L_78); String_t* L_79 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_78); V_1 = *(int32_t*)UnBox(L_78); String_t* L_80 = String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F(L_74, L_75, L_79, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_81 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_81, L_80, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_81, XmlDocument_ImportNodeInternal_mFDEBB837D8EC1848F64A7ED36E47F756DEB50E1F_RuntimeMethod_var); } IL_01d4: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_82 = V_0; return L_82; } } // System.Void System.Xml.XmlDocument::ImportAttributes(System.Xml.XmlNode,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_ImportAttributes_m2845141A07F75031AA1786F97656C2CB4DC2A536 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___fromElem0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___toElem1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___fromElem0; NullCheck(L_0); XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_1 = VirtFuncInvoker0< XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * >::Invoke(14 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_0); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_1); V_0 = L_2; V_1 = 0; goto IL_0046; } IL_0010: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = ___fromElem0; NullCheck(L_3); XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_4 = VirtFuncInvoker0< XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * >::Invoke(14 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_3); int32_t L_5 = V_1; NullCheck(L_4); XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_6 = XmlAttributeCollection_get_ItemOf_m80F7C07B9C4FED4D63EA54935B02C74F1E29090E(L_4, L_5, /*hidden argument*/NULL); NullCheck(L_6); bool L_7 = VirtFuncInvoker0< bool >::Invoke(47 /* System.Boolean System.Xml.XmlAttribute::get_Specified() */, L_6); if (!L_7) { goto IL_0042; } } { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_8 = ___toElem1; NullCheck(L_8); XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_9 = VirtFuncInvoker0< XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * >::Invoke(14 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_8); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_10 = ___fromElem0; NullCheck(L_10); XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * L_11 = VirtFuncInvoker0< XmlAttributeCollection_tF927E860FF6289A37D53FEFBB8CECA9CBBC8C49E * >::Invoke(14 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_10); int32_t L_12 = V_1; NullCheck(L_11); XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_13 = XmlAttributeCollection_get_ItemOf_m80F7C07B9C4FED4D63EA54935B02C74F1E29090E(L_11, L_12, /*hidden argument*/NULL); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_14 = XmlDocument_ImportNodeInternal_mFDEBB837D8EC1848F64A7ED36E47F756DEB50E1F(__this, L_13, (bool)1, /*hidden argument*/NULL); NullCheck(L_9); VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::SetNamedItem(System.Xml.XmlNode) */, L_9, L_14); } IL_0042: { int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0046: { int32_t L_16 = V_1; int32_t L_17 = V_0; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_0010; } } { return; } } // System.Void System.Xml.XmlDocument::ImportChildren(System.Xml.XmlNode,System.Xml.XmlNode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_ImportChildren_mB3441496C1FFE53D03F88B80EE216266E114D5F3 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___fromNode0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___toNode1, bool ___deep2, const RuntimeMethod* method) { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_0 = NULL; { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___fromNode0; NullCheck(L_0); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_1 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(16 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_0); V_0 = L_1; goto IL_001f; } IL_0009: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = ___toNode1; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = V_0; bool L_4 = ___deep2; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = XmlDocument_ImportNodeInternal_mFDEBB837D8EC1848F64A7ED36E47F756DEB50E1F(__this, L_3, L_4, /*hidden argument*/NULL); NullCheck(L_2); VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) */, L_2, L_5); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = V_0; NullCheck(L_6); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_7 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(13 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_6); V_0 = L_7; } IL_001f: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_8 = V_0; if (L_8) { goto IL_0009; } } { return; } } // System.Xml.XmlNameTable System.Xml.XmlDocument::get_NameTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * XmlDocument_get_NameTable_mB0B70D680B137C3253FD784E53BAFC2E1D119D58 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method) { { XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF * L_0 = __this->get_implementation_1(); NullCheck(L_0); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_1 = XmlImplementation_get_NameTable_m1375CEB0B84A438F4B8B7D4E63236D526C7E63FB_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlDocument_CreateAttribute_m22736EE95EDB8C1A0FC868B677F4540F75A41FAA (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateAttribute_m22736EE95EDB8C1A0FC868B677F4540F75A41FAA_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___prefix0; String_t* L_1 = ___localName1; String_t* L_2 = ___namespaceURI2; XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_3 = XmlDocument_AddAttrXmlName_m6686C950DC446CF9D9B8AB8FCA53ED741A2805C9(__this, L_0, L_1, L_2, (RuntimeObject*)NULL, /*hidden argument*/NULL); XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_4 = (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)il2cpp_codegen_object_new(XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA_il2cpp_TypeInfo_var); XmlAttribute__ctor_m8400E013CA47C3BDEB418D52484DD923490A833B(L_4, L_3, __this, /*hidden argument*/NULL); return L_4; } } // System.Xml.XmlAttribute System.Xml.XmlDocument::CreateDefaultAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlDocument_CreateDefaultAttribute_mBA5F88FF6E283C7EF3341F570F07F371FF0A1CDC (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateDefaultAttribute_mBA5F88FF6E283C7EF3341F570F07F371FF0A1CDC_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___prefix0; String_t* L_1 = ___localName1; String_t* L_2 = ___namespaceURI2; XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D * L_3 = (XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D *)il2cpp_codegen_object_new(XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D_il2cpp_TypeInfo_var); XmlUnspecifiedAttribute__ctor_mE777BCF4E5CF4B6A6FB3A5D86B2049A0FC69A9EA(L_3, L_0, L_1, L_2, __this, /*hidden argument*/NULL); return L_3; } } // System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * XmlDocument_CreateElement_m9D8948391A41F68E41DBA38AA7397EFFBAF30E2A (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateElement_m9D8948391A41F68E41DBA38AA7397EFFBAF30E2A_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * V_0 = NULL; { String_t* L_0 = ___prefix0; String_t* L_1 = ___localName1; String_t* L_2 = ___namespaceURI2; XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_3 = XmlDocument_AddXmlName_m575F4A197B93EE930320E115E57660706E90650C(__this, L_0, L_1, L_2, (RuntimeObject*)NULL, /*hidden argument*/NULL); XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_4 = (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC *)il2cpp_codegen_object_new(XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC_il2cpp_TypeInfo_var); XmlElement__ctor_m81A8D85E91BCB4204E499A2A4B255E03F99BB453(L_4, L_3, (bool)1, __this, /*hidden argument*/NULL); V_0 = L_4; bool L_5 = XmlDocument_get_IsLoading_m6121F2E25E1B39DA8A090585EC483D289F520F6A_inline(__this, /*hidden argument*/NULL); if (L_5) { goto IL_0021; } } { XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_6 = V_0; XmlDocument_AddDefaultAttributes_mCBF153A9367D910D45719C80EC20CC80A196A931(__this, L_6, /*hidden argument*/NULL); } IL_0021: { XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_7 = V_0; return L_7; } } // System.Boolean System.Xml.XmlDocument::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_get_IsReadOnly_mD881F7C3791463A4FC87F1DCDA14146DDAB142E3 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Xml.XmlNamedNodeMap System.Xml.XmlDocument::get_Entities() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * XmlDocument_get_Entities_m9A2A192B49A45F5B8A46FB5144B416022B36ECEF (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_get_Entities_m9A2A192B49A45F5B8A46FB5144B416022B36ECEF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * L_0 = __this->get_entities_4(); if (L_0) { goto IL_0014; } } { XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * L_1 = (XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 *)il2cpp_codegen_object_new(XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31_il2cpp_TypeInfo_var); XmlNamedNodeMap__ctor_mE9D305B8E98308E7150E3906F7B58B43D88CCF0C(L_1, __this, /*hidden argument*/NULL); __this->set_entities_4(L_1); } IL_0014: { XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * L_2 = __this->get_entities_4(); return L_2; } } // System.Void System.Xml.XmlDocument::set_Entities(System.Xml.XmlNamedNodeMap) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_set_Entities_mAFBC4BC073711D3B45877E189FF1E570F790BFED (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * ___value0, const RuntimeMethod* method) { { XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * L_0 = ___value0; __this->set_entities_4(L_0); return; } } // System.Boolean System.Xml.XmlDocument::get_IsLoading() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_get_IsLoading_m6121F2E25E1B39DA8A090585EC483D289F520F6A (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isLoading_20(); return L_0; } } // System.Void System.Xml.XmlDocument::set_IsLoading(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_set_IsLoading_m4B175CB2AA5CBE3A745976C76A94ED60DAB77A63 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isLoading_20(L_0); return; } } // System.Boolean System.Xml.XmlDocument::get_ActualLoadingStatus() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_get_ActualLoadingStatus_m9F8DE695A8F1A59FC0E462470ACC264C1265172F (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_actualLoadingStatus_10(); return L_0; } } // System.Xml.XmlNode System.Xml.XmlDocument::ReadNode(System.Xml.XmlReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlDocument_ReadNode_m5E9A37E855A3E1B2E0ECAC92FE9ACCC63A6CDB76 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_ReadNode_m5E9A37E855A3E1B2E0ECAC92FE9ACCC63A6CDB76_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { V_0 = (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL; } IL_0002: try { // begin try (depth: 1) XmlDocument_set_IsLoading_m4B175CB2AA5CBE3A745976C76A94ED60DAB77A63_inline(__this, (bool)1, /*hidden argument*/NULL); XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * L_0 = (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D *)il2cpp_codegen_object_new(XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D_il2cpp_TypeInfo_var); XmlLoader__ctor_mDADE8A54F35AD6CD2797F278FDAE2AAA3C384A94(L_0, /*hidden argument*/NULL); XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_1 = ___reader0; NullCheck(L_0); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = XmlLoader_ReadCurrentNode_mBAEC51A9962B1149B5CB84D79A6962542A702A4D(L_0, __this, L_1, /*hidden argument*/NULL); V_0 = L_2; IL2CPP_LEAVE(0x20, FINALLY_0018); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0018; } FINALLY_0018: { // begin finally (depth: 1) XmlDocument_set_IsLoading_m4B175CB2AA5CBE3A745976C76A94ED60DAB77A63_inline(__this, (bool)0, /*hidden argument*/NULL); IL2CPP_END_FINALLY(24) } // end finally (depth: 1) IL2CPP_CLEANUP(24) { IL2CPP_JUMP_TBL(0x20, IL_0020) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0020: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_3 = V_0; return L_3; } } // System.Xml.XmlTextReader System.Xml.XmlDocument::SetupReader(System.Xml.XmlTextReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * XmlDocument_SetupReader_mB5B049487DCB242DAB85D1C6621F744C1711D004 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * ___tr0, const RuntimeMethod* method) { { XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * L_0 = ___tr0; NullCheck(L_0); XmlTextReader_set_XmlValidatingReaderCompatibilityMode_m6A9B67366EDD15B41F82AD9146049814BF55F3B5(L_0, (bool)1, /*hidden argument*/NULL); XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * L_1 = ___tr0; NullCheck(L_1); XmlTextReader_set_EntityHandling_mE9E41D529265DB4C3A4291D96CF36C6792685025(L_1, 2, /*hidden argument*/NULL); bool L_2 = XmlDocument_get_HasSetResolver_mD2A30DEEA3A9EF0EF189F1AF049E972876EFEF05_inline(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0022; } } { XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * L_3 = ___tr0; XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_4 = XmlDocument_GetResolver_mCBFECE3ADC917485F5BF45D14C2B13C00A09A9CA_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); XmlTextReader_set_XmlResolver_mD329CDE112F1C8F2185020475C4E6B3CE334EFBA(L_3, L_4, /*hidden argument*/NULL); } IL_0022: { XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * L_5 = ___tr0; return L_5; } } // System.Void System.Xml.XmlDocument::Load(System.Xml.XmlReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_Load_m4A6680D90E5A1733166664A0322CC74C08EFEB36 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_Load_m4A6680D90E5A1733166664A0322CC74C08EFEB36_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); IL_0000: try { // begin try (depth: 1) XmlDocument_set_IsLoading_m4B175CB2AA5CBE3A745976C76A94ED60DAB77A63_inline(__this, (bool)1, /*hidden argument*/NULL); __this->set_actualLoadingStatus_10((bool)1); VirtActionInvoker0::Invoke(39 /* System.Void System.Xml.XmlNode::RemoveAll() */, __this); __this->set_fEntRefNodesPresent_17((bool)0); __this->set_fCDataNodesPresent_18((bool)0); __this->set_reportValidity_9((bool)1); XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D * L_0 = (XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D *)il2cpp_codegen_object_new(XmlLoader_t8CC4B8C953AE50AD48AA6CC1DE637EF22AC6243D_il2cpp_TypeInfo_var); XmlLoader__ctor_mDADE8A54F35AD6CD2797F278FDAE2AAA3C384A94(L_0, /*hidden argument*/NULL); XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_1 = ___reader0; bool L_2 = __this->get_preserveWhitespace_19(); NullCheck(L_0); XmlLoader_Load_mD62D208D06E35029C62F35BFB98C23AD5650B1BE(L_0, __this, L_1, L_2, /*hidden argument*/NULL); IL2CPP_LEAVE(0x53, FINALLY_003d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003d; } FINALLY_003d: { // begin finally (depth: 1) XmlDocument_set_IsLoading_m4B175CB2AA5CBE3A745976C76A94ED60DAB77A63_inline(__this, (bool)0, /*hidden argument*/NULL); __this->set_actualLoadingStatus_10((bool)0); __this->set_reportValidity_9((bool)1); IL2CPP_END_FINALLY(61) } // end finally (depth: 1) IL2CPP_CLEANUP(61) { IL2CPP_JUMP_TBL(0x53, IL_0053) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0053: { return; } } // System.Void System.Xml.XmlDocument::LoadXml(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_LoadXml_m939AA3EBD041AEB833D4AE94C8F2546DF93AA51E (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___xml0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_LoadXml_m939AA3EBD041AEB833D4AE94C8F2546DF93AA51E_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { String_t* L_0 = ___xml0; StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * L_1 = (StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 *)il2cpp_codegen_object_new(StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12_il2cpp_TypeInfo_var); StringReader__ctor_mA55383C19EFBC075E762145D88F15A2B8B0CDA17(L_1, L_0, /*hidden argument*/NULL); XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_2 = XmlDocument_get_NameTable_mB0B70D680B137C3253FD784E53BAFC2E1D119D58(__this, /*hidden argument*/NULL); XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * L_3 = (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C *)il2cpp_codegen_object_new(XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C_il2cpp_TypeInfo_var); XmlTextReader__ctor_m890249ED7E4668ED6335637FC0B69071F24A028C(L_3, L_1, L_2, /*hidden argument*/NULL); XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * L_4 = XmlDocument_SetupReader_mB5B049487DCB242DAB85D1C6621F744C1711D004(__this, L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0018: try { // begin try (depth: 1) XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * L_5 = V_0; VirtActionInvoker1< XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * >::Invoke(63 /* System.Void System.Xml.XmlDocument::Load(System.Xml.XmlReader) */, __this, L_5); IL2CPP_LEAVE(0x28, FINALLY_0021); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0021; } FINALLY_0021: { // begin finally (depth: 1) XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * L_6 = V_0; NullCheck(L_6); VirtActionInvoker0::Invoke(25 /* System.Void System.Xml.XmlReader::Close() */, L_6); IL2CPP_END_FINALLY(33) } // end finally (depth: 1) IL2CPP_CLEANUP(33) { IL2CPP_JUMP_TBL(0x28, IL_0028) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0028: { return; } } // System.Void System.Xml.XmlDocument::set_InnerText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_set_InnerText_mC9EDC81FAC2D8663819D4255BE0E5A5C4232CF96 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_set_InnerText_mC9EDC81FAC2D8663819D4255BE0E5A5C4232CF96_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteralABC38CABE30040696F26186A115FC17855C06006, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, XmlDocument_set_InnerText_mC9EDC81FAC2D8663819D4255BE0E5A5C4232CF96_RuntimeMethod_var); } } // System.Void System.Xml.XmlDocument::set_InnerXml(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_set_InnerXml_m87FCECF71106ECA4F6E90DF4BAFDD64A32A5A96B (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; VirtActionInvoker1< String_t* >::Invoke(64 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, __this, L_0); return; } } // System.Void System.Xml.XmlDocument::WriteTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_WriteTo_m232E73CB12CA54EF114650AAA289B1C972E6523F (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * ___w0, const RuntimeMethod* method) { { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_0 = ___w0; VirtActionInvoker1< XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * >::Invoke(38 /* System.Void System.Xml.XmlNode::WriteContentTo(System.Xml.XmlWriter) */, __this, L_0); return; } } // System.Void System.Xml.XmlDocument::WriteContentTo(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_WriteContentTo_m07F296D614CEE8632F3A15BE5889BC81AA5BF2BD (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * ___xw0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_WriteContentTo_m07F296D614CEE8632F3A15BE5889BC81AA5BF2BD_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { RuntimeObject* L_0 = XmlNode_GetEnumerator_m3A6B94C82F0A4CD3179B14003057B424E9270B5A(__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 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_1); XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_3 = ___xw0; NullCheck(((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)CastclassClass((RuntimeObject*)L_2, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB_il2cpp_TypeInfo_var))); VirtActionInvoker1< XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * >::Invoke(37 /* System.Void System.Xml.XmlNode::WriteTo(System.Xml.XmlWriter) */, ((XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)CastclassClass((RuntimeObject*)L_2, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB_il2cpp_TypeInfo_var)), L_3); } IL_001a: { RuntimeObject* L_4 = V_0; NullCheck(L_4); bool L_5 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_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_t7218B22548186B208D65EA5B7870503810A2D15A_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_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_8); } IL_0034: { IL2CPP_END_FINALLY(36) } } // end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_JUMP_TBL(0x35, IL_0035) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0035: { return; } } // System.Xml.XmlNodeChangedEventArgs System.Xml.XmlDocument::GetEventArgs(System.Xml.XmlNode,System.Xml.XmlNode,System.Xml.XmlNode,System.String,System.String,System.Xml.XmlNodeChangedAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * XmlDocument_GetEventArgs_m49A981AA7D34822A4EE8651CD1F76CDE32ED3D11 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___oldParent1, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___newParent2, String_t* ___oldValue3, String_t* ___newValue4, int32_t ___action5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_GetEventArgs_m49A981AA7D34822A4EE8651CD1F76CDE32ED3D11_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_reportValidity_9((bool)0); int32_t L_0 = ___action5; switch (L_0) { case 0: { goto IL_001c; } case 1: { goto IL_002e; } case 2: { goto IL_0040; } } } { goto IL_0052; } IL_001c: { XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_1 = __this->get_onNodeInsertingDelegate_11(); if (L_1) { goto IL_0052; } } { XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_2 = __this->get_onNodeInsertedDelegate_12(); if (L_2) { goto IL_0052; } } { return (XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA *)NULL; } IL_002e: { XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_3 = __this->get_onNodeRemovingDelegate_13(); if (L_3) { goto IL_0052; } } { XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_4 = __this->get_onNodeRemovedDelegate_14(); if (L_4) { goto IL_0052; } } { return (XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA *)NULL; } IL_0040: { XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_5 = __this->get_onNodeChangingDelegate_15(); if (L_5) { goto IL_0052; } } { XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_6 = __this->get_onNodeChangedDelegate_16(); if (L_6) { goto IL_0052; } } { return (XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA *)NULL; } IL_0052: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_7 = ___node0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_8 = ___oldParent1; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_9 = ___newParent2; String_t* L_10 = ___oldValue3; String_t* L_11 = ___newValue4; int32_t L_12 = ___action5; XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_13 = (XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA *)il2cpp_codegen_object_new(XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA_il2cpp_TypeInfo_var); XmlNodeChangedEventArgs__ctor_mFAE42ACEDA1776D20CDF37441877A5F4B6F772C0(L_13, L_7, L_8, L_9, L_10, L_11, L_12, /*hidden argument*/NULL); return L_13; } } // System.Xml.XmlNodeChangedEventArgs System.Xml.XmlDocument::GetInsertEventArgsForLoad(System.Xml.XmlNode,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * XmlDocument_GetInsertEventArgsForLoad_m2502B5E75644FBF26C019B31C0AA3BB03280B465 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___newParent1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_GetInsertEventArgsForLoad_m2502B5E75644FBF26C019B31C0AA3BB03280B465_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_0 = __this->get_onNodeInsertingDelegate_11(); if (L_0) { goto IL_0012; } } { XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_1 = __this->get_onNodeInsertedDelegate_12(); if (L_1) { goto IL_0012; } } { return (XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA *)NULL; } IL_0012: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_2 = ___node0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_Value() */, L_2); V_0 = L_3; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_4 = ___node0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = ___newParent1; String_t* L_6 = V_0; String_t* L_7 = V_0; XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_8 = (XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA *)il2cpp_codegen_object_new(XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA_il2cpp_TypeInfo_var); XmlNodeChangedEventArgs__ctor_mFAE42ACEDA1776D20CDF37441877A5F4B6F772C0(L_8, L_4, (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *)NULL, L_5, L_6, L_7, 0, /*hidden argument*/NULL); return L_8; } } // System.Void System.Xml.XmlDocument::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_BeforeEvent_mC9C52BFEBE36A16979EE5F787BEF93F62754B282 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * ___args0, const RuntimeMethod* method) { int32_t V_0 = 0; { XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_0 = ___args0; if (!L_0) { goto IL_005e; } } { XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_1 = ___args0; NullCheck(L_1); int32_t L_2 = XmlNodeChangedEventArgs_get_Action_mB8E3F1E89EA57455741483AFF45148185C4C6972_inline(L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; switch (L_3) { case 0: { goto IL_001d; } case 1: { goto IL_0033; } case 2: { goto IL_0049; } } } { return; } IL_001d: { XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_4 = __this->get_onNodeInsertingDelegate_11(); if (!L_4) { goto IL_005e; } } { XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_5 = __this->get_onNodeInsertingDelegate_11(); XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_6 = ___args0; NullCheck(L_5); XmlNodeChangedEventHandler_Invoke_mA1B4770CBB3211F122F452F6972198F7D248B000(L_5, __this, L_6, /*hidden argument*/NULL); return; } IL_0033: { XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_7 = __this->get_onNodeRemovingDelegate_13(); if (!L_7) { goto IL_005e; } } { XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_8 = __this->get_onNodeRemovingDelegate_13(); XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_9 = ___args0; NullCheck(L_8); XmlNodeChangedEventHandler_Invoke_mA1B4770CBB3211F122F452F6972198F7D248B000(L_8, __this, L_9, /*hidden argument*/NULL); return; } IL_0049: { XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_10 = __this->get_onNodeChangingDelegate_15(); if (!L_10) { goto IL_005e; } } { XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_11 = __this->get_onNodeChangingDelegate_15(); XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_12 = ___args0; NullCheck(L_11); XmlNodeChangedEventHandler_Invoke_mA1B4770CBB3211F122F452F6972198F7D248B000(L_11, __this, L_12, /*hidden argument*/NULL); } IL_005e: { return; } } // System.Void System.Xml.XmlDocument::AfterEvent(System.Xml.XmlNodeChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_AfterEvent_m12C3ECC4856FB3E75B786F34184331BB010B18D8 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * ___args0, const RuntimeMethod* method) { int32_t V_0 = 0; { XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_0 = ___args0; if (!L_0) { goto IL_005e; } } { XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_1 = ___args0; NullCheck(L_1); int32_t L_2 = XmlNodeChangedEventArgs_get_Action_mB8E3F1E89EA57455741483AFF45148185C4C6972_inline(L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; switch (L_3) { case 0: { goto IL_001d; } case 1: { goto IL_0033; } case 2: { goto IL_0049; } } } { return; } IL_001d: { XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_4 = __this->get_onNodeInsertedDelegate_12(); if (!L_4) { goto IL_005e; } } { XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_5 = __this->get_onNodeInsertedDelegate_12(); XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_6 = ___args0; NullCheck(L_5); XmlNodeChangedEventHandler_Invoke_mA1B4770CBB3211F122F452F6972198F7D248B000(L_5, __this, L_6, /*hidden argument*/NULL); return; } IL_0033: { XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_7 = __this->get_onNodeRemovedDelegate_14(); if (!L_7) { goto IL_005e; } } { XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_8 = __this->get_onNodeRemovedDelegate_14(); XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_9 = ___args0; NullCheck(L_8); XmlNodeChangedEventHandler_Invoke_mA1B4770CBB3211F122F452F6972198F7D248B000(L_8, __this, L_9, /*hidden argument*/NULL); return; } IL_0049: { XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_10 = __this->get_onNodeChangedDelegate_16(); if (!L_10) { goto IL_005e; } } { XmlNodeChangedEventHandler_t730DECDAE07BB728186F47DDF2A569F50A889838 * L_11 = __this->get_onNodeChangedDelegate_16(); XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_12 = ___args0; NullCheck(L_11); XmlNodeChangedEventHandler_Invoke_mA1B4770CBB3211F122F452F6972198F7D248B000(L_11, __this, L_12, /*hidden argument*/NULL); } IL_005e: { return; } } // System.Xml.XmlAttribute System.Xml.XmlDocument::GetDefaultAttribute(System.Xml.XmlElement,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * XmlDocument_GetDefaultAttribute_mAFC4187759B278F9AAB1F8373385DA4A75E582DC (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * ___elem0, String_t* ___attrPrefix1, String_t* ___attrLocalname2, String_t* ___attrNamespaceURI3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_GetDefaultAttribute_mAFC4187759B278F9AAB1F8373385DA4A75E582DC_MetadataUsageId); s_Il2CppMethodInitialized = true; } SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * V_0 = NULL; SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * V_1 = NULL; RuntimeObject* V_2 = NULL; SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * V_3 = NULL; { SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_0 = XmlDocument_get_DtdSchemaInfo_m836B9EAE955738E6AE76E7F1069E9E0553EB4289_inline(__this, /*hidden argument*/NULL); V_0 = L_0; XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * L_1 = ___elem0; SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_2 = XmlDocument_GetSchemaElementDecl_m66893057F171B8E7923F088E1A47F6354ED340E2(__this, L_1, /*hidden argument*/NULL); V_1 = L_2; SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_3 = V_1; if (!L_3) { goto IL_00b0; } } { SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_4 = V_1; NullCheck(L_4); Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * L_5 = SchemaElementDecl_get_AttDefs_mA9C67B23C08148006DE75A8A16729E299BB540A2_inline(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_00b0; } } { SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * L_6 = V_1; NullCheck(L_6); Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * L_7 = SchemaElementDecl_get_AttDefs_mA9C67B23C08148006DE75A8A16729E299BB540A2_inline(L_6, /*hidden argument*/NULL); NullCheck(L_7); Enumerator_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F L_8 = Dictionary_2_GetEnumerator_m276CF454C35750215F1ACCF553AFEA3F1727B866(L_7, /*hidden argument*/Dictionary_2_GetEnumerator_m276CF454C35750215F1ACCF553AFEA3F1727B866_RuntimeMethod_var); Enumerator_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F L_9 = L_8; RuntimeObject * L_10 = Box(Enumerator_t8772AAA071A4A542B9D53894E1834EDBF8F6CB3F_il2cpp_TypeInfo_var, &L_9); V_2 = (RuntimeObject*)L_10; goto IL_00a8; } IL_0033: { RuntimeObject* L_11 = V_2; NullCheck(L_11); RuntimeObject * L_12 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t456EB67407D2045A257B66A3A25A825E883FD027_il2cpp_TypeInfo_var, L_11); V_3 = ((SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 *)CastclassSealed((RuntimeObject*)L_12, SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4_il2cpp_TypeInfo_var)); SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_13 = V_3; NullCheck(L_13); int32_t L_14 = SchemaDeclBase_get_Presence_mE8EE3FC50C3027690BC65CA03EDDC872656F409A_inline(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0050; } } { SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_15 = V_3; NullCheck(L_15); int32_t L_16 = SchemaDeclBase_get_Presence_mE8EE3FC50C3027690BC65CA03EDDC872656F409A_inline(L_15, /*hidden argument*/NULL); if ((!(((uint32_t)L_16) == ((uint32_t)3)))) { goto IL_00a8; } } IL_0050: { SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_17 = V_3; NullCheck(L_17); XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_18 = SchemaDeclBase_get_Name_mA19E77B9616E600D6BDA847F6B9F69E5AF777D23_inline(L_17, /*hidden argument*/NULL); NullCheck(L_18); String_t* L_19 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880_inline(L_18, /*hidden argument*/NULL); String_t* L_20 = ___attrLocalname2; bool L_21 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_19, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_00a8; } } { SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_22 = V_0; NullCheck(L_22); int32_t L_23 = SchemaInfo_get_SchemaType_mE986C30F3E1AB1BA849A09C61097DE0025C5D689_inline(L_22, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) == ((uint32_t)1)))) { goto IL_007f; } } { SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_24 = V_3; NullCheck(L_24); XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_25 = SchemaDeclBase_get_Name_mA19E77B9616E600D6BDA847F6B9F69E5AF777D23_inline(L_24, /*hidden argument*/NULL); NullCheck(L_25); String_t* L_26 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5_inline(L_25, /*hidden argument*/NULL); String_t* L_27 = ___attrPrefix1; bool L_28 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_26, L_27, /*hidden argument*/NULL); if (L_28) { goto IL_009c; } } IL_007f: { SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_29 = V_0; NullCheck(L_29); int32_t L_30 = SchemaInfo_get_SchemaType_mE986C30F3E1AB1BA849A09C61097DE0025C5D689_inline(L_29, /*hidden argument*/NULL); if ((((int32_t)L_30) == ((int32_t)1))) { goto IL_00a8; } } { SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_31 = V_3; NullCheck(L_31); XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_32 = SchemaDeclBase_get_Name_mA19E77B9616E600D6BDA847F6B9F69E5AF777D23_inline(L_31, /*hidden argument*/NULL); NullCheck(L_32); String_t* L_33 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5_inline(L_32, /*hidden argument*/NULL); String_t* L_34 = ___attrNamespaceURI3; bool L_35 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_33, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_00a8; } } IL_009c: { SchemaAttDef_t6701AAE5762853EDC86D272CC2A79EABB36924A4 * L_36 = V_3; String_t* L_37 = ___attrPrefix1; String_t* L_38 = ___attrLocalname2; String_t* L_39 = ___attrNamespaceURI3; XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * L_40 = XmlDocument_PrepareDefaultAttribute_mC5A4065236F8538FD63FCA58D4156E349A952E66(__this, L_36, L_37, L_38, L_39, /*hidden argument*/NULL); return L_40; } IL_00a8: { RuntimeObject* L_41 = V_2; NullCheck(L_41); bool L_42 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_41); if (L_42) { goto IL_0033; } } IL_00b0: { return (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA *)NULL; } } // System.Xml.XmlEntity System.Xml.XmlDocument::GetEntityNode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA * XmlDocument_GetEntityNode_m4B1D13EE33B237D866403AD2361930EE2E313A47 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_GetEntityNode_m4B1D13EE33B237D866403AD2361930EE2E313A47_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * V_0 = NULL; { XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_0 = VirtFuncInvoker0< XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * >::Invoke(47 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, __this); if (!L_0) { goto IL_0024; } } { XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * L_1 = VirtFuncInvoker0< XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * >::Invoke(47 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, __this); NullCheck(L_1); XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * L_2 = XmlDocumentType_get_Entities_m1108BF6B97FEB7A54F77FA358E22C2D6F282861A(L_1, /*hidden argument*/NULL); V_0 = L_2; XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * L_3 = V_0; if (!L_3) { goto IL_0024; } } { XmlNamedNodeMap_t260246787BA7B6747AB878378D22EC7693465E31 * L_4 = V_0; String_t* L_5 = ___name0; NullCheck(L_4); XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = VirtFuncInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, String_t* >::Invoke(5 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::GetNamedItem(System.String) */, L_4, L_5); return ((XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA *)CastclassClass((RuntimeObject*)L_6, XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA_il2cpp_TypeInfo_var)); } IL_0024: { return (XmlEntity_t8353905D145B17CEC6FAAFF0A21B15C2BCBBA1FA *)NULL; } } // System.String System.Xml.XmlDocument::get_BaseURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocument_get_BaseURI_m2F7A5B38EBB47D1C54EA1103082F43ACB3F67337 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_baseURI_37(); return L_0; } } // System.Void System.Xml.XmlDocument::SetBaseURI(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument_SetBaseURI_m085E580F639F2CC264DD74C3315694AE0E207662 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___inBaseURI0, const RuntimeMethod* method) { { String_t* L_0 = ___inBaseURI0; __this->set_baseURI_37(L_0); return; } } // System.Xml.XmlNode System.Xml.XmlDocument::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * XmlDocument_AppendChildForLoad_m8B52B2953A5AAE91B1CAEB94133528F3A3933643 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___newChild0, XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * ___doc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_AppendChildForLoad_m8B52B2953A5AAE91B1CAEB94133528F3A3933643_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * V_0 = NULL; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * V_1 = NULL; { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___newChild0; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_0); bool L_2 = VirtFuncInvoker1< bool, int32_t >::Invoke(24 /* System.Boolean System.Xml.XmlNode::IsValidChildType(System.Xml.XmlNodeType) */, __this, L_1); if (L_2) { goto IL_001e; } } { String_t* L_3 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral009D0E17D65A5A59BC7D0AB2863B07590B7D2813, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, XmlDocument_AppendChildForLoad_m8B52B2953A5AAE91B1CAEB94133528F3A3933643_RuntimeMethod_var); } IL_001e: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_5 = ___newChild0; XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_6 = VirtFuncInvoker0< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(17 /* System.Xml.XmlNode System.Xml.XmlNode::get_LastChild() */, __this); bool L_7 = VirtFuncInvoker2< bool, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB *, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(25 /* System.Boolean System.Xml.XmlNode::CanInsertAfter(System.Xml.XmlNode,System.Xml.XmlNode) */, __this, L_5, L_6); if (L_7) { goto IL_003d; } } { String_t* L_8 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral32FA8549265DB5EC1DDC2D2A9A2E5D8D6F8865F7, /*hidden argument*/NULL); InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_9 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, XmlDocument_AppendChildForLoad_m8B52B2953A5AAE91B1CAEB94133528F3A3933643_RuntimeMethod_var); } IL_003d: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_10 = ___newChild0; XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_11 = XmlDocument_GetInsertEventArgsForLoad_m2502B5E75644FBF26C019B31C0AA3BB03280B465(__this, L_10, __this, /*hidden argument*/NULL); V_0 = L_11; XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_12 = V_0; if (!L_12) { goto IL_0050; } } { XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_13 = V_0; VirtActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(44 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, __this, L_13); } IL_0050: { XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_14 = ___newChild0; V_1 = ((XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E *)CastclassClass((RuntimeObject*)L_14, XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E_il2cpp_TypeInfo_var)); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_15 = __this->get_lastChild_3(); if (L_15) { goto IL_0068; } } { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_16 = V_1; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_17 = V_1; NullCheck(L_16); L_16->set_next_1(L_17); goto IL_0085; } IL_0068: { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_18 = V_1; XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_19 = __this->get_lastChild_3(); NullCheck(L_19); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_20 = L_19->get_next_1(); NullCheck(L_18); L_18->set_next_1(L_20); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_21 = __this->get_lastChild_3(); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_22 = V_1; NullCheck(L_21); L_21->set_next_1(L_22); } IL_0085: { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_23 = V_1; __this->set_lastChild_3(L_23); XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_24 = V_1; NullCheck(L_24); VirtActionInvoker1< XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * >::Invoke(41 /* System.Void System.Xml.XmlNode::SetParentForLoad(System.Xml.XmlNode) */, L_24, __this); XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_25 = V_0; if (!L_25) { goto IL_009d; } } { XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * L_26 = V_0; VirtActionInvoker1< XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * >::Invoke(45 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, __this, L_26); } IL_009d: { XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E * L_27 = V_1; return L_27; } } // System.Void System.Xml.XmlDocument::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument__cctor_m2585C547BBD27D102EFF94D0BAEEBB87F784871E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument__cctor_m2585C547BBD27D102EFF94D0BAEEBB87F784871E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 * L_0 = (EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 *)il2cpp_codegen_object_new(EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3_il2cpp_TypeInfo_var); EmptyEnumerator__ctor_mEB9A4EF59182F1D6A7CC0A6C7A8A12FD8972EA0E(L_0, /*hidden argument*/NULL); ((XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var))->set_EmptyEnumerator_41(L_0); XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035 * L_1 = (XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035 *)il2cpp_codegen_object_new(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035_il2cpp_TypeInfo_var); XmlSchemaInfo__ctor_m5FD36E97FABD79594AFBD7D46FD2895A24FBF676(L_1, 0, /*hidden argument*/NULL); ((XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var))->set_NotKnownSchemaInfo_42(L_1); XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035 * L_2 = (XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035 *)il2cpp_codegen_object_new(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035_il2cpp_TypeInfo_var); XmlSchemaInfo__ctor_m5FD36E97FABD79594AFBD7D46FD2895A24FBF676(L_2, 1, /*hidden argument*/NULL); ((XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var))->set_ValidSchemaInfo_43(L_2); XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035 * L_3 = (XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035 *)il2cpp_codegen_object_new(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035_il2cpp_TypeInfo_var); XmlSchemaInfo__ctor_m5FD36E97FABD79594AFBD7D46FD2895A24FBF676(L_3, 2, /*hidden argument*/NULL); ((XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var))->set_InvalidSchemaInfo_44(L_3); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880_inline (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5_inline (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * XmlSerializationWriter_get_Writer_m6FEB72C614EA47168B8F76A6A2656837F91A5B20_inline (XmlSerializationWriter_tD7F886F1AE76D54C208A41797D76E908AA2086F6 * __this, const RuntimeMethod* method) { { XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 * L_0 = __this->get_writer_4(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m4B3DE9043323AB6C84FCD25C8610030572D67AE6_inline (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__value_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m5637186DC83BDD463E99ADDB2FE9C033D4EA0500_inline (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__key_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t TypeData_get_SchemaType_m2B255B59385C12C2BC3C045C17CF6DA042E7430A_inline (TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_sType_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* TypeData_get_XmlType_m5CFA0D29ECB41B9417B28AFFF98B2633C11213D8_inline (TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_elementName_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* TypeData_get_FullTypeName_m42130D57E12BA9DF8A41B43A7A47EAA80BC8615B_inline (TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_fullTypeName_5(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t XmlMapping_get_Format_m4CFEF07094827178B4A48D9420E1D39FD28E0906_inline (XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_format_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * XmlMapping_get_RelatedMaps_mF4E909B36AC6B1BC8BA66870D00DD192597CB3F1_inline (XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * __this, const RuntimeMethod* method) { { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_relatedMaps_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * XmlTypeMapping_get_TypeData_m4DEE9E65218C537ACFE680FCA091F3B360AC47F5_inline (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, const RuntimeMethod* method) { { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_0 = __this->get_type_8(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Type_t * TypeData_get_Type_m6F148A0A8617BDBE3CC452A78E23F3C52595E1E7_inline (TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_type_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlTypeMapping_get_XmlType_m8D93C5A33D0261941FFFCBB14F5280BDA7495094_inline (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_xmlType_6(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlMapping_get_Namespace_m071BEF69A59DA01D9475DBBE76102BA2C258203E_inline (XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__namespace_4(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlMapping_get_ElementName_mDE046327EB057B9A264CF2B03BA720C92DFF5894_inline (XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__elementName_3(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool XmlTypeMapping_get_IsAny_m9FCEA97EDFC1705320832FD06C3C40DFB3E9374E_inline (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isAny_13(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool XmlMembersMapping_get_HasWrapperElement_m2BD05E63AA79EA11FF0586E85A7B1154C44FC6BE_inline (XmlMembersMapping_t9ED4FD5026D98AFF2FF78E902B0BD4FE0579C991 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__hasWrapperElement_6(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ObjectMap_t53CD0E614E60A73AB445A2A757CCD3C356F31677 * XmlMapping_get_ObjectMap_mDB60544BAC75028E9B6ABC7218C81736E2884CF2_inline (XmlMapping_tB7CF6BB6E7D3D1B53FEF3813B8ECF7368F6F0726 * __this, const RuntimeMethod* method) { { ObjectMap_t53CD0E614E60A73AB445A2A757CCD3C356F31677 * L_0 = __this->get_map_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XmlTypeMapMemberNamespaces_t08BCB01966D11BB8968E6C39E1ACF60C9EEE8C43 * ClassMap_get_NamespaceDeclarations_mA59772640D0225A3E80955B7F518D2DECDCF0C1D_inline (ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * __this, const RuntimeMethod* method) { { XmlTypeMapMemberNamespaces_t08BCB01966D11BB8968E6C39E1ACF60C9EEE8C43 * L_0 = __this->get__namespaceDeclarations_10(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XmlTypeMapMemberAnyAttribute_t0D4E196AF4FEEE5092B2FF4111A717B5C3E459BE * ClassMap_get_DefaultAnyAttributeMember_m4D8FC27553DEF5F97A09DCB1D1C6BACC20EF1E74_inline (ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * __this, const RuntimeMethod* method) { { XmlTypeMapMemberAnyAttribute_t0D4E196AF4FEEE5092B2FF4111A717B5C3E459BE * L_0 = __this->get__defaultAnyAttribute_9(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlTypeMapMemberAttribute_get_AttributeName_m83DFDF7D039F27A7EEC61969DDB5EF7EB4E7FB13_inline (XmlTypeMapMemberAttribute_tD9692D2B3223A558EE5B6FADCED2F92183F16C6C * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__attributeName_10(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlTypeMapMemberAttribute_get_Namespace_m9BD51BBDF49E7A2AB55650819CFAEBCE82D17A0C_inline (XmlTypeMapMemberAttribute_tD9692D2B3223A558EE5B6FADCED2F92183F16C6C * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__namespace_11(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * XmlTypeMapMemberAttribute_get_MappedType_mAC360A3704BD0996C36978ECE14E3F9A3D87C5B5_inline (XmlTypeMapMemberAttribute_tD9692D2B3223A558EE5B6FADCED2F92183F16C6C * __this, const RuntimeMethod* method) { { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_0 = __this->get__mappedType_13(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * XmlTypeMapMember_get_TypeData_m935ACD74537B891B154867FACAEF939B29A44C56_inline (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, const RuntimeMethod* method) { { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_0 = __this->get__typeData_4(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* ClassMap_get_ElementMembers_m22BDF366DEBD681AF6903E7C0840785989EDA14F_inline (ClassMap_t7673ADE61E787987E671A668712C12D77FAAC6DA * __this, const RuntimeMethod* method) { { ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get__elementMembers_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742 * XmlTypeMapMemberFlatList_get_ListMap_mD44487614A0547E4E5A5D2548248A3AB39C5985D_inline (XmlTypeMapMemberFlatList_tEA9F25C615A27D3B9761879A55C2BF74E394D31F * __this, const RuntimeMethod* method) { { ListMap_tAE3FA433501B26F844EF9942DB4C054DA7CE2742 * L_0 = __this->get__listMap_15(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t XmlTypeMapMember_get_GlobalIndex_m4DC45349150BD89C5BB4DD4602692445A4D2FE87_inline (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__globalIndex_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * XmlTypeMapMember_get_DefaultValue_m88318471DE3EB99058D4559CE19230DBB5DC4468_inline (XmlTypeMapMember_t8272D1E62F842F97D749F6FFC6B4AE57754C914D * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__defaultValue_8(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * XmlTypeMapElementInfo_get_TypeData_m0524684C375B4DC119C189394E81427A2DE5212A_inline (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method) { { TypeData_t8621F7A6F76A14C9DB043389026C8CDE7FDB5F94 * L_0 = __this->get__type_8(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool XmlTypeMapElementInfo_get_WrappedElement_mBF7B6217BCBBF89B8765CEE880B2C262972A6142_inline (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__wrappedElement_9(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_ElementName_m9DEF62F6C5781F3BED48539A6C8C6552B4685E88_inline (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__elementName_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_Namespace_mBF20DA8C6E65552E7A20B27925528DA652AA70FB_inline (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__namespace_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool XmlTypeMapElementInfo_get_IsNullable_m78BEEE3D1BF1FA997FC0BDB8FF8A972C04AEC5F0_inline (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__isNullable_5(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * XmlTypeMapElementInfo_get_MappedType_m49C8A77D7C9E2CA92E623FD4DA7EC19E4016A6BA_inline (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method) { { XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * L_0 = __this->get__mappedType_7(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool XmlTypeMapping_get_MultiReferenceType_m5F52D4ECF2DE0E24E05301E65D8EA73DE3DE9455_inline (XmlTypeMapping_t2EEAB82D2FD8C11B68D4C98CF19A78DADDB1E4CA * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_multiReferenceType_10(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Exception_t * Exception_get_InnerException_mCB68CC8CBF2540EF381CB17A4E4E3F6D0E33453F_inline (Exception_t * __this, const RuntimeMethod* method) { { Exception_t * L_0 = __this->get__innerException_4(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_ElementName_mD539482AA816C4BA37BB37332CD1C96BAB54B8B2_inline (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__elementName_0(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_Namespace_m97060FD87A83914B045AAEFD4E606DFC247666C9_inline (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__namespace_1(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * XmlTypeMapElementInfo_get_ChoiceValue_m4F0D414BD65D349A88A7FF9C5A43D0B736DCFF15_inline (XmlTypeMapElementInfo_t78BD14FFCF51D7812853407BC715516F09FA083F * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__choiceValue_4(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* XPathNodeRef_get_Page_mDB31E53877106DC4B7B37033B9774FDA59FD56AC_inline (XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 * __this, const RuntimeMethod* method) { { XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* L_0 = __this->get_page_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t XPathNodeRef_get_Index_m031FCF398F70C8129BF954A83FD0845534F23816_inline (XPathNodeRef_t6F631244BF7B58CE7DB9239662B4EE745CD54E14 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_idx_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * XmlSchemaType_get_Datatype_m2322612F38435EFB3B49E62EA23DB6408BF6BF54_inline (XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * __this, const RuntimeMethod* method) { { XmlSchemaDatatype_t6D9535C4B3780086DF21646303E2350D40A5A550 * L_0 = __this->get_datatype_3(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool XmlDocument_get_IsLoading_m6121F2E25E1B39DA8A090585EC483D289F520F6A_inline (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isLoading_20(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlName_get_Prefix_mFDCFDB44D0B1EAE0E5DB7A57A787C7131534BABF_inline (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_prefix_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlName_get_LocalName_m2745ACA604F625E91BF58A37D2F9B9B97F19E117_inline (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_localName_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlName_get_NamespaceURI_mA53017507A3B8574AB0A98346E58E6B7CC20D209_inline (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * XmlName_get_OwnerDocument_m52B8367159581E2A9AAAAFE813298CB8BB07E20D_inline (XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * __this, const RuntimeMethod* method) { { XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * L_0 = __this->get_ownerDoc_5(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * XmlDocument_get_DtdSchemaInfo_m836B9EAE955738E6AE76E7F1069E9E0553EB4289_inline (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method) { { SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * L_0 = __this->get_schemaInfo_7(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * XmlElement_get_XmlName_m2E9527177DD436669E09BEC81A97A5C6BE834BE1_inline (XmlElement_t05D8C7971DE016A354D86028E7FFD84CD9DDDFDC * __this, const RuntimeMethod* method) { { XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_0 = __this->get_name_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * XmlAttribute_get_XmlName_m0B26E2961E84D9FC18922FD5FFB29967AAB18916_inline (XmlAttribute_tEAB5F066D1D6965D6528617BD89826AE7114DEFA * __this, const RuntimeMethod* method) { { XmlName_t993BD9C827C8B0B6A0B7C49A03F2D14740AC2682 * L_0 = __this->get_name_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void XmlCharType__ctor_m0B65BC6BD912979FA16676884EC3120565FD6DCD_inline (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___charProperties0, const RuntimeMethod* method) { { ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___charProperties0; __this->set_charProperties_2(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Capture_get_Index_m46BE6FFC6E8474F55B0504269903F287C45C4B31_inline (Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__index_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void XmlDeclaration_set_Version_mD3315EA67CACCED6B8118927BDF403BC8529869A_inline (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_version_2(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Version_m7DA832ED2FF5743F9842C6024C7B06715242BED7_inline (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_version_2(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Encoding_m5B6E1E6F91E71C04C1B5C2E2ED3BB9BBA91E35F2_inline (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_encoding_3(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Standalone_m62BD05048C05E6BC73F9AF99CE07A26DE9D9CD25_inline (XmlDeclaration_tB67A8B98F543947C6EB990C44A212527B9B51200 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_standalone_4(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF * XmlDocument_get_Implementation_m9FD9FC9BA691BFE8CA0E520AD7BEA9D1B9B054C9_inline (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method) { { XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF * L_0 = __this->get_implementation_1(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void XmlDocument_SetBaseURI_m085E580F639F2CC264DD74C3315694AE0E207662_inline (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, String_t* ___inBaseURI0, const RuntimeMethod* method) { { String_t* L_0 = ___inBaseURI0; __this->set_baseURI_37(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * SchemaElementDecl_get_AttDefs_mA9C67B23C08148006DE75A8A16729E299BB540A2_inline (SchemaElementDecl_t1D19D717C111EFE96DCB86F7A029BE5E2616C466 * __this, const RuntimeMethod* method) { { Dictionary_2_t4827E5C3759E2764057CB4D7D67AF15BCDBA84C2 * L_0 = __this->get_attdefs_11(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t SchemaDeclBase_get_Presence_mE8EE3FC50C3027690BC65CA03EDDC872656F409A_inline (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_presence_3(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * SchemaDeclBase_get_Name_mA19E77B9616E600D6BDA847F6B9F69E5AF777D23_inline (SchemaDeclBase_t01E56CF5001308CDC9C9D6CC9E31648FC3F4772B * __this, const RuntimeMethod* method) { { XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_0 = __this->get_name_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t SchemaInfo_get_SchemaType_mE986C30F3E1AB1BA849A09C61097DE0025C5D689_inline (SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_schemaType_10(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * SchemaInfo_get_ElementDecls_m3DCEE5E6F1099F6D0D3287026FC37A16E1811F8C_inline (SchemaInfo_tD9774489795A78B9235BAD315E5242C974183A41 * __this, const RuntimeMethod* method) { { Dictionary_2_t8820E288E84B6C8B767808031F13493C54D26FC9 * L_0 = __this->get_elementDecls_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void XmlUnspecifiedAttribute_SetSpecified_mE8F69E10D5E945D419793E3AE422166CF65F3C47_inline (XmlUnspecifiedAttribute_t1C82B285B60096D164B703202A8BD91A2009DE5D * __this, bool ___f0, const RuntimeMethod* method) { { bool L_0 = ___f0; __this->set_fSpecified_3(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_PublicId_m2DDA44AD846D5D03CC3E11FF284F5C40596FC51B_inline (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_publicId_3(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_SystemId_m4D995F9A6F7D34E70D9C53FD99D4A6EE66B473D0_inline (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_systemId_4(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_InternalSubset_m47C247A372247168CC1B7DFC08B27BA3663A2177_inline (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_internalSubset_5(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * XmlImplementation_get_NameTable_m1375CEB0B84A438F4B8B7D4E63236D526C7E63FB_inline (XmlImplementation_t7C01D70C3943C7AA929C106D360E90E2D576E1EF * __this, const RuntimeMethod* method) { { XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_0 = __this->get_nameTable_0(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void XmlDocument_set_IsLoading_m4B175CB2AA5CBE3A745976C76A94ED60DAB77A63_inline (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isLoading_20(L_0); return; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool XmlDocument_get_HasSetResolver_mD2A30DEEA3A9EF0EF189F1AF049E972876EFEF05_inline (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_bSetResolver_39(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * XmlDocument_GetResolver_mCBFECE3ADC917485F5BF45D14C2B13C00A09A9CA_inline (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method) { { XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_0 = __this->get_resolver_38(); return L_0; } } IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t XmlNodeChangedEventArgs_get_Action_mB8E3F1E89EA57455741483AFF45148185C4C6972_inline (XmlNodeChangedEventArgs_t0376E69AE8B0ED655552CD4B073F3213AE414BDA * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_action_1(); return L_0; } }